Commit graph

4,642 commits

Author SHA1 Message Date
cobines
a32d3d70c4 UPD: Move function that doesn't add node when value is default to XmlConfig. 2012-04-20 12:19:04 +00:00
cobines
b210d7805a UPD: Find Files: Clear Exclude controls when showing dialog. 2012-04-20 12:04:09 +00:00
Alexander Koblov
b73b60a506 FIX: Building on MacOS X. 2012-04-20 05:41:30 +00:00
cobines
cbd92ed5ed FIX: Building on MacOS X. 2012-04-20 04:42:56 +00:00
cobines
777e0b5fdb UPD: Change layout of Copy/Move operation options to better resize. 2012-04-19 09:50:37 +00:00
cobines
bd838bc749 UPD: Support max depth in Copy/Move operations when template used. 2012-04-19 09:13:42 +00:00
cobines
7e75befa6a UPD: Don't show "Save template with path" button when only defining the template as the starting path is not used there anyway. 2012-04-19 08:51:43 +00:00
cobines
76b9f4fde5 UPD: Set last template name also when saving template. Select template in the list after saving. 2012-04-19 08:47:19 +00:00
cobines
4cafa27455 UPD: Show Edit menu by right clicking on toolbar. 2012-04-19 08:08:41 +00:00
cobines
23b69490fd UPD: Italian translation from giggetto2. 2012-04-19 07:48:26 +00:00
cobines
995255988b UPD: Allow to choose whether to save starting path with search template and bring back loading it if it was stored. 2012-04-19 07:47:17 +00:00
cobines
2d1252077f UPD: Initialize template editor with current template when editing it in Copy/Move operation options. 2012-04-19 07:10:55 +00:00
cobines
bf0fa71a4c ADD: Possibility to use a search template for move operation (only for FileSystemFileSource). The template defines which files/directories to move and which to exclude. 2012-04-19 06:56:09 +00:00
Alexander Koblov
eff0e04dd4 UPD: Ukrainian language file by ma$terok 2012-04-19 04:25:52 +00:00
cobines
ca0dd86c96 UPD: Language files. 2012-04-18 13:43:19 +00:00
cobines
b91f323552 UPD: Translate FileExists and DirectoryExists options. 2012-04-18 13:31:23 +00:00
cobines
11241e2189 UPD: Add Retry/Skip All options when cannot open file for reading or writing when copying. Bug [0000025]. 2012-04-18 13:20:35 +00:00
cobines
9476cfe939 UPD: Add option to copy/move operation what to do when failed to set property. 2012-04-18 12:03:52 +00:00
cobines
ca153148dd UPD: When copying/moving files optionally skip setting properties that failed to be set. 2012-04-18 10:43:12 +00:00
cobines
9b9afc4fe4 UPD: Show and apply copy attributes, date/time, ownership settings also to Move operation (in case copy+delete is done). 2012-04-18 10:05:28 +00:00
cobines
f9099036b7 UPD: Don't set scrollbars in drives list, the control is autosized. 2012-04-18 08:01:21 +00:00
cobines
acd5e58335 UPD: Italian translation from giggetto2. 2012-04-18 05:14:07 +00:00
cobines
d48c195d1f FIX: Destroying toolbars when editing submenus in Options. 2012-04-17 14:22:59 +00:00
cobines
84045f2995 UPD: Allow drag&drop toolbar buttons between different toolbars when editing submenus in Options. 2012-04-17 14:07:45 +00:00
cobines
5e6f840eab UPD: Find Files: Use TabVisible not Visible to hide tabs. Bring back disabling minimize button when showing form as modal. 2012-04-17 08:54:25 +00:00
cobines
fa2cb8fa9a UPD: Cleanup. 2012-04-17 08:41:32 +00:00
cobines
40679ba7a5 UPD: Find Files: Don't get/set current dir. 2012-04-17 08:31:40 +00:00
cobines
34b4cf5f19 UPD: Cleanup. 2012-04-17 08:10:14 +00:00
cobines
dd88ff3312 ADD: Find Files: Button to load last used template for searching. 2012-04-17 07:49:30 +00:00
cobines
77def4570d UPD: Find Files: Don't load start path from template. 2012-04-17 07:26:35 +00:00
cobines
03fe8f810f UPD: Find Files: Load template with double click. 2012-04-17 07:06:04 +00:00
cobines
1d49479f43 ADD: Italian translation from giggetto2. 2012-04-17 00:24:28 +00:00
cobines
6650a136d1 ADD: Possibility to use a search template for copy operation (only for FileSystemFileSource). The template defines which files/directories to copy and which to exclude. 2012-04-16 14:15:34 +00:00
cobines
4fb587a5d9 UPD: Match directory against search template using directories names not files names. Don't match size for directories. 2012-04-16 13:59:35 +00:00
cobines
66db189ff2 UPD: Move matching directory name in search template to a separate function. 2012-04-16 12:08:02 +00:00
cobines
2ff9057437 UPD: Restore window from tray when another instance run with "only one instance" option. 2012-04-16 11:41:53 +00:00
cobines
3d8d2b6151 FIX: Matching file name for a search template. 2012-04-16 11:35:10 +00:00
cobines
203301a575 UPD: Change layout of Find Files dialog. 2012-04-16 11:07:04 +00:00
cobines
4b833bbd56 ADD: Find Files: Option to exclude subdirectories and files from search. 2012-04-16 09:28:58 +00:00
cobines
3019f41a13 FIX: Use always new form for Define search template, because ShowModal cannot be used for an already visible form. 2012-04-16 06:38:39 +00:00
cobines
74654671c4 UPD: Improve layout of Find Files dialog. When showing dialog restore it if minimized. 2012-04-16 06:34:55 +00:00
cobines
3ecdf97991 FIX: Building on Unix. 2012-04-16 01:04:15 +00:00
cobines
90bc9b6b13 FIX: Delete read only files when moving. 2012-04-15 13:16:53 +00:00
cobines
9e3fe62cbe UPD: Make copying attributes, date/time, ownership optional for Copy operation. 2012-04-15 12:55:13 +00:00
cobines
cec676aa38 UPD: Don't accept drops to toolbar buttons other than "program". 2012-04-15 10:14:29 +00:00
cobines
fb87e05e0f FIX: Crash when loading file list and window is resized. 2012-04-15 10:03:23 +00:00
Alexander Koblov
c327939385 FIX: Compilation under Linux 2012-04-14 19:37:30 +00:00
Alexander Koblov
34313d7536 UPD: Don't display "Administrator" in caption if UAC is disabled 2012-04-14 18:27:55 +00:00
Alexander Koblov
80ceda80e5 ADD: Show in caption when DC run with administrator rights under Windows Vista/Seven (part of issue 0000355) 2012-04-14 17:12:03 +00:00
cobines
9c890b1d36 UPD: Silence some warnings. 2012-04-14 12:45:23 +00:00