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
Ivailo Monev
6a1de5865b
skanlite: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
2015-01-24 16:18:18 +00:00
Ivailo Monev
86e8dcd558
okular: replace deprecated API fixing build when KDE_NO_DEPRECATED is used
2015-01-24 15:56:09 +00:00
Ivailo Monev
8674c137fd
generic: normalize libraries versioning
2015-01-24 03:31:29 +00:00
Ivailo Monev
8dcd6c8d01
filelight: fix struct <-> cast warning
2015-01-23 23:39:08 +00:00
Ivailo Monev
8973abd385
ffmpegthumbnailer: fix struct <-> class warning
2015-01-23 22:48:12 +00:00
Ivailo Monev
9b7d5436b3
Revert "bluedevil: adjust for new system settings and kcontrol grouping"
...
This reverts commit 65d7a87863
.
2015-01-23 03:03:51 +00:00
Ivailo Monev
65d7a87863
bluedevil: adjust for new system settings and kcontrol grouping
2015-01-22 04:55:00 +00:00
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