Kurt Hindenburg
b542df3420
Revert "No longer check for X11"
...
For now revert this, on non X11 systems it causes:
FAILURE (KCmdLineArgs):
Application requests for isSet("display") but the "display" option
has never been specified via addCmdLineOptions( ... )
This reverts commit d42ef186c8 .
12 years ago
Kurt Hindenburg
d42ef186c8
No longer check for X11
...
X11 check was only for checking parameters on the command line. X11
wasn't actually needed.
12 years ago
Kurt Hindenburg
26e2da0d6b
Version-ize konsoleprivate libraries
...
This allows (on packaging level at least) co-existence of kdelibs4 &
KF5 konsole-part.
Patch by Hrvoje Senjan hrvoje senjan gmail com
REVIEW: 119909
12 years ago
Montel Laurent
4f5f0dbc2a
We can increase minimum version
12 years ago
Kurt Hindenburg
cc4602e1ee
Update dependency: KDE4Support to KDELibs4Support
...
Thanks Elias Probst
REVIEW: 117988
12 years ago
Alex Merry
5ebe63fe69
Remove CONFIG argument from find_package(KF5)
...
This is no longer wanted, since ECM has a FindKF5 module.
12 years ago
Alex Richardson
7162996e1d
Port away from Q_WS_X11
12 years ago
Hrvoje Senjan
dd2e47b0a0
XmlGui is also needed
12 years ago
Hrvoje Senjan
cd871722c5
Only search for frameworks that are really needed
12 years ago
Kurt Hindenburg
4efff2d75c
Remove unused KDE4 - get fontembedder to build
12 years ago
Kurt Hindenburg
7bb82eae6a
General KF5 fixes and removal of QT5Transitional
12 years ago
Aurélien Gâteau
d5834bce61
KF5 Prefix rename
12 years ago
David Faure
61e6996e87
Fix compilation due to new framework KF5GlobalAccel
12 years ago
David Faure
81b272e40d
port away from KDELibs4Config.cmake
12 years ago
Hrvoje Senjan
ffbca60046
Kross is now needed for KDELibs
13 years ago
Hrvoje Senjan
5415a168bc
Fix build
...
KParts are now needed for KDE4Support
Also, KDE4__kio is no more...
13 years ago
Stephen Kelly
435e727594
Find the new KF5Config file, not the old FindKF5 file.
13 years ago
Hrvoje Senjan
4aa1199727
Reorder so it builds
13 years ago
Stephen Kelly
9cfb44afe0
Find ECM files from ECM.
13 years ago
Kurt Hindenburg
02e7c39053
fix build - remove KDE4Attic
13 years ago
Harald Sitter
11cffc6611
fix build
...
kbookmarks is not standalone anymore and KIO depends on kbookmarks
13 years ago
Ben Cooksley
b0b89bd698
Use more targets instead of variables
13 years ago
Stephen Kelly
6eaf199d05
Fix some linking issues.
13 years ago
Stephen Kelly
be94a652b1
Set minimum CMake version and policies.
13 years ago
Stephen Kelly
6070630d82
Move the find_package for Qt5Transitional.
...
It is deprecated and only provided by kde4support.
13 years ago
Kurt Hindenburg
2f5d4f2592
fix building - remove kdeqt5staging
13 years ago
Hrvoje Senjan
9ec96f5672
Fix build -- added KBookmark dependancy
13 years ago
Harald Hvaal
6f8316eb8e
Test commit
...
Please forgive me if this git-push for some unexpected reason should just work.
13 years ago
Alex Richardson
a83db71590
Port to KF5/Qt5
...
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
13 years ago
Alex Richardson
ab5e15b1b7
Revert "Port to KF5/Qt5"
...
This reverts commit 4adfbe84bd .
This work will go into a new branch instead
13 years ago
Alex Richardson
a9ece1f56c
Revert "Include FeatureSummary only when we're sure the minimum CMake version is found (in ECM or FindKDE4Internal.cmake)"
...
This reverts commit db19364a73 .
13 years ago
Christophe Giboudeaux
db19364a73
Include FeatureSummary only when we're sure the minimum CMake version is found (in ECM or FindKDE4Internal.cmake)
...
Otherwise, cmake will stop without giving useful hints.
13 years ago
Alex Richardson
4adfbe84bd
Port to KF5/Qt5
...
To build for KF5 pass the option -DQT5_BUILD=ON to CMake
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
13 years ago
Christophe Giboudeaux
0904deb6f4
Revert "Port to feature_summary"
...
The port to feature_summary is going to be painful if every module depends on obsolete kdelibs versions.
set_package_properties depends on cmake 2.8.6 and KDE4internal_FOUND is set only in kdelibs 4.9.4
This reverts commit 46db8de124 .
13 years ago
Christophe Giboudeaux
46db8de124
Port to feature_summary
13 years ago
Jekyll Wu
c5c7b29aab
cmake-lint: use lower case commands consistently
13 years ago
Jekyll Wu
275f65186f
cmake-lint: remove trailing whitespaces
13 years ago
Jekyll Wu
7412150341
Use KMessageWidget in place of the home made Konsole::WarningBox
...
The WarningBox.cpp is not deleted at the moment, in case using
KMessageWidget turns out to be problematic .
Note: the miminal requirement for kdelibs is increased to 4.7.0
due to using KMessageWidget.
REVIEW: 104053
14 years ago
Jekyll Wu
b914cd729a
Make konsole able to build against KDE SC 4.6.5
14 years ago
Jekyll Wu
607e2d44d0
Define the default debug area and no more "kDebug(1211)".
15 years ago
Raphael Kubo da Costa
1e1658f018
Display feature log at the end.
...
(cherry picked from commit 95e30b58352bd3af13ddc34f5dc9abd9787bf4f3)
15 years ago
Montel Laurent
8b2f4c78d5
It compiles fine with -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
15 years ago
Ian Monroe
142cdd7891
Copy manual from kde-baseapps
15 years ago
Andreas Pakulat
fd2cf9d568
Don't require kdelibs master in the 4.6 branch
...
Fixes one of the earlier cherry-picks from the master branch, I apparently
didn't pay enough attention on the actual changes they did.
15 years ago
Christophe Giboudeaux
fa21e4bea2
Build.
15 years ago
Andreas Hartmetz
2867b44d8c
Fix the build somewhat, there are more problems.
15 years ago
Montel Laurent
959d5d59b8
Fix configure
15 years ago
Christophe Giboudeaux
8707e2e353
Build.
15 years ago
Andreas Hartmetz
fdcd6c8419
Fix the build somewhat, there are more problems.
15 years ago
Montel Laurent
878d7c30e2
Fix configure
15 years ago