OSDN Git Service

kde/kde-extraapps.git
3 years agolokalize: use KLocale API to obtain language names
Ivailo Monev [Thu, 20 Aug 2020 00:32:43 +0000 (03:32 +0300)]
lokalize: use KLocale API to obtain language names

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
3 years agolibktorrent: generate Sha-1 hashes via Katie provided class instead of QCA
Ivailo Monev [Mon, 10 Aug 2020 19:19:56 +0000 (22:19 +0300)]
libktorrent: generate Sha-1 hashes via Katie provided class instead of QCA

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
4 years agogeneric: adjust to Katie changes
Ivailo Monev [Wed, 22 Apr 2020 12:34:24 +0000 (12:34 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: build libktorrent, kget, syndication and akregator only if Boost is available
Ivailo Monev [Wed, 25 Mar 2020 19:54:51 +0000 (19:54 +0000)]
generic: build libktorrent, kget, syndication and akregator only if Boost is available

the bundled Boost copies are not as portable as they used to be thus it is no
longer viable solution

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: require Taglib atleast v1.4
Ivailo Monev [Wed, 25 Mar 2020 01:50:24 +0000 (01:50 +0000)]
generic: require Taglib atleast v1.4

CMake module will soon be rewritten

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: drop OkularConfig and OkularConfigVersion
Ivailo Monev [Tue, 25 Feb 2020 21:55:18 +0000 (23:55 +0200)]
okular: drop OkularConfig and OkularConfigVersion

it should provide pkg-config files instead so that build systems other
than CMake can use them, see https://github.com/fluxer/katana/issues/6

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokfilemetadata: replace use of deprecated Qt::DateFormat enums
Ivailo Monev [Mon, 24 Feb 2020 18:42:24 +0000 (18:42 +0000)]
kfilemetadata: replace use of deprecated Qt::DateFormat enums

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: update LibAttica package URL property
Ivailo Monev [Sat, 22 Feb 2020 15:56:03 +0000 (15:56 +0000)]
kdeplasma-addons: update LibAttica package URL property

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma: fix community applet build
Ivailo Monev [Sat, 22 Feb 2020 15:40:47 +0000 (15:40 +0000)]
kdeplasma: fix community applet build

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: remove use of kde4_add_ui_files() macro
Ivailo Monev [Fri, 21 Feb 2020 17:41:26 +0000 (17:41 +0000)]
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>
4 years agogeneric: remove reference to KDE4Workspace installation paths
Ivailo Monev [Fri, 21 Feb 2020 16:40:11 +0000 (16:40 +0000)]
generic: remove reference to KDE4Workspace installation paths

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: replace macro_log_feature() with set_package_properties() calls
Ivailo Monev [Thu, 20 Feb 2020 21:33:47 +0000 (23:33 +0200)]
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>
4 years agokdeplasma-addons: include Qalcuate headers directory
Ivailo Monev [Wed, 19 Feb 2020 16:53:05 +0000 (16:53 +0000)]
kdeplasma-addons: include Qalcuate headers directory

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokmix: remove unused configuration checks
Ivailo Monev [Wed, 19 Feb 2020 16:13:43 +0000 (16:13 +0000)]
kmix: remove unused configuration checks

since Katie requires compiler with C++11 support the shared pointer
checks could be ommited

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove browserhistory and kopete runners
Ivailo Monev [Wed, 19 Feb 2020 04:03:47 +0000 (04:03 +0000)]
kdeplasma-addons: remove browserhistory and kopete runners

browserhistory relies on konq_history config to get the recently visited
URLs which was supported by Konqueror only. Kopete is also not supported
by the Katana project

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove mandlebrot wallpaper
Ivailo Monev [Tue, 18 Feb 2020 17:37:14 +0000 (17:37 +0000)]
kdeplasma-addons: remove mandlebrot wallpaper

requires SSE2 capable CPU, does not work otherwise and uses internal
Eigen2 functions thus porting to Eigen3 is possible but likely to
require further changes and refactoring in the future

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: replace macro_display_feature_log() with feature_summary() call
Ivailo Monev [Tue, 18 Feb 2020 16:18:24 +0000 (16:18 +0000)]
generic: replace macro_display_feature_log() with feature_summary() call

macro_display_feature_log() does not show all (not) found packages, only
those that are logged via macro_log_feature() which is planned for removal

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokmix: remove message used to debug build system
Ivailo Monev [Tue, 18 Feb 2020 16:13:52 +0000 (16:13 +0000)]
kmix: remove message used to debug build system

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove lancelot applet
Ivailo Monev [Tue, 18 Feb 2020 16:09:23 +0000 (16:09 +0000)]
kdeplasma-addons: remove lancelot applet

not going to be maintained since the menu applet used by default already
provides two modes, standard and classic, and lancelot is ment to be
integrating with PIM services which are not supported by this project

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: rewrite kimpanel applet build system
Ivailo Monev [Tue, 18 Feb 2020 15:36:37 +0000 (15:36 +0000)]
kdeplasma-addons: rewrite kimpanel applet build system

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove duplicate Qalculate CMake module
Ivailo Monev [Tue, 18 Feb 2020 14:47:43 +0000 (14:47 +0000)]
kdeplasma-addons: remove duplicate Qalculate CMake module

provided by kdelibs

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: support building projects separately
Ivailo Monev [Mon, 10 Feb 2020 23:43:40 +0000 (23:43 +0000)]
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>
4 years agogeneric: require KDE4 version atleast 4.19.0
Ivailo Monev [Mon, 10 Feb 2020 21:58:43 +0000 (21:58 +0000)]
generic: require KDE4 version atleast 4.19.0

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: fix most of the overlinking issues
Ivailo Monev [Mon, 10 Feb 2020 21:57:14 +0000 (21:57 +0000)]
generic: fix most of the overlinking issues

see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: add Kate project file
Ivailo Monev [Mon, 10 Feb 2020 01:39:24 +0000 (01:39 +0000)]
generic: add Kate project file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokrfb: drop SLP support
Ivailo Monev [Mon, 10 Feb 2020 01:22:40 +0000 (01:22 +0000)]
krfb: drop SLP support

TODO from https://github.com/fluxer/katana/issues/8

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogwenview: fix CMake warning about package property override
Ivailo Monev [Sun, 9 Feb 2020 17:18:16 +0000 (17:18 +0000)]
gwenview: fix CMake warning about package property override

Exiv2 is also checked for from kfilemetadata CMake file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove redundant QCA2 package check
Ivailo Monev [Sun, 9 Feb 2020 17:08:13 +0000 (17:08 +0000)]
kdeplasma-addons: remove redundant QCA2 package check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: replace installation paths with KDE4_ prefixed
Ivailo Monev [Sat, 8 Feb 2020 18:39:41 +0000 (18:39 +0000)]
generic: replace installation paths with KDE4_ prefixed

see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokmix: adjust to Alsa CMake module changes done in kdelibs repository
Ivailo Monev [Sat, 8 Feb 2020 18:08:32 +0000 (18:08 +0000)]
kmix: adjust to Alsa CMake module changes done in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: remove libkscreen and replace its use with QX11Info in okular
Ivailo Monev [Sat, 8 Feb 2020 14:54:32 +0000 (14:54 +0000)]
generic: remove libkscreen and replace its use with QX11Info in okular

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove duplicate CMake modules
Ivailo Monev [Sat, 8 Feb 2020 03:24:29 +0000 (05:24 +0200)]
kdeplasma-addons: remove duplicate CMake modules

provided by kdelibs

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokrdc: remove empty CMake modules directory
Ivailo Monev [Sat, 8 Feb 2020 03:20:34 +0000 (05:20 +0200)]
krdc: remove empty CMake modules directory

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: purge Qt support with fire
Ivailo Monev [Fri, 7 Feb 2020 02:14:07 +0000 (02:14 +0000)]
generic: purge Qt support with fire

see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoksystemlog: rework build system to fix some bugs
Ivailo Monev [Wed, 5 Feb 2020 02:36:56 +0000 (04:36 +0200)]
ksystemlog: rework build system to fix some bugs

it fixes build with LTO and removes the need to workaround CMake automatic UIC logic

4 years agookular: replace use of Poppler with PopplerQt4 CMake module
Ivailo Monev [Tue, 4 Feb 2020 23:47:23 +0000 (23:47 +0000)]
okular: replace use of Poppler with PopplerQt4 CMake module

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokfilemetadata: use macro_optional_find_package() to find optional Poppler
Ivailo Monev [Tue, 4 Feb 2020 23:45:46 +0000 (23:45 +0000)]
kfilemetadata: use macro_optional_find_package() to find optional Poppler

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: replace use of QImageBlitz with KIconEffect
Ivailo Monev [Tue, 4 Feb 2020 22:10:18 +0000 (22:10 +0000)]
okular: replace use of QImageBlitz with KIconEffect

for build with Katie that means one less library to build and ship since
only KolourPaint is using it now, the pattern wallpaper addon was ported in
the previous commit

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: replace use of QImageBlitz with KIconEffect
Ivailo Monev [Tue, 4 Feb 2020 21:48:46 +0000 (21:48 +0000)]
kdeplasma-addons: replace use of QImageBlitz with KIconEffect

also fixes a CMake warning about package description override

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: skip testFowardPDF test if pdflatex is not available
Ivailo Monev [Tue, 4 Feb 2020 18:57:01 +0000 (18:57 +0000)]
okular: skip testFowardPDF test if pdflatex is not available

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokfilemetadata: avoid temporary in PlainTextExtractor::extract()
Ivailo Monev [Tue, 4 Feb 2020 18:14:17 +0000 (18:14 +0000)]
kfilemetadata: avoid temporary in PlainTextExtractor::extract()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokfilemetadata: check if extractor for image/png is available in IndexerExtractorTests...
Ivailo Monev [Tue, 4 Feb 2020 18:13:46 +0000 (18:13 +0000)]
kfilemetadata: check if extractor for image/png is available in IndexerExtractorTests::testImageExtractor()

fixes a crash in case extractor for image/png MIME type is not installed

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogwenview: remove redundant manual thumbnailgen test
Ivailo Monev [Tue, 4 Feb 2020 17:45:20 +0000 (17:45 +0000)]
gwenview: remove redundant manual thumbnailgen test

thumbnails are generated via KIO now

4 years agolibkscreen: make use of JSON format support provided by Katie
Ivailo Monev [Tue, 4 Feb 2020 17:42:29 +0000 (17:42 +0000)]
libkscreen: make use of JSON format support provided by Katie

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: include required headers
Ivailo Monev [Tue, 4 Feb 2020 17:42:00 +0000 (17:42 +0000)]
generic: include required headers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokompare: namespace QTest::toString() overload in levenshteintest source file
Ivailo Monev [Tue, 4 Feb 2020 17:02:51 +0000 (17:02 +0000)]
kompare: namespace QTest::toString() overload in levenshteintest source file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: make use of JSON format support provided by Katie
Ivailo Monev [Tue, 4 Feb 2020 17:02:02 +0000 (17:02 +0000)]
kdeplasma-addons: make use of JSON format support provided by Katie

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogwenview: include required QTimer header in testutils header
Ivailo Monev [Tue, 4 Feb 2020 16:38:40 +0000 (16:38 +0000)]
gwenview: include required QTimer header in testutils header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoark: make use of JSON format support provided by Katie in tests
Ivailo Monev [Tue, 4 Feb 2020 16:38:14 +0000 (16:38 +0000)]
ark: make use of JSON format support provided by Katie in tests

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: fix tests build
Ivailo Monev [Tue, 4 Feb 2020 04:23:16 +0000 (04:23 +0000)]
okular: fix tests build

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: remove incorrect PageViewAnnotator::performRouteMouseOrTabletEvent() QT_NO_TA...
Ivailo Monev [Tue, 4 Feb 2020 04:22:35 +0000 (04:22 +0000)]
okular: remove incorrect PageViewAnnotator::performRouteMouseOrTabletEvent() QT_NO_TABLE definition guard

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: include required QSet header in dockmanager header
Ivailo Monev [Tue, 4 Feb 2020 04:21:49 +0000 (04:21 +0000)]
kdeplasma-addons: include required QSet header in dockmanager header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove checks for kde4-prefixed services
Ivailo Monev [Sun, 2 Feb 2020 16:23:54 +0000 (16:23 +0000)]
kdeplasma-addons: remove checks for kde4-prefixed services

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: remove Q_NOREPLY from slots
Ivailo Monev [Fri, 31 Jan 2020 22:01:57 +0000 (22:01 +0000)]
kdeplasma-addons: remove Q_NOREPLY from slots

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: namespace Q_DECLARE_TYPEINFO() macro call usage
Ivailo Monev [Thu, 30 Jan 2020 19:33:40 +0000 (19:33 +0000)]
okular: namespace Q_DECLARE_TYPEINFO() macro call usage

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agojovie: namespace UI classes forward-declarations
Ivailo Monev [Thu, 30 Jan 2020 12:06:51 +0000 (12:06 +0000)]
jovie: namespace UI classes forward-declarations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoark: make libarchive plugin priority 110 and lower others to 100
Ivailo Monev [Sat, 25 Jan 2020 16:52:55 +0000 (16:52 +0000)]
ark: make libarchive plugin priority 110 and lower others to 100

this ensures tarballs with .tar.gz extension, for an example, will not be
opened and displayed as .tar archive containing other archive

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: remove redundant quotes in kcfgc files
Ivailo Monev [Sat, 4 Jan 2020 14:36:20 +0000 (14:36 +0000)]
generic: remove redundant quotes in kcfgc files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoksystemlog: include required QTime header
Ivailo Monev [Sat, 4 Jan 2020 14:34:11 +0000 (14:34 +0000)]
ksystemlog: include required QTime header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: compiler warning fix
Ivailo Monev [Sat, 4 Jan 2020 14:16:45 +0000 (14:16 +0000)]
kdeplasma-addons: compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoskanlite: use loop-local variable
Ivailo Monev [Sat, 4 Jan 2020 14:14:59 +0000 (14:14 +0000)]
skanlite: use loop-local variable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokuassel: use loop-local varible
Ivailo Monev [Sat, 4 Jan 2020 14:06:42 +0000 (14:06 +0000)]
kuassel: use loop-local varible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokuassel: remove redundant QDataStream version setup
Ivailo Monev [Sat, 4 Jan 2020 14:06:25 +0000 (14:06 +0000)]
kuassel: remove redundant QDataStream version setup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: correct QTabletEvent header inclusion
Ivailo Monev [Sat, 4 Jan 2020 14:00:45 +0000 (14:00 +0000)]
okular: correct QTabletEvent header inclusion

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokmix: use loop-local variable
Ivailo Monev [Sat, 4 Jan 2020 13:58:33 +0000 (13:58 +0000)]
kmix: use loop-local variable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokgpg: use loop-local variable
Ivailo Monev [Sat, 4 Jan 2020 13:55:54 +0000 (13:55 +0000)]
kgpg: use loop-local variable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agolokalize: remove now redundant QT_KATIE definition check
Ivailo Monev [Sat, 4 Jan 2020 13:49:54 +0000 (13:49 +0000)]
lokalize: remove now redundant QT_KATIE definition check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogwenview: use loop-local variables, also correct indentation
Ivailo Monev [Sat, 4 Jan 2020 13:42:11 +0000 (13:42 +0000)]
gwenview: use loop-local variables, also correct indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agobluedevil: include sys/stat header explicitly
Ivailo Monev [Sat, 4 Jan 2020 13:39:24 +0000 (13:39 +0000)]
bluedevil: include sys/stat header explicitly

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoMerge branch 'master' of https://github.com/fluxer/kde-extraapps
Ivailo Monev [Sat, 4 Jan 2020 13:25:35 +0000 (13:25 +0000)]
Merge branch 'master' of https://github.com/fluxer/kde-extraapps

4 years agoksnapshot: build fix for the case when QT_NO_OPENGL is not defined
Ivailo Monev [Sat, 4 Jan 2020 13:23:37 +0000 (13:23 +0000)]
ksnapshot: build fix for the case when QT_NO_OPENGL is not defined

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agominiboost: update to 1.71.0
Ivailo Monev [Fri, 3 Jan 2020 21:38:08 +0000 (21:38 +0000)]
miniboost: update to 1.71.0

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogeneric: use system-provided Boost if available
Ivailo Monev [Fri, 3 Jan 2020 19:24:49 +0000 (19:24 +0000)]
generic: use system-provided Boost if available

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: prefix use of vector from standard namespace
Ivailo Monev [Thu, 2 Jan 2020 03:26:03 +0000 (03:26 +0000)]
kdeplasma-addons: prefix use of vector from standard namespace

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokdeplasma-addons: use loop-local variables
Ivailo Monev [Thu, 2 Jan 2020 03:25:22 +0000 (03:25 +0000)]
kdeplasma-addons: use loop-local variables

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokuassel: remove redundant QDataStream version setup
Ivailo Monev [Thu, 2 Jan 2020 03:23:40 +0000 (03:23 +0000)]
kuassel: remove redundant QDataStream version setup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agookular: correct key names in kcfgc files
Ivailo Monev [Fri, 27 Dec 2019 04:55:35 +0000 (04:55 +0000)]
okular: correct key names in kcfgc files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokcharselect: remove it
Ivailo Monev [Fri, 20 Dec 2019 17:41:31 +0000 (17:41 +0000)]
kcharselect: remove it

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokde-plasma-addons: remove character selection addon
Ivailo Monev [Fri, 20 Dec 2019 17:32:02 +0000 (17:32 +0000)]
kde-plasma-addons: remove character selection addon

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoark: replace archive_entry_pathname_w() with archive_entry_pathname_utf8()
Ivailo Monev [Fri, 29 Nov 2019 02:24:18 +0000 (02:24 +0000)]
ark: replace archive_entry_pathname_w() with archive_entry_pathname_utf8()

archive_entry_pathname_w() is supposedly going to be removed/deprecated in
libarchive v4, see bottom of:
https://github.com/libarchive/libarchive/wiki/Filenames

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoark: deal with TODO
Ivailo Monev [Fri, 29 Nov 2019 01:35:13 +0000 (01:35 +0000)]
ark: deal with TODO

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agogwenview: use KIO:PreviewJob as thumbnails provider
Ivailo Monev [Tue, 19 Nov 2019 15:18:47 +0000 (15:18 +0000)]
gwenview: use KIO:PreviewJob as thumbnails provider

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agokgpg: apply binary path preferences on first run
Ivailo Monev [Tue, 19 Nov 2019 04:16:43 +0000 (04:16 +0000)]
kgpg: apply binary path preferences on first run

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoark: hide progress bar on job reset
Ivailo Monev [Wed, 17 Jul 2019 10:43:21 +0000 (10:43 +0000)]
ark: hide progress bar on job reset

this ensures progress bar is not shown as active during and after toolbar
configuration for an example

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogwenview: hide OpenGL animations button if OpenGL is not supported
Ivailo Monev [Fri, 12 Jul 2019 15:44:09 +0000 (15:44 +0000)]
gwenview: hide OpenGL animations button if OpenGL is not supported

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Thu, 11 Jul 2019 22:03:23 +0000 (22:03 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agothunmnailers: use CMake modules to detect Taglib and FLAC++
Ivailo Monev [Thu, 11 Jul 2019 19:06:31 +0000 (19:06 +0000)]
thunmnailers: use CMake modules to detect Taglib and FLAC++

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Mon, 24 Jun 2019 02:09:19 +0000 (02:09 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Sun, 2 Jun 2019 16:39:37 +0000 (16:39 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Fri, 31 May 2019 20:31:53 +0000 (20:31 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agookular: adjust to Katie changes
Ivailo Monev [Thu, 30 May 2019 18:42:44 +0000 (18:42 +0000)]
okular: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Thu, 30 May 2019 02:19:12 +0000 (02:19 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Sat, 25 May 2019 00:54:51 +0000 (00:54 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoREADME: remove reference to Live CD
Ivailo Monev [Fri, 24 May 2019 23:08:37 +0000 (23:08 +0000)]
README: remove reference to Live CD

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to Katie changes
Ivailo Monev [Thu, 23 May 2019 02:12:07 +0000 (02:12 +0000)]
generic: adjust to Katie changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: replace forward declarations with headers inclusions
Ivailo Monev [Thu, 23 May 2019 00:08:45 +0000 (00:08 +0000)]
generic: replace forward declarations with headers inclusions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: adjust to recent KApplication changes
Ivailo Monev [Wed, 15 May 2019 20:18:17 +0000 (20:18 +0000)]
generic: adjust to recent KApplication changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: replace obsolete Qt::MidButton with Qt::MiddleButton
Ivailo Monev [Wed, 15 May 2019 00:25:37 +0000 (00:25 +0000)]
generic: replace obsolete Qt::MidButton with Qt::MiddleButton

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogeneric: avoid use of legacy QString::null, QChar::null, etc.
Ivailo Monev [Wed, 15 May 2019 00:24:16 +0000 (00:24 +0000)]
generic: avoid use of legacy QString::null, QChar::null, etc.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogwenview: fix build case with QT_NO_IMAGE_TEXT defined
Ivailo Monev [Wed, 15 May 2019 00:16:31 +0000 (00:16 +0000)]
gwenview: fix build case with QT_NO_IMAGE_TEXT defined

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>