Katayama Hirofumi MZ
a48aa21102
[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files ( #2616 )
...
- Improve and move SendTo files creation code and timing.
- Delete IDS_DESKLINK of shell32.
- Add IDS_DESKLINK into sendmail.
CORE-16924
2020-04-23 04:19:20 +09:00
Katayama Hirofumi MZ
2dc2ec9de3
[MYDOCS] Follow-up of #2624
...
Use HIDA_GetPIDLFolder and HIDA_GetPIDLItem.
CORE-12562
2020-04-22 23:08:56 +09:00
Katayama Hirofumi MZ
4efff7f463
[SHELLEXT][MYDOCS][INF] Add mydocs.dll and .mydocs file extension ( #2624 )
...
I found "SendTo My Documents" is realized by .mydocs filename extension in WinXP/2k3. To implement this, I will add mydocs.dll file. CORE-12562
2020-04-22 19:34:15 +09:00
Eric Kohl
fc882c48de
[NETSHELL] Show DHCP and WINS information in the network connection details dialog
2020-04-19 22:06:12 +02:00
Joachim Henze
fff2fc9327
[NETSHELL] CORE-16903 RC Overhaul all languages
...
DD_LAN_NETSTATUS & IDD_LAN_NETSTATUSADVANCED
Reason for the change:
-dlgs sizes did differ (between langs and also within same lang)
-groupboxes sizes did differ (between langs and also within same lang)
-tabbing through both dlgs looked poorly therefore in almost all langs
(margin and groupbox jumping)
-in some languages we had truncation
-in some languages we had unintended scaling for the icon
-after the change all controls and dlgs have the exact same size for all languages,
I managed to achieve the common detominator for
everything that looks good in all languages and guarantees to not introduce any truncation
Only exception is the icons horizontal position which may require individual tweaking!
2020-04-19 02:58:59 +02:00
Piotr Hetnarowicz
5e81aebeec
[ZIPFLDR] Update Polish translation ( #2351 )
2020-04-16 10:39:50 +03:00
Stanislav Motylkov
643458114f
[ZIPFLDR] Fix FriendlyTypeName registry value ( #2548 )
...
It should be a value inside CompressedFolder key, not a subkey.
2020-04-15 12:38:27 +02:00
Stanislav Motylkov
978bcf8601
[ZIPFLDR] Add Russian translation ( #2548 )
2020-04-15 12:38:27 +02:00
Joachim Henze
3bd492db21
[ZIPFLDR] CORE-16838 Update de-DE translation
2020-04-11 12:45:42 +02:00
Eric Kohl
eb1fd0c090
[NETSHELL] Disable the 'Delete' menu item for physical network interfaces
...
CORE-16821
2020-04-10 19:39:47 +02:00
Joachim Henze
3b3c5153e7
[ZIPFLDR] CORE-16823 fr-FR Translate 'Click next to extract'
2020-04-10 18:59:15 +02:00
Joachim Henze
d93b1f9784
[STOBJECT] CORE-16598 fr-FR translation of 'Adjust Power Settings'
2020-04-10 18:32:04 +02:00
Katayama Hirofumi MZ
1871b2bd89
[SHELLEXT][ZIPFLDR] SendTo Zip compressed folder needs notification
...
CORE-16818
2020-04-10 18:16:31 +09:00
Mas Ahmad Muhammad
b8dd046ee4
[TRANSLATION] Add and update Indonesian translations ( #2506 )
...
- CMDUTILS: attrib, label (update translation)
- USETUP (add translation)
- HOTPLUG (add translation)
- CONSRV (update translation)
- USERSRV (update translation)
- USER32 (update translation)
- ACLUI (update translation)
- LICCPA (update translation)
- SUBST (update translation)
- REGSVR32 (update translation)
- REGEDIT-CLB (update translation)
- ACPPAGE (update translation)
- TIMEDATE (update translation)
- SOLITAIRE (update translation)
- FDEBUG (update translation)
- SYSSETUP (update translation)
2020-04-09 18:49:45 +02:00
Julen Urizar Compains
d6e0fe78e7
[TRANSLATION] Updating Spanish translation ( #2503 )
...
Updating translation for:
notepad, reactos, usetup, explorer, netshell, msgina, setupapi, shell32.
- Complete and Fix the SPANISH TRANSLATION on Setup
- Correct the random names, fixing the denominations, translate of the English words, and fixing random and incorrect denominations like "Cabinet" or "distribuciones".
- Fixed the notepad shortcuts of "Save" (Ctrl+g) and "Replace".
2020-04-06 13:17:20 +02:00
Jared Smudde
a5a725ae57
[STOBJECT] Change eject hardware dialog buttons from OK/Cancel to just OK. ( #2493 )
...
It's just an information dialog that needs one button, it's not actually doing different actions based on user input.
2020-04-01 11:42:24 +02:00
Eric Kohl
01fd69dfe2
[STOBJECT] Remove obsolete code and use string resources instead of hard-coded strings
2020-03-22 11:32:35 +01:00
Eric Kohl
fc999e18af
[STDOBJECT] Show the hotplug icon when a USB-Stick is inserted
...
- Enable the hotplug service by default
- Start a timer on WM_DEVICECHANGE:DBT_DEVNODES_CHANGED to trigger the removable device detection.
2020-03-21 23:46:24 +01:00
Tibor Lajos Füzi
432a5ddc7f
[TRANSLATION] Update Hungarian translation of usetup, syssetup, explorer, netshell, userenv, shortcuts ( #2442 )
2020-03-20 17:52:46 +01:00
Oleg Dubinskiy
b749501976
[APPCOMPAT][ACCPAGE][SDB][ROSTESTS] Implement compatibility modes for Windows 10, Server 2016 and 2019
2020-02-23 17:43:40 +01:00
Katayama Hirofumi MZ
0bf9f4b301
[ZIPFLDR] Show 'Click Next to extract' on initial status
2020-02-12 11:06:54 +09:00
Mark Jansen
0c7b07dc89
[SDK] Move HIDA helper functions to shellutils.h
2020-02-08 22:09:13 +01:00
Guntha
645c77335c
[ZIPFLDR] Extraction is now in its own thread ( #2261 )
...
Extraction happens now in its own thread, allowing for cancelling in the middle of extraction or moving the window during the extraction.
File extraction was previously happening in the main thread, freezing the whole window until the end. Now when the user clicks "Next", a new thread is created and the extraction starts from there, allowing to move the window during the extraction, or to cancel the extraction in the middle. (Note: after clicking "Cancel", extraction continues until the current file is extracted).
CORE-14934
2020-02-07 19:21:21 +01:00
Katayama Hirofumi MZ
fcc4347898
[SHELLEXT][ZIPFLDR] Be case sensitive ( #2292 )
...
The filenames in a zip folder were all lowercase. Now the filenames are case sensitive.
2020-01-30 15:05:50 +09:00
Katayama Hirofumi MZ
9c5017808a
[SHELLEXT][ZIPFLDR] Use CStringA::FormatMessage ( #2287 )
...
Simplify our code.
2020-01-30 08:32:21 +09:00
Mark Jansen
c09636f946
[FONTEXT] Add detail view columns to font folder
...
CORE-16476
2020-01-29 22:55:50 +01:00
Hermès Bélusca-Maïto
1d14463947
[ACPPAGE] Enlarge the "Edit the Compatibility Modes" button for some languages. CORE-16573
2019-12-24 21:22:04 +01:00
Katayama Hirofumi MZ
f1bc04d7e6
[SHELL32][ZIPFLDR] Implement SendTo ZIP folder ( #2118 )
...
Follow-up of #2114 .
- s/Creater/Creator/
- Add an empty file in the SendTo folder.
- Trick.
CORE-16495
2019-12-02 02:26:34 +09:00
Katayama Hirofumi MZ
962ff6e2fa
[SHELLEXT][ZIPFLDR] Implement ZIP creation ( #2114 )
...
This PR will implement *.ZFSendToTarget file type that will realize SendTo ZIP folder in future.
CORE-16495, CORE-12562
2019-12-01 21:20:53 +09:00
Katayama Hirofumi MZ
004e08383a
[SENDMAIL][INCLUDE][INF] Add sendmail.dll for DeskLink ( #2092 )
...
*.DeskLink file realizes SendTo Desktop (Create shortcut) in Windows. DeskLink is implemented in the sendmail.dll module. CORE-12562
2019-11-27 19:26:49 +09:00
Serge Gautherie
f5ab9cb723
[NTOBJSHEX] StringCbCopy*() need sizeof(), not _countof() ( #2066 )
...
And use explicit StringCbCopyW().
2019-11-20 15:41:08 +01:00
Pierre Schweitzer
3098692068
[SHELLBTRFS] Use again .data() method of vector class
...
This reverts commit 45a643a136
.
This reverts commit a3c13c624f
.
This reverts commit 1725ddfd8f
.
2019-11-18 23:50:33 +01:00
Pierre Schweitzer
986f6a4b24
[SHELLBTRFS] Properly fix AppVeyor build
...
This reverts bb6fece
2019-11-13 08:22:13 +01:00
Katayma Hirofumi MZ
bb6feced9f
[SHELLBTRFS] Fix build (don't use C++11 auto)
2019-11-13 12:30:33 +09:00
Pierre Schweitzer
45a643a136
[SHELLBTRFS] Addendum to 1725ddf
2019-11-12 23:46:53 +01:00
Pierre Schweitzer
5f779048d3
[SHELLBTRFS] Replace emplace_back by something less efficient if not avaible
2019-11-12 23:29:08 +01:00
Pierre Schweitzer
a3c13c624f
[SHELLBTRFS] Addendum to 1725ddf
2019-11-12 23:12:48 +01:00
Pierre Schweitzer
1725ddfd8f
[SHELLBTRFS] Fix build when std::vector.data() is not implemented
2019-11-12 22:59:27 +01:00
Pierre Schweitzer
a837184300
[SHELLBTRFS] Fix build?
...
(Not sure why it works locally...)
2019-11-12 21:52:16 +01:00
Pierre Schweitzer
aed50d7e21
[SHELLBTRFS] Upgrade to 1.5
...
CORE-16494
2019-11-12 21:45:49 +01:00
Katayama Hirofumi MZ
c214c04964
[SHELLEXT][FONTEXT] An attempt to implement IDropTarget ( #2019 )
...
CORE-12861
2019-11-12 20:26:56 +09:00
Eric Kohl
2b39b42a0a
[NETSHELL] Fix checkboxes in the network adapter properties
...
- Use AUTOCHECKBOX instead of BS_AUTOCHECKBOX
- Use multiline checkboxes (BS_MULTILINE | BS_TOP) in order to display long text
CORE-15248
2019-11-11 00:15:06 +01:00
Oleg Dubinskiy
218118e994
[CRYPTEXT] Add Ukrainian translation ( #1999 )
2019-10-28 15:27:03 +01:00
Serge Gautherie
e133817811
[CMAKE] Use modules instead of shared libraries
...
Follow-up to 23373acbb9
.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
2019-10-27 09:51:28 +01:00
Katayama Hirofumi MZ
6cca46453c
[SHELLEXT][ZIPFLDR] Performance: Initialize m_Filename quickly
2019-10-22 09:55:06 +09:00
Mark Jansen
87fa11f54b
[FONTEXT] Return the correct error in GetDisplayNameOf
2019-10-20 17:10:04 +02:00
Mark Jansen
d9e7c48c1a
[FONTEXT] Initial implementation
...
Create Fonts\desktop.ini when registering the shell ext
Also list the shell extension as needing to be registered at install
CORE-14690
2019-10-19 18:42:15 +02:00
Mark Jansen
a99325c716
[ZIPFLDR] Fix number of menu items returned for DFM_MERGECONTEXTMENU
2019-10-19 18:42:14 +02:00
Thomas Faber
b2992e7a5e
[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385
2019-09-29 12:09:02 +02:00
Thomas Faber
c2b476bd77
[SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385
2019-09-22 16:19:11 +02:00