Commit graph

457 commits

Author SHA1 Message Date
Ivailo Monev
060ce58f09 kdecore: simplify KStandardDirs::exists()
also, added a debug message to tell when and on what this method
is called. I'm seeing many obscure check done repeatedly,
especially MIME paths check done over and over again when opening
a folder with dolphin so that should help identify places where
optimizations should be made.
2015-10-17 12:27:05 +03:00
Ivailo Monev
79d3e27b58 generic: code shrinks 2015-10-17 11:45:14 +03:00
Ivailo Monev
153da2a410 kdecore: change kstandarddirs documentation to match defaults 2015-10-17 11:44:59 +03:00
Ivailo Monev
30f2c535ea kdewebkit: call reserve() before appending fonts on reset 2015-10-17 11:43:25 +03:00
Ivailo Monev
190fbddbbe generic: misc cleanups 2015-10-17 10:38:24 +03:00
Ivailo Monev
48995bcdbf includes: remove obsolete fancy headers
add a script to easy the task in the future
2015-10-14 23:03:39 +03:00
Ivailo Monev
9f362672a6 generic: headers inclusion cleanup 2015-10-14 22:38:09 +03:00
Ivailo Monev
ca9fbac8fd kutils: cleanup remains of deprecated DocPath 2015-10-14 22:11:49 +03:00
Ivailo Monev
65c1b37e19 kutils: remove redundant headers inclusion in kcm proxy 2015-10-14 22:02:06 +03:00
Ivailo Monev
7c1ee5486e generic: drop unused custom types 2015-10-14 22:00:38 +03:00
Ivailo Monev
efa6eb3caf kdesu: remove irrelevant kdesud daemon path check
is was (most likely) for platforms that are no longer supported,
also a few identation corrections have been made
2015-10-14 20:46:12 +03:00
Ivailo Monev
587dfedf8e kfile: remove deprecated updatePreviews method 2015-10-13 13:19:02 +03:00
Ivailo Monev
fcd32a6955 kio: remove unused enumerators from kdirlister 2015-10-13 13:04:37 +03:00
Ivailo Monev
2d49fadeb1 generic: misc cleanups 2015-10-12 23:58:56 +03:00
Ivailo Monev
9457544b8b kdecore: misc cleanups 2015-10-12 18:43:14 +03:00
Ivailo Monev
18ac6803e4 kfile: code shrinks 2015-10-12 18:18:24 +03:00
Ivailo Monev
09f78b5d9a libkcompactdisc: fix deprecation warning emmited during build
since alsa v1.0.16 it is noop and there is no alternative
2015-10-12 14:31:06 +03:00
Ivailo Monev
d44f2dff05 libkcompactdisc: fix bootstrap build 2015-10-12 14:08:52 +03:00
Ivailo Monev
8bbda43b49 libkcddb: fix bootstrap build 2015-10-12 14:03:25 +03:00
Ivailo Monev
f6b21ddf2b generic: write KDE4_INSTALL_DIR value to what was actually set 2015-10-12 13:06:17 +03:00
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