Ivailo Monev
2c2b85af5e
kget: compiler warning fix
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-04-25 05:44:43 +03:00
Ivailo Monev
13c358bbd5
generic: remove win leftovers
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-26 22:18:42 +02:00
Ivailo Monev
0d85ac3d6b
kget: remove content fetch plugin
...
reference:
https://github.com/fluxer/katana/issues/12
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-26 22:04:46 +02:00
Ivailo Monev
f90a2e33fc
kget: check during runtime for SQLite
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-09 15:30:33 +02:00
Ivailo Monev
d536636160
kget: conditionally include the test component meta header
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-04 20:13:33 +02:00
Ivailo Monev
7aa97df679
kget: testing build fix
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-02 20:16:32 +02:00
Ivailo Monev
5dc3df843b
generic: consistent library variables usage
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-26 20:14:18 +02:00
Ivailo Monev
eed6d375b2
kget: remove konqueror support
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-25 06:02:11 +02:00
Ivailo Monev
c6ea3e1d94
generic: adjust to Katie changes
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-04-22 12:34:24 +00: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
7711123e8e
generic: remove reference to KDE4Workspace installation paths
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-21 16:40:11 +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
26beea0090
generic: fix most of the overlinking issues
...
see commit in kdelibs repository
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 21:57:14 +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
a328432db7
generic: include required headers
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-04 17:42:00 +00:00
Ivailo Monev
6b94b117c8
generic: adjust to Katie changes
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-23 02:12:07 +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
e610051108
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2017-06-24 07:13:30 +00:00
Ivailo Monev
b18fb74de7
generic: substitue some Boost types with Qt/std alternatives
...
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-11-15 01:01:17 +00:00
Ivailo Monev
05841041c7
kget: remove nepomuk leftovers
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-25 02:17:12 +00:00
Ivailo Monev
2b78292f2c
generic: remove redundant CheckPrototypeExists inclusion
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-15 04:29:24 +00:00
Ivailo Monev
71ef284c08
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-02 17:00:14 +00:00
Ivailo Monev
26895de59a
kget: no need to link verification test to QCA now
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-25 01:21:49 +00:00
Ivailo Monev
789d540274
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-18 15:29:33 +00:00
Ivailo Monev
ea52f6e519
generic: build system cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 12:26:19 +00:00
Ivailo Monev
834866b93f
generic: use QCryptographicHash instead of KMD5
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-01 06:06:57 +00:00
Ivailo Monev
5287ec4ded
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-29 06:43:31 +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
7c098060fd
generic: make changes required for building against Katie
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 11:50:42 +00:00
Ivailo Monev
14b7c327c9
generic: make changes required for building against Katie
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-25 10:40:41 +00: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
04e8ef3f4b
kmix: do not restrict menu entry to KDE only
2015-10-01 16:09:07 +03:00
Ivailo Monev
a5050e6186
kget: properly restore header actions
...
this is follow up on 245e672f
2015-09-29 04:08:48 +00:00
Ivailo Monev
58ccb0332e
kget: make tests optional
2015-09-27 10:28:20 +00:00
Ivailo Monev
245e672f40
kget: fix header restoration
...
sadly, this exposes another issue - now if one of the sections
gets "hidden" by the user then it's check state gets reversed.
2015-09-25 07:21:05 +00:00
Ivailo Monev
4657e47fcc
generic: proper support for icon and caption in .desktop files
2015-09-21 03:47:24 +00:00
Ivailo Monev
a165a95a57
generic: fix tests after the build system cleanup
2015-09-07 11:20:00 +03:00
Ivailo Monev
827d704bca
kget: misc cleanups
2015-09-06 14:01:24 +03:00
Ivailo Monev
6a29e927c8
generic: misc cleanups
2015-09-02 22:12:08 +03: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
176344875b
kget: minor bittorent plugin optimization
2015-08-26 03:51:23 +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
4215946466
kget: increase transfer events timer to 1000ms (1sec)
2015-05-20 01:49:09 +00:00
Ivailo Monev
f9cd587fcb
generic: replace now gone KGenericFactory with KPluginFactory
2015-03-01 05:26:36 +00:00
Ivailo Monev
c135cfa6bf
generic: adjust for CMake moc
2015-02-27 11:02:43 +00:00
Ivailo Monev
57e69355e6
generic: housekeeping
2015-02-27 09:35:16 +00:00