History log of /reactos/dll/cpl/sysdm/lang/cs-CZ.rc (Results 1 – 25 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ebf10528 06-Dec-2022 Thamatip Chitpong <tangaming123456@outlook.com>

[SYSDM] System Parameters: Add close button (#4928)

Follow-up of PR #4891 (commit f125cd1c7).


# 04b2d35f 03-Nov-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SYSDM] Improvements for the Paging File settings dialog. (#4844)

- Implement the architecture-specific pagefile size limits.
In particular, verify that the selected volume on which to create
th

[SYSDM] Improvements for the Paging File settings dialog. (#4844)

- Implement the architecture-specific pagefile size limits.
In particular, verify that the selected volume on which to create
the page file can accomodate the theoretical maximum limit (e.g.
FAT32 cannot accomodate a 16 TB pagefile on x64, and the limit must
be lowered down to 4 GB).

- Change the IDS_WARNINITIALRANGE and IDS_WARNMAXIMUMRANGE strings
so that the maximum limit mentioned is the dynamic one.

- Review, improve and fix other aspects of the code.

Parts of this PR: addendum to commits 4d2d2dbb2 (#2597), 3bee3b92a (#2706).

show more ...


# df95d05f 31-Oct-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SYSDM.CPL] Remove useless ', 0, 0, 0x0' in the resource dialog FONT statements.

Those are the default values, so...


# 62f09deb 09-Oct-2022 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Fix element positions and general consistency


# efe25648 28-Aug-2022 Thamatip Chitpong <tangaming123456@outlook.com>

[SYSDM] General page: Auto-update the system uptime (#4616)

- Also insert curly-brackets for switch-case in GeneralPageProc
- Use correct printf data type for the system uptime

Reviewed-by: Stan

[SYSDM] General page: Auto-update the system uptime (#4616)

- Also insert curly-brackets for switch-case in GeneralPageProc
- Use correct printf data type for the system uptime

Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

show more ...


# 21955218 14-Jan-2022 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Add mnemonic/access keys for environment variable editor

Addendum to e58b4a49. CORE-11733


# ecfd01ee 14-Jan-2022 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Make file browse filter string translatable

Addendum to e58b4a49. CORE-11733


# f6711dc5 23-Dec-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SYSDM] Don't systematically center the environment dialog. Restore the lost DS_CONTEXTHELP style.


# 52befa1d 23-Dec-2021 Arnav Bhatt <arnavbhatt288@gmail.com>

[SYSDM] Make the environment dialog box resizable (#4038)

Make it resizable, similarly to what is done in Windows 10.


# e58b4a49 22-Dec-2021 Arnav Bhatt <arnavbhatt288@gmail.com>

[SYSDM] Edit Environment Variable Dialog Improvement (#3575)

Improve the "Edit Environment Variable" dialog box to be functionally as similar to the one of Windows 10.
CORE-11733

- Improved the

[SYSDM] Edit Environment Variable Dialog Improvement (#3575)

Improve the "Edit Environment Variable" dialog box to be functionally as similar to the one of Windows 10.
CORE-11733

- Improved the existing dialog box. In particular, allow it to be resizable.
- Implemented new "fancy" dialog box for variables containing multiple directories as values,
showing them in a list.

show more ...


Revision tags: 0.4.14-release
# 1509f0e5 31-Jan-2021 Colin Finck <colin@reactos.org>

[SYSDM] Increase label width for all languages


# 50a01ed1 31-Jan-2021 Colin Finck <colin@reactos.org>

[SYSDM] Introduce KERNEL_VERSION_REVISION_RC and align system uptime string


# 39b66430 31-Jan-2021 Colin Finck <colin@reactos.org>

[SYSDM] Move IDS_DEVS to the LANG_NEUTRAL resources to deduplicate it.

It should still be updated at some point, maybe automatically, but this should serve us well for the moment.

Use UTF-8 for the

[SYSDM] Move IDS_DEVS to the LANG_NEUTRAL resources to deduplicate it.

It should still be updated at some point, maybe automatically, but this should serve us well for the moment.

Use UTF-8 for the deduplicated string.

show more ...


# c1356e8d 31-Jan-2021 Colin Finck <colin@reactos.org>

Revert "[SYSDM] Fix version string cutoff CORE-17429"

This reverts commit be2518704e2c3d8b21e2edb469bd622b17b61619.


# be251870 20-Jan-2021 Joachim Henze <Joachim.Henze@reactos.org>

[SYSDM] Fix version string cutoff CORE-17429

The version string cutoff started to happen when we switched from SVN
with its short revision number to git with the longer hashes.
0.4.7-dev-502-gc2c66a

[SYSDM] Fix version string cutoff CORE-17429

The version string cutoff started to happen when we switched from SVN
with its short revision number to git with the longer hashes.
0.4.7-dev-502-gc2c66af was the first git-only rev (2017-Oct-03)

This brings the dialogs layout closer to XP.
Also fixes some other truncations for specific languages.
And unifies the touched text controls sizes for all languages.

The credits have been moved to readme.txt where they are more present and
we can avoid having to groom all languages files each time we want to add
a new dev (and sysdm.cpl to grow each time). Less maintenance.

0.4.15-dev-1629-g9aa73da gcc 8.4.0 dbg RosBE2.2.1 I18N=all binary size
sysdm.cpl before: 925.696bytes after: 705.024bytes
readme.txt still fits into a single NTFS cluster afterwards with 3702bytes

show more ...


# b65ff208 17-Aug-2020 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Localize hardcoded megabyte units

CORE-12485 CORE-16915


# 94ca2614 17-Aug-2020 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Fix virtual memory dialog layouts


# 79767e1b 17-Aug-2020 Stanislav Motylkov <x86corez@gmail.com>

[SYSDM] Add placeholders for simpler visual editing


# 033a317d 03-May-2020 Kyle Katarn <contact@kcsoftwares.com>

[SYSDM] Fix the missing TABSTOP style on Startup and Recovery dialog (#2722)

Now the OS choice and the debug info selection combo-boxes can be selected via keyboard navigation.


# 3bee3b92 01-May-2020 Kyle Katarn <contact@kcsoftwares.com>

[SYSDM] Virtual Memory panel : Complementary fix from PR #2597 (#2706)

Fix all lang resources in order to reflect main changes from PR #2597 (16MB>2MB).
To translators: Please sync the respective t

[SYSDM] Virtual Memory panel : Complementary fix from PR #2597 (#2706)

Fix all lang resources in order to reflect main changes from PR #2597 (16MB>2MB).
To translators: Please sync the respective translations!

CORE-12486

show more ...


Revision tags: 0.4.15-dev, 0.4.14-RC
# 546c606a 22-Apr-2020 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>

[SYSDM] Update now-redirected 'http' and 'www.reactos.org' URLs


Revision tags: 0.4.13-release
# 92aabb07 06-Mar-2020 Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>

[REACTOS] Fix remaining ' \n' typos, in *.rc (#2393)

Addendum to commit 554c41e4 (#2387).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>


Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# ce2f52d0 03-Aug-2019 Shy Zedaka <shaytzedaka@outlook.com>

[SYSDM] Fix Re-sizing License Prompt (#1789)

CORE-16278


Revision tags: 0.4.12-RC, 0.4.13-dev
# 5a2911d7 24-Mar-2019 Eric Kohl <eric.kohl@reactos.org>

[SYSDM] Add the 'Copy to' dialog and move the 'Change Profile Type' dialog a little.


# d4b638d7 23-Mar-2019 Eric Kohl <eric.kohl@reactos.org>

[SYSDM] Simplify AddUserProfile() by using fixed size buffers for account and domain names and handle unknown and deleted accounts properly. Also fix fonts for asian languages.


123