┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.cpp
AgeCommit message (Expand)Author
2013-11-05Only do a fast pre-sorting when "Sort by Name" is usedFrank Reininghaus
2013-10-30Store the selected items in a more efficient wayFrank Reininghaus
2013-10-30Sort in items in two stages to speed up natural sortingFrank Reininghaus
2013-10-26Restore the tree state in Details View if a folder is re-expandedFrank Reininghaus
2013-10-07Make the code that removes items from KFileItemModel more robustFrank Reininghaus
2013-10-02Save memory and time in KFileItemModel by lazy-loading the "ItemData"Frank Reininghaus
2013-10-01Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-09-29Make sure that removeExpandedItems() also removes filtered itemsFrank Reininghaus
2013-09-17Move KItemRange to its own headerFrank Reininghaus
2013-09-09Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-09-09Always sort items correctly when the refreshItems() signal is receivedFrank Reininghaus
2013-09-07Make expandedParentsCount() work without accessing the data hashFrank Reininghaus
2013-08-24Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-08-24Make determining the mime type faster for foldersFrank Reininghaus
2013-08-24Make use of the "resort all items timer" in KFileItemModel::slotRefreshItemsEmmanuel Pescosta
2013-08-15Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-08-15Make sure that the sort order is correct after renamingFrank Reininghaus
2013-08-14Do not store default values in QHash<QByteArray, QVariant>Frank Reininghaus
2013-08-04Introduce a new signal "groupsChanged"Frank Reininghaus
2013-07-28Do not convert a KUrl to a QString and back againFrank Reininghaus
2013-06-28Fix memory leak in KFileItemModelFrank Reininghaus
2013-06-26Re-enable expandable folders for network top level folders (remote:/)Emmanuel Pescosta
2013-06-26Fix performance regression when loading folders in Details ViewFrank Reininghaus
2013-06-24Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-06-24Use the target url of a item when creating the QMimeData in KFileItemModel::c...Emmanuel Pescosta
2013-06-20Avoid a unnecessary resorting when items are changed, only resort the items w...Emmanuel Pescosta
2013-06-20Merge remote-tracking branch 'origin/KDE/4.10'Dawit Alemayehu
2013-06-18Ensure that the "Sort by Type" setting is respectedFrank Reininghaus
2013-06-05Reduce KFileItemModel memory usage by making use of implicit sharingFrank Reininghaus
2013-05-22Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-05-22KFileItemModel::insertItems(): guarantee O(N) run time complexityFrank Reininghaus
2013-05-22Do not reset the 'isExpanded' state when an expanded folder is refreshedFrank Reininghaus
2013-03-27Merge remote-tracking branch 'origin/KDE/4.10'Luca Beltrame
2013-03-26Improve grouping by name for non-ASCII file namesFrank Reininghaus
2013-03-21Merge remote-tracking branch 'origin/KDE/4.10'Aurélien Gâteau
2013-03-17Refresh all expanded directories too, when reloading a directory.Emmanuel Pescosta
2013-03-15Improve handling of filtered items when folders are deleted/collapsedFrank Reininghaus
2013-03-12Fix recent regressions when "Sort by Type" is usedFrank Reininghaus
2013-03-10Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-03-10Remove filtered children if the parent folder is collapsedFrank Reininghaus
2013-03-03Use a consistent way to group files by "Date"Daniel Kreuter
2013-02-27Removed everything related to m_expandedParentsCountRoot ->Emmanuel Pescosta
2013-02-27Big Thanks to Frank Reininghaus, who helped me a lot with theseEmmanuel Pescosta
2013-02-19Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-02-18Remove items from m_filteredItems if their parent is deletedFrank Reininghaus
2013-02-10Re-organize the code that compares expanded itemsFrank Reininghaus
2013-02-10Include parent-child relationships in KFileItemModel's consistency checkFrank Reininghaus
2013-02-06KFileItemModel::insertItems(): reserve sufficient space for m_itemsFrank Reininghaus
2013-02-03Two small optimizations in KFileItemModel::removeItems()Frank Reininghaus
2013-02-03const QList<int> -> const QList<int>&Frank Reininghaus