Commit graph

1662 commits

Author SHA1 Message Date
Ivailo Monev
dd014ff8f5 generic: drop doxygen files 2015-01-21 16:10:07 +00:00
Ivailo Monev
0d655cd34b akregator: add icon to copy link address action 2015-01-21 03:23:01 +00:00
Ivailo Monev
1673696850 akregator: make the selection action work again (regression since the bloat trim) 2015-01-21 03:14:22 +00:00
Ivailo Monev
a30cd37c01 akregator: remove executable bits from metakit files (blame upstream for shipping them like this) 2015-01-21 01:48:51 +00:00
Ivailo Monev
2083f4f4ff akregator: updated metakit to 2.4.9.6
note that upstream source code has moved to https://github.com/jcw/metakit
2015-01-21 01:39:42 +00:00
Ivailo Monev
6809891811 generic: require KDE 4.14.3 at minimum 2015-01-20 17:31:51 +00:00
Ivailo Monev
c38ec8b23f akregator: make it possible to build separately 2015-01-20 17:02:59 +00:00
Ivailo Monev
0e3f04d5db gwenview: use KDE version instead of custom one 2015-01-20 13:41:58 +00:00
Ivailo Monev
cc3af80d17 kcalc: remove kconf update file 2015-01-19 14:27:23 +00:00
Ivailo Monev
e4f7cf7c8b okular: remove kconf update file 2015-01-19 14:26:43 +00:00
Ivailo Monev
9b44397baf kdeplasma-addons: adust for use in katana (raw) 2015-01-15 17:08:40 +00:00
Ivailo Monev
9ffe5327b4 initial import of kde-plasma-addons (4.14.3) 2015-01-15 17:07:43 +00:00
Ivailo Monev
1efad4c65b libksane: fixup Messages script 2015-01-13 20:02:50 +00:00
Ivailo Monev
9b5dc1e155 ark: adjust for use with the CMake bundled libarchive module 2015-01-04 20:18:15 +00:00
Ivailo Monev
0dddeae117 ark: remove now unnecessary include 2015-01-04 20:14:19 +00:00
Ivailo Monev
a9024c4617 Remove extra kDebug statement. 2015-01-04 14:52:54 +00:00
Ivailo Monev
ad467fd5d4 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
2015-01-04 14:51:28 +00:00
Ivailo Monev
d5bfe5de92 Support for FreeRDP 1.0.2 and newer. Including 1.1 and 1.2.
FEATURE:
BUG: 341284
FIXED-IN: 14.12.1
REVIEW: 115059
2015-01-04 14:47:48 +00:00
Ivailo Monev
e0cee79203 ark: simplify the session restoration logic
Bail out earlier instead of nesting if checks and testing |window|'s
value in different places.
2015-01-04 02:47:25 +00:00
Ivailo Monev
3eb01a3ecd 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.
2015-01-04 02:46:48 +00:00
Ivailo Monev
7f39b7ec2e ark: normalize all signal connections 2015-01-04 02:45:51 +00:00
Ivailo Monev
f3ad4c778e 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
2015-01-04 02:18:10 +00:00
Ivailo Monev
c924f0d9e5 okular: use new API for phonon call in snapshot taker 2015-01-03 02:00:01 +00:00
Ivailo Monev
a0e6fd0d7e boost.sh: fix the lookup for boost headers in /usr/local 2015-01-01 22:16:32 +00:00
Ivailo Monev
5c13fb9a70 kget: fix libktorrent include path 2015-01-01 13:59:37 +00:00
Ivailo Monev
90439887a4 remove FIXMEs from top-level cmake file, it's done 2015-01-01 13:53:10 +00:00
Ivailo Monev
d38d96e8f5 skanlite and ksaneplugin: fix libksane include paths 2015-01-01 13:48:46 +00:00
Ivailo Monev
b1b0f236a0 ksaneplugin: attempt to fix libksane not being found on bootstrap 2015-01-01 13:43:15 +00:00
Ivailo Monev
4b2ccc510d skanlite: attempt to fix libksane not being found on bootstrap 2015-01-01 13:41:18 +00:00
Ivailo Monev
6177607a3d libksane: drop twain interface 2015-01-01 13:37:33 +00:00
Ivailo Monev
d9e0377ec8 kget: attempt to fix libktorrent not being found on bootstrap 2015-01-01 13:29:58 +00:00
Ivailo Monev
f14207a807 libksane: fix some build issues when cmake invoced on top-level directory 2015-01-01 01:30:25 +00:00
Ivailo Monev
b839a26abc import libksane, skanlite and ksaneplugin (bootstrap will fail) 2015-01-01 01:22:10 +00:00
Ivailo Monev
2023560860 kget: remove update (upd) files 2014-12-31 14:48:26 +00:00
Ivailo Monev
88fc5ae59f kget: apply upstream 27ca316a
SVN_SILENT made messages (.desktop file)
2014-12-31 14:43:13 +00:00
Ivailo Monev
f72cf0a6ec kgpg: use gzip compression by default for encyrpted folders
gzip is far more common than the zip format on UNIX systems
2014-12-31 13:21:25 +00:00
Ivailo Monev
fa4f26cb24 kfilereplace: allow build without top-level cmake invocation 2014-12-30 23:30:13 +00:00
Ivailo Monev
689db5d8a5 kuassel: fixup build (part 2) 2014-12-30 22:55:38 +00:00
Ivailo Monev
4f9109baa2 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
2014-12-30 22:40:34 +00:00
Ivailo Monev
e2579446db kuassel: fix build when cmake invoced on top-level directory 2014-12-30 22:18:21 +00:00
Ivailo Monev
b198db5877 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?
2014-12-30 16:16:27 +00:00
Ivailo Monev
93e5a64715 kuassel: cleanup 2014-12-29 14:24:01 +00:00
Ivailo Monev
3a9271bd44 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.
2014-12-29 00:56:55 +00:00
Ivailo Monev
8c7bb7b5c8 kfilereplace: attempt to port away from Qt3 and K3 2014-12-28 18:31:47 +00:00
Ivailo Monev
252634996f krdc and krfb: do not log features 2014-12-27 19:07:54 +00:00
Ivailo Monev
7ff5e8d650 krdc: remove handbook 2014-12-27 19:03:53 +00:00
Ivailo Monev
9db9fd6ef0 add krdc and krfb to top-level CMkaLists.txt 2014-12-27 19:01:08 +00:00
Ivailo Monev
88f3fb3ea8 import git checkouts of krdc and krfb 2014-12-27 19:00:04 +00:00
Ivailo Monev
342e06218e kamera: remove handbook 2014-12-27 18:54:25 +00:00
Ivailo Monev
c48298a798 import git checkouts of juk and kamera 2014-12-27 17:28:38 +00:00