┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinmodel.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-07-12Revert "Use isEmpty()" - the original code asked for a size > 1 and not >= 1...Peter Penz
This reverts commit fa73fbfb84792d16dd56ebdeca1667ca12a597bd. CCMAIL: [email protected]
2011-07-11Use isEmpty()Nicolas Lécureuil
2011-02-04Use capitalized KDE includesPeter Penz
2010-11-18- When showing the trash content, use the details view with path as default viewPeter Penz
- Assure that the original path is shown for the trash protocol within Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=1198481
2010-11-08Use KFileItem::mostLocalUrl() instead of KFileItem::url() for the "Path" ↵Peter Penz
column. This assures that a path is shown also for the nepomuksearch:/ protocol. svn path=/trunk/KDE/kdebase/apps/; revision=1194303
2010-10-08- Don't show the name of the file in the "Path" columnPeter Penz
- Also provide a path for non-local URLs svn path=/trunk/KDE/kdebase/apps/; revision=1183939
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154150