OSDN Git Service

kde/kde-extraapps.git
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>
5 years agogwenview: fix build against recent Exiv2 versions
Ivailo Monev [Wed, 15 May 2019 00:15:03 +0000 (00:15 +0000)]
gwenview: fix build against recent Exiv2 versions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogwenview: enable exceptions for entire project due to Exiv2 requirements
Ivailo Monev [Wed, 15 May 2019 00:12:39 +0000 (00:12 +0000)]
gwenview: enable exceptions for entire project due to Exiv2 requirements

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agogwenview: enable exception for the library due to Exiv2 requirements
Ivailo Monev [Tue, 14 May 2019 23:56:52 +0000 (23:56 +0000)]
gwenview: enable exception for the library due to Exiv2 requirements

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agominiboost: update to 1.69.0
Ivailo Monev [Sun, 28 Apr 2019 22:53:57 +0000 (22:53 +0000)]
miniboost: update to 1.69.0

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agokdeplasma-addons: rely on CMake to generate moc files, fixes issue #2
Ivailo Monev [Sun, 28 Apr 2019 22:33:00 +0000 (22:33 +0000)]
kdeplasma-addons: rely on CMake to generate moc files, fixes issue #2

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agogeneric: workaround automatic Qt UI files compilation failure
Ivailo Monev [Wed, 2 Aug 2017 17:09:12 +0000 (17:09 +0000)]
generic: workaround automatic Qt UI files compilation failure

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agokdeplasma-addons: workaround automatic Qt UI files compilation failure
Ivailo Monev [Wed, 2 Aug 2017 15:19:02 +0000 (15:19 +0000)]
kdeplasma-addons: workaround automatic Qt UI files compilation failure

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agogwenview: adjust to recent CMake changes
Ivailo Monev [Wed, 2 Aug 2017 14:59:14 +0000 (14:59 +0000)]
gwenview: adjust to recent CMake changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agogeneric: make miniboost available only to projects that need it
Ivailo Monev [Wed, 2 Aug 2017 14:35:55 +0000 (14:35 +0000)]
generic: make miniboost available only to projects that need it

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agominiboost: update to 1.64.0
Ivailo Monev [Wed, 2 Aug 2017 14:32:49 +0000 (14:32 +0000)]
miniboost: update to 1.64.0

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
6 years agokgpg: get rid of kdefakes
Ivailo Monev [Wed, 2 Aug 2017 13:23:21 +0000 (13:23 +0000)]
kgpg: get rid of kdefakes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: misc cleanups
Ivailo Monev [Sat, 24 Jun 2017 07:13:30 +0000 (07:13 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogwenview: no need to check for libpng and libjpeg anymore
Ivailo Monev [Tue, 15 Nov 2016 01:34:28 +0000 (01:34 +0000)]
gwenview: no need to check for libpng and libjpeg anymore

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agolibktorrent: substitue boost::shared_array with std:;shared_ptr
Ivailo Monev [Tue, 15 Nov 2016 01:29:04 +0000 (01:29 +0000)]
libktorrent: substitue boost::shared_array with std:;shared_ptr

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: substitue some Boost types with Qt/std alternatives
Ivailo Monev [Tue, 15 Nov 2016 01:01:17 +0000 (01:01 +0000)]
generic: substitue some Boost types with Qt/std alternatives

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agookular: minor cleanup
Ivailo Monev [Fri, 11 Nov 2016 19:29:06 +0000 (19:29 +0000)]
okular: minor cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: misc cleanups
Ivailo Monev [Tue, 8 Nov 2016 15:16:11 +0000 (15:16 +0000)]
generic: misc cleanups

this fixes build without QStringBuilder and with QT_NO_IM defined, also
setBackgroundColor() is deprecated

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: do not use obsolete enumerators
Ivailo Monev [Tue, 8 Nov 2016 14:31:45 +0000 (14:31 +0000)]
generic: do not use obsolete enumerators

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: misc cleanups
Ivailo Monev [Wed, 2 Nov 2016 03:20:34 +0000 (03:20 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: misc cleanups
Ivailo Monev [Wed, 2 Nov 2016 00:46:12 +0000 (00:46 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoprint-manager: fix build against CUPS v2.2+
Ivailo Monev [Wed, 2 Nov 2016 00:45:35 +0000 (00:45 +0000)]
print-manager: fix build against CUPS v2.2+

upstream commits:
https://quickgit.kde.org/?p=print-manager.git&a=commit&h=971e75934bc64627226d61565f68aff3c9b0000b

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agokvkbd: do not require LibXslt, it's not needed
Ivailo Monev [Sun, 30 Oct 2016 15:07:41 +0000 (15:07 +0000)]
kvkbd: do not require LibXslt, it's not needed

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agokcalc: do not rely on QString operator for QKeySequence
Ivailo Monev [Fri, 30 Sep 2016 13:57:35 +0000 (13:57 +0000)]
kcalc: do not rely on QString operator for QKeySequence

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogwenview: make OpenGL optional
Ivailo Monev [Mon, 19 Sep 2016 01:14:55 +0000 (01:14 +0000)]
gwenview: make OpenGL optional

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogwenview: remove redundant LCMS2 reference
Ivailo Monev [Mon, 19 Sep 2016 01:05:38 +0000 (01:05 +0000)]
gwenview: remove redundant LCMS2 reference

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoksystemlog: do not rely on forward declaration of QDataStream
Ivailo Monev [Wed, 14 Sep 2016 18:59:31 +0000 (18:59 +0000)]
ksystemlog: do not rely on forward declaration of QDataStream

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agominiboost: update to 1.61.0
Ivailo Monev [Wed, 14 Sep 2016 18:51:31 +0000 (18:51 +0000)]
miniboost: update to 1.61.0

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: misc cleanups
Ivailo Monev [Tue, 13 Sep 2016 00:53:08 +0000 (00:53 +0000)]
generic: misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogeneric: cleanup top-level CMake file
Ivailo Monev [Sat, 10 Sep 2016 04:19:21 +0000 (04:19 +0000)]
generic: cleanup top-level CMake file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoplasma-nm: say hello to my Delete button
Ivailo Monev [Sat, 10 Sep 2016 04:15:29 +0000 (04:15 +0000)]
plasma-nm: say hello to my Delete button

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