┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kfileitemmodeltest.cpp
AgeCommit message (Expand)Author
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ...Emmanuel Pescosta
2014-12-24Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function pointer...David Faure
2014-12-18Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.Emmanuel Pescosta
2014-12-14port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QU...Emmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-11-04Fix more unit test failuresFrank Reininghaus
2014-11-04Fix unit test failuresFrank Reininghaus
2014-10-21port Konqueror from KUrl to QUrlLukáš Tinkl
2014-10-18Fix includesMontel Laurent
2014-06-04Fix possible crash if a kioslave adds multiple items with the same URLFrank Reininghaus
2014-05-13Ensure that all children of a collapsed folder are removedFrank Reininghaus
2013-12-22Add unit test for KFileItemModel::createMimeData().Frank Reininghaus
2013-12-22Update filtered items when the "refreshItems" signal is receivedFrank Reininghaus
2013-12-14Update the roles for filtered items if necessaryFrank Reininghaus
2013-10-07Make the code that removes items from KFileItemModel more robustFrank Reininghaus
2013-10-01Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-10-01Add unit test for the calculation of "name" groups with expanded itemsFrank Reininghaus
2013-09-29Make sure that removeExpandedItems() also removes filtered itemsFrank 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-09Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-09-09Test if the groups are updated correctly when items are refreshedFrank Reininghaus
2013-09-07Make expandedParentsCount() work without accessing the data hashFrank Reininghaus
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-04Introduce a new signal "groupsChanged"Frank Reininghaus
2013-08-04Add some unit tests for grouping in KFileItemModelFrank Reininghaus
2013-08-04Make KFileItemModelTest fasterFrank Reininghaus
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-13Remove trailing white spaceFrank Reininghaus
2013-05-22Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-05-22Do not reset the 'isExpanded' state when an expanded folder is refreshedFrank Reininghaus
2013-03-15Improve handling of filtered items when folders are deleted/collapsedFrank 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-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-01-30Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-01-30Add unit test for bug 314046Frank Reininghaus
2013-01-27Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-01-27Move the consistency check for KFileItemModel from the test to the classFrank Reininghaus
2013-01-27Add a unit test for a recently fixed crashFrank Reininghaus
2012-10-30Fix some indentation issuesFrank Reininghaus
2012-06-08Krazy fixesPeter Penz
2012-05-26Use an italic font for symbolic linksFrank Reininghaus
2012-04-21Prepare view-engine for non-KFileItem usecasePeter Penz