Commit graph

219 commits

Author SHA1 Message Date
Ivailo Monev
03cd8fc00f generic: do not enforce tests build 2015-02-28 03:44:56 +00:00
Ivailo Monev
fda742aba5 kmix: make kmixremote sh compatible 2015-02-27 21:03:56 +00:00
Ivailo Monev
c135cfa6bf generic: adjust for CMake moc 2015-02-27 11:02:43 +00:00
Ivailo Monev
37daac4a8f okular: use new Phonon API 2015-02-27 10:59:13 +00:00
Ivailo Monev
57e69355e6 generic: housekeeping 2015-02-27 09:35:16 +00:00
Ivailo Monev
f9842ce013 ark: handle abosolute path entries properly 2015-02-24 23:31:46 +00:00
Ivailo Monev
a655d08b8d thumbnailers: add audio thumbnailer as optinal sub-directory to CMake file 2015-02-20 21:14:31 +00:00
Ivailo Monev
d968e9675c thumbnailers: import audio thumbnailer 2015-02-20 18:55:34 +00:00
Ivailo Monev
1ecda4a1dd generic: remove check for old releases unconditionlising some code 2015-02-15 00:50:00 +00:00
Ivailo Monev
3ecdc9d5ba generic: enable video, picture and documents thumbnails by default 2015-02-14 15:05:34 +00:00
Ivailo Monev
8a70a057ef kget: fix infinite notification when all tasks finish
this happens because transfersChangedEvent() is executed too often,
as a workaround asign a variable that is changed just before the
notifications is emmited and reset on transfer add/remove. I'm not
sure if it has to be reset in the group actions so that may break
the notification in some cases, in any case KGet is far less
annoying now
2015-02-12 02:55:37 +00:00
Ivailo Monev
d43c859d6d amarok: cleanup and fixup 2015-01-31 03:47:19 +00:00
Ivailo Monev
c1bb0b482e amarok: remove nepomuk collection support 2015-01-31 03:14:38 +00:00
Ivailo Monev
84530fb62f kuassel: pop features log only when cmake not called on top-level 2015-01-31 03:09:02 +00:00
Ivailo Monev
af3bcbdcbe amarok: remove fastforward imported for amarok 1.4 2015-01-31 00:47:05 +00:00
Ivailo Monev
cd66c5d7bc amarok: remove kconf_update files 2015-01-31 00:44:41 +00:00
Ivailo Monev
832cd4a53d amarok: remove KNewStuff cruft 2015-01-31 00:41:51 +00:00
Ivailo Monev
f952f2efac amarok: adjust labels blacklist settings UI so it works when KDE build with KDE_NO_DEPRECATED 2015-01-31 00:34:06 +00:00
Ivailo Monev
a6edc0ec0a gwenview: remove tag edit action 2015-01-31 00:31:13 +00:00
Ivailo Monev
834a8ab597 amarok: import from Git HEAD 2015-01-31 00:30:50 +00:00
Ivailo Monev
192ebd3d24 juk: remove it from the repo 2015-01-31 00:29:25 +00:00
Ivailo Monev
442f11ec1b gwenview: remove redudant tag code 2015-01-30 23:33:08 +00:00
Ivailo Monev
7640d57d72 gwenview: remove redudant rating code 2015-01-30 23:28:46 +00:00
Ivailo Monev
3912790829 kget: do not install service file for khtml 2015-01-29 18:54:34 +00:00
Ivailo Monev
a3731131f7 kuassel: minor cleanup 2015-01-29 18:53:47 +00:00
Ivailo Monev
9886e7d638 kuassel: make use of QKeySequence::Quit 2015-01-27 21:09:44 +00:00
Ivailo Monev
5b459f19e2 kuassel: set window titles of hotlist and messagemodel debug tools 2015-01-27 21:04:17 +00:00
Ivailo Monev
aa6de11a6c kuassel: remove leftover logger code 2015-01-27 20:56:12 +00:00
Ivailo Monev
90934716e1 kuassel: replace custom logger with KDE debbuging infrastructure 2015-01-27 19:41:25 +00:00
Ivailo Monev
97d0c733b6 kuassel: implement tooltips 2015-01-27 15:46:12 +00:00
Ivailo Monev
253930646a kuassel: implement tooltips 2015-01-27 15:37:42 +00:00
Ivailo Monev
2d5840585c kuassel: remove code for migration from very old releases 2015-01-27 14:07:34 +00:00
Ivailo Monev
263da31635 kuassel: remove mac and windows code 2015-01-27 03:30:26 +00:00
Ivailo Monev
db8ec7ecdc kuassel: make the "What's this?" action work 2015-01-27 02:54:41 +00:00
Ivailo Monev
adafca690a kuassel: implement standard KDE actions in help menu
this had to be done the hardway, at least for now. altough
KHelpMenu can return KMenu pointer it does not play well with the
rest of the code and will require quite some changes (AFAICT) so
for now I opted to re-create standard KHelpMenu with the actions
available for most applications (see TODO bellow). sadly, whatsThis
slot is not yet part of the public KDE UI API (or am I doing
something wrong?) and switchApplicationLanguage has just been made
(see kdelibs) and as such the action does nothing but does not
cause trouble either so - it has been added.

TODO: Tips of the day
2015-01-27 02:48:45 +00:00
Ivailo Monev
526b814238 kvkbd: initial import from Git HEAD 2015-01-26 23:39:38 +00:00
Ivailo Monev
47da8ee031 kuassel: make use of target_link_libraries(), minor string sanitization 2015-01-26 22:45:50 +00:00
Ivailo Monev
88560634a6 lokalize: fix a compiler warning 2015-01-25 20:48:36 +00:00
Ivailo Monev
fd8a627b05 kuassel: cleanup 2015-01-25 18:55:08 +00:00
Ivailo Monev
1397c22597 kuassel: load the translations via KGlobal
since it is a multi-component application some of the translations
did not apply, specificly those that are bundled and only basic
(kdelibs4) translations were loaded. to fix this manually load the
catalogs has to be done
2015-01-25 18:16:50 +00:00
Ivailo Monev
d059af6028 kuassel: fixup build when CMake invoced on top-level 2015-01-25 02:12:59 +00:00
Ivailo Monev
22a77e7901 kuassel: remove redudant shortcuts and key sequences source files 2015-01-25 01:54:53 +00:00
Ivailo Monev
8903bf05af kuassel: pics and build cleanup 2015-01-25 01:44:13 +00:00
Ivailo Monev
addec0426f kuassel: port translations support to KLocale 2015-01-25 01:19:31 +00:00
Ivailo Monev
a8e66b3676 kgpg: fix importing keys using GnuPG 2.1
From: Rolf Eike Beer <kde@opensource.sf-tec.de>
Date: Sat, 27 Dec 2014 18:36:12 +0000
Subject: fix importing keys using GnuPG 2.1
X-Git-Tag: v14.12.1
X-Git-Url: http://quickgit.kde.org/?p=kgpg.git&a=commitdiff&h=dfd166f04c2567133f06c1963f69dbdcb0a94030
---
fix importing keys using GnuPG 2.1

More fields at the end of GnuPG output may be introduced in new implementations
and should just be ignored if they are not explicitely handled.

BUG:342249
FIXED-IN:14.12.1
---
2015-01-24 20:58:13 +00:00
Ivailo Monev
8803d28274 thumbnailers: import po thunmbnaier 2015-01-24 20:43:27 +00:00
Ivailo Monev
b4d03404c3 lokalize: include the new header, followup on last commit 2015-01-24 17:31:42 +00:00
Ivailo Monev
45dd6a7832 lokalize: replace deprecated API fixing build when KDE_NO_DEPRECATED is used 2015-01-24 16:57:28 +00:00
Ivailo Monev
b06ec13e0f print-manager: replace deprecated API fixing build when KDE_NO_DEPRECATED is used 2015-01-24 16:49:05 +00:00
Ivailo Monev
76e5e91d62 libktorrent: remove deprecated API usage fixing build when KDE_NO_DEPRECATED is used 2015-01-24 16:37:18 +00:00