┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.cpp
AgeCommit message (Collapse)Author
2008-11-12Changed a bunch of QCombobox to KCombobox and other similar classes as Jordi Polo
suggested by Krazy. But I didn't see any improvement in the style or funcionality... svn path=/trunk/KDE/kdebase/apps/; revision=883286
2008-08-26* align labels on the right like suggested in the KDE 4 HIGPeter Penz
* minor changes in detailsview settings and columnview settings svn path=/trunk/KDE/kdebase/apps/; revision=852982
2008-08-03warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=841434
2008-07-09prevent crash when "Use common view properties for all folders" is set ↵Peter Penz
(uninitialized member variable) BUG: 166102 svn path=/trunk/KDE/kdebase/apps/; revision=829777
2008-06-13Finally fixed problem that "Apply to all folders" did not work as expected. ↵Peter Penz
TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback. BUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=820068
2008-06-13Fix the "Apply" - "OK" problem in the viewproperties dialog (patch done by ↵Peter Penz
Rafael Fernández López). One related problem still has to be solved... CCBUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=820062
2008-06-08fixed issue that "Apply to all folders" in the view properties dialog might ↵Peter Penz
forget some settings when pressing first "Apply" and then "OK" BUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=818368
2008-06-08SVN_SILENT: minor coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818305
2008-06-08fix memory leakPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818303
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-01-25optimize layout for the viewproperties dialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=766382
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
2008-01-05i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=757515
2008-01-01Icon renaming (code changes - KDE/):Jakob Petsovits
consolidate the fileview-* icons to view-* svn path=/trunk/KDE/kdebase/apps/; revision=755384
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-30Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as ↵Peter Penz
currently the performance is too slow. Nepomuk will support caching in future versions, so hopefully we can provide those entries again in KDE 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743363
2007-11-25provide useful default values when configuring the additional information ↵Peter Penz
for the details view svn path=/trunk/KDE/kdebase/apps/; revision=741353
2007-11-01Fix crash caused by unchecked pointer accessAndreas Ramm
svn path=/trunk/KDE/kdebase/apps/; revision=731586
2007-10-30allow to configure the additional information of the view inside the ↵Peter Penz
viewproperties dialog svn path=/trunk/KDE/kdebase/apps/; revision=731150
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
* the filterbar now also filters directories (works also in the column-view :-)) * The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed * Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available. * Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file. svn path=/trunk/KDE/kdebase/apps/; revision=729704
2007-10-05Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which areAndreas Pakulat
needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows. svn path=/trunk/KDE/kdebase/apps/; revision=721704
2007-10-04allow to configre more than one additional information for the icons-viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720957
2007-10-02As the additional information can be shown in parallel, a combobox selection ↵Peter Penz
is not sufficient anymore. To prevent bug-reports for the beta 3 release, all items are explicitly marked as TODO temporary. svn path=/trunk/KDE/kdebase/apps/; revision=720286
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=719796
2007-09-27* moved the loading of the settings into a separate methodPeter Penz
* assure that the "show in groups" action gets disabled when no categorization is allowed for the current view svn path=/trunk/KDE/kdebase/apps/; revision=717550
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-06-30KUIT adapations for labelsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-30KUIT adaptions for groups, checkboxes and radiobuttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681910
2007-06-22also compile without nepomukAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=678876
2007-06-22Allow to sort by rating, which can be quite useful in combination with the ↵Peter Penz
"Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-21062007.diff. svn path=/trunk/KDE/kdebase/apps/; revision=678801
2007-06-19* move the "[ ] Show in Groups" checkbox from "View->Sort By" directly to "View"Peter Penz
* same for the viewproperties dialog: don't hide "Show in Groups" under "Sorting" svn path=/trunk/KDE/kdebase/apps/; revision=677641
2007-06-18a little bit internationalization cannot hurt ;-) (thanks to Andrius Štikonas)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=677250
2007-06-03make the Viewproperties dialog less cluttered and smallerPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671030
2007-06-03update to David's suggestion for split view ↵Peter Penz
(http://davigno.oxygen-icons.org/?p=43) svn path=/trunk/KDE/kdebase/apps/; revision=671011
2007-06-03use "fileview-icon" instead of "view-icon" (thanks to David Vignoni for the ↵Peter Penz
update!) svn path=/trunk/KDE/kdebase/apps/; revision=671004
2007-05-26remember the size of dialogsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668385
2007-05-16Better choice of phrase: 'Categorized' -> 'Show in Groups'Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=665189
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-04-22allow sorting by typePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=656971
2007-04-16use new "column view" icon (thanks to David Vignoni)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654713
2007-04-10allow to enable the categorization feature for sortingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652200
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-04-04Qt::Ascending -> Qt::AscendingOrderPino Toscano
Qt::Descending -> Qt::DescendingOrder svn path=/trunk/KDE/kdebase/apps/; revision=650398
2007-04-04simplify layout of ViewPropertiesDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=650290
2007-04-01integrate column view into settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648926
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed. svn path=/trunk/KDE/kdebase/apps/; revision=647244
2007-03-11replaced string "MIME Type" by "Type"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641540