┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmodel.cpp
AgeCommit message (Collapse)Author
2008-06-01Fix problem when descending order on "Today" and "Thursday" for example. Now ↵Rafael Fernández López
we also have week independant maths, so we get a Yesterday tag even if yesterday was 31st and today is 1st. Peter, the order should be correct now, please recheck (I added a '-', so the order now is the inverse that the one shown on the kfm-devel thread). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=815341
2008-03-28warnings-- / fix for fileSize > 2GBChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=791169
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-02-26When a grouping per date is done, per default the granularity is one month. ↵Peter Penz
This patch increases the granularity for the last month: - "Weeks" are used for the last 4 weeks excluding the current week. - "Days" are used for the current week. Additionally some cleanups of the code has been done, as the method DolphinModel::data() was too long already. No backport will be done as new strings are introduced. The patch has been reviewed by Rafael Fernández López. BUG: 158267 svn path=/trunk/KDE/kdebase/apps/; revision=779438
2008-02-23Much better with the last report details :)Rafael Fernández López
CCBUG: 158266 svn path=/trunk/KDE/kdebase/apps/; revision=778366
2008-01-21Use non-deprecated method, avoids conversion KDateTime->time_t->KDateTime.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=764446
2007-12-10Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no ↵Sebastian Trueg
mapping yet this does make much more sense. svn path=/trunk/KDE/kdebase/apps/; revision=746846
2007-12-07Now that we changed some needed stuff at naturalCompare() method, we can set ↵Rafael Fernández López
the replacementchar to put "Others" category on the last place. Now, we can actually call it "Others" since it is placed the last one, and it is not necessary to call it "Uncategorized" because it was placed the first one before. svn path=/trunk/KDE/kdebase/apps/; revision=746061
2007-12-06Fix i18nRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745354
2007-12-05For now, let the "Others" group to be sorted as the first oneRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745157
2007-12-04SVN_SILENT coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=744903
2007-12-04fix indentationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744669
2007-12-04Newer items go beforeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744668
2007-12-04Small compile fixJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744667
2007-12-04Remove bad lineJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744666
2007-12-04Make checking the name a bit more effecientJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744665
2007-12-04save time... no need to translate to upper the whole string if we only are ↵Rafael Fernández López
interested in a single character svn path=/trunk/KDE/kdebase/apps/; revision=744662
2007-12-04fixing++Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744658
2007-12-04Makes sense that when sorting by permissions what we want to see first is ↵Rafael Fernández López
the most permissive groups, and the most restrictive groups at the end svn path=/trunk/KDE/kdebase/apps/; revision=744654
2007-12-04Sortings restored. Everything is working fine :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744653
2007-12-03More changes will follow to fix logic. This makes the stuff compile.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744626
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=717537
2007-09-23Show more useful information when sorting by date (in all folders, not Rafael Fernández López
only on those with pictures). With the current architecture it is impossible to create different rules depending on the items that each category contains. All categories are similar to the rest. That also helps to quickly find what you are looking for. BUG: 149655 svn path=/trunk/KDE/kdebase/apps/; revision=715740
2007-09-23Oops, Qt already had a class that does this in a cross-platform way :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=715737
2007-09-19More clear categories strings when sorting by permissionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=714267
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