Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-05 | Add KBookmarks to list of staging modules | David Edmundson | |
2013-09-05 | KUnitConversion was moved to tier2 | Aleix Pol | |
2013-09-05 | Use the newer syntax in FindDocBook* | Aleix Pol | |
It approprietly sets the _FOUND variables, we were defining the all uppercase instead. Sorry for the mess! CCMAIL: neundorf@kde.org | |||
2013-09-04 | Move components from staging to their respective tiers | Martin Klapetek | |
Reviewed-by: Alexander Neundorf | |||
2013-09-04 | Move FindDocBook* to find-modules | Aleix Pol | |
REVIEW: 112451 | |||
2013-08-06 | We have a new KStyle library | Kevin Ottens | |
2013-08-02 | KWidgets is gone | Kevin Ottens | |
2013-07-25 | Add KDE4Attic, KUnitConversion and KIO to the staging list | Kevin Ottens | |
2013-07-17 | Rename kjs to KJS | Benjamin Port | |
2013-07-16 | fix typo | Benjamin Port | |
2013-07-16 | add KTextWidget | Benjamin Port | |
2013-07-15 | Rename ki18n to KI18n | Benjamin Port | |
2013-07-15 | Add KCrash to FindKF5 | Benjamin Port | |
2013-07-15 | Rename kguiaddons to KGuiAddons | Benjamin Port | |
2013-07-13 | Rename kservice to KService | Benjamin Port | |
2013-07-13 | Update kwidgets to KWidgets | Benjamin Port | |
2013-07-09 | -kconfig is tier1/ now | Alex Neundorf | |
Alex | |||
2013-07-03 | Let FindKF5 know about ktextwidgets | Aleix Pol | |
It's needed by some module dependencies in plasma | |||
2013-06-28 | -add Sonnet to the known tier1 libs | Alex Neundorf | |
Alex | |||
2013-06-20 | We now have KWallet framework in staging | Kevin Ottens | |
2013-05-06 | Adding XmlGui to the list of staging modules | Kevin Ottens | |
2013-05-04 | Export some of the staging frameworks | Kevin Ottens | |
We also need to know about the staging ones as they are used (directly or indirectly) outside of kdelibs. | |||
2013-04-14 | Remove some no-longer-needed code from Qt5Transitional. | Stephen Kelly | |
2013-04-12 | Clean up some QtQuick1 stuff. | Stephen Kelly | |
2013-03-25 | Add declarative modules to 'all modules' | Stephen Kelly | |
2013-03-25 | List X11Extras as part of 'all modules' | Stephen Kelly | |
2013-03-24 | Set the INTERFACE_INCLUDE_DIRECTORIES for all available Qt components. | Stephen Kelly | |
Not only the ones explicitly searched for. | |||
2013-03-16 | Remove some settings which are no longer needed with CMake 2.8.11. | Stephen Kelly | |
2013-03-14 | Add support for xcb-keysyms to FindXCB | Martin Gräßlin | |
Already used in kde-workspaces. REVIEW: 109479 | |||
2013-03-14 | Add more convenient fragments until it appears upstream. | Stephen Kelly | |
This in particular helps the Windows build when using cmake master. | |||
2013-02-27 | increase version to 0.0.8 | Alex Neundorf | |
-port to CamelCased KF5 libs -add some documentation to FindKF5.cmake -get rid of KDEDIRS, introduce KF5_DIRS instead, a cmake-only variable, as supported by many Find-modules Alex | |||
2013-02-15 | Fix FindLibUSB1 | Yury G. Kudryashov | |
- set properties on LibUSB1, not USB1 - use LibUSB1_ prefix, not LIBUSB1_ - except for _FOUND, see FPHSA REVIEW:108954 | |||
2013-02-08 | some FindKF5.cmake improvements, increase to version 0.0.7 | Alex Neundorf | |
- added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex | |||
2013-02-07 | -add kjs to the know tier1 libs | Alex Neundorf | |
Alex | |||
2013-01-25 | Populate INTERFACE properties of Qt targets here until upstream does it. | Stephen Kelly | |
2013-01-19 | Remove reference to inqt5 which was always bogus. | Stephen Kelly | |
2012-12-12 | Set CMAKE_POSITION_INDEPENDENT_CODE if required. | Stephen Kelly | |
2012-12-12 | Populate the QT_LIBRARIES variable. | Stephen Kelly | |
2012-12-12 | QtWebkit is now split in QtWebKit and QtWebKitWidgets | Jon Severinsson | |
Make FindQt5Transitional.cmake handle this transparently. REVIEW: 107438 | |||
2012-11-24 | Explicitly specify the minimum required Qt version here. | Volker Krause | |
This prevents a subsequent find_package(Qt4) call (e.g. contained inside FindKDE4Internal.cmake) from failing with incomplete version information. | |||
2012-10-31 | Add XCB find modules by Fredrik Höglund <fredrik@kde.org> | David Faure | |
At least one bug: XCB_INCLUDE_DIR contains NOTFOUND if at least one module is missing (e.g. UTIL and EWMH, here), which makes XCB_FOUND false. Please review, and port to FIND_PACKAGE(XCB COMPONENTS ...) CCMAIL: kde-buildsystem@kde.org | |||
2012-10-25 | QtQuick1 is renamed QtDeclarative. | Stephen Kelly | |
2012-08-04 | Update list of modules at tier 1 and tier 2 of frameworks. | George Goldberg | |
2012-06-20 | List the OpenGL module too. | Stephen Kelly | |
2012-05-13 | FindKF5: make actual component-finding work | Alex Neundorf | |
Alex | |||
2012-05-13 | search inqt5 in FindQt5Transitional | Alex Neundorf | |
Since this is stuff which is in Qt5, we search inqt5 automatically when we hit the Qt4 path. Except if FindQt5Transitional is called from building kdelibs or inqt5 itself, and also not if it has already been found (happens in QtMimeTypes) Alex | |||
2012-05-12 | add FindKF5.cmake for finding KF5 libs | Alex Neundorf | |
Alex | |||
2012-05-10 | Make it possible to build with Qt 5 again. | Stephen Kelly | |
2012-05-08 | -move FindQt5Transitional to the find-modules/ directory | Alex Neundorf | |
Alex | |||
2012-01-13 | FindBlueZ: add FeatureSummary | Yury G. Kudryashov | |