98 Commits (3c869d240e61eca1d313c186bba1fe7d07821d60)

Author SHA1 Message Date
Laurent Montel 3c869d240e Port deprecated qSort 7 years ago
David Faure 78d35e3d19 KRearrangeColumnsProxyModel: make the two column-mapping methods public 7 years ago
David Faure 93157cd3d2 autotests: remove testmodelqueuedconnections.cpp which asserts in Qt 5.11 7 years ago
Laurent Montel 4cab89febf Use isEmpty() 7 years ago
Laurent Montel 37548cc3e3 Remove unused virtual keyword 7 years ago
Laurent Montel 5d61a6d514 Normalize signal/slot 7 years ago
Yuri Chornoivan aefb80e112 Fix minor EBN issues and typos 7 years ago
Laurent Montel a435b3b8c2 Use override 8 years ago
Laurent Montel f2e767a800 Remove not necessary QtCore and co 8 years ago
David Faure 9145c173d2 KRearrangeColumnsProxyModel: fix crash when there's no source model 8 years ago
David Faure 18ab467c11 KRearrangeColumnsProxyModel: reimplement sibling() so it works as expected 8 years ago
Friedrich W. H. Kossebau 020c178958 Use explicit flags constructor instead of confusing nullptr 9 years ago
Aleix Pol e2951a24ba Fix build with Qt branch 5.9 9 years ago
Kevin Funk 21e1b1e49e Prefer nullptr over Q_NULLPTR 9 years ago
Kevin Funk 1c02848a4d Use nullptr everywhere 9 years ago
Montel Laurent 57567b062c Add missing Q_DECL_OVERRIDE 9 years ago
Stephen Kelly 1fff8ac1b9 Remove duplicate tests 9 years ago
Stephen Kelly 0dbeb3fb64 Tests: Fix query for child index 9 years ago
Stephen Kelly 7f4de58f75 KExtraColumnsProxyModel: Add unit test for layoutChange behavior 9 years ago
David Faure 27d4bbc79e autotest: add a grandchild and select it, still passes. 9 years ago
David Faure 24db696bab Fix assert (in beginRemoveRows) when deselecting an empty child of a selected child in korganizer 9 years ago
Stephen Kelly 0827ca77fe Add python bindings 9 years ago
Heiko Becker ed9e2553a9 Drop obsolete version checks 10 years ago
Sune Vuorela 35bad64f2e more dataChanged signals and unit tests for KDescendantsProxyModel 10 years ago
David Faure 2380ac105d KRearrangeColumnsProxyModel: fix assert in index(0, 0) on empty model 10 years ago
David Faure 73c005a031 Fix KDescendantsProxyModel::setSourceModel() not clearing internal caches 10 years ago
Sune Vuorela 3244f2ff34 Content unit test for KDescendantsProxyModel 10 years ago
David Faure e2a688651c KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering out rowsRemoved signal 10 years ago
David Faure 57969ef54a KExtraColumnsProxyModel: implement hasChildren() 10 years ago
David Faure 22cb8c0d21 KExtraColumnsProxyModel: implement buddy() to fix runtime warning. 10 years ago
David Faure e4a342c48a [autotest] Fix compilation errors when using a copy of this header in kdepim 10 years ago
David Faure 800037a879 Actually, call it removeExtraColumn to avoid confusion with QAIM::removeColumn... 10 years ago
David Faure 8545381f0a Add KExtraColumnsProxyModel::removeColumn, will be needed by StatisticsProxyModel 10 years ago
Stephen Kelly 0609bafdef Fix template syntax for test case generation 10 years ago
David Faure bb1eb0fa10 autotest: fix compilation with Qt 5.4 10 years ago
David Faure d6f81c2073 Fix linking with Qt 5.4 (wrongly placed #endif) 10 years ago
Stephen Kelly a70fd762f1 KSPM: Add extensive unit tests for row removal 10 years ago
Stephen Kelly 45ab3dabc8 KSPM: Add tests for deselection 10 years ago
Stephen Kelly c18ac32fe5 Export ModelTest from the test suite 10 years ago
Stephen Kelly 8473332023 Make DynamicTreeModel searchable by display role. 10 years ago
Stephen Kelly 64df402f84 KSPM: Ensure proper signalling when removing last selected 10 years ago
Stephen Kelly 649cf75bc5 KLinkItemSelectionModel: Test clearing the selection 10 years ago
Stephen Kelly 2f9bc1e472 KLinkItemSelectionModel: Test the effect of separate object network 10 years ago
Stephen Kelly 217610b8cb KLinkItemSelectionModel: Make the linked selection model settable 10 years ago
Stephen Kelly ea6222323a KLinkItemSelectionModel: Handle changes to the selectionModel model 10 years ago
Stephen Kelly 49609b8b53 KSelectionProxyModel: Fix iteration bug 10 years ago
Stephen Kelly e92e367b8f Reset KSelectionProxyModel state when needed 10 years ago
Stephen Kelly a0e309b403 Add a property indicating whether the models form a connected chain. 10 years ago
Stephen Kelly 0c9e6cf6c8 Add unit test for KModelIndexProxyMapper. 10 years ago
Andrey Cygankov 1e48795134 Fix most Clazy warnings in KItemModels. 10 years ago