Ivailo Monev
4f4db96f84
kdecore: disable karchivetest for now
2015-08-27 18:30:17 +03:00
Ivailo Monev
fee99b1a9a
kdecore: fix kservice test
2015-08-27 04:14:09 +03:00
Ivailo Monev
3d5edf4880
kdecore: fix kservice test
2015-08-27 03:43:41 +03:00
Ivailo Monev
a3ec7d5356
generic: misc cleanups
2015-08-25 22:10:31 +03:00
Ivailo Monev
8699660085
generic: misc cleanups
2015-08-19 05:07:46 +03:00
Ivailo Monev
1a0dfb4704
generic: misc cleanups
2015-08-19 01:38:20 +03:00
Ivailo Monev
fd3cbf8bb1
kdecore: support uid and gid attributes for ar archives
...
a portability guru should review this
2015-08-18 21:15:58 +03:00
Ivailo Monev
f13369f623
generic: misc cleanups
2015-08-16 02:40:52 +03:00
Ivailo Monev
21ad0df488
generic: make changes required for building against katie
2015-08-11 05:56:07 +03:00
Ivailo Monev
4e14bcb6de
kdecore: disable all debug output by default
2015-07-21 21:10:54 +00:00
Ivailo Monev
b5924b8057
kdecore: fixup kurl test after the automated cleanup
2015-07-15 21:03:30 +00:00
Ivailo Monev
16daf6233d
generic: remove code for Qt4 versions older than 4.8
2015-07-15 20:41:31 +00:00
Ivailo Monev
5decfd65ea
kdecore: misc cleanups
2015-07-11 20:30:43 +03:00
Ivailo Monev
b34ddb1593
kdecore: remove unused DNotify enumerator from kdirwatch
2015-07-11 20:26:33 +03:00
Ivailo Monev
5ddc190ce0
generic: normalize include guards
2015-07-11 18:42:46 +03:00
Ivailo Monev
e05886723a
generic: normalize include guards
2015-07-11 18:20:46 +03:00
Ivailo Monev
a7064db00e
generic: deal with LINK_INTERFACE_LIBRARIES, cmake >=2.8.11 required now
2015-06-25 00:27:48 +03:00
Ivailo Monev
7328e8abd1
generic: cleanup after the revert madness
2015-06-14 18:56:39 +03:00
Ivailo Monev
732148f49b
generic: partitially revert 22db5ad6
2015-06-14 18:49:20 +03:00
Ivailo Monev
a0064baa0a
kdecore: stop looking for kde4 prefix services, kde3 is long gone
2015-05-21 04:45:06 +00:00
Ivailo Monev
ae860d22c2
kdecore: fixup kstandarddirs
2015-05-20 23:32:01 +00:00
Ivailo Monev
22db5ad66c
generic: change standard paths
2015-05-20 13:36:16 +00:00
Ivailo Monev
bbea8b2acc
generic: drop most of the KIOSK functionality
2015-05-19 05:23:35 +00:00
Ivailo Monev
bbcc925269
generic: drop ksvgrenderer
2015-05-14 14:42:19 +00:00
Ivailo Monev
d417f74d40
kdecore: remove redudant support for kde4rc and system.kdeglobals configs
2015-04-28 16:21:11 +00:00
Ivailo Monev
46abe997dd
Revert "kdecore: stop looking for kdeglobals configs"
...
This reverts commit d7721f7db1
.
2015-04-28 07:40:38 +00:00
Ivailo Monev
d7721f7db1
kdecore: stop looking for kdeglobals configs
...
this saves 2 stat system calls for every config object created but
is not a complete overheath reduction I belive because there are
enumartors and other code related to globals that I'm afraid to
touch because I'm not very familiar with the configs code. needs
a review.
2015-04-23 19:32:20 +00:00
Ivailo Monev
bf501e6429
generic: remove redudant virtual_hook definitions
2015-04-23 14:50:12 +00:00
Ivailo Monev
5a59e08572
generic: remove support for final target via KDE4_ENABLE_FINAL
...
it is bogus with the CMake automoc, requires additional guards in
the source code and some components do not support it at all. Also,
Link Time Optimizations (LTO) seem to be doing exactly what
KDE4_ENABLE_FINAL was supposed to do (basicly) so no point in
trying to support something that modern compilers can already do
for us.
2015-03-02 04:57:24 +00:00
Ivailo Monev
ba21af6293
kdecore: fix installation issue caused by the cleanup
2015-03-01 02:06:40 +00:00
Ivailo Monev
453b8cbcc8
generic: kill deprecated cruft with fire
2015-03-01 02:02:30 +00:00
Ivailo Monev
52c7143daa
kdecore: fixup install that broke on API cleanup
2015-02-28 03:35:00 +00:00
Ivailo Monev
5333e9917d
generic: remove deprecated API
2015-02-28 03:27:54 +00:00
Ivailo Monev
f2ee459f5e
kdecore: regen and make the kiotrader lexer compatible with Bison 3.x
2015-02-28 02:02:04 +00:00
Ivailo Monev
b58af18570
kdecore: regen kiotrader lexer files
2015-02-27 22:47:20 +00:00
Ivailo Monev
278b3d6dfc
kdecore: make sure KShell::splitArgs does not split quoted arguments
2015-02-27 21:36:19 +00:00
Ivailo Monev
82fc15f54b
generic: use CMake moc instead of automoc4 by default
...
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.
CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
e6b7634185
kdecore: make the standarddirs test check for KDE4Macros.cmake not FindSoprano.cmake now that Soprano is no longer dependency
2015-02-24 19:17:58 +00:00
Ivailo Monev
41d19dd4c8
kdecore: remove redudant moc file inclusion
2015-02-01 07:52:00 +00:00
Ivailo Monev
c98fd3b952
kdecore: cleanup debug areas and add entry for kuassel
2015-01-27 18:35:53 +00:00
Ivailo Monev
adb463c6cb
generic: drop perl scripts which are redudant
2015-01-26 14:42:14 +00:00
Ivailo Monev
f0d85e45ad
generic: normalize libraries versioning
2015-01-24 21:45:28 +00:00
Ivailo Monev
65a3ece48e
generic: drop doxygen files
2015-01-21 16:08:31 +00:00
Ivailo Monev
332ab28310
add support for CP949 to KCharsets
...
From: Park Shinjo <kde@peremen.name>
Date: Sat, 17 Jan 2015 17:32:57 +0000
Subject: Add support for CP949 to KCharsets.
X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=7d4ca9a42be6f4361bef31a3f32644be7bdbf8c3
---
Add support for CP949 to KCharsets.
CCBUG:243513
2015-01-20 16:16:27 +00:00
Ivailo Monev
57a1c6a4a8
fix some compiler warnings
2015-01-18 14:53:41 +00:00
Ivailo Monev
ee64ff0cd5
fix a compiler warning in kcmdlineargs test
2015-01-17 19:19:19 +00:00
Ivailo Monev
7e68dd7036
improve the compression filters API
...
the TODO's have been taken care of, fixing compiler warnings in
the process as a bonus
2015-01-17 19:15:59 +00:00
Ivailo Monev
656348fc8b
remove unused application_zip from ktar
2015-01-15 20:43:36 +00:00
Ivailo Monev
976fdc7699
remove knewstuff leftovers
2015-01-11 18:51:32 +00:00
Ivailo Monev
fc37fcc0ca
SVN_SILENT made messages (after extraction)
2015-01-03 22:50:38 +00:00