Commit graph

2,937 commits

Author SHA1 Message Date
Alexander Koblov
98ba15ffb5 FIX: Don't move combobox item in the same position (works incorrect under Qt4) 2013-04-27 19:18:16 +00:00
Alexander Koblov
05ffd3597a FIX: Arithmetic overflow 2013-04-27 10:21:55 +00:00
Alexander Koblov
ab99393e38 FIX: Bug [0000653] "Copying(unpacking) files from inside archive to .. (above) does not work" 2013-04-27 10:03:40 +00:00
Alexander Koblov
70efd16597 FIX: Bug [0000652] "Cant open folder in Search inside of 'Feed to list box'" 2013-04-24 18:58:51 +00:00
Alexander Koblov
e663329655 FIX: Bug [0000652] "Cant open folder in Search inside of 'Feed to list box'" 2013-04-24 18:38:06 +00:00
Alexander Koblov
503769fe3b FIX: Write to doublecmd.err if file does not exists 2013-04-21 19:04:23 +00:00
Alexander Koblov
19b084698b FIX: Restore selected file index when restore from tray 2013-04-21 18:29:43 +00:00
Alexander Koblov
efbcc78864 FIX: Division by zero when restore from system tray 2013-04-21 16:53:22 +00:00
Alexander Koblov
e5a9eb4fda FIX: Access violation when no selected item 2013-04-20 13:37:07 +00:00
Alexander Koblov
dfd3dbf60b FIX: CheckPlugin function and Unicode 2013-04-13 04:07:04 +00:00
Alexander Koblov
7c199137ac ADD: Sort plugins by drag&drop 2013-04-12 18:49:12 +00:00
Alexander Koblov
79a2552853 ADD: Capability to enable/disable wlx plugins 2013-04-10 19:04:13 +00:00
Alexander Koblov
cc783a7e9b FIX: Incorrect file name in error dialog 2013-04-10 07:31:52 +00:00
Alexander Koblov
7841ec0daa FIX: Find MultiArc addon by signature when addon has multiply signatures 2013-04-05 18:10:57 +00:00
Alexander Koblov
4ca77303ff FIX: Result of ContentGetValueW call with ft_stringw type 2013-04-02 17:48:18 +00:00
Alexander Koblov
edad4ca5a2 UPD: Check also libMagickWand-6.Q16.so.1 when find ImageMagick 2013-03-24 11:34:20 +00:00
Alexander Koblov
1ad510d331 ADD: Workaround for bug: http://bugs.freepascal.org/view.php?id=18514 2013-03-24 08:34:56 +00:00
Alexander Koblov
bb4115afbf FIX: Invisible checkboxes under Gtk2 2013-03-24 07:51:49 +00:00
Alexander Koblov
a5ad74fc23 UPD: Scale only big jpeg images 2013-03-24 07:32:32 +00:00
Alexander Koblov
b5b60bf350 UPD: Publish WantsNewConnection property 2013-03-24 06:32:30 +00:00
Alexander Koblov
a21be17676 FIX: Bug [0000622] "Disable request to choose default application for opening "exe" files" 2013-03-23 12:06:50 +00:00
Alexander Koblov
1f3ba94b96 ADD: Fast JPEG thumbnail provider 2013-03-19 18:05:54 +00:00
Alexander Koblov
2c33988ac3 UPD: Use one function to get scaled thumbnail size 2013-03-19 17:21:34 +00:00
Alexander Koblov
9b78822297 UPD: Optimize icon loading 2013-03-17 12:16:29 +00:00
Alexander Koblov
30eb5940e4 ADD: ImageMagick thumbnail provider 2013-03-17 09:19:22 +00:00
Alexander Koblov
2617657f8b UPD: Use IEIFLAG_ORIGSIZE flag with IExtractImage::GetLocation 2013-03-14 17:55:54 +00:00
Alexander Koblov
04fce55187 UPD: Try to create thumbnail using system providers at first (it is faster) 2013-03-14 17:37:55 +00:00
Alexander Koblov
c7e14b615d FIX: Add forgotten ListSetDefaultParams call 2013-03-11 18:08:27 +00:00
Alexander Koblov
3f72451d54 FIX: Don't unload plugin at ExitPluginMode because plugin can subclassing Viewer window, and access violation can occur. Unload all plugins after Viewer window destroy instead. 2013-03-11 17:52:48 +00:00
Alexander Koblov
9349e84f8b UPD: Don't ignore "force" flag 2013-03-11 16:37:15 +00:00
Alexander Koblov
7bb58c40d3 FIX: Ignore case when parse detect string 2013-03-11 06:01:54 +00:00
Alexander Koblov
7b02861593 ADD: Rename command to not file system file source context menu 2013-03-10 17:48:33 +00:00
Alexander Koblov
6846eeb662 ADD: Show context menu for not file system file source 2013-03-10 15:44:45 +00:00
Alexander Koblov
c4d61195a3 ADD: Catch hotkeys from plugins 2013-03-10 12:03:00 +00:00
Alexander Koblov
aa8165e0e2 FIX: Don't show unvisible controls under Gtk2 2013-03-10 10:37:19 +00:00
Alexander Koblov
63070cd399 UPD: Destroy plugin window under Gtk2/Qt4 if ListCloseWindow is not implemented 2013-03-10 09:29:39 +00:00
Alexander Koblov
e1052aeb4d FIX: Resize plugin window under Gtk2 2013-03-10 08:59:01 +00:00
Alexander Koblov
8da6d40ab0 UPD: Pass Viewer window handle to Wlx plugins instead panel handle like original Total Commander Lister does (more plugins don't work correct without it) 2013-03-10 07:19:05 +00:00
Alexander Koblov
c2a380e78f UPD: Code formatting
ADD: ResizeWindow for Gtk2 and Qt4 widgetsets
2013-03-08 19:00:19 +00:00
Alexander Koblov
97bdcf3825 FIX: Some fixes for previous commit 2013-03-07 21:22:12 +00:00
Alexander Koblov
8081b2c6d8 UPD: Use trick to say wlx plugins that it is not "Quick view" 2013-03-07 13:27:23 +00:00
Alexander Koblov
0159a55d6f FIX: Access violation when close wlx plugins without ListCloseWindow
FIX: Garbage in ListGetDetectString
FIX: Set focus to plugin window
2013-03-06 19:48:27 +00:00
Alexander Koblov
06c16c7a7a FIX: Bug [0000630] 2013-03-05 18:22:51 +00:00
Alexander Koblov
9f6d3f95b3 ADD: Capability to set file source connection request timeout 2013-03-03 09:40:09 +00:00
Alexander Koblov
8c490f6b05 ADD: Patch [0000542] "Don't create new tab when there is already opened" (by vitaliyg) 2013-03-02 08:25:05 +00:00
Alexander Koblov
8d1ec860a8 UPD: Load file listing in main thread only in Wfx plugins, because most plugins is not thread save 2013-02-27 16:18:23 +00:00
Alexander Koblov
ec2b9821e4 FIX: Use static variable for FsFindFirst/FsFindNext (fixes issues with some plugins) 2013-02-26 18:54:44 +00:00
Alexander Koblov
6a7e37f6b8 ADD: Option - go to root when change drive (patch by s1n) 2013-02-24 11:59:42 +00:00
Alexander Koblov
b405eca042 ADD: Show path in drive label under BSD like under Linux 2013-02-24 07:45:17 +00:00
Alexander Koblov
f5a3b04d6a UPD: Don't show mount points in '/dev/', '/sys/' and '/proc/' 2013-02-24 07:36:33 +00:00