118 Commits (e795cabbb9b86d66acc64403ecee0db7c09cbcd0)

Author SHA1 Message Date
Laurent Montel 24b7791301 Remove code for qt < 4.7.2 :) 7 years ago
Laurent Montel 37548cc3e3 Remove unused virtual keyword 7 years ago
Laurent Montel 5d61a6d514 Normalize signal/slot 7 years ago
Friedrich W. H. Kossebau 55b1aec163 Add missing "emit" 7 years ago
Yuri Chornoivan aefb80e112 Fix minor EBN issues and typos 7 years ago
Stefan Brüns 702ffc3499 Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR 8 years ago
Friedrich W. H. Kossebau d9f818def8 Use reference in for loop for type with non-trivial copy constructor 8 years ago
Laurent Montel c0ad3cab8f Make sure to build with strict compile flags + port to no deprecated 8 years ago
Aleix Pol 958e7c9c56 Properly sanitize input 8 years ago
Laurent Montel 74c8dee63b Warning-- 8 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 26699d4d04 GIT_SILENT fix coding style 8 years ago
David Faure 18ab467c11 KRearrangeColumnsProxyModel: reimplement sibling() so it works as expected 8 years ago
Antonio Rojas 8b5b30d902 Update comment for new Qt 5.10 API 8 years ago
Montel Laurent 1bdb7fef2d Port to qCDebug 8 years ago
Friedrich W. H. Kossebau c1dbb78eae [FEATURE] Option to build & install QCH file with the public API dox 9 years ago
Friedrich W. H. Kossebau 415c7dfa33 Update link from websvn.kde.org to commits.kde.org 9 years ago
Friedrich W. H. Kossebau 3c7b96ab3c API dox: note CamelCase includes by @class tag with more classes 9 years ago
David Faure 11b36d24ac Mention the new QSFPM::setRecursiveFiltering(true) which makes KRecursiveFilterProxyModel obsolete. 9 years ago
Pino Toscano fdbb655601 KDescendantsProxyModel: fix typo in apidox 9 years ago
David Faure 1b8ef1fd1c KRFPM: remove compatibility for Qt < 5.5, given that 5.5 is required. 9 years ago
Kevin Funk 21e1b1e49e Prefer nullptr over Q_NULLPTR 9 years ago
Kevin Funk 1c02848a4d Use nullptr everywhere 9 years ago
Friedrich W. H. Kossebau 94b9398183 Adapt note of path to test executable from kdelibs to kitemmodels repo 9 years ago
Friedrich W. H. Kossebau 902c54dcbc Update links from doc.trolltech.com to doc.qt.io 9 years ago
Stephen Kelly aba81ad619 Bindings: Make it possible to customize the installation directory 9 years ago
Montel Laurent 57567b062c Add missing Q_DECL_OVERRIDE 9 years ago
Albert Astals Cid fa214681b5 Q_ENUMS -> Q_ENUM 9 years ago
Stephen Kelly fdc69d0c38 Update proxies for recently realised class of bugs. 9 years ago
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 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
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