85 Commits (11953dc76f62749816099c874f15e8c12932fc8b)

Author SHA1 Message Date
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
David Faure c123892e29 Move proxymodeltestapp to tests, it's an interactive GUI test program 10 years ago
David Faure 85c7b5781d fix clang warnings 10 years ago
David Faure a82ffd5343 Fix wrong QUrl construction from local file 10 years ago
David Faure b2687816be Fix KSelectionProxyModel usage in QTableView 10 years ago
Kevin Funk 7f5b5d4158 Make compile with MSVC2013 again 10 years ago
Montel Laurent 73e876abe3 Use QStringLiteral 11 years ago
David Faure fad0c43813 KConcatenateRowsProxyModelPrivate: fix handling of layoutChanged. 11 years ago
David Faure fca1c65bd1 More checking on the selection after sorting. 11 years ago
David Faure fe0b5826b1 New proxymodel: KConcatenateRowsProxyModel 11 years ago
David Faure 06a48c672a KExtraColumnsProxyModel: fix bug in sibling() which broke e.g. selections 11 years ago
David Faure b6ca1f1c84 GIT_SILENT astyle-kdelibs reformatting 11 years ago
Jan Kundrát 4316ecb1b9 Fix build failure with clang 3.4.2 11 years ago
David Faure 8837e8d2d4 New proxy: KExtraColumnsProxyModel, allows to add columns to an existing model. 11 years ago