OSDN Git Service

kde/Katie.git
5 years agoanother take on QWidgetAnimator
Ivailo Monev [Thu, 30 May 2019 10:24:22 +0000 (10:24 +0000)]
another take on QWidgetAnimator

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Thu, 30 May 2019 00:42:33 +0000 (00:42 +0000)]
various  cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQWidgetAnimator cleanup
Ivailo Monev [Wed, 29 May 2019 22:33:30 +0000 (22:33 +0000)]
QWidgetAnimator cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove pre 4.3 layout restoration code
Ivailo Monev [Wed, 29 May 2019 22:12:55 +0000 (22:12 +0000)]
remove pre 4.3 layout restoration code

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoprotect access to internal QWidgetAnimator map with a lock
Ivailo Monev [Wed, 29 May 2019 22:11:43 +0000 (22:11 +0000)]
protect access to internal QWidgetAnimator map with a lock

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodrop QT_INCLUDE_COMPAT support
Ivailo Monev [Wed, 29 May 2019 18:39:19 +0000 (18:39 +0000)]
drop QT_INCLUDE_COMPAT support

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate README
Ivailo Monev [Wed, 29 May 2019 16:57:39 +0000 (16:57 +0000)]
update README

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoapply upstream QFileSystemWatcher changes
Ivailo Monev [Wed, 29 May 2019 16:56:08 +0000 (16:56 +0000)]
apply upstream QFileSystemWatcher changes

that includes the following upstream commits:
https://github.com/qt/qtbase/commit/d7ec8bf29ad2f9668c258e9c05012f4a5a0063da
https://github.com/qt/qtbase/commit/d6e0306a90597ff17931dba0a11a593c5f1a7221
https://github.com/qt/qtbase/commit/93a466c6fc3c455dcc9bf1292cc6a2725287a94a

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQTBUG-12564
Ivailo Monev [Wed, 29 May 2019 15:04:12 +0000 (15:04 +0000)]
QTBUG-12564

upstream commit:
https://github.com/qt/qtbase/commit/3b42024fcc49ad0603bc3a601ebe32b015d6a381

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQCursor cleanup
Ivailo Monev [Wed, 29 May 2019 14:49:16 +0000 (14:49 +0000)]
QCursor cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoeliminate some temporary buffers
Ivailo Monev [Wed, 29 May 2019 14:46:29 +0000 (14:46 +0000)]
eliminate some temporary buffers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agofix regression since af4200d0fe752e82d8012c43bf910c4a2d3879c1
Ivailo Monev [Tue, 28 May 2019 22:13:56 +0000 (22:13 +0000)]
fix regression since af4200d0fe752e82d8012c43bf910c4a2d3879c1

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake it easier to test old CMake versions on platforms other than i386 Linux [ci...
Ivailo Monev [Tue, 28 May 2019 12:50:19 +0000 (12:50 +0000)]
make it easier to test old CMake versions on platforms other than i386 Linux [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeal with FIXME in top-level CMakeLists.txt file
Ivailo Monev [Tue, 28 May 2019 12:42:32 +0000 (12:42 +0000)]
deal with FIXME in top-level CMakeLists.txt file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd -DQT_<COMPONENT>_LIB compat definition to Cflags in pkg-config files
Ivailo Monev [Tue, 28 May 2019 12:31:13 +0000 (12:31 +0000)]
add -DQT_<COMPONENT>_LIB compat definition to Cflags in pkg-config files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeal with TODO in KatieConfig
Ivailo Monev [Tue, 28 May 2019 12:22:42 +0000 (12:22 +0000)]
deal with TODO in KatieConfig

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeal with TODO in profile file
Ivailo Monev [Tue, 28 May 2019 12:00:22 +0000 (12:00 +0000)]
deal with TODO in profile file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Tue, 28 May 2019 11:29:19 +0000 (11:29 +0000)]
compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoapply upstream commits to item models and widgets
Ivailo Monev [Tue, 28 May 2019 01:02:57 +0000 (01:02 +0000)]
apply upstream commits to item models and widgets

that includes the following upstream commits:
https://github.com/qt/qtbase/commit/b58631ce472ce2bfce6319874468aa4e7e11b405
https://github.com/qt/qtbase/commit/f6eb3c220b17ecb56befe1a1ea2241ca6d5ab0c8

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agopass arguments by const-ref
Ivailo Monev [Tue, 28 May 2019 00:34:54 +0000 (00:34 +0000)]
pass arguments by const-ref

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQScrollArea cleanup
Ivailo Monev [Mon, 27 May 2019 23:28:04 +0000 (23:28 +0000)]
QScrollArea cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQSqlQueryModelPrivate, QPushButtonPrivate and QMenuPrivate cleanup
Ivailo Monev [Mon, 27 May 2019 23:02:56 +0000 (23:02 +0000)]
QSqlQueryModelPrivate, QPushButtonPrivate and QMenuPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQScrollAreaPrivate cleanup
Ivailo Monev [Mon, 27 May 2019 22:44:47 +0000 (22:44 +0000)]
QScrollAreaPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQPainterPrivate cleanup
Ivailo Monev [Mon, 27 May 2019 22:34:30 +0000 (22:34 +0000)]
QPainterPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQDesignerSharedSettings cleanup
Ivailo Monev [Mon, 27 May 2019 21:16:24 +0000 (21:16 +0000)]
QDesignerSharedSettings cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQSplitterPrivate micro-optimizations
Ivailo Monev [Mon, 27 May 2019 21:16:02 +0000 (21:16 +0000)]
QSplitterPrivate micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agosince QSplitter is derived from QFrame, call QFrame::event
Ivailo Monev [Mon, 27 May 2019 21:00:32 +0000 (21:00 +0000)]
since QSplitter is derived from QFrame, call QFrame::event

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQSplitterLayoutStruct and QSplitterPrivate cleanup
Ivailo Monev [Mon, 27 May 2019 20:59:21 +0000 (20:59 +0000)]
QSplitterLayoutStruct and QSplitterPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoeffectively refert QTransform changes
Ivailo Monev [Mon, 27 May 2019 20:12:31 +0000 (20:12 +0000)]
effectively refert QTransform changes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant include directory from script component
Ivailo Monev [Mon, 27 May 2019 20:11:29 +0000 (20:11 +0000)]
remove redundant include directory from script component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused SE_DialogButtonBoxLayoutItem
Ivailo Monev [Mon, 27 May 2019 20:10:48 +0000 (20:10 +0000)]
remove unused SE_DialogButtonBoxLayoutItem

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQMenuPrivate cleanup
Ivailo Monev [Mon, 27 May 2019 20:10:15 +0000 (20:10 +0000)]
QMenuPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQStylePrivate cleanup
Ivailo Monev [Mon, 27 May 2019 17:46:30 +0000 (17:46 +0000)]
QStylePrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQFileIconProviderPrivate and QFileDialog cleanup
Ivailo Monev [Mon, 27 May 2019 17:32:15 +0000 (17:32 +0000)]
QFileIconProviderPrivate and QFileDialog cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agochange Debian runtime depndencies aswell
Ivailo Monev [Mon, 27 May 2019 12:16:00 +0000 (12:16 +0000)]
change Debian runtime depndencies aswell

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agochange Debian package control file to use dependencies available in stable release
Ivailo Monev [Mon, 27 May 2019 04:30:40 +0000 (04:30 +0000)]
change Debian package control file to use dependencies available in stable release

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoAnchorVertex, AnchorData, QGraphicsAnchorLayout and QGraphicsAnchorLayoutPrivate...
Ivailo Monev [Sun, 26 May 2019 22:26:59 +0000 (22:26 +0000)]
AnchorVertex, AnchorData, QGraphicsAnchorLayout and QGraphicsAnchorLayoutPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd missing QTransform::updateType() calls where needed
Ivailo Monev [Sun, 26 May 2019 20:15:34 +0000 (20:15 +0000)]
add missing QTransform::updateType() calls where needed

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Sun, 26 May 2019 18:23:03 +0000 (18:23 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd back accidently removed line from build macro
Ivailo Monev [Sun, 26 May 2019 18:22:44 +0000 (18:22 +0000)]
add back accidently removed line from build macro

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoinline some layout engine functions
Ivailo Monev [Sun, 26 May 2019 18:02:09 +0000 (18:02 +0000)]
inline some layout engine functions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQVectorPath cleanup
Ivailo Monev [Sun, 26 May 2019 18:01:40 +0000 (18:01 +0000)]
QVectorPath cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQTransform cleanup
Ivailo Monev [Sun, 26 May 2019 17:44:03 +0000 (17:44 +0000)]
QTransform cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoRevert "fix recursion in case QBitmap is constructed with null pixmap"
Ivailo Monev [Sun, 26 May 2019 16:16:00 +0000 (16:16 +0000)]
Revert "fix recursion in case QBitmap is constructed with null pixmap"

This reverts commit 66f787ee629f41aa3ca0abaa6d58c2a44b714db1.

5 years agominor QBitmap cleanup
Ivailo Monev [Sun, 26 May 2019 16:07:42 +0000 (16:07 +0000)]
minor QBitmap cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agofix recursion in case QBitmap is constructed with null pixmap
Ivailo Monev [Sun, 26 May 2019 16:07:21 +0000 (16:07 +0000)]
fix recursion in case QBitmap is constructed with null pixmap

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQX11PaintEngine cleanup
Ivailo Monev [Sun, 26 May 2019 15:05:29 +0000 (15:05 +0000)]
QX11PaintEngine cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Sun, 26 May 2019 14:26:06 +0000 (14:26 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Sun, 26 May 2019 04:45:31 +0000 (04:45 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove the ability to override mkspecs via vendor file
Ivailo Monev [Sun, 26 May 2019 01:42:32 +0000 (01:42 +0000)]
remove the ability to override mkspecs via vendor file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake export files part of Devel component
Ivailo Monev [Sun, 26 May 2019 00:55:08 +0000 (00:55 +0000)]
make export files part of Devel component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agono need to include UseSWIG module now [ci skip]
Ivailo Monev [Sun, 26 May 2019 00:16:09 +0000 (00:16 +0000)]
no need to include UseSWIG module now [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeal with TODO about installing components
Ivailo Monev [Sat, 25 May 2019 23:58:18 +0000 (23:58 +0000)]
deal with TODO about installing components

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoeffectively revert https://github.com/fluxer/katie/commit/77f7a172538f8a20e123da6c232...
Ivailo Monev [Sat, 25 May 2019 04:37:25 +0000 (04:37 +0000)]
effectively revert https://github.com/fluxer/katie/commit/77f7a172538f8a20e123da6c232bf74b29b2baad

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate qconfig header
Ivailo Monev [Sat, 25 May 2019 04:34:15 +0000 (04:34 +0000)]
update qconfig header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse proper type for QObjectData::isWidget in QGraphicsWidgetPrivate::init
Ivailo Monev [Sat, 25 May 2019 04:15:51 +0000 (04:15 +0000)]
use proper type for QObjectData::isWidget in QGraphicsWidgetPrivate::init

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agofix visibility issue since
Ivailo Monev [Sat, 25 May 2019 04:14:07 +0000 (04:14 +0000)]
fix visibility issue since

regression since:
https://github.com/fluxer/katie/commit/6f754bfc909d84c41c910e301a4680a9940c44a2

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove build related QT_ALLINONE definition from headers if possible
Ivailo Monev [Sat, 25 May 2019 03:47:12 +0000 (03:47 +0000)]
remove build related QT_ALLINONE definition from headers if possible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoset visibility preset to hidden
Ivailo Monev [Sat, 25 May 2019 03:43:33 +0000 (03:43 +0000)]
set visibility preset to hidden

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQPersistentModelIndex compat
Ivailo Monev [Sat, 25 May 2019 00:07:01 +0000 (00:07 +0000)]
QPersistentModelIndex compat

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agonamespaced build fixes for tests
Ivailo Monev [Fri, 24 May 2019 21:21:27 +0000 (21:21 +0000)]
namespaced build fixes for tests

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove FIXME from mkspecs
Ivailo Monev [Fri, 24 May 2019 20:45:05 +0000 (20:45 +0000)]
remove FIXME from mkspecs

the default covers most cases and KATIE_TYPE is now saved in the CMake config

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Fri, 24 May 2019 20:23:57 +0000 (20:23 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove Q_NOREPLY tag leftovers from QDBusMetaObjectGenerator
Ivailo Monev [Fri, 24 May 2019 19:49:11 +0000 (19:49 +0000)]
remove Q_NOREPLY tag leftovers from QDBusMetaObjectGenerator

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse proper type for QWidgetData::fstrut_dirty in QWidgetPrivate::create_sys
Ivailo Monev [Fri, 24 May 2019 17:52:03 +0000 (17:52 +0000)]
use proper type for QWidgetData::fstrut_dirty in QWidgetPrivate::create_sys

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate QApplication constructor documentation
Ivailo Monev [Fri, 24 May 2019 17:48:34 +0000 (17:48 +0000)]
update QApplication constructor documentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQT_NO_GRAPHICSVIEW build fix
Ivailo Monev [Fri, 24 May 2019 16:32:14 +0000 (16:32 +0000)]
QT_NO_GRAPHICSVIEW build fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Fri, 24 May 2019 15:12:24 +0000 (15:12 +0000)]
compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agominor QWidget cleanup
Ivailo Monev [Fri, 24 May 2019 14:08:40 +0000 (14:08 +0000)]
minor QWidget cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQt::WidgetAttribute cleanup
Ivailo Monev [Fri, 24 May 2019 14:07:05 +0000 (14:07 +0000)]
Qt::WidgetAttribute cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQWidgetPrivate, QWidgetData and QTLWExtra cleanup
Ivailo Monev [Fri, 24 May 2019 04:48:16 +0000 (04:48 +0000)]
QWidgetPrivate, QWidgetData and QTLWExtra cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agosilence ASCII cast warnings in tests for now
Ivailo Monev [Thu, 23 May 2019 20:59:25 +0000 (20:59 +0000)]
silence ASCII cast warnings in tests for now

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate README
Ivailo Monev [Thu, 23 May 2019 20:55:56 +0000 (20:55 +0000)]
update README

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadjust QMutex benchmark
Ivailo Monev [Thu, 23 May 2019 20:41:47 +0000 (20:41 +0000)]
adjust QMutex benchmark

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake use of std::timed_mutex and std::recursive_timed_mutex in QMutexPrivate
Ivailo Monev [Thu, 23 May 2019 20:32:36 +0000 (20:32 +0000)]
make use of std::timed_mutex and std::recursive_timed_mutex in QMutexPrivate

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake use of std::array in QMutexPool
Ivailo Monev [Thu, 23 May 2019 20:10:58 +0000 (20:10 +0000)]
make use of std::array in QMutexPool

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQMutexPrivate cleanup
Ivailo Monev [Thu, 23 May 2019 19:20:07 +0000 (19:20 +0000)]
QMutexPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agovarious cleanups
Ivailo Monev [Thu, 23 May 2019 18:38:37 +0000 (18:38 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQRegExp, QStringList and QVariant bindings
Ivailo Monev [Thu, 23 May 2019 17:15:38 +0000 (17:15 +0000)]
QRegExp, QStringList and QVariant bindings

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoregenerate shared classes map
Ivailo Monev [Thu, 23 May 2019 04:03:09 +0000 (04:03 +0000)]
regenerate shared classes map

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadjust to QVariantComparisonHelper removal
Ivailo Monev [Thu, 23 May 2019 01:15:17 +0000 (01:15 +0000)]
adjust to QVariantComparisonHelper removal

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQVariant, QByteArrayMatcher, QListData and QString cleanup
Ivailo Monev [Thu, 23 May 2019 00:04:11 +0000 (00:04 +0000)]
QVariant, QByteArrayMatcher, QListData and QString cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoavoid operator overload lookup in QDebug
Ivailo Monev [Wed, 22 May 2019 16:42:19 +0000 (16:42 +0000)]
avoid operator overload lookup in QDebug

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove QXmlLocatorPrivate stub
Ivailo Monev [Wed, 22 May 2019 16:41:46 +0000 (16:41 +0000)]
remove QXmlLocatorPrivate stub

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomove qRound()/qRound64() docs where they belong
Ivailo Monev [Wed, 22 May 2019 16:41:18 +0000 (16:41 +0000)]
move qRound()/qRound64() docs where they belong

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Tue, 21 May 2019 20:35:52 +0000 (20:35 +0000)]
compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agopartitially revert https://github.com/fluxer/katie/commit/bdb84187dab55fda3c4cbe7c805...
Ivailo Monev [Tue, 21 May 2019 20:16:43 +0000 (20:16 +0000)]
partitially revert https://github.com/fluxer/katie/commit/bdb84187dab55fda3c4cbe7c805f9dffbb1f08de

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Tue, 21 May 2019 20:14:39 +0000 (20:14 +0000)]
compiler warning fix

upstream commits:
https://github.com/qt/qtbase/commit/477721250dfc9d83a74bced6765dff19a1ceebf3

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQObjectData cleanup
Ivailo Monev [Tue, 21 May 2019 20:00:35 +0000 (20:00 +0000)]
QObjectData cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agofix DBus component regression
Ivailo Monev [Tue, 21 May 2019 19:19:38 +0000 (19:19 +0000)]
fix DBus component regression

the regression is since
https://github.com/fluxer/katie/commit/a133aaf3a841f451a277587cccf578fc624a6054

the follwoing commits are related to it:
https://github.com/fluxer/katie/commit/40ad51d158a07a460ebfa210641e8bbb06f6333b
https://github.com/fluxer/katie/commit/95580728f0224d4d09646d8ce9ba9b06e39beec8

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoSet theme jekyll-theme-cayman
Ivailo Monev [Tue, 21 May 2019 16:21:15 +0000 (16:21 +0000)]
Set theme jekyll-theme-cayman

5 years agominor QStyle cleanup
Ivailo Monev [Tue, 21 May 2019 14:40:42 +0000 (14:40 +0000)]
minor QStyle cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agotypo
Ivailo Monev [Tue, 21 May 2019 14:40:30 +0000 (14:40 +0000)]
typo

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomove qRound() and qRound64() to qmath header
Ivailo Monev [Tue, 21 May 2019 14:37:01 +0000 (14:37 +0000)]
move qRound() and qRound64() to qmath header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agominor QLineEdit cleanup
Ivailo Monev [Tue, 21 May 2019 14:17:16 +0000 (14:17 +0000)]
minor QLineEdit cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agointroduce QT_FOREACH_COMPAT
Ivailo Monev [Tue, 21 May 2019 12:54:32 +0000 (12:54 +0000)]
introduce QT_FOREACH_COMPAT

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agooops, typo
Ivailo Monev [Tue, 21 May 2019 02:15:51 +0000 (02:15 +0000)]
oops, typo

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agotests compiler warnings fixes
Ivailo Monev [Tue, 21 May 2019 02:10:03 +0000 (02:10 +0000)]
tests compiler warnings fixes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeclarative test compiler warnings fix
Ivailo Monev [Mon, 20 May 2019 19:08:31 +0000 (19:08 +0000)]
declarative test compiler warnings fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQWidgetBackingStore cleanup
Ivailo Monev [Mon, 20 May 2019 14:59:23 +0000 (14:59 +0000)]
QWidgetBackingStore cleanup

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