OSDN Git Service

kde/kde-extraapps.git
9 years agokuassel: replace custom logger with KDE debbuging infrastructure
Ivailo Monev [Tue, 27 Jan 2015 19:41:25 +0000 (19:41 +0000)]
kuassel: replace custom logger with KDE debbuging infrastructure

9 years agokuassel: implement tooltips
Ivailo Monev [Tue, 27 Jan 2015 15:46:12 +0000 (15:46 +0000)]
kuassel: implement tooltips

9 years agokuassel: implement tooltips
Ivailo Monev [Tue, 27 Jan 2015 15:37:42 +0000 (15:37 +0000)]
kuassel: implement tooltips

9 years agokuassel: remove code for migration from very old releases
Ivailo Monev [Tue, 27 Jan 2015 14:07:34 +0000 (14:07 +0000)]
kuassel: remove code for migration from very old releases

9 years agokuassel: remove mac and windows code
Ivailo Monev [Tue, 27 Jan 2015 03:30:26 +0000 (03:30 +0000)]
kuassel: remove mac and windows code

9 years agokuassel: make the "What's this?" action work
Ivailo Monev [Tue, 27 Jan 2015 02:54:41 +0000 (02:54 +0000)]
kuassel: make the "What's this?" action work

9 years agokuassel: implement standard KDE actions in help menu
Ivailo Monev [Tue, 27 Jan 2015 02:37:14 +0000 (02:37 +0000)]
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

9 years agokvkbd: initial import from Git HEAD
Ivailo Monev [Mon, 26 Jan 2015 23:39:38 +0000 (23:39 +0000)]
kvkbd: initial import from Git HEAD

9 years agokuassel: make use of target_link_libraries(), minor string sanitization
Ivailo Monev [Mon, 26 Jan 2015 22:45:50 +0000 (22:45 +0000)]
kuassel: make use of target_link_libraries(), minor string sanitization

9 years agolokalize: fix a compiler warning
Ivailo Monev [Sun, 25 Jan 2015 20:48:36 +0000 (20:48 +0000)]
lokalize: fix a compiler warning

9 years agokuassel: cleanup
Ivailo Monev [Sun, 25 Jan 2015 18:55:08 +0000 (18:55 +0000)]
kuassel: cleanup

9 years agokuassel: load the translations via KGlobal
Ivailo Monev [Sun, 25 Jan 2015 18:16:50 +0000 (18:16 +0000)]
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

9 years agokuassel: fixup build when CMake invoced on top-level
Ivailo Monev [Sun, 25 Jan 2015 02:12:59 +0000 (02:12 +0000)]
kuassel: fixup build when CMake invoced on top-level

9 years agokuassel: remove redudant shortcuts and key sequences source files
Ivailo Monev [Sun, 25 Jan 2015 01:54:53 +0000 (01:54 +0000)]
kuassel: remove redudant shortcuts and key sequences source files

9 years agokuassel: pics and build cleanup
Ivailo Monev [Sun, 25 Jan 2015 01:44:13 +0000 (01:44 +0000)]
kuassel: pics and build cleanup

9 years agokuassel: port translations support to KLocale
Ivailo Monev [Sun, 25 Jan 2015 01:19:31 +0000 (01:19 +0000)]
kuassel: port translations support to KLocale

9 years agokgpg: fix importing keys using GnuPG 2.1
Ivailo Monev [Sat, 24 Jan 2015 20:58:13 +0000 (20:58 +0000)]
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
---

9 years agothumbnailers: import po thunmbnaier
Ivailo Monev [Sat, 24 Jan 2015 20:43:27 +0000 (20:43 +0000)]
thumbnailers: import po thunmbnaier

9 years agolokalize: include the new header, followup on last commit
Ivailo Monev [Sat, 24 Jan 2015 17:31:42 +0000 (17:31 +0000)]
lokalize: include the new header, followup on last commit

9 years agolokalize: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
Ivailo Monev [Sat, 24 Jan 2015 16:57:28 +0000 (16:57 +0000)]
lokalize: replace deprecated API fixing build when KDE_NO_DEPRECATED is used

9 years agoprint-manager: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
Ivailo Monev [Sat, 24 Jan 2015 16:49:05 +0000 (16:49 +0000)]
print-manager: replace deprecated API fixing build when KDE_NO_DEPRECATED is used

9 years agolibktorrent: remove deprecated API usage fixing build when KDE_NO_DEPRECATED is used
Ivailo Monev [Sat, 24 Jan 2015 16:37:18 +0000 (16:37 +0000)]
libktorrent: remove deprecated API usage fixing build when KDE_NO_DEPRECATED is used

9 years agoskanlite: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
Ivailo Monev [Sat, 24 Jan 2015 16:18:18 +0000 (16:18 +0000)]
skanlite: replace deprecated API fixing build when KDE_NO_DEPRECATED is used

9 years agookular: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
Ivailo Monev [Sat, 24 Jan 2015 15:56:09 +0000 (15:56 +0000)]
okular: replace deprecated API fixing build when KDE_NO_DEPRECATED is used

9 years agogeneric: normalize libraries versioning
Ivailo Monev [Sat, 24 Jan 2015 03:31:29 +0000 (03:31 +0000)]
generic: normalize libraries versioning

9 years agofilelight: fix struct <-> cast warning
Ivailo Monev [Fri, 23 Jan 2015 23:39:08 +0000 (23:39 +0000)]
filelight: fix struct <-> cast warning

9 years agoffmpegthumbnailer: fix struct <-> class warning
Ivailo Monev [Fri, 23 Jan 2015 22:48:12 +0000 (22:48 +0000)]
ffmpegthumbnailer: fix struct <-> class warning

9 years agoRevert "bluedevil: adjust for new system settings and kcontrol grouping"
Ivailo Monev [Fri, 23 Jan 2015 03:03:51 +0000 (03:03 +0000)]
Revert "bluedevil: adjust for new system settings and kcontrol grouping"

This reverts commit 65d7a87863598fa51c588a5a5737b1107f5d08cc.

9 years agobluedevil: adjust for new system settings and kcontrol grouping
Ivailo Monev [Thu, 22 Jan 2015 04:55:00 +0000 (04:55 +0000)]
bluedevil: adjust for new system settings and kcontrol grouping

9 years agogeneric: drop doxygen files
Ivailo Monev [Wed, 21 Jan 2015 16:10:07 +0000 (16:10 +0000)]
generic: drop doxygen files

9 years agoakregator: add icon to copy link address action
Ivailo Monev [Wed, 21 Jan 2015 03:23:01 +0000 (03:23 +0000)]
akregator: add icon to copy link address action

9 years agoakregator: make the selection action work again (regression since the bloat trim)
Ivailo Monev [Wed, 21 Jan 2015 03:14:22 +0000 (03:14 +0000)]
akregator: make the selection action work again (regression since the bloat trim)

9 years agoakregator: remove executable bits from metakit files (blame upstream for shipping...
Ivailo Monev [Wed, 21 Jan 2015 01:48:51 +0000 (01:48 +0000)]
akregator: remove executable bits from metakit files (blame upstream for shipping them like this)

9 years agoakregator: updated metakit to 2.4.9.6
Ivailo Monev [Wed, 21 Jan 2015 01:39:42 +0000 (01:39 +0000)]
akregator: updated metakit to 2.4.9.6

note that upstream source code has moved to https://github.com/jcw/metakit

9 years agogeneric: require KDE 4.14.3 at minimum
Ivailo Monev [Tue, 20 Jan 2015 17:31:51 +0000 (17:31 +0000)]
generic: require KDE 4.14.3 at minimum

9 years agoakregator: make it possible to build separately
Ivailo Monev [Tue, 20 Jan 2015 17:02:59 +0000 (17:02 +0000)]
akregator: make it possible to build separately

9 years agogwenview: use KDE version instead of custom one
Ivailo Monev [Tue, 20 Jan 2015 13:41:58 +0000 (13:41 +0000)]
gwenview: use KDE version instead of custom one

9 years agokcalc: remove kconf update file
Ivailo Monev [Mon, 19 Jan 2015 14:27:23 +0000 (14:27 +0000)]
kcalc: remove kconf update file

9 years agookular: remove kconf update file
Ivailo Monev [Mon, 19 Jan 2015 14:26:43 +0000 (14:26 +0000)]
okular: remove kconf update file

9 years agokdeplasma-addons: adust for use in katana (raw)
Ivailo Monev [Thu, 15 Jan 2015 17:08:32 +0000 (17:08 +0000)]
kdeplasma-addons: adust for use in katana (raw)

9 years agoinitial import of kde-plasma-addons (4.14.3)
Ivailo Monev [Thu, 15 Jan 2015 17:07:43 +0000 (17:07 +0000)]
initial import of kde-plasma-addons (4.14.3)

9 years agolibksane: fixup Messages script
Ivailo Monev [Tue, 13 Jan 2015 20:02:32 +0000 (20:02 +0000)]
libksane: fixup Messages script

9 years agoark: adjust for use with the CMake bundled libarchive module
Ivailo Monev [Sun, 4 Jan 2015 20:18:15 +0000 (20:18 +0000)]
ark: adjust for use with the CMake bundled libarchive module

9 years agoark: remove now unnecessary include
Ivailo Monev [Sun, 4 Jan 2015 20:14:19 +0000 (20:14 +0000)]
ark: remove now unnecessary include

9 years agoRemove extra kDebug statement.
Ivailo Monev [Sun, 4 Jan 2015 14:52:54 +0000 (14:52 +0000)]
Remove extra kDebug statement.

9 years agoproperly handle connection errors with xfreerdp > 1.0
Ivailo Monev [Sun, 4 Jan 2015 14:51:28 +0000 (14:51 +0000)]
properly handle connection errors with xfreerdp > 1.0

- check all output lines instead of stopping at first empty line (1.2 messages contain empty lines)
- check against new message spelling (tested against 1.2)

CCBUG: 341284

9 years agoSupport for FreeRDP 1.0.2 and newer. Including 1.1 and 1.2.
Ivailo Monev [Sun, 4 Jan 2015 14:47:48 +0000 (14:47 +0000)]
Support for FreeRDP 1.0.2 and newer. Including 1.1 and 1.2.

FEATURE:
BUG: 341284
FIXED-IN: 14.12.1
REVIEW: 115059

9 years agoark: simplify the session restoration logic
Ivailo Monev [Sun, 4 Jan 2015 02:47:25 +0000 (02:47 +0000)]
ark: simplify the session restoration logic

Bail out earlier instead of nesting if checks and testing |window|'s
value in different places.

9 years agomain: Stop leaking pointers when we do not enter the main app loop.
Ivailo Monev [Sun, 4 Jan 2015 02:46:48 +0000 (02:46 +0000)]
main: Stop leaking pointers when we do not enter the main app loop.

In the cases where we returned before calling KApplication::exec(), we
would end up leaking pointers such as |batchJob|, |window| and
|addToArchiveJob|.

Fix it by explicitly deleting |window| (since we do not have another
QWidget to make it a child of) and making |batchJob| and
|addToArchiveJob| be children of our main KApplication so that we do not
need to explicitly delete them under any circumstances.

9 years agoark: normalize all signal connections
Ivailo Monev [Sun, 4 Jan 2015 02:45:51 +0000 (02:45 +0000)]
ark: normalize all signal connections

9 years agoark: drop libarchive cmake module and unconditionalize some features
Ivailo Monev [Sun, 4 Jan 2015 02:18:10 +0000 (02:18 +0000)]
ark: drop libarchive cmake module and unconditionalize some features

since CMake 2.8.3 (according to Raphael) FindLibArchive module is
bundled with it, to avoid dublication drop the bundled one.

in addition, libarchive does not conditionally define support of
archives and will just bail out if the format is not recognized
thus dropping the ifdef's in the handler

9 years agookular: use new API for phonon call in snapshot taker
Ivailo Monev [Sat, 3 Jan 2015 02:00:01 +0000 (02:00 +0000)]
okular: use new API for phonon call in snapshot taker

9 years agoboost.sh: fix the lookup for boost headers in /usr/local
Ivailo Monev [Thu, 1 Jan 2015 22:16:32 +0000 (22:16 +0000)]
boost.sh: fix the lookup for boost headers in /usr/local

9 years agokget: fix libktorrent include path
Ivailo Monev [Thu, 1 Jan 2015 13:59:37 +0000 (13:59 +0000)]
kget: fix libktorrent include path

9 years agoremove FIXMEs from top-level cmake file, it's done
Ivailo Monev [Thu, 1 Jan 2015 13:53:10 +0000 (13:53 +0000)]
remove FIXMEs from top-level cmake file, it's done

9 years agoskanlite and ksaneplugin: fix libksane include paths
Ivailo Monev [Thu, 1 Jan 2015 13:48:46 +0000 (13:48 +0000)]
skanlite and ksaneplugin: fix libksane include paths

9 years agoksaneplugin: attempt to fix libksane not being found on bootstrap
Ivailo Monev [Thu, 1 Jan 2015 13:43:15 +0000 (13:43 +0000)]
ksaneplugin: attempt to fix libksane not being found on bootstrap

9 years agoskanlite: attempt to fix libksane not being found on bootstrap
Ivailo Monev [Thu, 1 Jan 2015 13:41:18 +0000 (13:41 +0000)]
skanlite: attempt to fix libksane not being found on bootstrap

9 years agolibksane: drop twain interface
Ivailo Monev [Thu, 1 Jan 2015 13:37:33 +0000 (13:37 +0000)]
libksane: drop twain interface

9 years agokget: attempt to fix libktorrent not being found on bootstrap
Ivailo Monev [Thu, 1 Jan 2015 13:29:58 +0000 (13:29 +0000)]
kget: attempt to fix libktorrent not being found on bootstrap

9 years agolibksane: fix some build issues when cmake invoced on top-level directory
Ivailo Monev [Thu, 1 Jan 2015 01:30:25 +0000 (01:30 +0000)]
libksane: fix some build issues when cmake invoced on top-level directory

9 years agoimport libksane, skanlite and ksaneplugin (bootstrap will fail)
Ivailo Monev [Thu, 1 Jan 2015 01:22:10 +0000 (01:22 +0000)]
import libksane, skanlite and ksaneplugin (bootstrap will fail)

9 years agokget: remove update (upd) files
Ivailo Monev [Wed, 31 Dec 2014 14:48:26 +0000 (14:48 +0000)]
kget: remove update (upd) files

9 years agokget: apply upstream 27ca316a
Ivailo Monev [Wed, 31 Dec 2014 14:43:13 +0000 (14:43 +0000)]
kget: apply upstream 27ca316a

SVN_SILENT made messages (.desktop file)

9 years agokgpg: use gzip compression by default for encyrpted folders
Ivailo Monev [Wed, 31 Dec 2014 13:21:25 +0000 (13:21 +0000)]
kgpg: use gzip compression by default for encyrpted folders

gzip is far more common than the zip format on UNIX systems

9 years agokfilereplace: allow build without top-level cmake invocation
Ivailo Monev [Tue, 30 Dec 2014 23:30:13 +0000 (23:30 +0000)]
kfilereplace: allow build without top-level cmake invocation

9 years agokuassel: fixup build (part 2)
Ivailo Monev [Tue, 30 Dec 2014 22:55:38 +0000 (22:55 +0000)]
kuassel: fixup build (part 2)

9 years agokuassel: fixup build
Ivailo Monev [Tue, 30 Dec 2014 22:40:34 +0000 (22:40 +0000)]
kuassel: fixup build

with this changes kuassel will find its own headers and also not
place the version header on the-level of the output directory
which will cause other sub-projects build to fail

9 years agokuassel: fix build when cmake invoced on top-level directory
Ivailo Monev [Tue, 30 Dec 2014 22:18:21 +0000 (22:18 +0000)]
kuassel: fix build when cmake invoced on top-level directory

9 years agokuassel: refactiring
Ivailo Monev [Tue, 30 Dec 2014 16:16:27 +0000 (16:16 +0000)]
kuassel: refactiring

Here is a short list of what exactly changed:
 - made it run only single instance via KUniqueApplication
 - make it store config and data in KDE directories
 - added irc protocol service provider files for use in KDE
 - removed Dock and Phonon notification support
 - removed Web links preview support
 - rebranded (incomplete, but mostly done)

Things that need doing:
 - use KDE localiztion implementation
 - the --url argument needed for the service does not actually join
 - use KStyle instead of stylesheets?
 - implement a help menu like other KDE apps
 - integrate with various KDE parts?

9 years agokuassel: cleanup
Ivailo Monev [Mon, 29 Dec 2014 14:24:01 +0000 (14:24 +0000)]
kuassel: cleanup

9 years agoimport modified version of quassel as kuassel
Ivailo Monev [Mon, 29 Dec 2014 00:56:55 +0000 (00:56 +0000)]
import modified version of quassel as kuassel

the version imported is based on upstream 9c5fd60 with its bundled
copies of miniz (alternative to zlib), oxygen icons and other
non-relevant cruft removed. KDE integreation hardcoded having in
mind it will improve (icons handling, browser integration, etc.)
rebranding is not done yet and credits to the original authors and
contributors are and will be left mostly intact with the exception
of adding new.

9 years agokfilereplace: attempt to port away from Qt3 and K3
Ivailo Monev [Sun, 28 Dec 2014 18:31:47 +0000 (18:31 +0000)]
kfilereplace: attempt to port away from Qt3 and K3

9 years agokrdc and krfb: do not log features
Ivailo Monev [Sat, 27 Dec 2014 19:07:54 +0000 (19:07 +0000)]
krdc and krfb: do not log features

9 years agokrdc: remove handbook
Ivailo Monev [Sat, 27 Dec 2014 19:03:53 +0000 (19:03 +0000)]
krdc: remove handbook

9 years agoadd krdc and krfb to top-level CMkaLists.txt
Ivailo Monev [Sat, 27 Dec 2014 19:01:08 +0000 (19:01 +0000)]
add krdc and krfb to top-level CMkaLists.txt

9 years agoimport git checkouts of krdc and krfb
Ivailo Monev [Sat, 27 Dec 2014 19:00:04 +0000 (19:00 +0000)]
import git checkouts of krdc and krfb

9 years agokamera: remove handbook
Ivailo Monev [Sat, 27 Dec 2014 18:54:25 +0000 (18:54 +0000)]
kamera: remove handbook

9 years agoimport git checkouts of juk and kamera
Ivailo Monev [Sat, 27 Dec 2014 17:28:38 +0000 (17:28 +0000)]
import git checkouts of juk and kamera

9 years agobluedevil: apply rejected changes manually
Ivailo Monev [Fri, 26 Dec 2014 21:19:44 +0000 (21:19 +0000)]
bluedevil: apply rejected changes manually

9 years agolibbluedevil: pull upstream changes
Ivailo Monev [Fri, 26 Dec 2014 21:12:35 +0000 (21:12 +0000)]
libbluedevil: pull upstream changes

9 years agobluedevil: add new files from bluedevil
Ivailo Monev [Fri, 26 Dec 2014 21:11:25 +0000 (21:11 +0000)]
bluedevil: add new files from bluedevil

9 years agobluedevil: pull upstream changes
Ivailo Monev [Fri, 26 Dec 2014 21:08:09 +0000 (21:08 +0000)]
bluedevil: pull upstream changes

9 years agostart downloading immidiatly after adding new transfer
Ivailo Monev [Sun, 21 Dec 2014 14:19:45 +0000 (14:19 +0000)]
start downloading immidiatly after adding new transfer

9 years agoimplement context menu for Ark (backport)
Ivailo Monev [Sun, 21 Dec 2014 12:48:25 +0000 (12:48 +0000)]
implement context menu for Ark (backport)

this commits is basicly upstream ed3ea7db and 5805c830 commits

9 years agoanother strike on bluedevil
Ivailo Monev [Fri, 12 Dec 2014 04:11:33 +0000 (04:11 +0000)]
another strike on bluedevil

9 years agoraise minimum libarchive requirement to 3.0.3
Ivailo Monev [Thu, 11 Dec 2014 20:42:19 +0000 (20:42 +0000)]
raise minimum libarchive requirement to 3.0.3

9 years agofixup zip and 7z archives support
Ivailo Monev [Thu, 11 Dec 2014 20:28:11 +0000 (20:28 +0000)]
fixup zip and 7z archives support

TODO: the format does not get recognized via archive_format() when
called on existing archive created with Ark, what the heck? is it
a libarchive bug (test with git checkout)? if it is then checking
the format in the case when the filter is ARCHIVE_FILTER_NONE with
another switch would do the job without manually checking the
extensions for zip and 7z.

9 years agocleanup libarchive messages
Ivailo Monev [Thu, 11 Dec 2014 14:16:42 +0000 (14:16 +0000)]
cleanup libarchive messages

9 years agodrop use cli plugins for 7z and zip as libarchive v3.x.x support them and adjust...
Ivailo Monev [Thu, 11 Dec 2014 14:03:50 +0000 (14:03 +0000)]
drop use cli plugins for 7z and zip as libarchive v3.x.x support them and adjust cmake files to check for new API to be used in v4.x.x

9 years agofixup bootstrap of bluedevil (again)
Ivailo Monev [Wed, 10 Dec 2014 23:59:30 +0000 (23:59 +0000)]
fixup bootstrap of bluedevil (again)

9 years agoand adjust for our use case again
Ivailo Monev [Wed, 10 Dec 2014 22:56:33 +0000 (22:56 +0000)]
and adjust for our use case again

9 years agoreimport bluedevil
Ivailo Monev [Wed, 10 Dec 2014 22:52:10 +0000 (22:52 +0000)]
reimport bluedevil

9 years agoapply upstream changes on libbluedevil
Ivailo Monev [Wed, 10 Dec 2014 22:36:33 +0000 (22:36 +0000)]
apply upstream changes on libbluedevil

9 years agonotify with popup when KGet downloads finish
Ivailo Monev [Tue, 9 Dec 2014 20:44:33 +0000 (20:44 +0000)]
notify with popup when KGet downloads finish

9 years agoFix the problem that filelight always scan across filesystem boundary
Ivailo Monev [Tue, 9 Dec 2014 20:18:07 +0000 (20:18 +0000)]
Fix the problem that filelight always scan across filesystem boundary

patch from https://git.reviewboard.kde.org/r/120707/

9 years agomove bluedevil translations to kde-l10n
Ivailo Monev [Tue, 9 Dec 2014 17:42:26 +0000 (17:42 +0000)]
move bluedevil translations to kde-l10n

9 years agofix libkscreen build and remove apic generation rules that no longer apply to it
Ivailo Monev [Tue, 9 Dec 2014 17:36:45 +0000 (17:36 +0000)]
fix libkscreen build and remove apic generation rules that no longer apply to it

9 years agomove libktorrent translations to kde-l10n
Ivailo Monev [Tue, 9 Dec 2014 15:07:25 +0000 (15:07 +0000)]
move libktorrent translations to kde-l10n

9 years agomove partitionmanager translations to kde-l10n
Ivailo Monev [Tue, 9 Dec 2014 14:47:50 +0000 (14:47 +0000)]
move partitionmanager translations to kde-l10n