OSDN Git Service

kde/Katie.git
7 years agodo not add stubs for EGL
Ivailo Monev [Thu, 27 Oct 2016 06:33:26 +0000 (06:33 +0000)]
do not add stubs for EGL

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agominor cleanup
Ivailo Monev [Thu, 27 Oct 2016 06:26:21 +0000 (06:26 +0000)]
minor cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoadd inclusion guard to private qpushbutton header
Ivailo Monev [Thu, 27 Oct 2016 06:16:16 +0000 (06:16 +0000)]
add inclusion guard to private qpushbutton header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoinclusion of qvector.h is no longer needed in qobject_p.h
Ivailo Monev [Thu, 27 Oct 2016 00:12:35 +0000 (00:12 +0000)]
inclusion of qvector.h is no longer needed in qobject_p.h

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoupdate TODO
Ivailo Monev [Thu, 27 Oct 2016 00:04:40 +0000 (00:04 +0000)]
update TODO

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove support for user data for objects
Ivailo Monev [Thu, 27 Oct 2016 00:04:31 +0000 (00:04 +0000)]
remove support for user data for objects

the custom properties (set via setProperty(), retrieved via property()) are
far more usefull and they have variaty of use cases. you may notice that
there was a leak if the toolkit was build with QT_NO_USERDATA but that does
not apply as of this commit

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agothere are no commercial tech previous
Ivailo Monev [Wed, 26 Oct 2016 15:53:15 +0000 (15:53 +0000)]
there are no commercial tech previous

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Wed, 26 Oct 2016 15:49:56 +0000 (15:49 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove redundant ui3 data file
Ivailo Monev [Wed, 26 Oct 2016 06:31:03 +0000 (06:31 +0000)]
remove redundant ui3 data file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove now redundant inclusion directories for tests
Ivailo Monev [Tue, 25 Oct 2016 23:30:11 +0000 (23:30 +0000)]
remove now redundant inclusion directories for tests

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoheaders compat werk
Ivailo Monev [Tue, 25 Oct 2016 23:29:24 +0000 (23:29 +0000)]
headers compat werk

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoupdate translations
Ivailo Monev [Tue, 25 Oct 2016 02:47:12 +0000 (02:47 +0000)]
update translations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix build of unicode utility
Ivailo Monev [Mon, 24 Oct 2016 23:40:48 +0000 (23:40 +0000)]
fix build of unicode utility

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Mon, 24 Oct 2016 22:24:07 +0000 (22:24 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agocleanup genmap script
Ivailo Monev [Mon, 24 Oct 2016 17:32:53 +0000 (17:32 +0000)]
cleanup genmap script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix build of qlalr
Ivailo Monev [Mon, 24 Oct 2016 17:27:14 +0000 (17:27 +0000)]
fix build of qlalr

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoadd a inclusion guard to qlalr recognizer header
Ivailo Monev [Mon, 24 Oct 2016 17:12:25 +0000 (17:12 +0000)]
add a inclusion guard to qlalr recognizer header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Mon, 24 Oct 2016 17:08:16 +0000 (17:08 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agothe key getter is no longer required
Ivailo Monev [Mon, 24 Oct 2016 16:43:11 +0000 (16:43 +0000)]
the key getter is no longer required

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake developer utilities entirely optional
Ivailo Monev [Mon, 24 Oct 2016 16:24:30 +0000 (16:24 +0000)]
make developer utilities entirely optional

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoseed the PRNG per-thread
Ivailo Monev [Mon, 24 Oct 2016 15:44:27 +0000 (15:44 +0000)]
seed the PRNG per-thread

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agothere is no need to seed now from the QHttpMultiPartPrivate constructor
Ivailo Monev [Mon, 24 Oct 2016 06:05:41 +0000 (06:05 +0000)]
there is no need to seed now from the QHttpMultiPartPrivate constructor

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake use of thread_local
Ivailo Monev [Sun, 23 Oct 2016 05:31:11 +0000 (05:31 +0000)]
make use of thread_local

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove state machine code
Ivailo Monev [Sun, 23 Oct 2016 02:52:09 +0000 (02:52 +0000)]
remove state machine code

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake some QDBusAbstractInterface methods const
Ivailo Monev [Sat, 22 Oct 2016 23:57:24 +0000 (23:57 +0000)]
make some QDBusAbstractInterface methods const

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoget rid of QDBusAbstractInterface::internalConstCall()
Ivailo Monev [Sat, 22 Oct 2016 23:39:52 +0000 (23:39 +0000)]
get rid of QDBusAbstractInterface::internalConstCall()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoautomate async method/slot calls based on return type
Ivailo Monev [Sat, 22 Oct 2016 21:26:07 +0000 (21:26 +0000)]
automate async method/slot calls based on return type

this is continuation of my Q_NOREPLY tag removal effort in other commit

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove register from variable declarations
Ivailo Monev [Sat, 22 Oct 2016 19:48:21 +0000 (19:48 +0000)]
remove register from variable declarations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoQUrl and qnamespace doc cleanups
Ivailo Monev [Sat, 22 Oct 2016 19:36:01 +0000 (19:36 +0000)]
QUrl and qnamespace doc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix some compiler warnings
Ivailo Monev [Sat, 22 Oct 2016 17:11:32 +0000 (17:11 +0000)]
fix some compiler warnings

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoreplace deprecated gdk_pixbuf_unref with g_object_unref
Ivailo Monev [Sat, 22 Oct 2016 16:54:30 +0000 (16:54 +0000)]
replace deprecated gdk_pixbuf_unref with g_object_unref

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoMerge branch 'master' of https://github.com/fluxer/katie
Ivailo Monev [Sat, 22 Oct 2016 16:13:33 +0000 (16:13 +0000)]
Merge branch 'master' of https://github.com/fluxer/katie

7 years agonamespace cleanup
Ivailo Monev [Sat, 22 Oct 2016 16:13:22 +0000 (16:13 +0000)]
namespace cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Sat, 22 Oct 2016 15:19:52 +0000 (15:19 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoassembler is no longer required for building
Ivailo Monev [Sat, 22 Oct 2016 03:15:11 +0000 (06:15 +0300)]
assembler is no longer required for building

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix a compiler warning [ci skip]
Ivailo Monev [Fri, 21 Oct 2016 18:23:33 +0000 (18:23 +0000)]
fix a compiler warning [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoheaders compat werk [ci skip]
Ivailo Monev [Fri, 21 Oct 2016 18:21:07 +0000 (18:21 +0000)]
headers compat werk [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups and micro-optimizations
Ivailo Monev [Fri, 21 Oct 2016 18:18:21 +0000 (18:18 +0000)]
various cleanups and micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups and micro-optimizations
Ivailo Monev [Thu, 20 Oct 2016 20:23:07 +0000 (20:23 +0000)]
various cleanups and micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agorevet the qcoreevent header alias
Ivailo Monev [Thu, 20 Oct 2016 01:17:52 +0000 (01:17 +0000)]
revet the qcoreevent header alias

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoadd QEvent to incfsck script
Ivailo Monev [Thu, 20 Oct 2016 00:28:54 +0000 (00:28 +0000)]
add QEvent to incfsck script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoevent dispatcher micro-optimizations
Ivailo Monev [Wed, 19 Oct 2016 23:56:52 +0000 (23:56 +0000)]
event dispatcher micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Wed, 19 Oct 2016 21:05:54 +0000 (21:05 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoreally do not support QDataStream for bootstrap
Ivailo Monev [Wed, 19 Oct 2016 18:43:23 +0000 (18:43 +0000)]
really do not support QDataStream for bootstrap

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Wed, 19 Oct 2016 18:05:57 +0000 (18:05 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agorely on CPACK_SET_DESTDIR again
Ivailo Monev [Wed, 19 Oct 2016 18:02:21 +0000 (18:02 +0000)]
rely on CPACK_SET_DESTDIR again

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agonote that zlib and OpenSSL are required now in REAMDE
Ivailo Monev [Wed, 19 Oct 2016 05:59:21 +0000 (05:59 +0000)]
note that zlib and OpenSSL are required now in REAMDE

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove miniz reference
Ivailo Monev [Wed, 19 Oct 2016 05:58:06 +0000 (05:58 +0000)]
remove miniz reference

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoincfsck script cleanup
Ivailo Monev [Wed, 19 Oct 2016 05:54:31 +0000 (05:54 +0000)]
incfsck script cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agobuild system cleanup
Ivailo Monev [Wed, 19 Oct 2016 05:52:00 +0000 (05:52 +0000)]
build system cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoupdate translations
Ivailo Monev [Wed, 19 Oct 2016 05:42:01 +0000 (05:42 +0000)]
update translations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agominor cleanup
Ivailo Monev [Wed, 19 Oct 2016 05:41:46 +0000 (05:41 +0000)]
minor cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake OpenSSL required
Ivailo Monev [Wed, 19 Oct 2016 05:41:21 +0000 (05:41 +0000)]
make OpenSSL required

7 years agorename QDataStream::Status to QDataStream::StreamStatus to avoid problems with X11
Ivailo Monev [Wed, 19 Oct 2016 04:30:33 +0000 (04:30 +0000)]
rename QDataStream::Status to QDataStream::StreamStatus to avoid problems with X11

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoadd missing bracket to benchmark
Ivailo Monev [Wed, 19 Oct 2016 03:28:49 +0000 (03:28 +0000)]
add missing bracket to benchmark

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogetting rid of qAppName()
Ivailo Monev [Wed, 19 Oct 2016 03:27:05 +0000 (03:27 +0000)]
getting rid of qAppName()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove QDebug/qDebug/etc. from global header
Ivailo Monev [Tue, 18 Oct 2016 22:06:15 +0000 (22:06 +0000)]
remove QDebug/qDebug/etc. from global header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoreplace qMemSet with memset
Ivailo Monev [Tue, 18 Oct 2016 21:25:58 +0000 (21:25 +0000)]
replace qMemSet with memset

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoexplicitly cast to the type malloc-ed
Ivailo Monev [Tue, 18 Oct 2016 21:12:13 +0000 (21:12 +0000)]
explicitly cast to the type malloc-ed

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix build of tests
Ivailo Monev [Tue, 18 Oct 2016 21:01:11 +0000 (21:01 +0000)]
fix build of tests

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove qFree/qMalloc/etc.
Ivailo Monev [Tue, 18 Oct 2016 20:06:38 +0000 (20:06 +0000)]
remove qFree/qMalloc/etc.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Sun, 16 Oct 2016 21:22:06 +0000 (21:22 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoadd Resolv CMake module
Ivailo Monev [Sun, 16 Oct 2016 21:13:18 +0000 (21:13 +0000)]
add Resolv CMake module

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoresolv must be linked to now, various cleanups and micro-optimizations
Ivailo Monev [Sun, 16 Oct 2016 21:12:21 +0000 (21:12 +0000)]
resolv must be linked to now, various cleanups and micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove assistant leftovers from designer
Ivailo Monev [Sun, 16 Oct 2016 19:07:03 +0000 (19:07 +0000)]
remove assistant leftovers from designer

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove the client/server mode of designer
Ivailo Monev [Sun, 16 Oct 2016 18:56:27 +0000 (18:56 +0000)]
remove the client/server mode of designer

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Sun, 16 Oct 2016 03:47:12 +0000 (03:47 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agominor build system cleanups
Ivailo Monev [Sun, 16 Oct 2016 02:22:32 +0000 (02:22 +0000)]
minor build system cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogetting rid of QHashableLatin1Literal
Ivailo Monev [Sun, 16 Oct 2016 01:31:10 +0000 (01:31 +0000)]
getting rid of QHashableLatin1Literal

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agogetting rid of "fast" matrix
Ivailo Monev [Sat, 15 Oct 2016 23:41:10 +0000 (23:41 +0000)]
getting rid of "fast" matrix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoqDrawBorderPixmap() optimization
Ivailo Monev [Sat, 15 Oct 2016 22:53:38 +0000 (22:53 +0000)]
qDrawBorderPixmap() optimization

this is mostly memory related optimization but it will benefit from loops
unrolling too

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agofix regular build of JavaScriptCore with GCC 5+
Ivailo Monev [Sat, 15 Oct 2016 19:17:12 +0000 (19:17 +0000)]
fix regular build of JavaScriptCore with GCC 5+

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake GTK2, GConf2 and CUPS linked dependencies
Ivailo Monev [Sat, 15 Oct 2016 16:05:45 +0000 (16:05 +0000)]
make GTK2, GConf2 and CUPS linked dependencies

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoupdate translations
Ivailo Monev [Sat, 15 Oct 2016 04:19:32 +0000 (04:19 +0000)]
update translations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoregenerate classes map header
Ivailo Monev [Sat, 15 Oct 2016 02:51:12 +0000 (02:51 +0000)]
regenerate classes map header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove the xml patterns component
Ivailo Monev [Sat, 15 Oct 2016 02:45:52 +0000 (02:45 +0000)]
remove the xml patterns component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoremove the help component
Ivailo Monev [Sat, 15 Oct 2016 02:25:16 +0000 (02:25 +0000)]
remove the help component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomerge mkspecs_c89 header into mkspecs_posix header
Ivailo Monev [Thu, 13 Oct 2016 01:06:32 +0000 (01:06 +0000)]
merge mkspecs_c89 header into mkspecs_posix header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agospecifying OUTPUT for custom targets multiple times causes the output depend on itself
Ivailo Monev [Wed, 12 Oct 2016 05:11:29 +0000 (05:11 +0000)]
specifying OUTPUT for custom targets multiple times causes the output depend on itself

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agooops, custom targets do not have OUTPUT property
Ivailo Monev [Wed, 12 Oct 2016 04:57:00 +0000 (04:57 +0000)]
oops, custom targets do not have OUTPUT property

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agocall bsdtar after its installation
Ivailo Monev [Tue, 11 Oct 2016 23:50:53 +0000 (23:50 +0000)]
call bsdtar after its installation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoinstall bsdtar in Travis
Ivailo Monev [Tue, 11 Oct 2016 23:48:41 +0000 (23:48 +0000)]
install bsdtar in Travis

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoattempt to use newer Ninja version in Travis environment
Ivailo Monev [Tue, 11 Oct 2016 23:45:49 +0000 (23:45 +0000)]
attempt to use newer Ninja version in Travis environment

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoreplace the common resources handling with CMake's OUTPUT property
Ivailo Monev [Tue, 11 Oct 2016 23:16:20 +0000 (23:16 +0000)]
replace the common resources handling with CMake's OUTPUT property

it automatically sets the GENERATED property for the output file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agothe designer tool does not need shareddeviceskin target objects
Ivailo Monev [Tue, 11 Oct 2016 22:47:27 +0000 (22:47 +0000)]
the designer tool does not need shareddeviceskin target objects

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agouse QX11PixmapData as default pixmap data type for compatibility with Qt4
Ivailo Monev [Tue, 11 Oct 2016 22:39:40 +0000 (22:39 +0000)]
use QX11PixmapData as default pixmap data type for compatibility with Qt4

otherwise QPixmap::handle() is going to return 0 which is not what most
applications expect and check for

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Mon, 10 Oct 2016 17:01:58 +0000 (17:01 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agooops, call ninja instead of make
Ivailo Monev [Sat, 8 Oct 2016 00:06:15 +0000 (00:06 +0000)]
oops, call ninja instead of make

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agominor build system cleanup
Ivailo Monev [Sat, 8 Oct 2016 00:01:16 +0000 (00:01 +0000)]
minor build system cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agolet's try Ninja in Travis
Ivailo Monev [Sat, 8 Oct 2016 00:01:06 +0000 (00:01 +0000)]
let's try Ninja in Travis

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agothere is no need to add KATIE_DATE to build definitions
Ivailo Monev [Fri, 7 Oct 2016 23:48:38 +0000 (23:48 +0000)]
there is no need to add KATIE_DATE to build definitions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agopackage files cleanup
Ivailo Monev [Fri, 7 Oct 2016 23:46:30 +0000 (23:46 +0000)]
package files cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoinstallation paths revised
Ivailo Monev [Fri, 7 Oct 2016 23:43:48 +0000 (23:43 +0000)]
installation paths revised

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agosvg document micro-optimization
Ivailo Monev [Fri, 7 Oct 2016 23:36:37 +0000 (23:36 +0000)]
svg document micro-optimization

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agodo not consider the boundary finder valid if the string is empty
Ivailo Monev [Fri, 7 Oct 2016 21:45:34 +0000 (21:45 +0000)]
do not consider the boundary finder valid if the string is empty

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomake use of case falltrough in gui state machine switch statement
Ivailo Monev [Thu, 6 Oct 2016 18:13:59 +0000 (18:13 +0000)]
make use of case falltrough in gui state machine switch statement

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agotemporary fix for katie_optimize_headers()
Ivailo Monev [Thu, 6 Oct 2016 18:12:22 +0000 (18:12 +0000)]
temporary fix for katie_optimize_headers()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agomicro-optimizations
Ivailo Monev [Thu, 6 Oct 2016 17:32:26 +0000 (17:32 +0000)]
micro-optimizations

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agovarious cleanups
Ivailo Monev [Wed, 5 Oct 2016 23:33:10 +0000 (23:33 +0000)]
various cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
7 years agoQCoreApplication/QApplication cleanup
Ivailo Monev [Wed, 5 Oct 2016 22:28:57 +0000 (22:28 +0000)]
QCoreApplication/QApplication cleanup

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