cobines
|
caa8a15d52
|
UPD: Cleanup, silence some warnings.
|
2011-02-10 05:27:42 +00:00 |
|
Alexander Koblov
|
64be45c23b
|
ADD: Patch [3173661] "Allow environment variables in cm_ChangeDir"
|
2011-02-05 20:01:49 +00:00 |
|
Alexander Koblov
|
721ff11d34
|
ADD: Capability to set hotkeys for Viewer (patch by Rustem with some modifications)
|
2011-02-05 19:50:33 +00:00 |
|
Alexander Koblov
|
22e4f5c6e8
|
ADD: cm_GoToFirstFile and cm_GoToLastFile commands
|
2011-02-01 18:57:16 +00:00 |
|
cobines
|
131e5b0652
|
ADD: Option to align file panels horizontally.
|
2011-01-02 18:45:57 +00:00 |
|
Alexander Koblov
|
55bcc45e54
|
ADD: SHA256, SHA384 and SHA512 checksum support
|
2010-12-28 14:17:21 +00:00 |
|
Alexander Koblov
|
cf9e454fc4
|
FIX: Bug [2949619]
|
2010-12-21 12:12:00 +00:00 |
|
cobines
|
d8145c5d8a
|
FIX: Bug [3139773] "Неправильное перемещение вкладок по Ctrl+Стрелка".
|
2010-12-19 06:43:32 +00:00 |
|
Alexander Koblov
|
947828645c
|
ADD: Implement moving to trash under Linux
|
2010-12-17 16:07:31 +00:00 |
|
cobines
|
3c57f45b95
|
ADD: Display drive context menu in drives list.
|
2010-12-01 15:25:07 +00:00 |
|
cobines
|
d1f19a294c
|
UPD: Use TDrive in drive context menu.
DEL: Remove cm_DriveContextMenu command as it is not really useful.
|
2010-12-01 00:10:50 +00:00 |
|
Alexander Koblov
|
a115d2d667
|
UPD: Context menu code optimization (Windows)
|
2010-09-28 17:41:28 +00:00 |
|
Alexander Koblov
|
fe2ca8acf9
|
UPD: Some code for background context menu
|
2010-09-11 14:35:14 +00:00 |
|
Alexander Koblov
|
880401dd92
|
UPD: Start to implement background context menu
|
2010-09-11 09:37:35 +00:00 |
|
Alexander Koblov
|
dfb97d3177
|
FIX: Bug [3051500] quickview and tab
|
2010-08-23 16:47:26 +00:00 |
|
Alexander Koblov
|
f4b127a797
|
ADD: New sort method: "Natural sorting: alphabetical and numbers"
|
2010-07-14 16:50:25 +00:00 |
|
Alexander Koblov
|
63b8a52f52
|
UPD: Revert WFX API changes, it is need to create new universal plugin type for such things
|
2010-07-12 04:33:28 +00:00 |
|
Alexander Koblov
|
b770f541d5
|
FIX: Bug [2954358] "error with write permissions"
|
2010-07-03 08:15:06 +00:00 |
|
Alexander Koblov
|
4b7495b694
|
ADD: Add active network connections in "Network disconnect" submenu
|
2010-05-22 15:30:34 +00:00 |
|
Alexander Koblov
|
ddfa92d586
|
UPD: Extend WFX plugin API
|
2010-05-22 12:12:43 +00:00 |
|
Alexander Koblov
|
a2f568818d
|
ADD: Start to implement new compare files tool
|
2010-05-01 20:27:59 +00:00 |
|
cobines
|
b482614b96
|
UPD: Add all files in the current directory to view list only when using internal viewer.
|
2010-04-28 14:14:42 +00:00 |
|
cobines
|
dc8b300450
|
ADD: Show file view history as popup menu when clicked on path label.
|
2010-04-27 16:22:43 +00:00 |
|
cobines
|
14e510e1c4
|
ADD: Initial support for file view history.
|
2010-04-27 10:47:03 +00:00 |
|
cobines
|
01e22540f3
|
UPD: Make adding all files in directory to viewer list work only for directly accessible files, otherwise we would have to copy out all the files first.
FIX: Memory leaks.
|
2010-04-24 22:07:28 +00:00 |
|
Alexander Koblov
|
af9efdf4e8
|
ADD: Patch that extend image handling in Viewer by Rustem
|
2010-04-24 17:36:12 +00:00 |
|
cobines
|
47f7f66132
|
UPD: Split file functions from columns unit + formatting, refactoring.
|
2010-04-23 10:43:37 +00:00 |
|
Alexander Koblov
|
ec933d1498
|
UPD: Restore open archive by content (archive signature)
|
2010-04-18 08:22:15 +00:00 |
|
cobines
|
9b17dfc596
|
FIX: Building on Unix after previous commit.
UPD: Cleanup, removed some compiler warnings.
|
2010-04-11 14:05:43 +00:00 |
|
cobines
|
4f6d2bb259
|
UPD: Removed separate TFile and TFiles classes for each file source as currently each file type is just a set of different properties and separate classes are not needed. We can always add them back as private classes when different behaviour is needed. Creators moved to TFileSource classes. Added accessors to TFile for each property and value for easier access.
|
2010-04-11 11:37:10 +00:00 |
|
cobines
|
63fd63e82d
|
ADD: Support environment variables in external differ.
|
2010-04-08 12:52:12 +00:00 |
|
cobines
|
0873cca944
|
ADD: Simple search result file source.
|
2010-04-08 12:48:55 +00:00 |
|
cobines
|
de3bd6f2cb
|
UPD: Made cm_ReverseOrder work for any file view and multiple sortings.
DEL: Removed cm_SortByColumn since it is not really useful.
|
2010-03-01 14:10:46 +00:00 |
|
cobines
|
4d00046093
|
UPD: Allow setting sorting for abstract file view. In columns view it is translated to columns sorting.
FIX: Made cm_SortBy... commands working again.
|
2010-03-01 12:30:34 +00:00 |
|
Alexander Koblov
|
80c4cfaa19
|
ADD: Show help about external archivers by F1
|
2010-02-20 12:38:54 +00:00 |
|
Alexander Koblov
|
f1653e4d7d
|
ADD: Feature Request [2954354] "Add command cm_EditPath"
|
2010-02-18 21:16:47 +00:00 |
|
cobines
|
aa7c1f4302
|
UPD: Split external tools paths into path and parameters. The path to the external program now should not be quoted (it will automatically be quoted). Added separate option for running tool in a terminal (for convenience).
|
2010-02-13 08:14:08 +00:00 |
|
cobines
|
af9116d993
|
FIX: Lost focus after using cm_LeftEqualRight or cm_RightEqualLeft.
|
2010-02-11 11:49:03 +00:00 |
|
cobines
|
470e501dc5
|
UPD: Quote file names when adding to command line.
|
2010-02-10 13:20:16 +00:00 |
|
cobines
|
15b4508732
|
UPD: Enable using XML config file. The INI config will be automatically converted and renamed to doublecmd.ini.obsolete.
|
2010-02-08 13:21:21 +00:00 |
|
Alexander Koblov
|
6dc711cf6d
|
FIX: Create directory on empty disk
|
2010-02-07 17:38:34 +00:00 |
|
Alexander Koblov
|
d24877a1ad
|
ADD: Edit and quick view actions via GetLocalName
|
2010-02-06 17:28:07 +00:00 |
|
Alexander Koblov
|
8bd004078f
|
ADD: View files via GetLocalName
|
2010-02-06 16:44:31 +00:00 |
|
Alexander Koblov
|
739b5463ca
|
ADD: fspLinksToLocalFiles file source property
|
2010-02-06 16:29:22 +00:00 |
|
Alexander Koblov
|
28da2a7fbe
|
ADD: Save/Load selection actions
|
2010-02-05 14:32:42 +00:00 |
|
Alexander Koblov
|
104a318801
|
ADD: cm_SwitchIgnoreList command
|
2010-02-04 10:37:00 +00:00 |
|
Alexander Koblov
|
1491e15137
|
ADD: TestArchive operation
|
2010-02-03 20:58:12 +00:00 |
|
Alexander Koblov
|
dfa8d24fdd
|
ADD: Test archive command
|
2010-02-03 20:12:11 +00:00 |
|
cobines
|
2518a7d859
|
FIX: Don't show Multi Rename when no files are selected. Also fix possible crash.
|
2010-02-02 08:04:17 +00:00 |
|
Alexander Koblov
|
0a46ae4bce
|
FIX: Bug [2941172] jumping toolbar
|
2010-01-28 10:11:18 +00:00 |
|