| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-22 | It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS" | Montel Laurent | |
| 2011-05-17 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-04-15 | Assure that the startup-settings are applied immediately | Peter Penz | |
| 2011-04-12 | Let each DolphinMainWindow run in a custom process | Peter Penz | |
| A possible crash in one Dolphin window should not result in crashing other Dolphin windows. Beside this it also prevents issues with modal dialogs or notifications. BUG: 269950 BUG: 206053 BUG: 196034 FIXED-IN: 4.7.0 | |||
| 2011-03-04 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-03-02 | Better servicemenu(de)installation | Jonathan Schmidt-Dominé | |
| 2011-02-27 | Allow to configure thumbnail-plugins | Peter Penz | |
| Adjust the preview-settings to allow users to configure thumbnail-plugins. For consistency also the service-settings have been adjusted to use the ServiceModel and ServiceItemDelegate. | |||
| 2011-02-10 | revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91a | Christoph Thielecke | |
| 2011-02-10 | compile fix: includes does only exist with old names, please fix kde headers too | Christoph Thielecke | |
| 2011-02-09 | Coding style update for pointer comparison | Peter Penz | |
| Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy. | |||
| 2011-02-09 | Use capitalized includes of recently committed kdelibs headers | Peter Penz | |
| 2011-02-04 | Update e-mail address from [email protected] to [email protected] | Peter Penz | |
| 2011-02-04 | Don't use the submodule-path for Qt-includes on application-level | Peter Penz | |
| Also some KDE-includes have been capitalized | |||
| 2011-02-04 | Use capitalized KDE includes | Peter Penz | |
| 2011-02-03 | Fix 3 issues reported by "krazy" | Peter Penz | |
| 2011-02-03 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-02-02 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-01-22 | SVN_SILENT: Coding style updates | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1216293 | |||
| 2011-01-14 | Move the FileMetaDataConfigurationDialog from "settings" to ↵ | Peter Penz | |
| "panels/information", as it is not used anymore for the tooltips and only in the information panel. svn path=/trunk/KDE/kdebase/apps/; revision=1214480 | |||
| 2011-01-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1213663 | |||
| 2010-12-31 | Lock panels per default and allow to unlock them like in Amarok. | Peter Penz | |
| BUG: 229811 FIXED-IN: 4.7.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210424 | |||
| 2010-12-16 | Remove the dynamic "Configure Tooltips..." button. The tooltip configuration ↵ | Peter Penz | |
| is context specific anyhow and can be done inside the properties dialog. svn path=/trunk/KDE/kdebase/apps/; revision=1207031 | |||
| 2010-12-01 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1202489 | |||
| 2010-11-17 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1198064 | |||
| 2010-11-10 | Don't try to apply the services-settings, if they have not even been shown. ↵ | Peter Penz | |
| This fixes the issue that the version-control settings get reset when changing another setting. svn path=/trunk/KDE/kdebase/apps/; revision=1195364 | |||
| 2010-11-10 | Per default automatically rotate JPEG images corresponding to their EXIF data. | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1195356 | |||
| 2010-11-05 | Take care to not reset the preview-settings if they have not been changed. | Peter Penz | |
| CCBUG: 252254 svn path=/trunk/KDE/kdebase/apps/; revision=1193355 | |||
| 2010-11-05 | Take care to listen for changes of the settings-widgets after loadSettings() ↵ | Peter Penz | |
| is invoked, otherwise it is possible that a change is accidently indicated. svn path=/trunk/KDE/kdebase/apps/; revision=1193350 | |||
| 2010-11-05 | If the user has changed the startup settings, they should also get applied ↵ | Peter Penz | |
| to the current views. BUG: 254947 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193344 | |||
| 2010-11-03 | Use a ':' as end of the label instead of a '.', even if the label is ↵ | Peter Penz | |
| top-aligned. svn path=/trunk/KDE/kdebase/apps/; revision=1192621 | |||
| 2010-10-31 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1191511 | |||
| 2010-10-26 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1189884 | |||
| 2010-10-25 | - Add support for file item actions (see http://reviewboard.kde.org/r/5659/) | Peter Penz | |
| - Internal cleanups of DolphinContextMenu code svn path=/trunk/KDE/kdebase/apps/; revision=1189651 | |||
| 2010-09-21 | It was a bad idea to store the enabled additional-information as bit-values: ↵ | Peter Penz | |
| With the current setup only up to 8 additional informations are possible. This restriction is bypassed now: - Backward compatibility for old .directorry files is provided - A version-information has been added for possible future changes - As "side-effect" it also allows to have a details-view with only one column (#238140) BUG: 238140 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1177944 | |||
| 2010-09-16 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1175951 | |||
| 2010-08-15 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1163863 | |||
| 2010-08-07 | krazy fixes: use proper include guard | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1160313 | |||
| 2010-08-07 | krazy fixes: let all .kcfg files be conform to KConfigXT schema | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1160311 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Move further files from src to src/views | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1154150 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵ | Peter Penz | |
| sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Move files from khns to settings/services ↵ | Peter Penz | |
| (step 1/2) svn path=/trunk/KDE/kdebase/apps/; revision=1154135 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Move kcm to settings/kcm | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1154133 | |||
| 2010-07-24 | Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folder | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1154129 | |||
| 2010-07-12 | Don't use KVBox and QVBoxLayout in parallel, just use QVBoxLayout instead. | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1149089 | |||
| 2010-07-10 | Fix forward declation | Laurent Montel | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1148408 | |||
| 2010-06-12 | Fix issue, that the file size maximum for non-local previews is read wrong ↵ | Peter Penz | |
| and applied to the local size initially svn path=/trunk/KDE/kdebase/apps/; revision=1137339 | |||
| 2010-05-14 | Use the term "Select" instead of "Configure", as it is less technical (at ↵ | Peter Penz | |
| least I hope as non-native English speaker that this is the case ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1126705 | |||
| 2010-05-14 | Use the AdditionalInfoAccessor to be flexible for future changes/extensions ↵ | Peter Penz | |
| in KFileItemDelegate. svn path=/trunk/KDE/kdebase/apps/; revision=1126703 | |||
