Piotr Hetnarowicz
92c399e0d8
[DEVMGR] Update Polish (pl-PL) translation ( #8207 )
2025-07-12 20:34:31 +02:00
Eric Kohl
d8bfa93f21
[DEVMGR] Fix reading the device resource lists
...
For each device we must first try to read its AllocConfig resource list. If its AllocConfig resource list is not available, try to read its BootConfig resource list.
2025-06-20 20:50:18 +02:00
Eric Kohl
15e69dbf34
[DEVMGR] Fix the device manager
...
- Revert changes to the wine debug macros.
- Enable grayed the Resource By Type menu items.
2025-06-19 23:08:25 +02:00
Eric Kohl
87d2179956
[DEVMGR] Implement the Resources By Type view
...
TODO:
- Add resource type icon
- Fix the context menu
2025-06-19 22:32:28 +02:00
Katayama Hirofumi MZ
aa79640218
[DEVMGR] Improve Japanese (ja-JP) translation ( #7985 )
...
JIRA issue: CORE-18706
2025-05-14 08:10:41 +09:00
Katayama Hirofumi MZ
fe11f7a2e5
[REACTOS] Refresh old URLs ( #7632 )
...
URLs are getting old. We have to
update URLs for documentation
purpose.
JIRA issue: CORE-19963
- Refresh old URLs.
- Add " (DEAD_LINK)" labels
to dead links.
- Use MS Learn links rather
than MSDN ones.
- Some dead links revived by
Web Archive.
- Don't change Wine Tests
and Wine Sync.
- Don't change 3rd party libraries.
- Don't append "redirected" labels.
2025-01-28 13:36:45 +09:00
Hermès Bélusca-Maïto
9c544a5552
[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes ( #7567 )
...
- Remove DISCARDABLE attribute.
- Remove MOVEABLE attribute.
See: https://learn.microsoft.com/en-us/windows/win32/menurc/common-resource-attributes
3rd-party module rosapps/lib/vfdlib is left unchanged.
2024-12-22 16:50:14 +01:00
Timo Kreuzer
0c2cdcae83
[REACTOS] Add missing line breaks at end of file
2024-10-06 10:47:11 +03:00
Ratin Gao
67d5a53839
[TRANSLATION] Improve Simplified Chinese (zh-CN) translation ( #6804 )
...
- Add and improve translation
- Fix mistakes
Reviewed-by: Chilung Chan <eason066@gmail.com >
Reviewed-by: yangyangdaji <1504305527@qq.com >
Reviewed-by: He Yang <1160386205@qq.com >
2024-06-13 16:36:41 +03:00
Timo Kreuzer
bedc16d46d
[DEVMGR] Add DYNAMIC_FIELD_OFFSET macro
...
This replaces the usage of FIELD_OFFSET for dynamic indexing into array fields.
Sadly GCC has broken __builtin_offsetof and they don't seem to intend to fix it.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95942
2024-04-10 23:27:11 +02:00
Andrei Miloiu
5e31354ff6
[DEVMGR] Update Romanian (ro-RO) translation ( #6529 )
2024-03-23 21:17:24 +01:00
Hervé Poussineau
385ac5d4d2
[DEVMGR] Fix diagnostic message when device is failing with CM_PROB_FAILED_ADD
...
In this specific case, we don't have more information to show.
This prevents using "FIXME" string as a placeholder for device details.
CORE-18309
2024-02-01 09:57:02 +01:00
Николай Димитров
4514e91dd6
[TRANSLATION] Update and fix Bulgarian (bg-BG) translation ( #5581 )
...
NOTE: IDS_ADMINISTRATOR_NAME translation excluded for the time being.
It should be "Администратор", but bg-BG translation missing in samsrv.dll,
therefore don't translate it because otherwise this would introduce a mismatch
(samsrv falls back into english when translation is missing).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org >
2023-12-21 18:09:34 +01:00
Andrei Miloiu
814b9e3f2c
[DEVMGR] Update Romanian (ro-RO) translation ( #6099 )
2023-12-09 20:13:43 +01:00
Andrei Miloiu
1313179a32
[DEVMGR] Update Romanian (ro-RO) translation ( #5960 )
2023-11-15 10:59:48 +01:00
Hermès Bélusca-Maïto
b4b1c5b9aa
[DEVMGR] Fix some bugs spotted by Thomas Faber in PR #5775 ( #5790 )
...
- Fix TCHAR/WCHAR mis-usage,
- Fix as a result, a buffer overflow (GlobalAlloc takes the size in
bytes, but a number of characters was passed to it instead).
- Remove usage of unsafe string function. Now the item text is directly
retrieved within the allocated buffer.
2023-11-13 16:26:00 +01:00
Alexey Strukov
8451230753
[DEVMGR] Allow to copy text from Details page of device properties ( #5775 )
...
In driver properties, in details tab, add a "Copy" popup menu for listview.
This will allow to copy driver's information to buffer.
2023-10-10 21:22:54 +02:00
Serge Gautherie
016acd170d
[REACTOS] Do not free shared icon for ShellAbout() calls ( #5519 )
...
CORE-18369
2023-08-09 11:53:13 +02:00
Andrew Dent
72ea2d4c26
[REACTOS] Spelling fixes ( #5534 )
...
Fix spellings / hyphenation: `unassociate` ; `read-only` ; `double-click`
2023-08-09 11:48:07 +02:00
Tuur Martens
075ec50298
[DEVMGR] Fix wrong menu item hint ( #4854 )
...
Item hint for "Resources by connection" was incorrectly set to the hint for "Resources by type".
CORE-18608
2022-11-06 20:00:18 +03:00
Andrei Miloiu
be04c6358a
[DEVMGR] Update Romanian (ro-RO) translation ( #4699 )
...
Reviewed-by: Ștefan Fulea <stefan.fulea@mail.com >
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com >
2022-09-25 11:44:41 +03:00
Artyom Ovsyannikov
3f411c5da7
[REACTOS] Various Russian (ru-RU) translation fixes ( #4696 )
...
Reviewed-by: Stanislav Motylkov <binarymaster@mail.ru >
2022-09-15 18:46:03 +03:00
Jose Carlos Jesus
d432436fed
[TRANSLATION] Improve Portuguese (pt-PT) translation ( #4522 )
...
- [REGEDIT] [INTL] [DEVMGR] Improve pt-PT translation
- [W32TIME] Add pt-PT translation
- [BOOTDATA] Add pt-PT to hivesys.inf
2022-05-31 02:04:41 +03:00
Luke Luo
de972e2bc2
[TRANSLATION] Improve Simplified Chinese (zh-CN) translation ( #4513 )
...
- Changed some wording according to the translation requirements.
- Fixed some mistakes.
- Changed my name.
Reviewed-by: He Yang <1160386205@qq.com >
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com >
2022-05-20 15:38:24 +03:00
Wu Haotian
0c42866e64
[TRANSLATION] Review & update Simplified Chinese (zh-CN) translation ( #3933 )
...
Reviewed all Chinese Simplified translation files and updated those
inappropriate or outdated ones.
Co-authored-by: Liu Wenyuan <15816141883@163.com >
Reviewed-by: Chan Chilung <eason066@gmail.com >
Reviewed-by: He Yang <1160386205@qq.com >
Reviewed-by: Zheng Jianping <robsean@126.com >
Reviewed-by: Luo Yufan <njlyf2011@hotmail.com >
Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org >
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com >
2022-03-31 20:30:52 +03:00
Chan Chilung
2752c42f0b
[TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 ( #4347 )
...
- Added zh-HK translation for following files:
- [BASE/SERVICES/W32TIME]
- [BASE/SYSTEM/...] (except CMD console only applications)
- [FDEBUG]
- [DLL/CPL/...] (except Wine related applications)
- [DLL/SHELLEXT/...]
- [DLL/WIN32/...] (not all applications are translated, and Wine related applications are excluded from this part)
- [MODULES/ROSAPPS/APPLICATIONS/...] (not all applications are translated)
- [SCREENSAVERS]
- [NTVDM]
- [USERSRV]
- Translation Improvement
- Fix header for zh-TW and zh-HK translation files
Reviewed-by: Luo Yufan <njlyf2011@hotmail.com >
Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org >
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com >
2022-03-31 17:10:21 +03:00
Jose Carlos Jesus
75d33bf148
[TRANSLATION] Update Portuguese (pt-PT) translation ( #4273 )
...
- [DEVMGR] Improve pt-PT translation
- [NEWDEV] Small improvements to pt-PT translation
- [SHELL32] Update pt-PT translation
2022-01-15 00:40:41 +03:00
Chan Chilung
171a920680
[TRANSLATION] Update Chinese Traditional (zh-TW) translation ( #4154 )
...
- Added translation for:
- [W32TIME]
- [MODE]
- [TIMEOUT]
- [MODEMUI]
- [ARPING]
- [FRAGINATOR]
- and more
- Updated existing translation
- [WINNLS] Update cht (zh-TW) and zhh (zh-HK)
- [DOC] Update rules in Chinese translation notes.txt
- Wine translation sync
Some of the punctuation use in WIne has been converted to half-width,
so the punctuation will no longer synced.
2022-01-14 20:22:46 +03:00
Jesús Sanz del Rey
5831427ef9
[DEVMGR] Ensure clicking on item when opening property sheet ( #4196 )
...
Fix a bug related to the device manager, where double-clicking anywhere when an item is already selected opens the property sheet.
CORE-17207
2021-12-29 16:52:41 +01:00
Hervé Poussineau
500f00de6a
[DEVMGR] Display current assigned resources, instead of boot resources
2021-10-14 23:39:30 +02:00
Süleyman Poyraz
05c39d8d62
[TRANSLATION] Update Turkish (tr-TR) translations ( #3958 )
...
Reviewed-by: Can Taşan <ctasan99@hotmail.com >
Signed-off-by: Süleyman Poyraz <zaryob.dev@gmail.com >
2021-10-10 16:00:12 +03:00
Hermès Bélusca-Maïto
158a479a4e
[TRANSLATION] Replace '\r\n' by '\n' from displayed strings, when possible.
2021-09-13 03:52:23 +02:00
Hermès Bélusca-Maïto
9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
...
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00
Hermès Bélusca-Maïto
bbabe2489e
[FORMATTING][TRANSLATION] Remove trailing whitespace. Addendum to 34593d93.
...
Excluded: 3rd-party code (incl. wine).
2021-09-13 03:52:21 +02:00
Süleyman Poyraz
53221834c5
[TRANSLATION] Add and improve Turkish (tr-TR) translation ( #3561 )
...
Reviewed-by: Can Taşan <ctasan99@hotmail.com >
Reviewed-by: Ercan Ersoy <ercanersoy@ercanersoy.net >
Signed-off-by: Süleyman Poyraz <zaryob.dev@gmail.com >
2021-09-12 00:34:11 +03:00
Jose Carlos Jesus
4526848888
[TRANSLATION] Improvements to Portuguese (pt-PT) translation ( #3842 )
...
- [CALCS] Add Portuguese (pt-PT) translation
- [COMCTL32] Improve Portuguese (pt-PT) translation
- [COMDLG32] Improve Portuguese (pt-PT) translation
- [ACLUI] Improve Portuguese (pt-PT) translation
- [DEVMGR] Fix typos and improve pt-PT translation
- [SYSDM] Fix typos and improve pt-PT translation
- [CPL] Readjust objects position to fit all text
Signed-off-by: Jose Carlos Jesus <zecarlos1957@hotmail.com >
2021-09-07 19:20:18 +03:00
Gabriel Aguiar
b3a5eeb131
[TRANSLATION] Update Portuguese (pt-PT) translation ( #3876 )
...
Co-authored-by: Gabriel Aguiar <fgygh5804@gmail.com >
Reviewed-by: Joachim Henze <Joachim.Henze@reactos.org >
Reviewed-by: Jose Carlos Jesus <zecarlos1957@hotmail.com >
Reviewed-by: Stanislav Motylkov <x86corez@gmail.com >
Signed-off-by: Gabriel Aguiar <fgsoftwarestudio@gmail.com >
2021-09-07 16:12:01 +03:00
Eric Kohl
9e947e2b2b
[DEVMGR] Get rid of the unknown device class hack
...
Treat the unknown device class like any other device class.
CORE-17527
2021-04-16 23:45:08 +02:00
Chan Chilung
6b700c6af1
[TRANSLATION] Chinese Traditional (zh-TW) translation update ( #3526 )
...
*Add Chinese Traditional translation for:
- [THEMES]
- [HIVESFT]
- [HIVEDEF]
- [HIVECLS]
- [SCREENSAVERS]
- [VGAFONTEDIT]
- [KERNEL32]
- [TASKLIST]
- [MYDOCS]
- [MSXML3R]
- INFs
*Chinese Traditional translation update for:
PR 3399
- [MSGINA]
- [SHELL32]
PR 3422
- [SOLITAIRE]
Others...
*Wine translation sync
2021-04-11 10:59:19 +02:00
Eric Kohl
c2757032c8
[DEVMGR] Use FlagsEx to check for DI_FLAGSEX_POWERPAGE_ADDED
2021-04-10 16:22:47 +02:00
Eric Kohl
ab0bbeb126
[DEVMGR] UpdateDevInfo: Enable built-in property pages by default
...
CORE-17532
2021-04-10 15:50:37 +02:00
Eric Kohl
6c4b4a107b
[DEVMGR] Display hexadecimal values of Capabilities, ConfigFlags, DevnodeFlags and CsFlags
2021-04-04 11:44:38 +02:00
Jose Carlos Jesus
6e40a96145
[DEVMGR][NETID] Update PT translation ( #3487 )
...
And readjust objects size to fit all text in Driver tab.
2021-03-03 04:18:15 +01:00
Victor Perevertkin
0b81691806
[DEVMGR] Remove no longer needed hack CORE-5643
...
This reverts commit f9739601b3 .
2021-01-27 05:15:03 +03:00
Tibor Lajos Füzi
82f0061ddc
[TRANSLATION] Hungarian (hu-HU) translation update ( #3388 )
...
For mspaint, notepad, wordpad, cmd, cmdutils/help, appwiz, devmgr, newdev
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com >
2020-12-31 01:42:34 +03:00
Eric Kohl
65646a75a2
[DEVMGR] Report property changes by the device manager to the installer
2020-12-25 19:14:09 +01:00
Tibor Lajos Füzi
07cc0b5a2b
[TRANSLATION] Hungarian translation update for credui, devmgr, netid, sysdm ( #3285 )
2020-11-21 18:07:48 +01:00
Aobi Chan CL
fc3ccb3948
[TRANSLATION] Improve zh-TW translation ( #3218 )
...
- Added zh-TW translation for the following modules: credui, crypt32, getuname, mapi32, themeui, shlwapi.
- Modify zh-TW translation for other files.
- Moving Traditional Chinese translation back to Zh.rc for files came from Wine (comdlg32).
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org >
2020-11-21 18:03:37 +01:00
Victor Perevertkin
953c03c336
[DEVMGR] Avoid buffer overflow when device reg key size is > 100 chars
2020-10-22 14:38:55 +03:00
Jérôme Gardou
ed61512236
[CMAKE] Get rid of add_compile_flags_language macro
...
in favor of add_compile_options and the like with generator expressions
Also take this as an opportunity to remove the C++11 standard hack, GCC 8 now defaults to C++14
2020-10-20 21:44:54 +02:00