Commit graph

218 commits

Author SHA1 Message Date
cobines
4f54af268c UPD: Add sharing mode when opening and checking for file access for configuration files. Share only Reading but not Writing. 2012-11-04 15:30:45 +00:00
Alexander Koblov
3abbc0badd FIX: Update MultiArc configuration 2012-11-04 15:09:27 +00:00
cobines
d909e9c50d UPD: Different approach to executing hotkeys for submenus items in toolbar. 2012-11-04 10:01:49 +00:00
cobines
835366cc5a UPD: Remove dependency on LCL for DCXmlConfig, use lazutils instead (requires Lazarus >= 1.0 from now). 2012-11-03 20:28:33 +00:00
cobines
1a3a826b2c ADD: Execute hotkeys for items in submenus of the toolbar buttons. 2012-11-03 19:47:17 +00:00
Alexander Koblov
165c681d4f ADD: Readme and diff files to GifAnim package 2012-10-29 11:27:04 +00:00
Alexander Koblov
612e7c07d4 FIX: Build DC under Linux when project widgetset <> IDE widgetset 2012-10-29 09:49:33 +00:00
cobines
9d670ec0d9 UPD: Make mbFileAccess also work for directories on Windows. 2012-09-24 20:05:25 +00:00
cobines
88d380aac0 FIX: Bug [0000570] Double Commander locks folder and they cannot be deleted (backslash for the root of the drive was not included). 2012-09-23 17:09:36 +00:00
cobines
7114927c77 FIX: Bug [0000549] "Crash when starting Double Command from a write protected device" (generally check if writing configuration files is allowed). 2012-09-23 16:43:50 +00:00
cobines
5eff1699d9 FIX: Loading hotkeys and load config function result (from previous commits). 2012-09-23 14:57:32 +00:00
cobines
9bdc7fc2ce UPD: Detect if XML config files have <doublecmd> as root key name. 2012-09-23 14:37:28 +00:00
cobines
5c4cb8ba90 DEL: Remove not needed initializing variables to zero in constructor. 2012-09-23 14:02:38 +00:00
cobines
c63414ed51 UPD: When loading some config file fails ask user, instead of just printing to console.
UPD: Treat files with size 0 as if the configuration not existed, not an error.
UPD: Don't save a default config at the start as it only has defaults anyway. Save only when changed (OK, Apply in Options) or at exit, if not disabled and write is allowed.
2012-09-23 13:57:58 +00:00
cobines
0f7a66eaf0 UPD: Use -fPIC also for packages that depend on doublecmd_common, not only for the package itself. 2012-09-12 20:05:57 +00:00
cobines
3d476b5fe6 DEL: Remove explicit path for Lazarus units in KasToolBar package, because those paths are automatically inherited from LCL package. 2012-09-12 19:51:44 +00:00
cobines
019488ced7 FIX: Building with FPC 2.6.1. 2012-09-11 18:40:59 +00:00
Alexander Koblov
729331ca6d FIX: Unicode support in mbSetCurrentDirectory for network path 2012-09-07 03:30:34 +00:00
vitaliyg
aa6f55a44a UPD: Set svn:eol-style property to "native" 2012-08-19 15:11:56 +00:00
Alexander Koblov
9923647af1 FIX: Bug [0000528] "Incorrect scroll by mouse wheel in Viewer" 2012-07-21 07:41:13 +00:00
Alexander Koblov
c455004e61 FIX: Exception when can not create com object (fixes 0000283) 2012-07-20 18:00:54 +00:00
Alexander Koblov
fffae9790d FIX: Bug [0000514] Doublecmd fails to build several extensions: "recompile with -fPIC" 2012-07-15 08:54:51 +00:00
Alexander Koblov
913a522c23 FIX: Draw toolbar divider under Windows 7 2012-06-29 21:04:04 +00:00
Alexander Koblov
c865fa0e9f FIX: Bug [0000032] "Rename doesn't work if I copy files out of an archive" 2012-06-17 09:41:06 +00:00
cobines
c6c51ec014 UPD: Merge some commits from LCLExtensions and VirtualTreeView. 2012-05-14 16:58:39 +00:00
Alexander Koblov
203c9cb92d FIX: Get language and encoding under Mac OS X 2012-05-13 13:01:15 +00:00
cobines
301acf4119 UPD: Convert attributes as a number in search template from INI file. 2012-05-10 18:57:28 +00:00
cobines
7079d654b7 UPD: Allow deleting items from some combo boxes with Shift+Delete. Issue [0000165]. 2012-05-09 08:57:29 +00:00
cobines
13e7529c7a FIX: Building on Unix. 2012-05-07 10:34:33 +00:00
cobines
07d6f92ccc UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors.
FIX: VTV: Scrolling after drag&drop on QT did not work.
UPD: VTV: Implement mapping rectangle screen to client and vice versa to fix checking if mouse pointer is in control when scrolling.
2012-05-06 17:05:38 +00:00
Alexander Koblov
7aac4b973b ADD: SystemEncodingUtf8 variable 2012-05-06 14:44:59 +00:00
Alexander Koblov
4e3a9f86ac ADD: CeRawToUtf8 function 2012-05-06 12:54:47 +00:00
Alexander Koblov
01132e1c55 ADD: Additional converting functions, 'Ce' prefix to functions names to distinguish from another units 2012-05-06 10:29:11 +00:00
cobines
6dbe89feae UPD: Rename VirtualTreeView package so that it is clear that it is not the original. 2012-05-06 08:08:28 +00:00
cobines
5898567558 ADD: VTV: Possibility for descendant class to say whether scrolling can occur. 2012-05-06 07:48:48 +00:00
cobines
b25543f220 FIX: VTV: Move WMKeyDown to protected section so that it can be called via inherited from descendant class. Also fix range check error. 2012-05-05 15:16:46 +00:00
cobines
bdb3520767 FIX: VTV: Checking mouse position when autoscrolling. 2012-05-05 15:11:08 +00:00
cobines
3c36792398 FIX: VTV: Usage of save/restore canvas state (fixes drawing header on QT). 2012-04-30 15:18:09 +00:00
cobines
d8c9c8b215 UPD: VTV: Merge some changes from trunk and from patch at http://bugs.freepascal.org/view.php?id=21216 to allow building for 64bit. 2012-04-30 15:12:12 +00:00
cobines
a0fcfe0f15 FIX: Don't report first node when position indicates header. 2012-04-26 04:51:50 +00:00
Alexander Koblov
c873ea0f42 FIX: Crash if explorer.exe is not running 2012-04-21 08:31:19 +00:00
cobines
257a5b6deb UPD: Few optimizations with setting Result of function. 2012-04-20 12:34:19 +00:00
cobines
a32d3d70c4 UPD: Move function that doesn't add node when value is default to XmlConfig. 2012-04-20 12:19:04 +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
84045f2995 UPD: Allow drag&drop toolbar buttons between different toolbars when editing submenus in Options. 2012-04-17 14:07:45 +00:00
cobines
3ecdf97991 FIX: Building on Unix. 2012-04-16 01:04:15 +00:00
cobines
9e3fe62cbe UPD: Make copying attributes, date/time, ownership optional for Copy operation. 2012-04-15 12:55:13 +00:00
Alexander Koblov
c327939385 FIX: Compilation under Linux 2012-04-14 19:37:30 +00:00
cobines
fd6610389a FIX: Wrong variable used in DateTimeToUnixFileTime on Windows. 2012-04-14 12:38:56 +00:00