Ivailo Monev
e2620acde7
generic: version bump
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-12 16:39:18 +03:00
Ivailo Monev
c91b7545dd
krdc: use vnc factory for rfb services
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-06 00:29:28 +03:00
Ivailo Monev
d4c9980def
krdc: associate with inode/vnd.kde.service.rfb MIME type
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-06 00:28:54 +03:00
Ivailo Monev
37c3c8e323
generic: ajdust to kdnssd library changes
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-05 18:59:55 +03:00
Ivailo Monev
9d6895e488
generic: port to KPasswdStore
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-05 01:40:28 +03:00
Ivailo Monev
ec047e3322
krdc: remove reference to jpeg
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-06 22:23:16 +02:00
Ivailo Monev
a116f89996
krdc: adjust to Katie changes
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-12-22 10:51:52 +02:00
Ivailo Monev
6051987e06
generic: replace QDesktopServices with QStandardPaths
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-11-21 18:19:46 +02:00
Ivailo Monev
d27a0288c2
generic: remove unused dot files [ci skip]
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-27 20:32:08 +03:00
Ivailo Monev
253e25f8ad
generic: version bump
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-13 20:09:34 +03:00
Ivailo Monev
c58377bad7
generic: drop Telepathy and KTP support
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-04 02:44:22 +03:00
Ivailo Monev
cebf38dd1b
generic: sub-projects separate build fix
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-01 00:28:58 +03:00
Ivailo Monev
4433e55536
generic: generate export headers
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-28 14:58:10 +03:00
Ivailo Monev
6f2042ecf5
krdc: do not assume TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT are defined
...
fixes build on OpenBSD
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-04-25 04:55:16 +03:00
Ivailo Monev
cb397b6a75
generic: move find_package() calls to top-level build file
...
reference:
https://github.com/fluxer/katana/issues/7
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-26 21:58:25 +02:00
Ivailo Monev
e6966211de
generic: remove use of kde4_add_ui_files() macro
...
the macro was removed and UI sources generation is done by CMake because
CMAKE_AUTOUIC is set to ON from KDE4Defaults.
this fixes build with Attica and Marble.
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 17:41:26 +00:00
Ivailo Monev
ca6ec59cc7
generic: replace macro_log_feature() with set_package_properties() calls
...
other changes such as syncing properties, updating some of the URLs,
adding missing feature information, removing of redundant checks and
variables and indentation were done in the process while testing if the
changes work as intended.
replacing find_package() with macro_optional_find_package() was also done
where applicable however it's usage is questionable due to the CMake
`CMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>` option.
there is a lot to be done, mostly updating package properties so I am
thinking of either providing a package properties file (like the
MacroLibrary) which sets properties for packages globablly or setting
package properties from the CMake modules shipped with kdelibs. the first
solution may override properties for packages if other projects define them
however a check to ensure that is not done should suffice. the second
solution will cover only DESCRIPTION and URL meaning PURPOSE and TYPE will
still have to be specified in the build systems.
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 05:37:28 +02:00
Ivailo Monev
f840649b58
generic: support building projects separately
...
TODO from https://github.com/fluxer/katana/issues/7 .
kget and libktorrent cannot be build separately because libktorrent depends
on boost (or miniboost which is bundled) and kget depends on libktorrent.
syndication include paths were adjusted to build from the top-level
directory since it was used not only by akregator, that is no longer the
case and it should probably be moved to akregator sub-directory but that
will be decided in the future.
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 23:43:40 +00:00
Ivailo Monev
59190d3194
generic: replace installation paths with KDE4_ prefixed
...
see commit in kdelibs repository
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00
Ivailo Monev
cd5e121319
krdc: remove empty CMake modules directory
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 05:20:58 +02:00
Ivailo Monev
e0296b73a0
generic: adjust to Katie changes
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-06-24 02:09:19 +00:00
Ivailo Monev
e166af4e02
generic: replace forward declarations with headers inclusions
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-23 00:08:45 +00:00
Ivailo Monev
05e4ee3725
generic: replace obsolete Qt::MidButton with Qt::MiddleButton
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-15 00:25:42 +00:00
Ivailo Monev
c5b174730b
generic: avoid use of legacy QString::null, QChar::null, etc.
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-15 00:24:16 +00:00
Ivailo Monev
3e76cb74ad
krdc: include kdemacros header for KDE_EXPORT
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-02 17:38:58 +00:00
Ivailo Monev
694c592cf2
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-26 18:49:15 +00:00
Ivailo Monev
83a1e104e1
generic: build system cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-02 12:19:49 +02:00
Ivailo Monev
cbf29a08cf
generic: make changes required for building against Katie
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 10:01:00 +00:00
Ivailo Monev
3e8ac89283
generic: remove win32 conditionals
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 08:20:46 +02:00
Ivailo Monev
2ae20920a9
generic: move modules to kdelibs
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 10:10:58 +02:00
Ivailo Monev
a31e8980d2
generic: proper support for icon and caption in .desktop files
2015-09-21 01:46:42 +00:00
Ivailo Monev
c270d80ec8
generic: misc cleanups
2015-09-02 08:54:43 +03:00
Ivailo Monev
f58a4c5452
generic: major build system cleanup
2015-09-02 02:13:50 +03:00
Ivailo Monev
9c34f6dcdd
krdc: adjust to KTabWidget changes
2015-08-20 18:08:00 +03:00
Ivailo Monev
d8a22fda42
generic: optimize png images with optipng
2015-07-26 23:49:06 +03:00
Ivailo Monev
2466ad67cb
generic: remove KDE prefix from header inclusions
2015-05-20 20:37:13 +00:00
Ivailo Monev
87a8cd80ad
krdc: make use of shortcut provided by KPluginFactory
2015-05-03 20:05:04 +00:00
Ivailo Monev
c135cfa6bf
generic: adjust for CMake moc
2015-02-27 11:02:43 +00:00
Ivailo Monev
dd014ff8f5
generic: drop doxygen files
2015-01-21 16:10:07 +00:00
Ivailo Monev
6809891811
generic: require KDE 4.14.3 at minimum
2015-01-20 17:31:51 +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
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
88f3fb3ea8
import git checkouts of krdc and krfb
2014-12-27 19:00:04 +00:00