Kevin Ottens
24bbcf60c1
Add framework information in metainfo.yaml files
12 years ago
David Faure
17a7c51b71
cleanup after non-idempotent script
12 years ago
David Faure
1c997bd4d3
separate framework version from dependencies version, to be able to increase the version in two steps at release time, so CI doesn't break
12 years ago
Alex Merry
8b1fe1d301
Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS
...
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
12 years ago
Kevin Ottens
2d55d5805e
Rename the yaml file per new policy
12 years ago
Nicolás Alvarez
ca62aa327e
Remove check left over from monolithic kdelibs.
12 years ago
David Faure
88cafaf126
Upgrade ECM version requirement and KF5 version.
12 years ago
David Faure
1585012ad4
Disable broken unittest for now, so CI is green again.
...
CCMAIL: steveire@gmail.com
CCMAIL: kde@randomguy3.me.uk
12 years ago
Alex Merry
e9d5da5d90
Re-enable autotests
...
modeltest.(cpp|h) are taken from Qt 5.3. The license header has been
trimmed to clarify which license we are using it under, and to reflect
the fact we use a COPYING.LIB file instead of LICENSE.LGPL.
REVIEW: 116096
12 years ago
David Faure
d14669d983
Upgrade ECM version requirement and KF5 version.
12 years ago
Stephen Kelly
6612a8d3f7
Fix copyright headers.
...
Change kcheckableproxymodel to LGPL and add my copyright line to modeltest.
12 years ago
Jonathan Riddell
6d952f5f6a
set SOVERSION to 5
12 years ago
Alex Merry
9f16eb7508
Use ecm_configure_package_config_file
...
Ported with:
sed -i -e 's/\(include(\)CMake\(PackageConfigHelpers)\)/\1ECM\2/' \
-e 's/\<\(configure_package_config_file\)/ecm_\1/' \
CMakeLists.txt
See http://commits.kde.org/extra-cmake-modules/139f60d81653888f696ef433
12 years ago
David Faure
4e8247deef
Use the new syntax for ecm_generate_headers()
12 years ago
David Faure
70b73dde06
Upgrade ECM version requirement; fix KF5 version.
12 years ago
David Faure
441bb5d778
Generate and install .pri file
12 years ago
Aurélien Gâteau
2bb19dfffd
Move api doc images to docs/pics
12 years ago
Alex Merry
fe79f6b1c8
Remove unnecessary Mainpage.dox
12 years ago
Simon Edwards
3a0e29465b
Removed kdescendantsproxymodel::descendantCount(). It was defined in the header but has no implementation.
...
CC: steveire@gmail.com
12 years ago
Simon Edwards
330a8ab0d8
filterAcceptsRow() should be protected instead of private since it overrides a method in its superclass.
12 years ago
Cornelius Schumacher
6a21e4fa15
Update REAMDE
12 years ago
Alex Merry
aebded7b62
Add include(GenerateExportHeader) to CMakeLists.txt
...
We should not depend on the fact that KDECompilerSettings.cmake happens
to include it when we use generate_export_header().
12 years ago
David Faure
5d9e8dabd9
Install all headers into camelcase FrameworkName.
12 years ago
David Faure
387b632907
Generate forward headers.
...
Install them in the proper directory.
Let cmake find them.
Done in 10 seconds using http://www.davidfaure.fr/2013/install_headers.{sh,pl}
12 years ago
David Faure
8394b58c7c
Move kf5 version to a cmake var like in tier2/3/4 modules, for easier scripting
12 years ago
Aurélien Gâteau
9129328fac
Add README.md and yaml files
12 years ago
Alex Merry
5043191307
Add .reviewboardrc
12 years ago
David Faure
e5dbf767e9
Code reformatted using kde-dev-scripts/astyle-kdelibs.
...
Use git blame -w 5d4c2df to show authorship as it was before this commit.
12 years ago
Jenkins CI
5d4c2df901
Move kitemmodels code to the root directory.
12 years ago
Jenkins CI
db440cc7e8
Initial import from the monolithic kdelibs.
...
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:
http://community.kde.org/Frameworks/GitOldHistory
If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.
Branched from the monolithic repo, kdelibs frameworks branch, at commit
162066dbbecde401a7347a1cff4fe72a9c919f58
12 years ago