Carlo Bramini
e7b8f27309
[OPENGLCFG] Fix crash if no drivers ( #1919 )
...
Actually, it crashes here on Windows XP.
2019-09-21 15:58:38 +02:00
Adam Słaboń
c81af08f51
[TRANSLATION] Polish translation update ( #1916 )
...
Added translation for netstat, utilman and netplwiz. Updated translation of find, reg, rapps, regedit, sndvol32, usetup, hivesys, mmsys, openglcfg, powercfg, sysdm, shellext, browseui, devmgr, msgina, netcfgx, shell32, syssetup, shortcuts and vcdcontroltool.
2019-09-20 21:51:47 +02:00
Carlo Bramini
ec81c75b49
[OPENGLCFG] Add italian translation. ( #1915 )
2019-09-20 21:51:33 +02:00
Eric Kohl
95dd1c6705
[SYSDM] Store the profile path in the PROFILEDATA struct for deleting and copying the profiles
2019-09-16 08:51:08 +02:00
Eric Kohl
05f0b08085
[SYSDM] Allow deleting and copying of user profiles only for profiles that are currently not in use
2019-09-14 12:22:54 +02:00
Eric Kohl
3d0ae05303
[SYSDM] Show the profile type (local or roaming) in the type column, show the other profile states in the status column
2019-09-12 10:23:33 +02:00
Eric Kohl
6984729f81
[SYSDM] Improvements to the user profile size format
2019-09-11 15:12:26 +02:00
Eric Kohl
7072a34739
[SYSDM] Calculate and display the size of the user profiles
2019-09-11 10:14:02 +02:00
Eric Kohl
cd2d97873e
[SYSDM] Remove unused variables
...
Thanks a lot Katayama Hirofumi for the hint!
2019-09-10 15:38:29 +02:00
Eric Kohl
48c01c8717
[SYSDM] Check the profile directory and hive file and display the last write date of the hive file.
2019-09-10 13:40:47 +02:00
Carlo Bramini
6b8d722bb2
Fix italian translation: "Cancella" -> "Annulla" ( #1902 )
2019-09-08 14:04:41 +02:00
Bișoc George
9efe8dab89
[CPL] Do not enable the "Apply" button unconditionally ( #1876 )
...
Fix for WINED3DCFG and OPENGLCFG.
CORE-16330
2019-09-01 22:58:43 +02:00
Eric Kohl
12e2039743
[SYSDM] Only Administrators should see all user profiles and be able to copy or delete them
2019-09-01 19:39:28 +02:00
Shy Zedaka
cbf47846e7
[TRANSLATION] Changes to Newdev and hdwwiz
2019-08-21 18:49:59 +02:00
Bișoc George
dcf18826a5
[DESK] Change the property "Screensaver" page on text change
...
If the user takes action on the edit box control of "Screensaver" dialog page, enable the "Apply" property button.
CORE-16280
2019-08-17 15:36:47 +02:00
Jose Carlos Jesus
3a92f9c3a0
[CONSOLE] New Portuguese Translation
2019-08-16 19:32:24 +02:00
Jose Carlos Jesus
c12b06fb8e
[DESK] New Portuguese translation
2019-08-16 19:32:23 +02:00
Jose Carlos Jesus
0ddbf9a552
[HDWWIZ] New pt_PT_Translation
2019-08-16 19:32:16 +02:00
Oleg Dubinskiy
5f7575909f
[AUDIOSRV][BOOTDATA][INCLUDE][MMSYS] Rename RosAudioSrv to AudioSrv ( #1826 )
...
Rename RosAudioSrv to AudioSrv in audio service itself and in all system components which are related to this, same as it done in Win2k3.
It allows MS DxDiag to detect the system audio service correctly, so it becomes possible to run DirectSound test properly with MS dsound.dll, although it works with some minor errors and only in older VirtualBox versions, ~ up to 5.1.38 (and in other emulators as well).
CORE-16307
2019-08-16 19:11:04 +02:00
Timo Kreuzer
58588b76e2
[REACTOS] Fix MSVC printf format warnings
2019-08-15 15:24:12 +02:00
Shy Zedaka
ce2f52d054
[SYSDM] Fix Re-sizing License Prompt ( #1789 )
...
CORE-16278
2019-08-03 23:34:20 +02:00
Joachim Henze
3e581e44a9
[INTL] Addendum to CORE-16252
...
That change was not intended.in
commit 0.4.13-dev-740-g
8b67edd8fa
Thx to Stas'M for noticing the windres warning.
2019-07-31 01:58:42 +02:00
Joachim Henze
8b67edd8fa
[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
e3e173ffaa
Adding CBS_NOINTEGRALHEIGHT gives similar result for both:
comctl32 v5 and v6 comboboxes.
2019-07-30 23:14:31 +02:00
Jose Carlos Jesus
69454b4302
[TRANSLATION] Add Portuguese (neutral) translation. ( #1702 )
...
Add Portuguese (neutral) translation for intl.cpl, main.cpl, msgina.dll, msports.dll, welcome.exe and rundll32.exe, and fix the one in mshtml.dll .
2019-07-15 00:07:50 +02:00
Doug Lyons
119c99ef7e
[TIMEDATE] Allow editing the time server combo box. CORE-13001
2019-07-07 12:45:45 +02:00
Doug Lyons
44b543bad3
[TIMEDATE] Handle manual time server entry. CORE-13001
2019-07-07 12:45:36 +02:00
Doug Lyons
33401f3875
[TIMEDATE] Use w32time compatible registry settings. CORE-13001
2019-07-07 12:45:17 +02:00
Thomas Faber
d19b792511
[W32TIME] Implement a rudimentary version of W32TimeSyncNow. CORE-13001
2019-07-07 12:45:03 +02:00
Thomas Faber
1938b7484e
[TIMEDATE] Avoid the use of DisplayWin32Error in time sync utility functions. CORE-13001
2019-07-07 12:44:51 +02:00
Thomas Faber
aa24ad7429
[TIMEDATE] Separate time sync functions out into their own file. CORE-13001
...
This is in preparation for the w32time service, and based on
work by Doug Lyons.
2019-07-07 12:44:37 +02:00
Jose Carlos Jesus
86d4156c39
[TRANSLATIONS] Add/Update Portuguese (neutral) translations. ( #1687 )
...
Translations for SYSDM.CPL, SETUPAPI, SHELL32, LSASRV, SAMSRV, SYSSETUP,
USRMGR, THEMEUI, USERENV, WININET, MSCONFIG.
2019-06-29 16:55:33 +02:00
Bișoc George
4c9dc7302b
[MAIN.CPL] Adjust the GROUPBOX control spacing for French resource ( #1682 )
...
CORE-12372
2019-06-22 15:37:59 +02:00
Mas Ahmad Muhammad
fd928f9d6e
[CPL_DESK] Update Indonesian translation.
2019-06-20 17:31:57 +02:00
Mas Ahmad Muhammad
e3c779a855
[CPL_MMSYS] Update Indonesian translation.
2019-06-20 17:31:57 +02:00
Mas Ahmad Muhammad
40be6abdd8
[CPL_TIMEDATE] Update Indonesian translation.
2019-06-20 17:31:56 +02:00
Mas Ahmad Muhammad
37d345d8cc
[CPL_CONSOLE] Update Indonesian translation.
2019-06-20 17:31:56 +02:00
Mas Ahmad Muhammad
456e06ae2a
[CPL_APPWIZ] Add Indonesian translation.
2019-06-20 17:31:55 +02:00
Mas Ahmad Muhammad
aadd11c01d
[CPL_ACCESS] Update Indonesian translation.
2019-06-20 17:31:54 +02:00
Jose Carlos Jesus
65dc8aba92
[APPWIZ.CPL] Update Portuguese Brazilian, and add Portuguese (neutral) translations. ( #1656 )
2019-06-17 15:12:08 +02:00
Jose Carlos Jesus
8aca2dafeb
[ACCESS.CPL] Add & update Portuguese translation. ( #1656 )
2019-06-17 15:12:08 +02:00
Mark Jansen
f3d1d38041
[INPUT] Don't race the system to free an imagelist
2019-06-16 23:11:03 +02:00
Yaroslav Kibysh
27cfe08016
[CONSOLE] Update Ukrainian translation. ( #1643 )
2019-06-10 17:02:58 +02:00
Hermès Bélusca-Maïto
c4e2826c73
[CONSOLE][CONCFG][CONSRV] Provide support for specified additional TrueType fonts + bugfixes.
...
CORE-12451 CORE-13182 CORE-13196
- CONSOLE: Initialize the additional TrueType fonts cache.
* Fix the font preview when a TrueType font has been selected.
* Refresh the available fonts and the font preview when the selected
code page is changed (Work In Progress), or when the OS pool of
font resources has changed (WM_FONTCHANGE message).
- CONCFG: Implement support for the additional TrueType fonts cache:
the contents of the cache is enumerated under the registry key
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont
* Add helper functions and macros.
* In CreateConsoleFontEx(), set the mandatory font pitch&family flags
and remove those that we do not support.
* In IsValidConsoleFont2(), update the validity checks and the
documentation links.
- CONSRV: Load/refresh the additional TrueType fonts cache when needed.
2019-05-19 23:10:41 +02:00
Eric Kohl
bb4fc96939
[MMSYS] Reset the speaker volume to its initial value when the user clicks the "Cancel" button
...
CORE-13815
2019-05-19 16:27:10 +02:00
Eric Kohl
a65a260919
[POWERCFG] Show the hibernate page only if the S4 power state is available
2019-05-12 23:52:08 +02:00
Eric Kohl
c58a2163d7
[POWERCFG] Add a separate power schemes dialog for ac-only systems
...
The layout issues will be fixed by a future patch.
2019-05-12 23:48:36 +02:00
Eric Kohl
3a207cdf27
[POWERCFG] Fix-up the lid, power button and sleep button settings according to the power capabilities.
2019-05-09 23:56:37 +02:00
Eric Kohl
cc13842ad4
[POWERCFG] Do not re-initialize all paged directly when the hibernate file setting changes. Re-initialize the pages on PSN_SETACTIVE instead.
2019-05-08 23:31:00 +02:00
Eric Kohl
535b8dda8d
[POWERCFG] Implement the power scheme 'Save As' feature
...
CORE-12565
2019-05-06 23:55:42 +02:00
Eric Kohl
af14108ee2
[POWERCFG] Do not call other pages init routines when the hibernate setting changes. This will be fixed later.
2019-05-06 23:39:09 +02:00
Eric Kohl
1dcf8376f0
[POWERCFG] Fix power scheme deletion
...
CORE-12566, CORE-12567
2019-05-05 22:48:53 +02:00
Eric Kohl
077dcfedb9
[POWERCFG] Improve the error handling in AddPowerScheme() and keep track of the current power scheme.
2019-05-05 22:10:00 +02:00
Eric Kohl
b5e6280a72
[POWERCFG] Really fix the power schemes exceptions!
2019-05-05 17:05:59 +02:00
Hermès Bélusca-Maïto
2ebda0e3d0
[CONSOLE.CPL] Fix the console screen preview when selecting TrueType fonts.
...
CORE-13182 CORE-13196
- Use the correct character height & width.
- Additions: use StringCch*() when initializing the dialog title.
[CONSRV:CONCFG] Minor fixes.
- When retrieving font characteristics in ConCfgReadUserSettings(),
check for NULL/zero values that indicate that we should use default
ones instead.
- Rename 'dwNumSubKeys' into 'dwNumValues'.
2019-05-05 01:20:19 +02:00
Eric Kohl
2872cfc3b7
[POWERCFG] Fix indentation. No code changes!
2019-05-01 13:16:38 +02:00
Bișoc George
89f6929dae
[ACCESS] Reposition the "ToggleKeys" group box control ( #1541 )
...
CORE-15383
2019-04-28 20:21:38 +02:00
Eric Kohl
93b54d007f
[POWERCFG] Fix minor power scheme issues
...
- Really fix the exception that occurs on closing the property sheet.
- Use the correct scheme ID when the current power scheme is set.
2019-04-28 13:18:52 +02:00
Eric Kohl
ce218f70ec
[POWERCFG] Fix an exception that occurs when the control panel is closed.
2019-04-27 19:01:35 +02:00
Eric Kohl
9a24e9799e
[POWERCFG] Show the name of the power scheme in the delete confirmation message box
2019-04-26 23:12:36 +02:00
Eric Kohl
7251020e41
[POWERCFG] Some small cleanup
...
- Rename IDC_HYBERNATE... to IDC_HIBERNATE...
- Rename IDS_PORCENT to IDS_PERCENT
- Replace %1 by %s in IDS_CONFIG1 and IDS_CONFIG2
2019-04-26 21:52:30 +02:00
Eric Kohl
0ca4b50791
[POWERCFG] Fix the initialization of the power schemes page
...
CORE-4995
2019-04-26 00:03:27 +02:00
Katayama Hirofumi MZ
9de816c971
[APPWIZ.CPL] Set a default shortcut-link description ( #1520 )
...
CORE-15511
2019-04-24 03:44:44 +02:00
Eric Kohl
22411ef223
[POWERCFG] Fix indentation and coding style. No code changes!
2019-04-23 00:09:10 +02:00
Eric Kohl
8fb2a2dd12
[STOBJECT][MMSYS][POWERCFG] Store the "Show x icon in the taskbar" setting for the hotplug, power and volume icons.
...
CORE-12365
CORE-12972
CORE-15234
2019-04-23 00:04:01 +02:00
Eric Kohl
f62a4b2015
[POWERCFG] Use a list of power schemes (power policy, id, name and description) rather than a bare array of power policies. This will simplify adding and deleting schemes quite a lot.
2019-04-20 22:48:38 +02:00
Eric Kohl
8896706566
[POWERCFG] Fix the undue change of monitor switch off time
...
CORE-12495
2019-04-20 14:43:16 +02:00
Eric Kohl
a117331947
[POWERCFG] Fix coding style and indentation. No code changes!
2019-04-20 14:36:22 +02:00
Jared Smudde
ca72c931f3
[OPENGLCFG] Edit the applet name so it uses the same capitalization scheme as the other Control Panel applets.
2019-04-13 17:07:55 +02:00
Jérôme Gardou
23373acbb9
[CMAKE] Use modules instead of shared libraries
...
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.
On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
Adam Słaboń
7047aa80ef
[TRANSLATION] Polish translation update
...
Polish translation update for calc, fltmc, magnify, notepad, osk, sndvol32, usetup, fdebug, appwiz, mmsys, sysdm, acppage, ziplfdr, browseui, cryptui, jscript, shell32, themeui and inf. Added translation for cyrptext, vcdcontroltool, and (not yet complete) getuname.
2019-04-05 10:34:10 +02:00
Mark Jansen
bae083355d
[SYSSETUP] Add a missing break
2019-04-03 19:44:16 +02:00
Eric Kohl
5a2911d7d8
[SYSDM] Add the 'Copy to' dialog and move the 'Change Profile Type' dialog a little.
2019-03-25 00:19:58 +01:00
Eric Kohl
9a4676f19f
[SYSDM] Get a profiles 'State' value and use it to display the profile type.
2019-03-24 06:50:24 +01:00
Yaroslav Kibysh
505d27cbef
[SYSDM] Update Russian and Ukrainian translations ( #1437 )
2019-03-23 22:18:42 +01:00
Eric Kohl
d4b638d7c8
[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.
2019-03-23 20:58:03 +01:00
Eric Kohl
ea2ca8fa91
[SYSDM] Add the 'Change Profile Type' dialog.
2019-03-23 18:49:40 +01:00
Yaroslav Kibysh
8fb10879fc
[ACPPAGE][SYSDM] Update Ukrainian translation ( #1435 )
2019-03-23 15:20:34 +01:00
Eric Kohl
6c6e7b82fc
[SYSDM] Implement the 'delete profile' button, except for deleting the profile.
2019-03-21 21:58:02 +01:00
Eric Kohl
b80400ed10
[SYSDM] Update the buttons on the user profile dialog after adding the profiles to the listview.
2019-03-21 21:58:01 +01:00
Stanislav Motylkov
ffc4e30ce5
[SYSDM] Update Russian translation
...
Addendum to 71f84a3
.
2019-03-20 23:49:03 +01:00
Eric Kohl
71f84a3b13
[SYSDM] Add some strings that will be used in the user profile dialog.
2019-03-19 23:19:41 +01:00
Stanislav Motylkov
62595d39a6
[SYSDM] Update SMBIOS parsing code
2019-03-16 11:16:55 +01:00
Luo Yufan
a0506042a6
Merge pull request #1412 from njlyf2011/improve-zh-translation
...
[TRANSLATION] Update Traditional Chinese translation
2019-03-11 16:50:17 +01:00
Timo Kreuzer
c25857f291
[SPEC] Add missing newlines
2019-03-06 00:40:29 +01:00
Luo Yufan
ca9cdce760
[TRANSLATION] Update Chinese and Traditional Chinese translations. ( #1369 )
2019-02-25 00:36:53 +01:00
Eric Kohl
77e3fbfad5
[MMSYS] Volume page: Initialize the volume trackbar before it might be disabled because the tick marks must be visible on a disabled trackbar.
2019-02-24 17:15:13 +01:00
Eric Kohl
601b2532e1
[MMSYS] Sounds page: Update the 'Play' button and the current item in the 'Program events' treeview when a sound is selected or deselected.
2019-02-24 16:56:55 +01:00
Eric Kohl
722797c779
[SNDVOL32] Disable only the 'Play' button, when no audio device is avaiblable.
2019-02-24 16:16:53 +01:00
Eric Kohl
fb34029fde
[MMSYS] Disable the 'Low' and 'High' text of the volume trackbar and the 'Place volume icon in the taskbar' checkbox when no sound device is available.
2019-02-24 15:36:08 +01:00
Eric Kohl
d5ceace419
[MMSYS] Take the balance between channels into account for the master volume trackbar.
2019-02-04 23:54:04 +01:00
Ștefan Fulea
211ad8c73d
[TRANSLATION] Update the existing romanian resources
...
This includes both newly added and previously left untranslated strings.
2019-01-29 13:48:48 +01:00
Pierre Schweitzer
342414c7d6
[SYSDM] Meh
2019-01-21 21:27:50 +01:00
Pierre Schweitzer
2d8f0aee5c
[SYSDM] Update French translation
2019-01-21 21:16:48 +01:00
Eric Kohl
9f41824321
[MMSYS] Set the tab title, implement the 'restore defaults' button and the synchronized trackbar movement.
2019-01-21 00:25:17 +01:00
Eric Kohl
431f9bf311
[MMSYS] Improvements to the speaker volume property page
...
- Open a separate mixer instance for the page, so that MM_MIXM_CONTROL_CHANGE notifications can be received.
- Keep line and channel configurations in a global struct.
- Handle MM_MIXM_CONTROL_CHANGE and WM_HSCROLL notifications.
2019-01-20 22:00:42 +01:00
Eric Kohl
3ae86a245d
[MMSYS] Replaces some magic values
2019-01-20 16:35:52 +01:00
Eric Kohl
d301d6a378
[MMSYS] Add the speaker volume dialog.
...
Retrieve information on the channels and initialize the trackbars accordingly.
2019-01-20 15:59:30 +01:00
Jared Smudde
7d60b2e12f
[MMSYS] Set the initial media folder location. ( #1248 )
2019-01-16 12:53:00 +01:00
Stanislav Motylkov
c95f335893
[MMSYS] Properly save Audio/MIDI In/Out in the registry
...
CORE-15582
2019-01-15 15:27:58 +02:00
Eric Kohl
5f11c16ca8
[MMSYS] Move global variables into a GLOBAL_DATA struct and free allocated memory on WM_DESTROY.
2019-01-13 23:19:25 +01:00
Stanislav Motylkov
e0d80a4ab6
[MMSYS] Add icons for the sound tree ( #1235 )
...
CORE-15584
2019-01-13 19:13:20 +01:00
Eric Kohl
0ec2fd4c3e
[MMSYS] Fix the main volume trackbar
...
- Increase the height of the trackbar in order to make it fully visible.
- Remove the selection range code.
- Set a range from 0 to 500 and fix the volume calculations accordingly.
- Set a tick frequency of 50 and a page size of 100.
- Play the default sound on TB_ENDTRACK notifications.
2019-01-13 15:38:06 +01:00
Eric Kohl
fcadedb306
[MMSYS] Play default sound when the volume trackbar is released.
...
This works on Windows XP but it might not work on ReactOS because of unimplemented features of PlaySound().
2019-01-13 14:05:00 +01:00
Eric Kohl
5cf2a78473
[MMSYS] Replace the sound event list ListView by a TreeView.
...
CORE-15584
2019-01-13 10:37:21 +01:00
Stanislav Motylkov
4575747d61
[MMSYS] Fix tab-stop for group controls and comboboxes ( #1231 )
...
CORE-15581
2019-01-12 21:18:10 +01:00
Stanislav Motylkov
da528a6606
[MMSYS] Properly select current MIDI output device
...
CORE-15582
2019-01-11 13:08:24 +02:00
Luo Yufan
980d8b1b12
[TRANSLATION] Update Chinese translation. ( #1227 )
...
Update Chinese and Traditional Chinese translations.
2019-01-08 13:42:17 +01:00
Luo Yufan
95564d5e30
[TRANSLATION] Update Chinese translation. ( #1223 )
...
[CLIPBRD][SOLITAIRE][RAPPS][REGEDIT][WINHLP32][WORDPAD][FDEBUG][SYSDM][BROWSEUI][DEVMGR][IEFRAME][OLEDLG][SHELL32][SYSSETUP][INF][WINFILE][NTVDM][USER32]
2019-01-07 00:35:11 +09:00
David Quintana
01e5cb0c04
Resource file strings cleanup ( #581 )
...
[CMDUTILS/AT] Fix missing translation strings in certain files.
[NOTEPAD] Fix SUBLANG code to brazillian.
[RAPPS] Fix missing translation strings in certain files.
[FDEBUG] Fix translation string ID.
[CPL/INPUT] Fix missing translation strings in certain files.
[ACPPAGE] Fix incorrect resource IDs.
[NETSHELL] Fix incorrect resource IDs.
[DEVMGR] Fix missing translation strings in certain files.
[LSASRV] Fix missing translation strings in certain files.
[RASDLG] Fix missing translation strings in certain files.
[SHELL32] Fix missing translation strings and incorrect resource IDs.
[TAPIUI] Fix missing translation strings in certain files.
[WINFILE] Fix incorrect resource IDs.
[NTVDM] Fix missing translation strings in certain files.
[USERSRV] Fix missing translation strings in certain files.
[BROWSEUI] One more missing string.
[FLTMC] Fix missing translation strings in certain files.
Detected using the TransDiffer tool (early alpha).
This doesn't include everything anymore, but I wanted to get the PR out of the way.
2019-01-05 15:44:16 +01:00
Yaroslav Kibysh
f759dddb4b
[APPWIZ] Russian and Ukrainian Translations Update ( #1215 )
2019-01-03 22:20:40 +01:00
Julio Carchi
1e141573e4
[TRANSLATION] Spanish translations ( #944 )
2019-01-02 12:01:44 +01:00
Luo Yufan
9f54dbff5e
[TRANSLATION] Update Chinese translation. ( #1212 )
2018-12-31 21:47:58 +01:00
Luo Yufan
cfddf95d6f
[TRANSLATION] Update Chinese translation. ( #1205 )
...
[NET][DISKPART][WINLOGON][ACCESS][APPWIZ][DESK][JOY][MMSYS][POWERCFG][SYSDM][NETCFGX][NETID][SAMSRV][TAPIUI][INF] Update Chinese translation.
2018-12-31 18:47:37 +09:00
Bișoc George
96228ccc0a
[APPWIZ] Do not hardcode the strings ( #1208 )
...
Let's make those message strings translatable.
2018-12-31 16:42:53 +09:00
Katayama Hirofumi MZ
c5f89b8159
[APPWIZ] Show message box upon error
2018-12-29 05:55:19 +09:00
Luo Yufan
c34833390a
[TRANSLATION] Update Traditional Chinese translation. ( #1193 )
2018-12-27 16:24:24 +09:00
Luo Yufan
d1de19002a
[TRANSLATION] Update Traditional Chinese translation. ( #1192 )
2018-12-26 21:02:23 +01:00
Luo Yufan
0a3f6f3b47
[TRANSLATION] Update Chinese translation. ( #1187 )
...
[REG][REACTOS][EXPLORER][APPWIZ][CONSOLE][INETCPL][INPUT]
[INTL][OPENGLCFG][TIMEDATE][DEVCPUX][COMCTL32][COMDLG32]
[MSGINA][NETCFGX][NETID][SETUPAPI][SHELL32][SYSSETUP]
Update Simplified and Traditional Chinese translations.
2018-12-25 17:28:36 +09:00
Luo Yufan
25d076789a
[TRANSLATION] Update Traditional Chinese translation. ( #1166 )
...
Translations for DESK, HDWWIZ, SYSDM, TIMEDATE and BROWSEUI.
If any Taiwanese contributors are present, please help improving the translations!
2018-12-20 03:25:12 +01:00
Yaroslav Kibysh
8540ab04d7
[TRANSLATION] Ukrainian Translation Update & OEM-866 Code Page Problem ( #1133 )
...
Also add the Ї ї Є є characters to the VGA font for code page 866.
2018-12-18 18:38:42 +01:00
Luo Yufan
981cbb1b8c
[TRANSLATION] Update Chinese translation (zh_CN & zh_TW) ( #1159 )
2018-12-18 17:24:35 +01:00
Luo Yufan
4b7f1e0a9d
[TRANSLATION] Update Traditional Chinese translation. ( #1142 )
2018-12-18 12:30:48 +09:00
Joachim Henze
6f8cb05cad
[DESK][SHELL32] Allow Desk.cpl to run standalone on WinXP/2003 again CORE-15412
...
addendum to 0.4.10-dev-502-g
d559ca9c98
That copy-paste was done once intentionally to keep our imports similar to 2003.
It's worth reading the conversation in PR #748 : Getequ seems to be ok with this.
The ideal solution most likely would be to instead *statically*
link against RegLoadMUIStringW() from advapi32_vista when WINNT=0x502.
For now the stuff runs again at least.
I left the func existing in advapi32_vista.dll.
2018-12-17 22:01:49 +01:00
Katayama Hirofumi MZ
235042a16c
[CPL][SHELL32] Add icons to input, joy, sysdm, folder options ( #1138 )
...
CORE-15445
2018-12-16 08:40:47 +09:00
Katayama Hirofumi MZ
bd55105c8a
[CPL] Properly set display icons of control panel applets ( #1129 )
...
CORE-15445
2018-12-14 20:06:57 +09:00
Luo Yufan
acef266bc6
[TRANSLATION] Update Simplified Chinese translation and notice. ( #1108 )
2018-12-10 16:03:00 +01:00
Ștefan Fulea
8a333e6845
[CPL:INPUT] Update Input's existing localized information. ( #861 )
...
Update the name of the Romanian Keyboard layout in localized
resources by renaming the existing one as legacy and adding
the new one as standard.
Use the same resource string ID as the one used in input.cpl from
later versions of Windows that do have kbdrost.
This improves the Windows binary compatibility of kbrost's setup.
CORE-15056
2018-12-08 18:52:56 +01:00
Luo Yufan
93ac724b47
[TRANSLATION] Update Simplified Chinese translation. ( #1099 )
...
Update Simplified Chinese translation for BROWSEUI, INETCPL and SYSDM.
2018-12-06 14:52:38 +01:00
Luo Yufan
39a478d17b
[TRANSLATION] Update Simplified Chinese translation. ( #1096 )
2018-12-05 16:50:05 +01:00
Luo Yufan
07b120bd56
[TRANSLATION] Update Simplified Chinese translation. ( #1094 )
2018-12-04 17:13:39 +01:00
Stanislav Motylkov
ed7a78e97a
[SYSDM] Explicitly check DMI strings for NULL pointers
...
...to make CRT string comparison functions happy. CORE-15403
2018-11-30 16:55:29 +03:00
Luo Yufan
289301e22a
[INETCFG] Update Simplified Chinese translation. ( #1076 )
2018-11-26 15:55:57 +01:00
Stanislav Motylkov
c1195f5300
[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library ( #1054 )
...
Include only one user-mode DMI library. Addendum to baf2c0c
.
2018-11-21 22:07:54 +01:00
Luo Yufan
d8a4e0a8e3
[TRANSLATION]Update Simplified Chinese translation. ( #1032 )
2018-11-14 21:42:21 +09:00
Luo Yufan
5cdee1ab82
[TRANSLATION] Update Simplified Chinese translation. ( #1028 )
2018-11-11 17:57:12 +01:00
Adam Słaboń
b8044d6783
[TRANSLATION] Polish translation update ( #1029 )
...
Translated missing strings and improved existing translations.
2018-11-11 17:55:01 +01:00
Luo Yufan
91e032f9b1
[TRANSLATION] Update Simplified Chinese translation. ( #1025 )
2018-11-09 15:31:53 +01:00
Luo Yufan
7fafe923cb
[SYSDM] Update Simplified Chinese translation. ( #1021 )
2018-11-08 14:08:34 +01:00
Zcooger
52eee8955c
[APPWIZ] Update polish translation ( #921 )
2018-11-07 16:20:32 +01:00
Bișoc George
0c88f79480
[USRMGR] Fix a truncated text on French resource
...
CORE-15267
2018-10-28 19:30:17 +01:00
Hermès Bélusca-Maïto
e405ad257c
[SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib.
...
[SETUPLIB] Copy the mui* files from usetup into the setuplib for later usage, and add mui.c to build.
svn path=/branches/setup_improvements/; revision=75711
[SETUPLIB][USETUP] Start massaging the MUI files and split up what concerns only the usetup "resources",
and what concerns general language parameters (in the setuplib).
It may be interesting to retrieve the language parameters
from INF file (e.g. intl.inf) (suggested by Giannis).
svn path=/branches/setup_improvements/; revision=75715
[SETUPLIB] Add the necessary headers to mui.c to be able to compile.
[USETUP] Comment out the languages that don't have any resources.
svn path=/branches/setup_improvements/; revision=75716
[SETUPLIB][USETUP] Adjust MUI and settings code.
- Re-enable settings code concerning language, keyboards & layout
in the setuplib, and remove the old code in usetup.
- Remove useless code in setuplib's mui.c.
- Rename usetup's MUI "LanguageList" into "ResourceList" so as to
avoid colliding with the "LanguageList" of setuplib.
- Add the magic CMakeLists line "add_definitions(${I18N_DEFS})" that
I forgot previously, that caused the "LanguageList" of setuplib to be empty!
The code compiles and works during my tests.
svn path=/branches/setup_improvements/; revision=75717
[SETUPLIB] Change some string pointer types & function prototypes so that the usetup-specific
"SelectedLanguageId" variable is not used in the library.
svn path=/branches/setup_improvements/; revision=75719
[SETUPLIB] Change some function prototypes so that the usetup-specific "SelectedLanguageId" variable is not used in the library.
Also, make AddEntriesFromInfSection(), DefaultProcessEntry() and the typedef PPROCESS_ENTRY_ROUTINE private again.
svn path=/branches/setup_improvements/; revision=75720
svn path=/branches/setup_improvements/; revision=75724
[USETUP] Code adaptations.
- Transform some do{}while() loops into while(){} ones, since the lists on which we work may only contain one single {NULL} element.
- Modify MUIGetOEMCodePage() call after r75719.
- Use PCWSTR where needed.
svn path=/branches/setup_improvements/; revision=75722
[USETUP] Adjust some MUI & settings calls, following the commits r75719, r75720 and r75721.
svn path=/branches/setup_improvements/; revision=75723
[INPUT.CPL] Adjust inclusion of "muifonts.h" (commit 3dbd44f
) due to changes introduced in r75711 and r75715.
2018-10-28 00:13:07 +02:00
Stanislav Motylkov
7886ad46db
[INETCPL] Add icon codes for trusted and restricted zones
2018-10-24 00:27:10 +02:00
Stanislav Motylkov
3290d4619b
[SYSDM] Fix controls order and label height in IDD_SYSSETTINGS dialog
...
This fixes checkbox rendering issue in russian translation.
Dialogs in other translations are ok.
CORE-13792
2018-10-21 15:36:28 +02:00
Bișoc George
f31cf503fb
[APPWIZ] Do not display the message box if the user aborts the download
...
CORE-15183
2018-10-21 13:10:12 +02:00
Bișoc George
e9f993d1b8
[APPWIZ] Translation update for Romanian & Italian
2018-10-20 21:16:48 +02:00
Pierre Schweitzer
8f4d8cb616
[APPWIZ] Update French translation
2018-10-10 08:42:38 +02:00
Stanislav Motylkov
b3179a0771
[APPWIZ] Update russian translation ( #917 )
2018-10-08 14:53:11 +02:00
Bișoc George
cb499cd1fd
[APPWIZ] Display a message box in case of failure ( #913 )
...
When the downloading process of Gecko fails, display a warning message box.
2018-10-08 14:36:40 +02:00
Stanislav Motylkov
ab9baa2d09
[SYSDM] Fix IDC_ROSVERSION in Romanian translation
2018-10-08 14:34:11 +02:00
Stanislav Motylkov
3779c2e770
[SYSDM] Add system uptime information
2018-10-08 14:34:11 +02:00
Stanislav Motylkov
80d26b1646
[SYSDM] Make MHz and GHz strings translatable
2018-10-08 14:34:11 +02:00
Luo Yufan
b70ef2ee56
[TRANSLATION] Update Simplified Chinese translation. ( #912 )
2018-10-07 20:44:00 +02:00
Amine Khaldi
d02c72252c
[INETCPL] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:18:08 +01:00
Abdulganiev Rafael
6f138e2811
[DESK.CPL] Remove monitor resource scaling ( #876 )
2018-09-29 16:24:10 +02:00
Stanislav Motylkov
4eccca5943
[SYSDM] Add hardware model name print
2018-09-29 17:12:18 +03:00
Stanislav Motylkov
797d2354fa
[SYSDM] Add one more IDC_MACHINELINE for model name
2018-09-29 17:11:57 +03:00
Stanislav Motylkov
bd1fc964e7
[SYSDM] Move system information controls 16 points higher
2018-09-29 17:11:31 +03:00
Eric Kohl
e13ff1470e
[DESK] Add MonitorClassInstaller
2018-09-15 14:11:04 +02:00
Stanislav Motylkov
8d6c519a95
[SYSDM.CPL] Fixup control positions after font metrics fix
2018-09-14 11:15:26 +02:00
Stanislav Motylkov
877dffa918
[DESK.CPL] Settings: Fixup control positions
2018-09-14 11:15:26 +02:00
Stanislav Motylkov
8df45999f2
[DESK.CPL] Screensaver: Fixup control positions
2018-09-14 11:15:26 +02:00
Stanislav Motylkov
36bebe7427
[DESK.CPL] Background: Fixup control positions after font metrics fix
2018-09-14 11:15:26 +02:00
Stanislav Motylkov
432788b59f
[DESK.CPL] Appearance: Fixup control positions after font metrics fix
...
CORE-14274
2018-09-14 11:15:26 +02:00
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation ( #851 )
...
Translation from Stefan Fulea.
CORE-15023
2018-09-14 11:04:36 +02:00
Abdulganiev Rafael
25f4ed75a0
[CPL][DESK] Update monitor resource ( #816 )
...
[DESK.CPL] Update monitor resource
2018-09-07 08:43:36 +01:00
Bișoc George
773d6a536a
[ACCESS] Fix some truncated strings in French resource ( #838 )
2018-09-03 14:14:57 +02:00
Adam Słaboń
af3d426685
[TRANSLATION] Polish translation update ( #781 )
...
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
2018-08-20 17:00:33 +02:00
Getequ
d559ca9c98
[ADVAPI32][SHELL32][DESK.CPL] Kill copy-paste of RegLoadMUIString. ( #748 )
...
RegLoadMUIStringW/A is part of advapi32.dll . shell32.dll and desk.cpl contained exact line-by-line copy of that function.
2018-08-16 16:10:41 +02:00
Stanislav Motylkov
68a4cdd5ec
[SYSDM] Use single string control for system version
2018-08-15 19:30:23 +02:00
Timo Kreuzer
0f8439aa71
[DLLS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Julio Carchi
d7559e2354
[TRANSLATIONS] Fix spanish translations for some resources ( #725 )
...
Setup wizard
Network settings wizard
Input CPL
Open file dialogs
Devmgr
Explorer
2018-08-03 15:08:13 +02:00
Bișoc George
dd4cc2c2ff
[INPUT] Fix a truncated text
2018-08-03 12:08:41 +02:00
Jared Smudde
4ceea74919
[USRMGR] Disable the Extra tab. It serves no purpose. ( #700 )
2018-08-01 22:15:27 +02:00
Julio Carchi
d3045af9d5
[TRANSLATIONS] Fix some Spanish translations ( #715 )
...
Also added some new ones.
2018-07-31 10:58:21 +02:00
Julio Carchi
5943bbb8b4
[TRANSLATIONS][DISPLAY] Translate to spanish some strings on the display ( #667 )
...
CORE-14767
2018-07-12 17:48:57 +02:00
Katayama Hirofumi MZ
33a65d45aa
[APPWIZ] Add support for creating internet shortcuts ( #664 )
...
CORE-8737
2018-07-08 16:40:14 +02:00
Eric Kohl
aad801914b
[LICCPA] Fix translation and align dialog controls
2018-07-01 17:28:29 +02:00
Eric Kohl
2fdb4d99c7
[LICCPA] Make the License Manager GUI build and make it visible (again)
...
- Add the missing CMakeLists.txt file.
- Comment-out an unused variable.
- Make WM_INITDIALOG return TRUE, so that the dialog gets visible.
2018-07-01 17:28:28 +02:00
Stanislav Motylkov
adf334eaf2
[SYSDM] Update the credits list
...
Added to Development Team:
Aleksandar Andrejevic
Alexander Shaposhnikov
Amine Khaldi
Benedikt Freisen
Cameron Gutman
David Quintana
Giannis Adamopoulos
Hermès Bélusca-Maïto
Jérôme Gardou
Katayama Hirofumi MZ
Mark Jansen
Peter Hater
Stanislav Motylkov
Thomas Faber
Vadim Galyant
Added to Release Engineers:
Amine Khaldi
Joachim Henze
Thomas Faber
2018-06-03 20:32:39 +02:00
Stanislav Motylkov
245d7bee43
[SYSDM] Fix typo in the credits
...
Contributers -> Contributors
2018-06-03 20:32:39 +02:00
Eric Kohl
6ce2ca540b
[SYSDM] Improvements to the user profile page
...
- Store the full profile user name in the listview item for later use in the delete and copy functions.
- Change the button state according to the selected profile.
- Fix some hard-coded string sizes.
2018-06-02 16:11:50 +02:00
Eric Kohl
e3905cc68a
[SYSDM] Retrieve and show the domain and user names for the user profiles
...
Fixes CORE-11789
2018-06-02 12:18:19 +02:00
Adam Słaboń
72ad0fe70b
[TRANSLATION] Polish translation update ( #554 )
...
- Added translations for cmdutils (at, clip, comp, eventcreate, mode, taskkill, wmic) and zipfldr.
- Updated translations for cmdutils (reg), drwtsn32, mmc, eventvwr, shell32 and cpl applets (console, input).
2018-05-19 13:17:49 +02:00
Bișoc George
337e7322a6
[INETCPL] Fix a typo in Romanian resource file
2018-05-11 23:34:52 +02:00
Serge Gautherie
444553c7f0
[DESK.CPL] Fix a Clang-Cl warning about "LogPixels"
...
"warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]"
CORE-14306
2018-05-04 22:02:48 +02:00
Bișoc George
e445b305bb
[CPL][CONSOLE] Mistake corrections
2018-04-22 22:52:48 +02:00
Bișoc George
76c561e5f4
[CONSOLE] Italian translation update ( #466 )
...
- Strings translated
- Typo fixed
2018-04-03 12:58:54 +02:00
Bișoc George
9703ae9a08
[INETCPL] Italian translation update ( #453 )
2018-03-30 15:19:26 +02:00
Amine Khaldi
88d3620955
[INETCPL] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 12:46:20 +01:00
Timo Kreuzer
0182dcd71b
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER
...
- Make sure the DWLP_* values are correct on _WIN64
- Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h
- Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
2018-03-04 16:27:07 +01:00
Sergey Stopkin
0c957755ed
[TRANSLATION] Some translations update
2018-03-02 18:23:30 +01:00
Giannis Adamopoulos
d214e1c4d4
[TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc
...
Add a check in manifest_hosted.rc to make sure that winuser.h is included
2018-03-01 10:05:54 +02:00
Joachim Henze
40e5832369
[DESK] Fix text truncation in fr-FR.rc
...
CORE-13514
2018-02-28 23:00:31 +01:00
Joachim Henze
9e9f053eec
[MMSYS] fix text truncation in fr-FR.rc
...
CORE-13508
2018-02-28 21:19:42 +01:00
Timo Kreuzer
d281d14fd1
[REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate.
2018-02-19 22:36:36 +01:00
Serge Gautherie
71ebfd8717
[OPENGLCFG] Fix a Clang-Cl warning about IDC_DEBUG_OUTPUT
...
"warning: use of logical '||' with constant operand [-Wconstant-logical-operand]"
CORE-14306
2018-02-10 18:04:03 +01:00
Thomas Faber
c0a227d9a5
[SYSDM] Make the GPL text ASCII. CORE-14278
...
This is better than wasting space on null chars (and having Git mangle it).
Also ensure that it gets CRLF newlines since its contents go in the binary.
2018-02-08 00:52:41 +01:00
Luo Yufan
a13c998183
[TRANSLATION] Simplified Chinese translations updated. ( #348 )
2018-02-01 02:50:29 +01:00
Doug Lyons
912434849f
[TIMEDATE] Correctly set the time when using the "Update now" button. CORE-14167
2018-01-31 11:51:08 +01:00
Stanislav Motylkov
2595538558
[DESK.CPL] Fix dialog appearance in 640x480 resolution
...
CORE-14274
2018-01-29 22:32:01 +01:00