┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin_iconsmodesettings.kcfg
AgeCommit message (Collapse)Author
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-02-17* if the system font is changed during Dolphin is open, take care to update ↵Peter Penz
the used font of all views too (assuming that the user selected "system font" as font) * store the font weight instead of a bool property "isBold" Thanks to Rafael for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=776188
2008-02-15Currently when the general font of KDE has been changed, the used fonts for ↵Peter Penz
the view in Dolphin have not been changed. This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting. TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=775487
2008-02-14fixed issue that the item height does not match to the number of lines in ↵Peter Penz
the default setup of Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=775065
2008-01-24use 2 textlines per default in the icon-mode as discussed with David and FredrikPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=765734
2008-01-05Remember the additional-info property (size, date, type, ...) for each view ↵Peter Penz
mode (icons view, details view, column view) individually. BUG: 154434 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=757791
2007-12-04Allow turning off the feature that additional information might be shown in ↵Peter Penz
the icons view. Per default the setting is still on, but for people who prefer browsing with the details view and only temporary switch to the icons view (e. g. for having a larger preview), this feature gets a showstopper (discussed with Eike Hein). Got the OK from the translator team for adding the new string. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744901
2007-11-08minor layout optimizations for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734360
2007-11-07use only 1 textline as default for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=734061
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-08-03Adapt to new KWarning/kFatal/kDebug apiLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-07-12KUIT adaptions (applied i18ncheckarg - everything should be OK now)Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=686787
2007-05-15some finetuning for the icons view:Peter Penz
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView - assure that the grid spacing is respected - decrease default text width - allow having more than 1 text line doing a proper wrapping svn path=/trunk/KDE/kdebase/apps/; revision=665097
2007-05-10layout improvements in the icons view:Peter Penz
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320
2007-03-14Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix ↵Peter Penz
broken zooming in icons view. svn path=/trunk/KDE/kdebase/apps/; revision=642610
2007-03-13Use KFontRequester for dialogs as suggested by Ellen at ↵Peter Penz
http://wiki.openusability.org/guidelines/index.php/Practical_Examples:Configuration_Dialogs. TODO: get rid of Qt3 classes in these dialogs and use a more sensible spacing/margin svn path=/trunk/KDE/kdebase/apps/; revision=642269
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ↵Peter Penz
each folder. Use case: - Icons view for images: set 'Size' as additional property - Icons view for media: show 'MIME type' as additional property - Default Icons view: don't show any addtional property for a clean layout. TODO: KFileItemDelagate::AdditionalInformation intersects with KDirModel::Columns when used in combination with the details view. Assure that the user does not get confronted with such implementation details in the user interface. svn path=/trunk/KDE/kdebase/apps/; revision=641525
2007-03-10use the large icon size for previews as default for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641291
2007-02-28Allow to configure which additional information ↵Peter Penz
(KFileItemDelegate::AdditionalInformation) should be shown for the icons view. svn path=/trunk/KDE/kdebase/apps/; revision=638135
2007-02-27The icons view and details view don't use hardcoded (test-) values anymore, ↵Peter Penz
instead the settings for fonts, grid size, ... are read out. The settings dialogs itself will be reworked later if it is clear what should be configurable in which manner. At least the current settings dialog allows to play with the new capabilities we got by KFileItemDelegate, just lets see what we can improve later on... svn path=/trunk/KDE/kdebase/apps/; revision=637792
2007-02-21installing a file called generalsettings.kcfgc just asksStephan Kulow
for trouble - always prefix installed files svn path=/trunk/KDE/kdebase/apps/; revision=635877