| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-12 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-08 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-09-02 | Simplified code for the viewmode settings | Peter Penz | |
| 2011-08-14 | Remove "FirstRun" property | Peter Penz | |
| The property got obsoleted by the "Version" property. | |||
| 2011-08-14 | Don't limit the preview size to 2 GByte | Peter Penz | |
| Reviewed at: https://git.reviewboard.kde.org/r/102319/#review5683 Thanks to Jussi Judin for the patch! CCMAIL: [email protected] | |||
| 2011-08-13 | Don't enable the search panel per default | Peter Penz | |
| Assure that the search panel also stays disabled when updating from an older Dolphin version. BUG: 279348 FIXED-IN: 4.7.1 | |||
| 2011-08-09 | Improvements for selections, smooth scrolling, tooltips and info-panel | Peter Penz | |
| 2011-08-08 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-07-31 | normalize signals/slots | Montel Laurent | |
| 2011-07-30 | Merged very early alpha-version of Dolphin 2.0 | Peter Penz | |
| Dolphin 2.0 will get a new view-engine with the following improvements: - Better performance - Animated transitions - No clipped filenames due to dynamic item-sizes - Grouping support for all view-modes - Non-rectangular selection areas - Simplified code for better maintenance More details will be provided in a blog-entry during the next days. Please note that the code is in a very early alpha-stage and although the most tricky parts have been implemented already very basic things like drag and drop or selections have not been pushed yet. Those things are rather trivial to implement but this still will take some time. | |||
| 2011-07-12 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-07-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-07-10 | PreviewSettingsPage: update JPG preview plugin settings if needed | Frank Reininghaus | |
| In KDE <= 4.6, the 'jpegrotatedthumbnail' plugin was used to provide thumbnails for JPG images which are rotated correctly. In KDE 4.7, this is done by the usual 'jpegthumbnail' plugin if it is configured accordingly. The update of the settings is done in KFilePreviewGenerator. However, if Konqueror is run in web browsing mode and the settings dialog is opened, KFilePreviewGenerator does not have a chance to do the update. To make sure that the correct plugins are shown in the settings, this commit adds a plugin update to PreviewSettingsPage. The old code that just removed the 'jpegrotatedthumbnail' plugin without enabling the 'jpegthumbnail' plugin is removed. CCBUG:277251 (cherry picked from commit 626fb3cf58dc12d4a8d219c12e7663881a1246e7) | |||
| 2011-06-21 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-05-29 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 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 | |||
