┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemlistselectionmanagertest.cpp
AgeCommit message (Expand)Author
2023-02-05Add clang-format and format code as in FrameworksSerg Podtynnyi
2021-03-13Enable test mode in all testElvis Angelaccio
2021-02-09Build with QT_NO_KEYWORDSNicolas Fella
2020-08-25Output of licensedigger + manual cleanup afterwards.Elvis Angelaccio
2019-11-09Remove unnecessary semicolons after Q_UNUSEDElvis Angelaccio
2018-10-25Fix minor typosYuri Chornoivan
2018-02-03Port QSignalSpy to new signal syntaxElvis Angelaccio
2017-11-21Modernize: Use nullptr everywhereKevin Funk
2017-11-20Modernize: Use override where possibleKevin Funk
2017-04-07Fix some compiler warningsKevin Funk
2017-01-03Add missing Q_DECL_OVERRIDEMontel Laurent
2017-01-03Add missing Q_OBJECT macrosIlya Bizyaev
2015-09-01Pedantic--Montel Laurent
2015-02-26Use QT_GUILESS_MAINHeiko Becker
2014-12-18Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.Emmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-10-18Port test to qt5Montel Laurent
2014-04-26Do not change the selection when re-sorting the viewFrank Reininghaus
2013-10-30Store the selected items in a more efficient wayFrank Reininghaus
2013-01-14Select right item as current item (first item after the deletion) after delet...Emmanuel Pescosta
2012-02-23Whitespace cleanups and documentation fixesPeter Penz
2011-12-04Fix crash #1 when filtering itemsPeter Penz
2011-10-03Add function KItemListSelectionManager::isSelected(int index)Frank Reininghaus
2011-09-29Keep current item and selection when resorting, part 1Frank Reininghaus
2011-08-27Remove unneded function KItemListSelectionManager::anchorItem()Frank Reininghaus
2011-08-26Simplify KItemListSelectionManagerFrank Reininghaus
2011-08-24Fix issues with the anchor selectionPeter Penz
2011-08-14Two small selection improvements in DolphinViewFrank Reininghaus
2011-08-13Implement selection of items using mouse clicks.Frank Reininghaus
2011-08-11Test signal emission on selection changesFrank Reininghaus
2011-08-11Emit KitemListSelectionManager's selectionChanged signal correctlyFrank Reininghaus
2011-08-10Implement beginAnchoredSelection() and endAnchoredSelection().Frank Reininghaus
2011-08-10Always use the 'Select' mode for anchored selectionsFrank Reininghaus
2011-08-10Initial support for anchored selections in the selection managerFrank Reininghaus
2011-08-10Update the anchor item when items are added or removedFrank Reininghaus
2011-08-09Test setting the current item and anchor itemFrank Reininghaus
2011-08-09Improvements for selections, smooth scrolling, tooltips and info-panelPeter Penz