87 Commits (0dbeb3fb6446c8a83ade8b5ac1ea5269d35b18c8)

Author SHA1 Message Date
Aleix Pol 818ae4cf72 Make it possible for KConcatenateRowsProxyModel to work in QML 9 years ago
David Faure f55b0559c8 KExtraColumnsProxyModel: Persist model indexes after emitting layoutChange, not before 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 10 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
Sune Vuorela 0496fe6864 Fix a documentation typo/class rename 10 years ago
David Faure 3df99edb7c GIT_SILENT remove useless bool member, unused since e2a6886 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
David Faure e2a688651c KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering out rowsRemoved signal 10 years ago
David Faure e040853e82 KRecursiveFilterProxyModel: small optimization, call rowCount() only once 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
Friedrich W. H. Kossebau b61c4d73b8 Make var/symbol for arrays with signal & slot names really const 10 years ago
David Faure 219a164b54 KExtraColumnsProxyModel: documentation improvements 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 bc9518487b KSPM: Remove unused function 10 years ago
Stephen Kelly 65290d01e0 KSPM: Simplify row removal handling 10 years ago
Stephen Kelly 7854ad75d3 KSPM: Simplify deselection logic 10 years ago
Stephen Kelly 0cf75268b0 KSPM: Recreate mapping on removal only if needed 10 years ago
Stephen Kelly 504be82ba6 KSPM: Only clear firstChild mappings for top-level 10 years ago
Stephen Kelly d75d4a844e KSPM: Remove unused variables 10 years ago
Stephen Kelly dfad4072f6 KSPM: Remove noisy local variable 10 years ago
David Faure 66f18d876d Fix clang warning: unused macro 10 years ago
Stephen Kelly 64df402f84 KSPM: Ensure proper signalling when removing last selected 10 years ago
Jan Kundrát 760665e06f Fix build with GCC 4.8 10 years ago
Stephen Kelly 680b8cdcad KLinkItemSelectionModel: Add new default constructor. 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 a7ac08c19b KLinkItemSelectionModel: Don't store model locally 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 bb36968396 KModelIndexProxyMapper: Simplify logic of connected check 10 years ago
Stephen Kelly 8c96641f22 KModelIndexProxyMapper: Add some asserts 10 years ago
Kevin Funk 11055706bc KRecursiveFilterProxyModel::match: Fix crash 10 years ago
Andrey Cygankov 1e48795134 Fix most Clazy warnings in KItemModels. 10 years ago
David Faure 6b349998ed fix clang warnings 10 years ago
David Faure b2687816be Fix KSelectionProxyModel usage in QTableView 10 years ago
Volker Krause 9f8b448cf4 Fix resetting or changing the source model of a KRecursiveFilterProxyModel. 10 years ago
Montel Laurent 73e876abe3 Use QStringLiteral 11 years ago
David Faure fad0c43813 KConcatenateRowsProxyModelPrivate: fix handling of layoutChanged. 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
David Faure 8837e8d2d4 New proxy: KExtraColumnsProxyModel, allows to add columns to an existing model. 11 years ago
David Faure 71d2e8c665 New proxy model: KRearrangeColumnsProxyModel. 11 years ago
Jan Kundrát d598382536 Fix build with Qt 5.5 11 years ago