OSDN Git Service

kde/Katie.git
4 years agoreplace typedefs with the actual type in createFileFromTemplate() function
Ivailo Monev [Sun, 5 Jan 2020 17:08:12 +0000 (17:08 +0000)]
replace typedefs with the actual type in createFileFromTemplate() function

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoindent QDBusMetaType::signatureToType() and QDBusMetaType::signatureToType()
Ivailo Monev [Sun, 5 Jan 2020 15:04:20 +0000 (15:04 +0000)]
indent QDBusMetaType::signatureToType() and QDBusMetaType::signatureToType()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoavoid temporary in QDBusMetaType::demarshall()
Ivailo Monev [Sun, 5 Jan 2020 15:03:38 +0000 (15:03 +0000)]
avoid temporary in QDBusMetaType::demarshall()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agooptimize QInotifyFileSystemWatcherEngine::create() for case when IN_CLOEXEC is defined
Ivailo Monev [Sun, 5 Jan 2020 04:21:13 +0000 (04:21 +0000)]
optimize QInotifyFileSystemWatcherEngine::create() for case when IN_CLOEXEC is defined

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant fcntl() call in QInotifyFileSystemWatcherEngine::QInotifyFileSystemW...
Ivailo Monev [Sun, 5 Jan 2020 04:19:09 +0000 (04:19 +0000)]
remove redundant fcntl() call in QInotifyFileSystemWatcherEngine::QInotifyFileSystemWatcherEngine()

also called in QInotifyFileSystemWatcherEngine::create()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreduce branches in QFileSystemIterator::QFileSystemIterator()
Ivailo Monev [Sun, 5 Jan 2020 04:02:48 +0000 (04:02 +0000)]
reduce branches in QFileSystemIterator::QFileSystemIterator()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant internal QFSFileEnginePrivate methods
Ivailo Monev [Sun, 5 Jan 2020 00:13:57 +0000 (00:13 +0000)]
remove redundant internal QFSFileEnginePrivate methods

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomark QDir warning cases as unlikely
Ivailo Monev [Sat, 4 Jan 2020 23:47:12 +0000 (23:47 +0000)]
mark QDir warning cases as unlikely

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace break and falltrough with return in QMimeDataPrivate::getData()
Ivailo Monev [Sat, 4 Jan 2020 22:55:48 +0000 (22:55 +0000)]
replace break and falltrough with return in QMimeDataPrivate::getData()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocreate dbg.sh script during configuration to execute with gdb
Ivailo Monev [Sat, 4 Jan 2020 22:21:35 +0000 (22:21 +0000)]
create dbg.sh script during configuration to execute with gdb

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace 0 with Q_NULLPTR in QPaintEngineExPrivate::QPaintEngineExPrivate()
Ivailo Monev [Sat, 4 Jan 2020 22:20:33 +0000 (22:20 +0000)]
replace 0 with Q_NULLPTR in QPaintEngineExPrivate::QPaintEngineExPrivate()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd QNetworkDiskCache test
Ivailo Monev [Sat, 4 Jan 2020 21:41:26 +0000 (21:41 +0000)]
add QNetworkDiskCache test

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse single variable assignment in QDBusConnectionManager::removeConnection()
Ivailo Monev [Sat, 4 Jan 2020 21:20:24 +0000 (21:20 +0000)]
use single variable assignment in QDBusConnectionManager::removeConnection()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace 0 with Q_NULLPTR in QDBusConnectionManager::connection()
Ivailo Monev [Sat, 4 Jan 2020 21:18:58 +0000 (21:18 +0000)]
replace 0 with Q_NULLPTR in QDBusConnectionManager::connection()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agorequire suffix to be passed to QFactoryLoader constructor
Ivailo Monev [Sat, 4 Jan 2020 18:48:56 +0000 (18:48 +0000)]
require suffix to be passed to QFactoryLoader constructor

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse static keys list in QGraphicsSystemFactory::keys() when build with QT_NO_LIBRARY...
Ivailo Monev [Sat, 4 Jan 2020 18:45:50 +0000 (18:45 +0000)]
use static keys list in QGraphicsSystemFactory::keys() when build with QT_NO_LIBRARY defined

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd braces around multi-line loop in QMetaObject::indexOfProperty()
Ivailo Monev [Sat, 4 Jan 2020 18:08:28 +0000 (18:08 +0000)]
add braces around multi-line loop in QMetaObject::indexOfProperty()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomark some warning cases as unlikely
Ivailo Monev [Sat, 4 Jan 2020 18:07:51 +0000 (18:07 +0000)]
mark some warning cases as unlikely

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate internal QEvent::Type enums documentation [ci skip]
Ivailo Monev [Sat, 4 Jan 2020 17:17:57 +0000 (17:17 +0000)]
update internal QEvent::Type enums documentation [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate hand-edited moc-generated code
Ivailo Monev [Sat, 4 Jan 2020 15:58:23 +0000 (15:58 +0000)]
update hand-edited moc-generated code

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace private static QScriptEnginePrivate functions with their body
Ivailo Monev [Sat, 4 Jan 2020 15:53:13 +0000 (15:53 +0000)]
replace private static QScriptEnginePrivate functions with their body

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse proper type for index in QLocale::monthName(), QLocale::standaloneMonthName(...
Ivailo Monev [Sat, 4 Jan 2020 03:58:35 +0000 (03:58 +0000)]
use proper type for index in QLocale::monthName(), QLocale::standaloneMonthName(), QString QLocale::dayName() and QLocale::standaloneDayName()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate CMake modules copyright [ci skip]
Ivailo Monev [Sat, 4 Jan 2020 02:01:52 +0000 (02:01 +0000)]
update CMake modules copyright [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomark qt_splitLocaleName() faliure as unlikely in QLocalePrivate::getLangAndCountry()
Ivailo Monev [Sat, 4 Jan 2020 01:22:10 +0000 (01:22 +0000)]
mark qt_splitLocaleName() faliure as unlikely in QLocalePrivate::getLangAndCountry()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreimplement locale name to language, script and country splitting via ICU
Ivailo Monev [Sat, 4 Jan 2020 01:06:23 +0000 (01:06 +0000)]
reimplement locale name to language, script and country splitting via ICU

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreimplement QLocale::textDirection() via ICU
Ivailo Monev [Sat, 4 Jan 2020 00:44:22 +0000 (00:44 +0000)]
reimplement QLocale::textDirection() via ICU

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agointroduce QLocale::MeasurementSystem::UKSystem and obtain measurement system via ICU
Ivailo Monev [Sat, 4 Jan 2020 00:44:04 +0000 (00:44 +0000)]
introduce QLocale::MeasurementSystem::UKSystem and obtain measurement system via ICU

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant conditional checks in QLocalePrivate::bcp47Name()
Ivailo Monev [Sat, 4 Jan 2020 00:33:31 +0000 (00:33 +0000)]
remove redundant conditional checks in QLocalePrivate::bcp47Name()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse single variable assignment in QtMetaEnumProvider::initLocale()
Ivailo Monev [Sat, 4 Jan 2020 00:33:13 +0000 (00:33 +0000)]
use single variable assignment in QtMetaEnumProvider::initLocale()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomake use of QLocale::matchingLocales() in QLocale::negativeNumbers()
Ivailo Monev [Sat, 4 Jan 2020 00:32:53 +0000 (00:32 +0000)]
make use of QLocale::matchingLocales() in QLocale::negativeNumbers()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocorrect formbuilder alias generation [ci skip]
Ivailo Monev [Fri, 3 Jan 2020 23:14:52 +0000 (23:14 +0000)]
correct formbuilder alias generation [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocorrect value assignment in QSpontaneKeyEvent::setSpontaneous()
Ivailo Monev [Fri, 3 Jan 2020 22:07:40 +0000 (22:07 +0000)]
correct value assignment in QSpontaneKeyEvent::setSpontaneous()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agofix build
Ivailo Monev [Fri, 3 Jan 2020 22:05:30 +0000 (22:05 +0000)]
fix build

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoget rid of QScript::AST::Visitor()
Ivailo Monev [Fri, 3 Jan 2020 17:07:37 +0000 (17:07 +0000)]
get rid of QScript::AST::Visitor()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agodetermine filler order depending on Q_BYTE_ORDER in PNG handler
Ivailo Monev [Fri, 3 Jan 2020 16:42:43 +0000 (16:42 +0000)]
determine filler order depending on Q_BYTE_ORDER in PNG handler

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agosync QSpontaneKeyEvent with QEvent and fix size check
Ivailo Monev [Fri, 3 Jan 2020 16:41:23 +0000 (16:41 +0000)]
sync QSpontaneKeyEvent with QEvent and fix size check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agofix QGraphicsItemPrivate::extraItemCache() const-correctness
Ivailo Monev [Fri, 3 Jan 2020 16:40:02 +0000 (16:40 +0000)]
fix QGraphicsItemPrivate::extraItemCache() const-correctness

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant Q_DECL_VARIABLE_DEPRECATED definition
Ivailo Monev [Fri, 3 Jan 2020 15:04:46 +0000 (15:04 +0000)]
remove redundant Q_DECL_VARIABLE_DEPRECATED definition

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse find_program() instead of find_package() to find Git executable
Ivailo Monev [Fri, 3 Jan 2020 04:50:59 +0000 (04:50 +0000)]
use find_program() instead of find_package() to find Git executable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoprint warning about missing unifdef for any build type
Ivailo Monev [Fri, 3 Jan 2020 04:46:46 +0000 (04:46 +0000)]
print warning about missing unifdef for any build type

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoQStyleOptionTabBarBaseV2 and QTextTableCellFormat fancy headers compatibility
Ivailo Monev [Fri, 3 Jan 2020 04:29:11 +0000 (04:29 +0000)]
QStyleOptionTabBarBaseV2 and QTextTableCellFormat fancy headers compatibility

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomake genmap.py script skip private headers again
Ivailo Monev [Fri, 3 Jan 2020 04:24:32 +0000 (04:24 +0000)]
make genmap.py script skip private headers again

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoexport QCache class
Ivailo Monev [Fri, 3 Jan 2020 04:23:35 +0000 (04:23 +0000)]
export QCache class

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant Debian package symbols file [ci skip]
Ivailo Monev [Fri, 3 Jan 2020 04:08:55 +0000 (04:08 +0000)]
remove redundant Debian package symbols file [ci skip]

it is generated from override_dh_auto_install rule

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd QDBusReply test
Ivailo Monev [Fri, 3 Jan 2020 03:40:09 +0000 (03:40 +0000)]
add QDBusReply test

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd QDir test
Ivailo Monev [Fri, 3 Jan 2020 03:16:27 +0000 (03:16 +0000)]
add QDir test

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreduce branches in QDir::operator==() operator
Ivailo Monev [Fri, 3 Jan 2020 03:15:15 +0000 (03:15 +0000)]
reduce branches in QDir::operator==() operator

also fixes test case

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocheck if additional sorting flags are empty in QDir::operator<<() operator
Ivailo Monev [Fri, 3 Jan 2020 02:50:25 +0000 (02:50 +0000)]
check if additional sorting flags are empty in QDir::operator<<() operator

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace hardcoded mask with enum in QDir::operator<<() operator
Ivailo Monev [Fri, 3 Jan 2020 02:37:10 +0000 (02:37 +0000)]
replace hardcoded mask with enum in QDir::operator<<() operator

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant network-settings header inclusion from tst_qfileinfo source file
Ivailo Monev [Fri, 3 Jan 2020 02:08:23 +0000 (02:08 +0000)]
remove redundant network-settings header inclusion from tst_qfileinfo source file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreduce branches in QDataStream::operator>>() operators
Ivailo Monev [Fri, 3 Jan 2020 01:31:19 +0000 (01:31 +0000)]
reduce branches in QDataStream::operator>>() operators

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant Q_DOUBLE_FORMAT definition check
Ivailo Monev [Fri, 3 Jan 2020 01:28:52 +0000 (01:28 +0000)]
remove redundant Q_DOUBLE_FORMAT definition check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoinclude correct event headers
Ivailo Monev [Fri, 3 Jan 2020 01:00:25 +0000 (01:00 +0000)]
include correct event headers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate automatically generated katie_generate_obsolete() macro calls list
Ivailo Monev [Fri, 3 Jan 2020 00:13:53 +0000 (00:13 +0000)]
update automatically generated katie_generate_obsolete() macro calls list

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoQMatrix4x4 has its own header
Ivailo Monev [Fri, 3 Jan 2020 00:13:15 +0000 (00:13 +0000)]
QMatrix4x4 has its own header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoassume compiler features introduced in C++11 are supported by the compiler
Ivailo Monev [Thu, 2 Jan 2020 23:27:48 +0000 (23:27 +0000)]
assume compiler features introduced in C++11 are supported by the compiler

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoassume Q_OUTOFLINE_TEMPLATE, Q_INLINE_TEMPLATE and Q_TYPENAME are not defined anywher...
Ivailo Monev [Thu, 2 Jan 2020 23:22:58 +0000 (23:22 +0000)]
assume Q_OUTOFLINE_TEMPLATE, Q_INLINE_TEMPLATE and Q_TYPENAME are not defined anywhere else

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant Q_PACKED definition check
Ivailo Monev [Thu, 2 Jan 2020 23:22:28 +0000 (23:22 +0000)]
remove redundant Q_PACKED definition check

it should be defined for any compiler

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant Q_NO_PACKED_REFERENCE definition
Ivailo Monev [Thu, 2 Jan 2020 23:21:58 +0000 (23:21 +0000)]
remove redundant Q_NO_PACKED_REFERENCE definition

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocompelete headers compatibility map
Ivailo Monev [Thu, 2 Jan 2020 23:02:19 +0000 (23:02 +0000)]
compelete headers compatibility map

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate URL TLDs table [ci skip]
Ivailo Monev [Thu, 2 Jan 2020 18:19:38 +0000 (18:19 +0000)]
update URL TLDs table [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agofix regression since 28b8a590c157bc44f2a48f7fd56bc9eff8f6c342
Ivailo Monev [Thu, 2 Jan 2020 17:32:59 +0000 (17:32 +0000)]
fix regression since 28b8a590c157bc44f2a48f7fd56bc9eff8f6c342

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoRevert "rework QPollingFileSystemWatcherEngine to use QFileInfo for files"
Ivailo Monev [Thu, 2 Jan 2020 17:30:43 +0000 (17:30 +0000)]
Revert "rework QPollingFileSystemWatcherEngine to use QFileInfo for files"

QFileInfo equal operator does not compare all attributes

This reverts commit 9812469490961b646fa37615b08f4f2a0b54c778.

4 years agomake use of Q_TYPEOF() in compat Q_FOREACH()
Ivailo Monev [Thu, 2 Jan 2020 16:55:26 +0000 (16:55 +0000)]
make use of Q_TYPEOF() in compat Q_FOREACH()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreduce definition branches in qglobal header
Ivailo Monev [Thu, 2 Jan 2020 16:54:25 +0000 (16:54 +0000)]
reduce definition branches in qglobal header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agorework QPollingFileSystemWatcherEngine to use QFileInfo for files
Ivailo Monev [Thu, 2 Jan 2020 16:53:28 +0000 (16:53 +0000)]
rework QPollingFileSystemWatcherEngine to use QFileInfo for files

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd QFileSystemWatcher test
Ivailo Monev [Thu, 2 Jan 2020 15:50:56 +0000 (15:50 +0000)]
add QFileSystemWatcher test

4 years agoadd QFileInfo test
Ivailo Monev [Thu, 2 Jan 2020 15:33:06 +0000 (15:33 +0000)]
add QFileInfo test

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agosimplify and fix compatibility Q_FOREACH()
Ivailo Monev [Thu, 2 Jan 2020 00:53:35 +0000 (00:53 +0000)]
simplify and fix compatibility Q_FOREACH()

the issue was encountered while building other projects with GCC v9.2.0,
code generated by v8.3.0 is unaffected

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoprint warning on parser error from json_settings_read() function
Ivailo Monev [Wed, 1 Jan 2020 18:09:02 +0000 (18:09 +0000)]
print warning on parser error from json_settings_read() function

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agodo not delete shared null QMap data
Ivailo Monev [Wed, 1 Jan 2020 17:39:59 +0000 (17:39 +0000)]
do not delete shared null QMap data

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove architecture checks from mkspecs file [ci skip]
Ivailo Monev [Wed, 1 Jan 2020 14:54:30 +0000 (14:54 +0000)]
remove architecture checks from mkspecs file [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoconvert QVariant::String to/from QVariant::StringList type based on delimiter
Ivailo Monev [Wed, 1 Jan 2020 10:54:50 +0000 (10:54 +0000)]
convert QVariant::String to/from QVariant::StringList type based on delimiter

the conversion covers the most common cases, further improvements like
splitting quoted strings can be done in the future

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd i486 and pentium4 to arch array in Arch package file [ci skip]
Ivailo Monev [Wed, 1 Jan 2020 06:24:25 +0000 (06:24 +0000)]
add i486 and pentium4 to arch array in Arch package file [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agotest Ninja generator from oldmake.sh script [ci skip]
Ivailo Monev [Tue, 31 Dec 2019 04:54:58 +0000 (04:54 +0000)]
test Ninja generator from oldmake.sh script [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agomerge .cmake into CMakeLists.txt files
Ivailo Monev [Tue, 31 Dec 2019 04:27:10 +0000 (04:27 +0000)]
merge .cmake into CMakeLists.txt files

this way it is easier to maintain and should reduce the time spend on
configuring the project when building, much like the all-in-one build
option

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd arm to arch array in Arch package file [ci skip]
Ivailo Monev [Tue, 31 Dec 2019 03:16:45 +0000 (03:16 +0000)]
add arm to arch array in Arch package file [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoadd libxt to depends array in Arch package file
Ivailo Monev [Tue, 31 Dec 2019 03:16:26 +0000 (03:16 +0000)]
add libxt to depends array in Arch package file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agobuild QML imports as modules and link them to required components
Ivailo Monev [Tue, 31 Dec 2019 01:31:23 +0000 (01:31 +0000)]
build QML imports as modules and link them to required components

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agolink KtGui component to ICU libraries explicitly
Ivailo Monev [Tue, 31 Dec 2019 01:09:37 +0000 (01:09 +0000)]
link KtGui component to ICU libraries explicitly

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoinclude moc-generated files as local headers
Ivailo Monev [Tue, 31 Dec 2019 00:24:20 +0000 (00:24 +0000)]
include moc-generated files as local headers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant QDeclarativeAbstractAnimationPrivate member size specifiers
Ivailo Monev [Tue, 31 Dec 2019 00:13:27 +0000 (00:13 +0000)]
remove redundant QDeclarativeAbstractAnimationPrivate member size specifiers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoreplace 0 with Q_NULLPTR where applicable
Ivailo Monev [Tue, 31 Dec 2019 00:12:56 +0000 (00:12 +0000)]
replace 0 with Q_NULLPTR where applicable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoeffectively revert c8e884c2d3a4dbd95973d639cf2265733e1ee24b
Ivailo Monev [Tue, 31 Dec 2019 00:03:00 +0000 (00:03 +0000)]
effectively revert c8e884c2d3a4dbd95973d639cf2265733e1ee24b

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoavoid temporary in Parser::parse()
Ivailo Monev [Mon, 30 Dec 2019 23:54:15 +0000 (23:54 +0000)]
avoid temporary in Parser::parse()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoplug qt_initLocale() memory leak
Ivailo Monev [Mon, 30 Dec 2019 11:44:54 +0000 (11:44 +0000)]
plug qt_initLocale() memory leak

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove unused QSvgHandler::m_resolveNodes member
Ivailo Monev [Mon, 30 Dec 2019 10:06:54 +0000 (10:06 +0000)]
remove unused QSvgHandler::m_resolveNodes member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant QStringSplitter() members
Ivailo Monev [Mon, 30 Dec 2019 05:23:19 +0000 (05:23 +0000)]
remove redundant QStringSplitter() members

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoavoid temporary in qt_string_count() function
Ivailo Monev [Mon, 30 Dec 2019 05:08:57 +0000 (05:08 +0000)]
avoid temporary in qt_string_count() function

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoremove redundant uint() construct and C-style cast in qFindString() function
Ivailo Monev [Mon, 30 Dec 2019 04:59:10 +0000 (04:59 +0000)]
remove redundant uint() construct and C-style cast in qFindString() function

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agodo not free shared null QMap data
Ivailo Monev [Mon, 30 Dec 2019 04:29:58 +0000 (04:29 +0000)]
do not free shared null QMap data

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocleanup findInterface() function
Ivailo Monev [Mon, 30 Dec 2019 02:43:40 +0000 (02:43 +0000)]
cleanup findInterface() function

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agodesigner tool does not have to be linked to KtUiTools component
Ivailo Monev [Mon, 30 Dec 2019 01:29:34 +0000 (01:29 +0000)]
designer tool does not have to be linked to KtUiTools component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agolink compnents to libraries and other components explicitly
Ivailo Monev [Mon, 30 Dec 2019 01:24:44 +0000 (01:24 +0000)]
link compnents to libraries and other components explicitly

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate Debian package symbols file
Ivailo Monev [Mon, 30 Dec 2019 01:23:58 +0000 (01:23 +0000)]
update Debian package symbols file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agouse static lists for plugin keys
Ivailo Monev [Mon, 30 Dec 2019 00:52:10 +0000 (00:52 +0000)]
use static lists for plugin keys

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoextended compiler-standard check to check for CMP0067 policy
Ivailo Monev [Mon, 30 Dec 2019 00:51:31 +0000 (00:51 +0000)]
extended compiler-standard check to check for CMP0067 policy

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate qlalr files copyright [ci skip]
Ivailo Monev [Sun, 29 Dec 2019 23:38:17 +0000 (23:38 +0000)]
update qlalr files copyright [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agoupdate copyright and add script for doing so
Ivailo Monev [Sun, 29 Dec 2019 23:21:34 +0000 (23:21 +0000)]
update copyright and add script for doing so

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
4 years agocorrect return value in QTextBoundaryFinder::boundaryReasons()
Ivailo Monev [Sun, 29 Dec 2019 21:49:31 +0000 (21:49 +0000)]
correct return value in QTextBoundaryFinder::boundaryReasons()

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