OSDN Git Service

kde/kde-workspace.git
8 years agoplasma: fix infinite method recursion
Ivailo Monev [Sat, 25 Jun 2016 09:07:33 +0000 (09:07 +0000)]
plasma: fix infinite method recursion

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: make use of upstream PythonLibs CMake module
Ivailo Monev [Sat, 25 Jun 2016 02:32:16 +0000 (02:32 +0000)]
generic: make use of upstream PythonLibs CMake module

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: fix some compiler warnings
Ivailo Monev [Fri, 24 Jun 2016 20:55:07 +0000 (20:55 +0000)]
generic: fix some compiler warnings

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwin: fix out of bounds in screen edges KCM
Ivailo Monev [Fri, 24 Jun 2016 20:54:31 +0000 (20:54 +0000)]
kwin: fix out of bounds in screen edges KCM

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: show kfontview application in menus
Ivailo Monev [Mon, 20 Jun 2016 00:07:29 +0000 (00:07 +0000)]
kcontrol: show kfontview application in menus

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: use non-deprecated methods
Ivailo Monev [Fri, 3 Jun 2016 22:23:54 +0000 (22:23 +0000)]
generic: use non-deprecated methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokinfocenter: fix build on x86_64
Ivailo Monev [Fri, 3 Jun 2016 22:23:32 +0000 (22:23 +0000)]
kinfocenter: fix build on x86_64

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokhotkeys: do not rely on QString operator
Ivailo Monev [Tue, 31 May 2016 16:02:04 +0000 (16:02 +0000)]
khotkeys: do not rely on QString operator

aside from fixing the build against Katie it removes the need to convert
the QUuid to QString multiple times by storing it as QString. that also
saves a conversion when _uuid it overriden from the object name but that's
just a bonus.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: fix some compiler warnings in font installer slave
Ivailo Monev [Mon, 23 May 2016 00:23:39 +0000 (00:23 +0000)]
kcontrol: fix some compiler warnings in font installer slave

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agolibs: fix binding loop warning
Ivailo Monev [Sun, 22 May 2016 23:07:27 +0000 (23:07 +0000)]
libs: fix binding loop warning

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agolibs: fix plasma widgets explorer
Ivailo Monev [Sun, 22 May 2016 23:01:35 +0000 (23:01 +0000)]
libs: fix plasma widgets explorer

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: revert accidentally commited changes
Ivailo Monev [Sun, 15 May 2016 09:47:08 +0000 (09:47 +0000)]
kcontrol: revert accidentally commited changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwin: fix build due to recent protocol changes
Ivailo Monev [Sun, 15 May 2016 04:46:45 +0000 (04:46 +0000)]
kwin: fix build due to recent protocol changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: no need to include SuProcess now
Ivailo Monev [Sun, 15 May 2016 04:15:49 +0000 (04:15 +0000)]
kcontrol: no need to include SuProcess now

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: no need to include SuProcess now
Ivailo Monev [Sun, 15 May 2016 04:07:58 +0000 (04:07 +0000)]
plasma: no need to include SuProcess now

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: fix build of randr due to recent protocol changes
Ivailo Monev [Sun, 15 May 2016 03:57:58 +0000 (03:57 +0000)]
kcontrol: fix build of randr due to recent protocol changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agolibs: fix kephal build due to recent protocol changes
Ivailo Monev [Sun, 15 May 2016 03:24:55 +0000 (03:24 +0000)]
libs: fix kephal build due to recent protocol changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: replace kdesu with kdesudo
Ivailo Monev [Sun, 15 May 2016 02:42:57 +0000 (02:42 +0000)]
generic: replace kdesu with kdesudo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agosolid-networkstatus: remove support for ntrack
Ivailo Monev [Fri, 6 May 2016 01:44:45 +0000 (01:44 +0000)]
solid-networkstatus: remove support for ntrack

the project is dead and some distributions do not ship it anymore

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agolibs: fix ksysguard build after f1cfe7bd
Ivailo Monev [Sat, 30 Apr 2016 16:43:46 +0000 (16:43 +0000)]
libs: fix ksysguard build after f1cfe7bd

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: replace KProcess with QProcess where feasable
Ivailo Monev [Sat, 30 Apr 2016 16:22:26 +0000 (16:22 +0000)]
generic: replace KProcess with QProcess where feasable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokhotkeys: try qdbusviewer-qt4 before qdbusviewer
Ivailo Monev [Sat, 30 Apr 2016 15:29:03 +0000 (15:29 +0000)]
khotkeys: try qdbusviewer-qt4 before qdbusviewer

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokhotkeys: try qdbus-qt4 before qdbus
Ivailo Monev [Sat, 30 Apr 2016 15:25:03 +0000 (15:25 +0000)]
khotkeys: try qdbus-qt4 before qdbus

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Fri, 29 Apr 2016 18:56:38 +0000 (18:56 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Thu, 28 Apr 2016 23:33:43 +0000 (23:33 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Thu, 28 Apr 2016 22:27:02 +0000 (22:27 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoksplash: remove redundant KDE_NO_EXPORT definition
Ivailo Monev [Wed, 27 Apr 2016 04:39:00 +0000 (04:39 +0000)]
ksplash: remove redundant KDE_NO_EXPORT definition

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agopics: do not install hicolor icon theme index
Ivailo Monev [Mon, 25 Apr 2016 16:26:25 +0000 (16:26 +0000)]
pics: do not install hicolor icon theme index

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: install pictures
Ivailo Monev [Mon, 25 Apr 2016 15:51:44 +0000 (15:51 +0000)]
generic: install pictures

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Mon, 25 Apr 2016 15:49:47 +0000 (15:49 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokscreensaver: replace random() with KRandom::random()
Ivailo Monev [Fri, 22 Apr 2016 23:12:37 +0000 (23:12 +0000)]
kscreensaver: replace random() with KRandom::random()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokinfocenter: replace KDE macros with Qt alternatives
Ivailo Monev [Fri, 22 Apr 2016 22:51:27 +0000 (22:51 +0000)]
kinfocenter: replace KDE macros with Qt alternatives

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokdm: remove unused process pointer and support for preloader
Ivailo Monev [Fri, 22 Apr 2016 18:24:33 +0000 (18:24 +0000)]
kdm: remove unused process pointer and support for preloader

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Fri, 22 Apr 2016 18:09:33 +0000 (18:09 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: make use of Qt platform definitions for socket length type
Ivailo Monev [Fri, 22 Apr 2016 13:01:44 +0000 (13:01 +0000)]
generic: make use of Qt platform definitions for socket length type

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Fri, 22 Apr 2016 08:40:30 +0000 (08:40 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogenric: misc cleanups
Ivailo Monev [Thu, 21 Apr 2016 20:57:58 +0000 (20:57 +0000)]
genric: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoknotify: simplify idle players cleanup
Ivailo Monev [Mon, 18 Apr 2016 19:29:18 +0000 (19:29 +0000)]
knotify: simplify idle players cleanup

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoMerge branch 'master' of https://github.com/fluxer/kde-workspace
Ivailo Monev [Mon, 18 Apr 2016 10:37:41 +0000 (10:37 +0000)]
Merge branch 'master' of https://github.com/fluxer/kde-workspace

8 years agogeneric: change default wallpaper and splash images
Ivailo Monev [Mon, 18 Apr 2016 10:37:18 +0000 (10:37 +0000)]
generic: change default wallpaper and splash images

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Sat, 16 Apr 2016 16:05:41 +0000 (16:05 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agodrkonqi: remove Windows leftovers
Ivailo Monev [Sat, 16 Apr 2016 14:35:59 +0000 (14:35 +0000)]
drkonqi: remove Windows leftovers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: change default color scheme
Ivailo Monev [Thu, 14 Apr 2016 17:16:09 +0000 (17:16 +0000)]
kcontrol: change default color scheme

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: cleanup systemtray applet build system
Ivailo Monev [Thu, 14 Apr 2016 14:54:31 +0000 (14:54 +0000)]
plasma: cleanup systemtray applet build system

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwin: remove deprecated and dead code
Ivailo Monev [Thu, 14 Apr 2016 09:08:42 +0000 (09:08 +0000)]
kwin: remove deprecated and dead code

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwin: remove desktopgrid effect
Ivailo Monev [Thu, 14 Apr 2016 07:44:59 +0000 (07:44 +0000)]
kwin: remove desktopgrid effect

it does the same thing as presentwindows except that it is much
more limited in terms of features and configuration

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: remove unused variable from kfontinst module
Ivailo Monev [Wed, 13 Apr 2016 13:46:55 +0000 (13:46 +0000)]
kcontrol: remove unused variable from kfontinst module

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokeditfiletype: prefix test
Ivailo Monev [Wed, 13 Apr 2016 13:44:14 +0000 (13:44 +0000)]
keditfiletype: prefix test

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokurlfilter-plugins: fix build with QStringBuilder enabled
Ivailo Monev [Wed, 13 Apr 2016 11:46:40 +0000 (11:46 +0000)]
kurlfilter-plugins: fix build with QStringBuilder enabled

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agodrkonqi: link test library to kdecore as it is required
Ivailo Monev [Wed, 13 Apr 2016 11:45:40 +0000 (11:45 +0000)]
drkonqi: link test library to kdecore as it is required

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Sat, 9 Apr 2016 11:52:17 +0000 (11:52 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Sat, 9 Apr 2016 03:27:21 +0000 (03:27 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokrunner: no need to link to ThreadWeaver
Ivailo Monev [Thu, 7 Apr 2016 11:03:25 +0000 (11:03 +0000)]
krunner: no need to link to ThreadWeaver

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: image wallpaper plugin does not need ThreadWeaver
Ivailo Monev [Thu, 7 Apr 2016 10:59:36 +0000 (10:59 +0000)]
plasma: image wallpaper plugin does not need ThreadWeaver

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: change favourite entries in kickoff/homerun
Ivailo Monev [Thu, 7 Apr 2016 05:46:36 +0000 (05:46 +0000)]
plasma: change favourite entries in kickoff/homerun

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwin: fix crash on effect unloading
Ivailo Monev [Thu, 7 Apr 2016 05:35:29 +0000 (05:35 +0000)]
kwin: fix crash on effect unloading

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: build system cleanups
Ivailo Monev [Wed, 6 Apr 2016 08:44:09 +0000 (08:44 +0000)]
generic: build system cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Wed, 6 Apr 2016 07:38:55 +0000 (07:38 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: simplify error reporting in homerun applet
Ivailo Monev [Wed, 6 Apr 2016 06:51:29 +0000 (06:51 +0000)]
plasma: simplify error reporting in homerun applet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: fix build with QStringBuilder enabled
Ivailo Monev [Wed, 6 Apr 2016 06:19:57 +0000 (06:19 +0000)]
generic: fix build with QStringBuilder enabled

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: fix compiler warning about virtual overload
Ivailo Monev [Tue, 5 Apr 2016 08:55:53 +0000 (08:55 +0000)]
kcontrol: fix compiler warning about virtual overload

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: do not store image caches on disk
Ivailo Monev [Tue, 5 Apr 2016 05:10:12 +0000 (05:10 +0000)]
generic: do not store image caches on disk

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: remove now redundant icon cache deletion
Ivailo Monev [Tue, 5 Apr 2016 01:30:45 +0000 (01:30 +0000)]
kcontrol: remove now redundant icon cache deletion

redundant because of https://github.com/fluxer/kdelibs/commit/ef151589

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: require Perl and note why
Ivailo Monev [Mon, 4 Apr 2016 03:56:29 +0000 (03:56 +0000)]
generic: require Perl and note why

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokioslave: include required QDateTime header
Ivailo Monev [Sun, 3 Apr 2016 03:10:43 +0000 (03:10 +0000)]
kioslave: include required QDateTime header

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: remove redundant QImageBlitz reference
Ivailo Monev [Sun, 3 Apr 2016 02:26:34 +0000 (02:26 +0000)]
generic: remove redundant QImageBlitz reference

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwalletd: remove compatibility method from Entry class
Ivailo Monev [Sat, 2 Apr 2016 00:25:58 +0000 (00:25 +0000)]
kwalletd: remove compatibility method from Entry class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: make share dataengine use QScriptEngine instead of Kross
Ivailo Monev [Sat, 2 Apr 2016 00:25:23 +0000 (00:25 +0000)]
plasma: make share dataengine use QScriptEngine instead of Kross

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwalletd: rebase KMD5 QCryptographicHash transition on upstream
Ivailo Monev [Fri, 1 Apr 2016 09:27:21 +0000 (09:27 +0000)]
kwalletd: rebase KMD5 QCryptographicHash transition on upstream

not really sure what's going on but I suspect that the
pre-allocated 16 characters and the custom MD5Digest are making
things magically work because when the data was read and written
is was 16 long as it is supposed to be.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agolibs: fix path to kcfg file in plasmagenericshell tests CMake file
Ivailo Monev [Fri, 1 Apr 2016 08:16:11 +0000 (08:16 +0000)]
libs: fix path to kcfg file in plasmagenericshell tests CMake file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwalletd: fix regression since ccfed4ed
Ivailo Monev [Fri, 1 Apr 2016 06:41:39 +0000 (06:41 +0000)]
kwalletd: fix regression since ccfed4ed

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontro: use qstricmp instead of kasciistricmp
Ivailo Monev [Fri, 1 Apr 2016 05:31:02 +0000 (05:31 +0000)]
kcontro: use qstricmp instead of kasciistricmp

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: use QCryptographicHash instead of KMD5
Ivailo Monev [Fri, 1 Apr 2016 04:30:28 +0000 (04:30 +0000)]
generic: use QCryptographicHash instead of KMD5

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwrited: remove, nothing needs it
Ivailo Monev [Wed, 30 Mar 2016 01:31:13 +0000 (01:31 +0000)]
kwrited: remove, nothing needs it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Wed, 30 Mar 2016 00:58:42 +0000 (00:58 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agodrkonqi: remove old D-Bus interface
Ivailo Monev [Tue, 29 Mar 2016 05:13:18 +0000 (05:13 +0000)]
drkonqi: remove old D-Bus interface

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Mon, 28 Mar 2016 18:15:01 +0000 (18:15 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: simplify notification by sound
Ivailo Monev [Sun, 27 Mar 2016 02:34:15 +0000 (02:34 +0000)]
generic: simplify notification by sound

in the future the volume will be configurable via a custom widget that is
specifically for KMediaPlayer and friends so the KCM will have to be
reworked to make use of it for volume control but until that happens the
only options are sound and no sound for notifications

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Sat, 26 Mar 2016 22:15:58 +0000 (22:15 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: get rid of TopMenu window mask
Ivailo Monev [Sat, 26 Mar 2016 17:43:07 +0000 (17:43 +0000)]
generic: get rid of TopMenu window mask

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: get rid of TopMenu window mask
Ivailo Monev [Sat, 26 Mar 2016 17:28:08 +0000 (17:28 +0000)]
generic: get rid of TopMenu window mask

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: get rid of KMenuBar
Ivailo Monev [Sat, 26 Mar 2016 05:16:52 +0000 (05:16 +0000)]
generic: get rid of KMenuBar

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Sat, 26 Mar 2016 03:21:20 +0000 (03:21 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: cleanup screensaver module
Ivailo Monev [Fri, 25 Mar 2016 22:21:16 +0000 (22:21 +0000)]
kcontrol: cleanup screensaver module

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agol10n: update vi country entry and template
Ivailo Monev [Fri, 25 Mar 2016 03:25:14 +0000 (03:25 +0000)]
l10n: update vi country entry and template

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: drop Phonon in favour of MPV and custom player classes
Ivailo Monev [Mon, 14 Mar 2016 21:48:05 +0000 (21:48 +0000)]
generic: drop Phonon in favour of MPV and custom player classes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokdm: fix regression since fba94c20
Ivailo Monev [Thu, 10 Mar 2016 23:33:34 +0000 (23:33 +0000)]
kdm: fix regression since fba94c20

before checking if the image is supported it must be downloaded if the path
is not local, this actually improves the handling of the case when it is
local compared to the original case before fba94c20

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: misc cleanups
Ivailo Monev [Thu, 10 Mar 2016 23:30:57 +0000 (23:30 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokdm: cleanup user image handling
Ivailo Monev [Thu, 10 Mar 2016 18:16:25 +0000 (18:16 +0000)]
kdm: cleanup user image handling

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: get rid of KLibrary
Ivailo Monev [Sat, 5 Mar 2016 02:19:53 +0000 (04:19 +0200)]
generic: get rid of KLibrary

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: guard use of WebKit appropriately
Ivailo Monev [Fri, 4 Mar 2016 18:43:45 +0000 (20:43 +0200)]
plasma: guard use of WebKit appropriately

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokioslave: add ePub thumbnailer
Ivailo Monev [Fri, 4 Mar 2016 14:44:04 +0000 (16:44 +0200)]
kioslave: add ePub thumbnailer

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: fix build against Katie
Ivailo Monev [Tue, 23 Feb 2016 00:43:45 +0000 (02:43 +0200)]
plasma: fix build against Katie

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: adjust to recent Katie changes
Ivailo Monev [Wed, 17 Feb 2016 21:00:31 +0000 (23:00 +0200)]
generic: adjust to recent Katie changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agogeneric: fix build on musl
Ivailo Monev [Sun, 14 Feb 2016 02:58:06 +0000 (04:58 +0200)]
generic: fix build on musl

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: remove reundant method from style KCM
Ivailo Monev [Fri, 12 Feb 2016 19:07:36 +0000 (21:07 +0200)]
kcontrol: remove reundant method from style KCM

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agophonon: reduce screen space requirement for backend info
Ivailo Monev [Sat, 6 Feb 2016 23:25:41 +0000 (01:25 +0200)]
phonon: reduce screen space requirement for backend info

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: use launcher applet for menu
Ivailo Monev [Thu, 28 Jan 2016 11:57:37 +0000 (13:57 +0200)]
plasma: use launcher applet for menu

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: fix build of webbrowser applet
Ivailo Monev [Wed, 27 Jan 2016 21:42:51 +0000 (23:42 +0200)]
plasma: fix build of webbrowser applet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoksplashx: fix architecture check for assembly
Ivailo Monev [Tue, 26 Jan 2016 23:04:30 +0000 (01:04 +0200)]
ksplashx: fix architecture check for assembly

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>