┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
AgeCommit message (Collapse)Author
2012-01-31SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-30Synchronize view-mode settings before the settings dialog gets openedPeter Penz
BUG: 292698 FIXED-IN: 4.8.1
2012-01-28--warningPeter Penz
2012-01-22SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-17SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-16SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-10Use the same icon size for the compact-view like the details-view per defaultPeter Penz
2012-01-10SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-09SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-06SVN_SILENT made messages (.desktop file)Script Kiddy
2012-01-03SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-23SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-22SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-21SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-20SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-19SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-18SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-17SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-15SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-13SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-08Fix font settings issuePeter 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-08SVN_SILENT made messages (.desktop file)Script Kiddy
2011-12-07SVN_SILENT made messages (.desktop file)Script Kiddy
2011-11-29SVN_SILENT made messages (.desktop file)Script Kiddy
2011-11-19Remove "Rename inline" optionPeter 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-06Show compact-mode icon also in KonquerorPeter Penz
Additionally a broken signal-connection has been fixed.
2011-11-06Delete obsolete class DolphinSettingsPeter Penz
2011-11-06Fix issues with applying wrong view-modePeter 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-15Interface 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-25Fix a spelling mistake in Dolphin.Andrius Štikonas
2011-09-12SVN_SILENT made messages (.desktop file)Script Kiddy
2011-09-09SVN_SILENT made messages (.desktop file)Script Kiddy
2011-09-08SVN_SILENT made messages (.desktop file)Script Kiddy
2011-09-02Simplified code for the viewmode settingsPeter Penz
2011-08-14Remove "FirstRun" propertyPeter Penz
The property got obsoleted by the "Version" property.
2011-08-14Don't limit the preview size to 2 GBytePeter Penz
Reviewed at: https://git.reviewboard.kde.org/r/102319/#review5683 Thanks to Jussi Judin for the patch! CCMAIL: [email protected]
2011-08-13Don't enable the search panel per defaultPeter 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-09Improvements for selections, smooth scrolling, tooltips and info-panelPeter Penz
2011-08-08SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter 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-12SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-10PreviewSettingsPage: update JPG preview plugin settings if neededFrank 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-21SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-29SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-22It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"Montel Laurent
2011-05-17SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-11SVN_SILENT made messages (.desktop file)Script Kiddy