#
56bf3969 |
| 28-Mar-2023 |
Joachim Henze <joachim.henze@reactos.org> |
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
show more ...
|
#
784946db |
| 10-Mar-2023 |
Joachim Henze <Joachim.Henze@reactos.org> |
[SYSSETUP] Tweak resources CORE-18870
de-DE: Harmonize the length of IDC_COMPUTERNAME with IDC_ADMINPASSWORD1 and IDC_ADMINPASSWORD2 which looks better and is already done like that in en-US.
de-DE
[SYSSETUP] Tweak resources CORE-18870
de-DE: Harmonize the length of IDC_COMPUTERNAME with IDC_ADMINPASSWORD1 and IDC_ADMINPASSWORD2 which looks better and is already done like that in en-US.
de-DE: Also harmonize some 2nd stage captions. Some were named "Setup" and some were named "Installation". I harmonized to "Setup" everywhere as that is what is also used in 1st stage, is shorter and no german person will have any issue understanding that. It is also more likely to be kept in sync in the future if new dlgs would be added, as it is the same word as used in en-US.
de-DE: Align the IDC_PROJECTS with the GPL button (which is slightly more wide in de-DE).
All languages: Use same width for IDC_PRODUCT_OPTIONS as for IDC_PRODUCT_DESCRIPTION.
show more ...
|
#
f9dfc453 |
| 26-Dec-2022 |
Joachim Henze <Joachim.Henze@reactos.org> |
[SYSSETUP] Fix *.rc combobox for the timezone is too small CORE-18587
Use the same width for COMBOBOX IDC_TIMEZONELIST that we use in timedate.cpl to prevent strings from getting cut off for some ti
[SYSSETUP] Fix *.rc combobox for the timezone is too small CORE-18587
Use the same width for COMBOBOX IDC_TIMEZONELIST that we use in timedate.cpl to prevent strings from getting cut off for some timezones with long names. To still make it look appealing afterwards, enlarge and move a bit to the right also IDC_TIMEPICKER.
IDC_AUTODAYLIGHT used different widths in several translations, we can harmonize for all languages to the biggest one that was used: 230 (taken from eu-ES.rc).
And also fix a few additional whitespace-glitches in zh-CN, zh-HK, zh-TW and en-GB.
After this commit the whole dialog IDD_DATETIMEPAGE uses the exact same dimension for all of its controls for all languages.
show more ...
|
#
3f053db3 |
| 09-Jan-2022 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Improve the Process Page
- The page will support multiple tasks (WIP) - The background thread uses messages to update the page
|
Revision tags: 0.4.14-release |
|
#
6d09885c |
| 21-Oct-2021 |
Stanislav Motylkov <x86corez@gmail.com> |
[SYSSETUP] Fill in missing locale, location, and default keyboard layout
- Implement functions to get regional data from system - Disable setup window and buttons when control panel applet is starte
[SYSSETUP] Fill in missing locale, location, and default keyboard layout
- Implement functions to get regional data from system - Disable setup window and buttons when control panel applet is started - Update regional information when control panel applet is closed - Add a horizontal separator between user locale and keyboard layout
show more ...
|
#
17cb1e1a |
| 14-Oct-2021 |
Stanislav Motylkov <x86corez@gmail.com> |
[SYSSETUP] Add placeholders for IDC_LOCALETEXT and IDC_LAYOUTTEXT
The window initialization handler code should update these properly, but for now just put empty strings there until it's implemented
[SYSSETUP] Add placeholders for IDC_LOCALETEXT and IDC_LAYOUTTEXT
The window initialization handler code should update these properly, but for now just put empty strings there until it's implemented.
This makes reviewing dialog layout easier in visual resource editors like Resource Hacker and others, so the translation maintenance takes much less time.
We already use this technique in some other modules like sysdm and zipfldr.
Spotted by Can Taşan. Fix suggested by Thomas Faber.
Additionally: - Fix position of some elements to avoid overlapping - Fix some headers according to the latest coding style
show more ...
|
#
ce7ac73f |
| 10-Sep-2021 |
PopuriAO29 <36154203+PopuriAO29@users.noreply.github.com> |
[SYSSETUP] Fix en-US translation. Add en-GB translation (#3950)
The British language wasn't included here, so I have corrected some texts that were in American English.
Also fixed one string that
[SYSSETUP] Fix en-US translation. Add en-GB translation (#3950)
The British language wasn't included here, so I have corrected some texts that were in American English.
Also fixed one string that uses British English language.
show more ...
|
#
c917caf7 |
| 07-Feb-2021 |
Yaroslav Kibysh <yanet.prod@gmail.com> |
[SYSSETUP] Make status dialog look like msgina status dialog (#2825)
* [SYSSETUP] Add msgina-like resources
* [SYSSETUP] Add bitmaps functionality, remove progress bar
* [SYSSETUP] Update reso
[SYSSETUP] Make status dialog look like msgina status dialog (#2825)
* [SYSSETUP] Add msgina-like resources
* [SYSSETUP] Add bitmaps functionality, remove progress bar
* [SYSSETUP] Update resources
* [SYSSETUP] Use DPRINT1
* [SYSSETUP:INSTALL] %d - %lu for GetLastError in DPRINT1
* [SYSSETUP:INSTALL] Check pDlgData for NULL value
+ add some comments
show more ...
|
#
4ce70817 |
| 22-May-2020 |
Kyle Katarn <contact@kcsoftwares.com> |
[SYSSETUP][MAIN] Fix Mouse Properties UI and improve French translation (#2810)
- PS2 Mouse Advanced Properties : Static control (frame) added
- PS2 Mouse Advanced Properties : French translation a
[SYSSETUP][MAIN] Fix Mouse Properties UI and improve French translation (#2810)
- PS2 Mouse Advanced Properties : Static control (frame) added
- PS2 Mouse Advanced Properties : French translation added and control layout adapted accordingly
- Mouse CPL > Wheel > Sroll line text box ES_NUMBER style added
- ReactOS Setup : French translation added
show more ...
|
#
612729b0 |
| 19-May-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP][BOOTDATA] Make Server default again and write Service Pack (#2749)
- Make "ReactOS Server" the default product option again instead of "ReactOS Workstation".
- Write "Service Pack" info
[SYSSETUP][BOOTDATA] Make Server default again and write Service Pack (#2749)
- Make "ReactOS Server" the default product option again instead of "ReactOS Workstation".
- Write "Service Pack" info onto registry.
- Add ProductOption option to bootcd unattend.inf.
- Delete IDC_PRODUCT_SUITE and IDC_PRODUCT_TYPE controls.
CORE-17028
show more ...
|
Revision tags: 0.4.15-dev, 0.4.14-RC |
|
#
173a2af4 |
| 16-Apr-2020 |
Stanislav Motylkov <x86corez@gmail.com> |
[SYSSETUP] Update authors page in second stage setup
Fix layout issues in different languages. CORE-16874
|
Revision tags: 0.4.13-release |
|
#
b1c7ca30 |
| 15-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP] Improve resource ATTENTION comments 2
|
#
ba17d876 |
| 15-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP] Improve resource ATTENTION comments
|
#
3ef235e7 |
| 12-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP] Make Workstation default product option (#2332)
We set ReactOS Workstation as the default product option. That means we retargeted this project to Windows XP. Unattended Setup is supporte
[SYSSETUP] Make Workstation default product option (#2332)
We set ReactOS Workstation as the default product option. That means we retargeted this project to Windows XP. Unattended Setup is supported.
CORE-13795
show more ...
|
#
48160c74 |
| 10-Feb-2020 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SHELL32][SYSSETUP] Add Product Options page to ReactOS Setup (#2315)
- Add "Product Options" wizard page into ReactOS Setup.
- Implement CSIDL_Type_InMyDocuments CSIDL type.
- If the product type
[SHELL32][SYSSETUP] Add Product Options page to ReactOS Setup (#2315)
- Add "Product Options" wizard page into ReactOS Setup.
- Implement CSIDL_Type_InMyDocuments CSIDL type.
- If the product type is workstation, then some special folders will be in My Documents.
CORE-13795
show more ...
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
8b67edd8 |
| 30-Jul-2019 |
Joachim Henze <Joachim.Henze@reactos.org> |
[INPUT][INTL][SYSSETUP] Limit Combobox height CORE-16252
v6 comboboxes default to displaying up to 30entries and give a bad user experience in 2nd stage where we usually have low vertical screen res
[INPUT][INTL][SYSSETUP] Limit Combobox height CORE-16252
v6 comboboxes default to displaying up to 30entries and give a bad user experience in 2nd stage where we usually have low vertical screen resolution. Therefore limit the height of the expanded boxes to bring us close to how they were drawn before 0.4.12-dev-882-g e3e173ffaafbccb0e9b52926d41626d5a4dc38cd
Adding CBS_NOINTEGRALHEIGHT gives similar result for both: comctl32 v5 and v6 comboboxes.
show more ...
|
Revision tags: 0.4.12-RC, 0.4.13-dev |
|
#
ea799b74 |
| 06-Apr-2019 |
Foxlet <foxlet@furcode.co> |
[SYSSETUP] Add Mizu to syssetup.
|
#
21b7648f |
| 05-Apr-2019 |
Adam Słaboń <asaillen456esx@gmail.com> |
[SYSSETUP] Add Lunar theme option to 2nd setup stage
This adds Lunar theme option to the 2nd setup stage theme chooser page.
|
#
5d4d48a8 |
| 02-Apr-2019 |
Mark Jansen <mark.jansen@reactos.org> |
[SYSSETUP] Add a theme chooser that can handle multiple styles
|
Revision tags: 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release |
|
#
b63e2d50 |
| 28-Oct-2018 |
Joann Mõndresku <joann.mondresku@gmail.com> |
[TRANSLATIONS] Style fixes for Estonian
|
Revision tags: 0.4.11-dev, 0.4.10-RC |
|
#
6d9f89f8 |
| 15-Aug-2018 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP] Fix the button sizes of theme selection dialog (#746)
CORE-14896
|
Revision tags: 0.4.9-release, 0.4.10-dev, 0.4.9-RC |
|
#
e8f8536f |
| 22-Apr-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Add the property sheet page and initialize it
- Add the wheel detection option strings. - Add the property sheet page and initialize the dialog.
|
#
183a4bfd |
| 22-Apr-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Add the PS/2-Mouse property page dialog
|
Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev |
|
#
6fa16d79 |
| 03-Jan-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[SYSSETUP] Add marquee progress bar to show setup is alive (#262)
CORE-14163 #resolve
|
Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
a8ad1702 |
| 11-Oct-2017 |
Jared Smudde <computerwhiz02@hotmail.com> |
[SYSSETUP] Change "Select the theme you prefer" to "Select the theme you prefer." to fit in with the other titles in second stage setup.
|