Commit graph

2,175 commits

Author SHA1 Message Date
Alexander Koblov
bccf969fc4 UPD: Don't create operations for network path 2011-11-12 19:50:54 +00:00
Alexander Koblov
57d1dda925 UPD: Determine FileSource class by ClassName where is needed 2011-11-12 19:14:33 +00:00
Alexander Koblov
4795ea9e53 FIX: Bug [0000061] 2011-11-12 18:27:32 +00:00
Alexander Koblov
84db68aed3 FIX: Bug [0000160] "Support address start with \\" and related bugs 2011-11-12 17:44:18 +00:00
cobines
1bdd57a63d UPD: Display different text for error when deleting directory. 2011-11-12 05:03:51 +00:00
cobines
ca087ea8e8 UPD: Rewrite deleting directory directly after trashing it failed so that it doesn't use an inner operation. 2011-11-12 04:43:58 +00:00
cobines
503c8a9aa3 FIX: Use Begin/EndUpdate when adding columns, so that AutoFillColumns doesn't interefere with settings Widths until after all columns have been added. Bug [0000231]. 2011-11-10 17:39:42 +00:00
cobines
657aa61039 FIX: Initializing colors controls in configure custom columns dialog. 2011-11-10 16:40:28 +00:00
cobines
136bcec4c0 UPD: Resort file list after cm_CountDirContent. 2011-11-10 15:11:05 +00:00
cobines
7684d4c468 FIX: Updating view after changing columns set. 2011-11-09 20:55:37 +00:00
cobines
5e131e54fb FIX: Compilation with Lazarus trunk. 2011-11-09 19:14:07 +00:00
Alexander Koblov
9b54ebb363 FIX: BriefFileView - navigation with keyboard
ADD: Update address label
2011-11-09 18:54:02 +00:00
Alexander Koblov
ff7e296f49 FIX: Close "Find file" dialog by Alt+F4
FIX: Show statistics in "Find file" dialog
2011-11-09 18:51:44 +00:00
cobines
17a9998fe8 FIX: Crash if columns set name is empty in configuration file. 2011-11-09 04:07:00 +00:00
cobines
65bb83ef3f FIX: Convert day, month names to UTF-8. 2011-11-08 17:49:13 +00:00
cobines
af314cd08c UPD: Small fixes with objects creation, bug [0000222], patch from vitaliyg with some modifications. 2011-11-08 17:24:09 +00:00
cobines
22dcd90243 UPD: Updated Make Dir dialog to store new input value first in drop down list, limit drop down list size to 20 items, correct set focus to edit control. Part of issue [0000222], patch from vitaliyg. 2011-11-08 15:19:25 +00:00
Alexander Koblov
51be2a10db ADD: BriefFileView - path header 2011-11-06 11:35:31 +00:00
Alexander Koblov
fbbb31f27e UPD: Move FileView header controls to standalone unit (for easy using from any FileView) 2011-11-06 10:57:49 +00:00
cobines
65db13337f UPD: Cleanup. 2011-11-06 04:33:41 +00:00
cobines
6645e60a03 FIX: mbGetEnvironmentVariable on Windows. 2011-11-06 04:13:03 +00:00
cobines
a179c87720 UPD: Improve support for non-UTF-8 locale on Unix (bug [0000037]). 2011-11-05 20:17:16 +00:00
Alexander Koblov
8eb8c59943 ADD: BriefView - tab header 2011-11-05 14:12:37 +00:00
Alexander Koblov
a8b8333e62 UPD: Move some common methods from TColumnsFileView to TFileView 2011-11-05 09:58:47 +00:00
Alexander Koblov
6389c4bf90 ADD: Brief view - mouse wheel support
UPD: Move some common properties/methods from TColumnsFileView to TFileView
2011-11-05 09:22:42 +00:00
cobines
adfd0fda76 FIX: Clearing drawing drop row. 2011-11-05 00:52:51 +00:00
cobines
a429cdbe97 FIX: Don't use cursor border when using frame cursor because border overwrites it. 2011-11-05 00:16:43 +00:00
cobines
2ef1185eb6 FIX: Use specific system colors for viewer control. clDefault has problems on QT. 2011-11-04 23:15:24 +00:00
Alexander Koblov
41a4201d05 FIX: Keyboard navigation behavior 2011-11-04 21:57:03 +00:00
Alexander Koblov
f82e1de6c4 ADD: Recalculate row count at resize
ADD: Draw selected cell
2011-11-04 21:28:10 +00:00
Alexander Koblov
25766333f2 ADD: Initial implementation of BriefFileView (issue 0000129) 2011-11-04 20:53:49 +00:00
Alexander Koblov
d3f8510646 UPD: Made more beautiful drive free space indicator (patch by SOLON7) 2011-11-03 15:40:55 +00:00
cobines
28353cf39e UPD: Allow retrieving short and long caption of a command separately (action caption and hint respectively). 2011-11-01 23:01:43 +00:00
cobines
56af299eb4 UPD: Language files. 2011-11-01 19:50:50 +00:00
cobines
5725149ad2 FIX: Don't silently proceed when cannot delete directory after failing to trash it (bug [0000216]). 2011-11-01 19:00:25 +00:00
cobines
edba9d8663 FIX: Show error when cannot create a new file. 2011-10-30 21:21:30 +00:00
cobines
c20637aecf FIX: Building with Lazarus 0.9.30. 2011-10-30 12:07:55 +00:00
cobines
0c69be8812 FIX: Unregistering actionlist from HotkeyManager when it is destroyed. 2011-10-29 12:54:20 +00:00
cobines
ce7296d8f1 UPD: Cleanup. 2011-10-29 12:52:34 +00:00
cobines
375329a872 ADD: Implement custom commands for any form. Issue [0000207]. 2011-10-28 21:43:22 +00:00
Alexander Koblov
b4cf76e3d0 FIX: Default flags for lzma plugin 2011-10-28 17:53:40 +00:00
cobines
93f9391f03 FIX: Executing files with ShellExecute when there is no "open" command defined. Will now use default command or "open" if deafult is not defined. Bug [0000214]. 2011-10-28 13:07:34 +00:00
Alexander Koblov
c6a735925a FIX: Don't open archive by plugin on "Enter" if plugin has PK_CAPS_HIDE flag set 2011-10-28 09:34:09 +00:00
cobines
9b37472d27 FIX: Recalculate notebook size after changing caption with Multiline tabs, bug [0000213]. 2011-10-27 22:32:30 +00:00
Alexander Koblov
717499568c FIX: mbFileSize function and related stuff for files > 4Gb (fixes bug 0000208) 2011-10-27 05:40:15 +00:00
Alexander Koblov
6388dab259 ADD: HAVAL, RIPEMD and TIGER hash algorithms support 2011-10-26 16:57:45 +00:00
Alexander Koblov
92c798ddbf FIX: Bug [0000056] Viewer crash when open monochrome bitmap on Linux/GTK2 (workaround) 2011-10-25 11:28:41 +00:00
cobines
6e5bd9a86f UPD: Reduce debugging. 2011-10-24 20:42:38 +00:00
cobines
d0e16efbe4 UPD: Remove using edtCommand.Tag as command line focus indicator, seems it is not needed anymore. 2011-10-24 19:54:48 +00:00
cobines
1283b58f94 UPD: Bug with setting caption of not visible tab in QT fixed in Lazarus trunk. 2011-10-24 13:23:22 +00:00