Commit graph

437 commits

Author SHA1 Message Date
Ivailo Monev
c5fafc43e5 generic: remove platform cmake file and other non-relevant to the project files 2015-10-12 13:01:48 +03:00
Ivailo Monev
f9b19f74c8 kdeui: fix placeholder in about dialog 2015-10-12 09:13:46 +03:00
Ivailo Monev
01e088a229 generic: cleanup remains of deprecated DocPath 2015-10-10 09:01:28 +03:00
Ivailo Monev
1db79e9b62 kparts: code shrinks 2015-10-08 09:31:06 +03:00
Ivailo Monev
7f3b1c3ed2 kioslave: constify iterator value in cookie server 2015-10-06 17:13:55 +03:00
Ivailo Monev
f54c727f92 plasm: drop animations support
this will (most importantly) break some applets from kde-workspace
and could use a review + some cleanups (like headers inclusions,
variables declarations, etc.) but it's pretty much complete
2015-10-05 09:23:56 +03:00
Ivailo Monev
7d041899a7 cmake: fix regression since e7133114 2015-10-03 15:16:20 +03:00
Ivailo Monev
39b9ee37b2 generic: misc cleanups 2015-10-03 12:35:27 +03:00
Ivailo Monev
04145e76f6 kded: fix regression since 361cc4b2
the cookies server was not starting which means that all on-demand
started services were probably not started
2015-10-03 11:30:44 +03:00
Ivailo Monev
4f2d53668c kdecore: fix regression in url handing since 69f2daf7 2015-10-01 10:25:57 +03:00
Ivailo Monev
a4996f3d49 generic: misc cleanups 2015-10-01 07:46:47 +03:00
Ivailo Monev
5731f1690c kdecore: adjust kdebug and kdesktopfile tests 2015-10-01 06:07:16 +03:00
Ivailo Monev
fc7e1941e9 kdeui: adjust kglobalsettings and kiconloader tests 2015-10-01 05:43:49 +03:00
Ivailo Monev
8cb6298f30 kdeui: adjust kuniqueapplication test 2015-10-01 05:34:24 +03:00
Ivailo Monev
1a8cbdbdf5 generic: code shrinks 2015-10-01 05:02:16 +03:00
Ivailo Monev
4db9639362 plasma: reserve table size equal to the query size in storage retriever 2015-10-01 05:00:08 +03:00
Ivailo Monev
3d14a4b88b generic: code shrinks 2015-09-30 10:37:53 +03:00
Ivailo Monev
f5050913b7 kio: make good use of the translator in the metadata provider
in the original KDE implementation it was used along with Nepomuk,
but Nepomuk support was dropped yet some semantic URIs are still
used across the KDE applications (e.g. dolphin, gwenview) for
info other than size, date of modification, etc. thus keeping a
local static mini-hash for the kfileitem properties is not very
good as knfotranslator has its own hash mechanisms thus the
translator items got merged into the translator and is now fully
utilized hopefully dropping the memory usage a little bit of the
metadata provider.
2015-09-29 06:44:54 +00:00
Ivailo Monev
60d9402fe4 generic: misc cleanups 2015-09-29 06:10:49 +00:00
Ivailo Monev
2fb74439bd generic: code shrinks 2015-09-29 05:49:46 +00:00
Ivailo Monev
7b82170623 generic: misc cleanups 2015-09-28 16:08:18 +00:00
Ivailo Monev
69f2daf774 generic: code shrinks 2015-09-28 15:50:22 +00:00
Ivailo Monev
8e6fd12430 kfile: minor code shrink
iterating over empty list does nothing thus checking if the list
is empty before doing so seems pointless
2015-09-28 14:22:24 +00:00
Ivailo Monev
a7abfa0954 kinit: let the compiler optimize-out the passed value
what I did in b4ec5b6a wasn't exactly perfect
2015-09-28 14:12:07 +00:00
Ivailo Monev
8718369cb2 kfile: minor library shrink 2015-09-28 14:11:01 +00:00
Ivailo Monev
2bf1e4c4df generic: misc cleanups 2015-09-28 13:37:23 +00:00
Ivailo Monev
8dc26843f2 plasma: minor frame optimizations 2015-09-28 10:10:47 +00:00
Ivailo Monev
1600454d91 generic: misc cleanups 2015-09-27 09:44:14 +00:00
Ivailo Monev
1a3c1d14a7 generic: misc cleanups 2015-09-27 01:22:21 +00:00
Ivailo Monev
2eceb5f064 generic: misc cleanups 2015-09-27 01:19:30 +00:00
Ivailo Monev
9f0377bfa4 kutils: add doxygen file back 2015-09-25 08:19:06 +00:00
Ivailo Monev
a9e96a38b0 generic: drop Q_CC_MSVC conditionals 2015-09-25 04:08:21 +00:00
Ivailo Monev
e31da1d693 generic: misc cleanups 2015-09-25 01:45:51 +00:00
Ivailo Monev
7e6bd222da generic: cleanup headers inclusions 2015-09-24 17:34:26 +00:00
Ivailo Monev
407170de3d kdeui: fix redefinition warning for tests 2015-09-24 16:47:55 +00:00
Ivailo Monev
d6d3906a71 kdecore: minor karchive test cleanup, test still hangs
for some reason the group is not what the test expects, it may
not fail if the tests are run as root user but I doubt someone
will do that (I do not for one)
2015-09-23 04:11:05 +00:00
Ivailo Monev
21fd141901 kdecore: fix crashes due to bogus check in bzip2 filter
this is a regression since 7e68dd70, a nasty one at this
2015-09-23 03:26:41 +00:00
Ivailo Monev
361cc4b219 generic: misc cleanups 2015-09-23 02:45:53 +00:00
Ivailo Monev
b451b9602e generic: misc cleanups 2015-09-22 10:34:04 +00:00
Ivailo Monev
39ba260d4b generic: misc cleanups 2015-09-22 10:12:39 +00:00
Ivailo Monev
caba25a17e generic: misc cleanups 2015-09-22 04:16:54 +00:00
Ivailo Monev
15c06a3002 plasma: minor containment restoration optimization 2015-09-22 04:16:31 +00:00
Ivailo Monev
d9dad0c2e9 include: drop some (now) redundant fancy headers 2015-09-21 23:06:07 +00:00
Ivailo Monev
218bc65391 include: drop some (now) redundant fancy headers 2015-09-21 22:56:49 +00:00
Ivailo Monev
9c7b41e8f4 generic: misc cleanups 2015-09-21 20:30:05 +00:00
Ivailo Monev
596f3bde1d kdeui: check if icon passed to apps via --icon is valid and fallback if not 2015-09-21 20:29:47 +00:00
Ivailo Monev
a8a54f0484 generic: proper support for icon and caption in .desktop files 2015-09-21 00:26:31 +00:00
Ivailo Monev
00975278a4 cmake: minor KDE4_INSTALL_TS_FILES macro cleanup 2015-09-20 04:32:49 +00:00
Ivailo Monev
dc0e7fad7d generic: misc cleanups 2015-09-06 15:33:42 +03:00
Ivailo Monev
83ac368076 generic: cleanups remains of kdeinit-wrapped executables 2015-09-06 15:33:03 +03:00