OSDN Git Service

kde/kde-workspace.git
7 years agokwin: fixup build after changes in kdelibs
Ivailo Monev [Fri, 12 Aug 2016 12:14:28 +0000 (12:14 +0000)]
kwin: fixup build after changes in kdelibs

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agokcontrol: build the access KCM only when Xkb is found
Ivailo Monev [Fri, 12 Aug 2016 12:12:05 +0000 (12:12 +0000)]
kcontrol: build the access KCM only when Xkb is found

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agolibs: reference X11_Xrandr_LIB conditionally
Ivailo Monev [Fri, 12 Aug 2016 11:40:37 +0000 (11:40 +0000)]
libs: reference X11_Xrandr_LIB conditionally

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: Xkbfile is optional
Ivailo Monev [Fri, 12 Aug 2016 11:39:43 +0000 (11:39 +0000)]
generic: Xkbfile is optional

required only if Xkb is found for the keybord KCM

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: build system cleanups
Ivailo Monev [Fri, 12 Aug 2016 03:08:40 +0000 (03:08 +0000)]
generic: build system cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agopowerdevil: remove configs update functionality
Ivailo Monev [Wed, 10 Aug 2016 16:58:51 +0000 (16:58 +0000)]
powerdevil: remove configs update functionality

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agokcontrol: make kwin_gles available choice via the WMs KCM
Ivailo Monev [Sun, 7 Aug 2016 21:12:44 +0000 (21:12 +0000)]
kcontrol: make kwin_gles available choice via the WMs KCM

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoplasma: leave only the declarative scripting engine
Ivailo Monev [Sat, 6 Aug 2016 20:06:02 +0000 (20:06 +0000)]
plasma: leave only the declarative scripting engine

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
8 years agokcontrol: use non-compat QDropEvent methods
Ivailo Monev [Mon, 18 Jul 2016 07:28:30 +0000 (07:28 +0000)]
kcontrol: use non-compat QDropEvent methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokwalletmanager: use non-compat QDropEvent methods
Ivailo Monev [Mon, 18 Jul 2016 06:57:20 +0000 (06:57 +0000)]
kwalletmanager: use non-compat QDropEvent methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agokcontrol: the touchpad module is no longer usefull
Ivailo Monev [Thu, 14 Jul 2016 18:58:18 +0000 (18:58 +0000)]
kcontrol: the touchpad module is no longer usefull

8 years agokinfocenter: make use of QT_ARCH_X86_64
Ivailo Monev [Tue, 5 Jul 2016 18:02:54 +0000 (18:02 +0000)]
kinfocenter: make use of QT_ARCH_X86_64

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
8 years agoplasma: fix a compiler warning
Ivailo Monev [Sat, 25 Jun 2016 09:08:51 +0000 (09:08 +0000)]
plasma: fix a compiler warning

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
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>