┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/additionalinfodialog.cpp
AgeCommit message (Collapse)Author
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-02-04Use capitalized KDE includesPeter Penz
2010-11-03Use 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-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at ↵Peter Penz
least I hope as non-native English speaker that this is the case ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1126705
2010-05-14Use the AdditionalInfoAccessor to be flexible for future changes/extensions ↵Peter Penz
in KFileItemDelegate. svn path=/trunk/KDE/kdebase/apps/; revision=1126703
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