| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-31 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-30 | Synchronize view-mode settings before the settings dialog gets opened | Peter Penz | |
| BUG: 292698 FIXED-IN: 4.8.1 | |||
| 2012-01-28 | --warning | Peter Penz | |
| 2012-01-22 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-17 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-16 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-10 | Use the same icon size for the compact-view like the details-view per default | Peter Penz | |
| 2012-01-10 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-06 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-01-03 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-23 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-22 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-21 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-20 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-19 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-18 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-17 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-15 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-13 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-11 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-08 | Fix font settings issue | Peter Penz | |
| The font settings have been ignored currently because of the transition to the new view-engine. The patch is based on the work of Janardhan Reddy and has been extended by the helper class ViewModeSettings. BUG: 288395 FIXED-IN: 4.8.0 | |||
| 2011-12-08 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-12-07 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-11-29 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2011-11-19 | Remove "Rename inline" option | Peter Penz | |
| The new view-engine currently does not support inline-renaming and because of more important pending issues this cannot be implemented for the 4.8 release of KDE applications. The plan for 4.9 is to implement inline-renaming again and to make it "so good" (tm) that it is always turned on (-> there is no need anymore for an option to disable it ;-) CCBUG: 286893 | |||
| 2011-11-06 | Show compact-mode icon also in Konqueror | Peter Penz | |
| Additionally a broken signal-connection has been fixed. | |||
| 2011-11-06 | Delete obsolete class DolphinSettings | Peter Penz | |
| 2011-11-06 | Fix issues with applying wrong view-mode | Peter Penz | |
| - The view properties dialog mixed the details-view with the compact-view (#285848). - The view properties have been reset when applying a setting from the "Dolphin Preferences" dialog. The rootcause was that the obsolete DolphinSettings class implemented the saving in a wrong way because of the recent refactoring (will remove this class completely now to prevent such issues in future). BUG: 285848 FIXED-IN: 4.8.0 | |||
| 2011-10-15 | Interface cleanups to prepare the return of "grouped sorting" | Peter Penz | |
| - Rename setCategorizedSorting() to setGroupedSorting() - Change the model interface to allow enabling/disabling grouping without the need to declare a role (the sort role will be taken). - Add dummy group role implementation in KFileItemModel The grouping code itself requires some cleanups and might crash at the moment or lead to weird layouts. | |||
| 2011-09-25 | Fix a spelling mistake in Dolphin. | Andrius Štikonas | |
| 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 | |
