Commit graph

3,961 commits

Author SHA1 Message Date
Alexander Koblov
188439692b UPD: Version number to 0.5.1 2011-10-02 10:32:10 +00:00
Alexander Koblov
f17bf7f2ef UPD: Change log file 2011-10-01 16:41:25 +00:00
Alexander Koblov
aac1182eda FIX: Make DialogBox procedure thread save (fixes bug [3402974]) 2011-10-01 16:36:19 +00:00
Alexander Koblov
c7b64527cb UPD: Change log file 2011-10-01 15:45:30 +00:00
Alexander Koblov
11aeb68142 FIX: Build doublecmd-help-*.rpm under openSUSE 11.4 2011-10-01 14:05:42 +00:00
Alexander Koblov
147ee4ad51 FIX: Bug [3416235] Incorrect default path to Lua library 2011-09-30 21:02:55 +00:00
Alexander Koblov
71b78088b1 FIX: Compilation 2011-09-30 19:54:55 +00:00
cobines
efc8e66e0d ADD: Display version and build in the main window caption. Add button to copy info from about dialog to clipboard. Patch from xeningem.
UPD: Improve layout of About window a bit.
2011-09-30 19:36:24 +00:00
Alexander Koblov
8c50aaa7e0 FIX: Bug [3411184] Can not extract empty folder from archive (merge from trunk) 2011-09-30 19:33:11 +00:00
Alexander Koblov
87c4fe8ca5 UPD: Russian language file 2011-09-30 14:29:29 +00:00
Alexander Koblov
f00139cc1c UPD: Change log file 2011-09-30 13:42:40 +00:00
Alexander Koblov
e763d4efd7 FIX: Bug [3415942] "Editor->Search&Replace field order is bad..." 2011-09-30 13:10:45 +00:00
Alexander Koblov
27183122a0 UPD: Merge fixes from trunk (3943,3945) 2011-09-30 12:55:48 +00:00
cobines
0509f2c7a5 UPD: Make Drag&Drop options page. 2011-09-28 22:33:15 +00:00
cobines
db148b63fe UPD: Use ConfigVersion to determine which config values to use. 2011-09-28 20:42:49 +00:00
cobines
ebc20c8a86 UPD: Rename SmallIconSize -> IconSize in config file. 2011-09-28 19:50:27 +00:00
cobines
183d9f573a DEL: Remove not used gToolBarSmallIcons. 2011-09-28 18:48:38 +00:00
cobines
3a372cd1fc FIX: List index out of bounds on deleting separator from toolbar (bug [3415074]). 2011-09-28 18:41:07 +00:00
cobines
61c3514d8b UPD: Show "<no label>" when drive label is empty (feature request [2981814]). 2011-09-28 18:17:56 +00:00
cobines
8ea9e85814 FIX: Copying full paths of filenames from search result. 2011-09-27 21:52:05 +00:00
cobines
b2986588c8 ADD: Display file system type in the drives menu. 2011-09-27 21:15:30 +00:00
cobines
f1a4789deb UPD: GetHomeDir now removes trailing path delimiters. 2011-09-27 16:47:18 +00:00
cobines
72a7c4df80 UPD: Comment to ExcludeBackPathDelimiter function. 2011-09-27 16:34:55 +00:00
cobines
b9dde92750 ADD: Support tilde ~ (home directory) in path parameters (feature request [3228603]). 2011-09-27 16:23:03 +00:00
cobines
3d3ebab95c ADD: Default hotkey for cm_ShowSysFiles (feature request [3016945]). 2011-09-26 19:39:52 +00:00
Alexander Koblov
34a3faac66 FIX: Invalidate last row in multi rename dialog 2011-09-26 19:06:30 +00:00
cobines
351f03dcf0 UPD: Put options editors into a scrollbox in case window cannot be resized to fit everything. 2011-09-25 18:43:16 +00:00
cobines
a7f80785d2 UPD: Make Keyboard, Mouse options pages. 2011-09-25 16:43:38 +00:00
cobines
6ae0566f95 UPD: Rearrange viewer book mode options. 2011-09-25 14:56:01 +00:00
cobines
dc3b4fc255 UPD: Split tools page to separate editors. Create Terminal tool page. 2011-09-24 21:39:11 +00:00
cobines
e133fb6a3c DEL: Remove faSymLink redefinition. It would have a different value depending on if uOSUtils unit was used. We use OS specific values anyway. 2011-09-24 17:33:22 +00:00
cobines
64b7b0caa2 UPD: Remove not needed ShieldChar. 2011-09-24 17:13:57 +00:00
cobines
011a446133 UPD: Reloading configuration after manually editing files. 2011-09-23 22:05:39 +00:00
cobines
390ecb12c7 UPD: Some optimizations to showing options editors to reduce visual flicker. 2011-09-23 19:53:08 +00:00
cobines
5bbd760c89 FIX: Displaying categories in file types colors options. 2011-09-23 18:26:09 +00:00
cobines
c601c11df8 UPD: Split colors options page. 2011-09-23 13:54:18 +00:00
cobines
f473e965fa UPD: Revert some unwanted changes in doublecmd.lpi. 2011-09-22 19:44:05 +00:00
cobines
323957cde4 UPD: Show nodes buttons again. Automatically jump to first editor of a group when group selected. 2011-09-22 19:32:20 +00:00
cobines
cdb39d0426 ADD: Grouping editors in options. 2011-09-22 19:13:13 +00:00
cobines
2894e0e930 UPD: Czech language file from Martin Štrobl. 2011-09-22 14:39:52 +00:00
cobines
45c01a26b2 ADD: Patch "New quick search/filter" [3405463] from bbtruk.
* Filter directories / only files / both directories and files
* Case sensitive / insensitive option
* Close filter panel without losing the filtered list in the file panel with TAB key or clicking outside, ESCAPE cancels filter
* Button to toggle between quick search/filter keeping the typed text
* Allow writing text while ALT or CTRL+ALT key is pressed in quick search
* Allow changing settings for individual tabs without affecting the rest; parameters added to cm_QuickFilter/cm_QuickSearch for changing those settings via hotkeys:
    'togglefilter': changes between quick search and quick filter modes
    'matchbeginning': sets/unsets match beginning option
    'matchending': same as above but for match ending
    'casesensitivity': toggles case sensitivity in search/filter
    'filesdirectories': changes mode between only files, only directories and both files and directories
2011-09-22 11:48:59 +00:00
cobines
f52d52dffb FIX: Don't normalize path delimiters in parameters because params like "/h" won't work.
UPD: Support environment variables in commands.
2011-09-19 17:16:19 +00:00
Alexander Koblov
759f26707d UPD: Ukrainian language file by ma$terok 2011-09-16 03:57:22 +00:00
cobines
199434945e UPD: Language files. 2011-09-15 11:28:27 +00:00
cobines
d1628a7468 FIX: Change Russian text to English. Remove unneccessary language value in viewer dialog. 2011-09-15 11:12:18 +00:00
cobines
376af590c2 UPD: Czech language file from Martin Štrobl. 2011-09-15 09:00:58 +00:00
cobines
c964c44359 ADD: Mount drive if selected from toolbar or from list and it is not yet mounted. 2011-09-14 11:34:15 +00:00
cobines
bf4cc76c64 FIX: Try to fix viewer and editor showing on wrong monitor. 2011-09-14 11:09:29 +00:00
cobines
d5185f165a FIX: Redirect pmount to /dev/null not nul. 2011-09-14 10:29:43 +00:00
cobines
d6b45cf18a ADD: Mounting drives with UDisks (Linux). 2011-09-13 16:56:59 +00:00