Commit graph

28 commits

Author SHA1 Message Date
Ivailo Monev
ba2200f209 remove Qt3 support methods from designer component
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-07-30 13:36:02 +00:00
Ivailo Monev
a283d852c3 fix some compiler warnings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-12 12:08:19 +00:00
Ivailo Monev
0c3916fe0a run moc only on files that contain Q_OBJECT/Q_OBJECT_FAKE/Q_GADGET
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-12 01:54:49 +00:00
Ivailo Monev
1e0da96487 remove some versions checks
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-07-02 14:29:30 +00:00
Ivailo Monev
9bdda0cd5e fix some compiler warnings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-30 02:44:25 +00:00
Ivailo Monev
26f71b6fe6 constify some static declarations
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-22 13:13:25 +00:00
Ivailo Monev
3b1722b808 various cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-22 10:51:18 +00:00
Ivailo Monev
18398add06 fix some pedantic compiler warnings
upstream commits:
fc4d45d97d
d730e07d01

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-20 14:09:41 +00:00
Ivailo Monev
d088897d13 make Python recommended not required
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-18 12:54:10 +00:00
Ivailo Monev
b4b5590881 make it build with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII
at least the important components, tools, etc. the tests and the utilities
have not been fully tested and fixed yet not has this been tested on
platform other than Linux yet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-15 02:32:57 +00:00
Ivailo Monev
a6fd152efc force PIC on object targets if depending on the library targets
the CMake documentation for the POSITION_INDEPENDENT_CODE
property states that it is set to True for SHARED and
MODULE targets, however mixing objects that are build
without PIC and shared/module objects with PIC does not
end well (linker error) thus the macro to workaround
that fixing the build for x86_64

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-13 22:07:42 +00:00
Ivailo Monev
2f09a43808 some strict iterators build fixes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-12 21:01:44 +00:00
Ivailo Monev
2182d5dc47 use string builder and fix issues with it on UNIX
upstream commits:
ad9b37a706
8a8fca2f85

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-12 14:21:03 +00:00
Ivailo Monev
b445701c21 optimize designer components images
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-12 13:01:56 +00:00
Ivailo Monev
0afe0c0c36 simplify installation directories handling via use of CPACK_SET_DESTDIR
also, the CMake files are installed where they can be found by default
(without any manual configuration) by default - in the top-level
installation directory (CMAKE_INSTALL_PREFIX)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-10 14:06:44 +03:00
Ivailo Monev
48a45d0cd4 build fixes for the QT_STRICT_ITERATORS conditional
the only thing left to fix is the dbus component which requires the
pointer operator backported from 9c5a77f0ef
but it messes up the erase and insert templates and causes source
incompatibilities so it has to investigated further.

upstream commits:
fad1fa65ed
7c1e0fef8e
c4fbe872be
0412ad3513

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-04 14:15:26 +00:00
Ivailo Monev
af86abe7bb various cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-31 19:27:38 +00:00
Ivailo Monev
15fbbfc81e fix some compiler warnings in designer component
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-28 14:10:52 +00:00
Ivailo Monev
86c05a6208 do not add all libraries the component it linted to to te pkgconfi file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-18 14:52:58 +00:00
Ivailo Monev
99475ae659 move designer tool to tools sub-directory and update translations
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-10 16:04:47 +00:00
Ivailo Monev
1acc2778b0 add Designer back
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-05 22:04:34 +00:00
Ivailo Monev
305de9f0d4 fix some compiler warnings
upstream commits that make questionable changes and need further investigation:
4bd45d7d2a
336eac0896

upstream commits:
6a11dd1669
8a95cb56f5
c550a5d42c

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-03 17:13:09 +02:00
Ivailo Monev
4edd30e927 remove syncqt workarounds
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-31 22:46:13 +02:00
Ivailo Monev
1d5f156a6e fix compiler warning about unused function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-27 04:57:07 +02:00
Ivailo Monev
9c7c7d8531 fix some compiler warnings
the list of upstream commits is incomplete, the Qt(5) devs have taken care
of many warnings and I have not scoped trough all of the repos and commits
to find them out and list them. I've made some changes on my own too

upstream commits:
fece2474fe
e6799c6e33
64a7ac344e

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-13 18:27:10 +02:00
Ivailo Monev
19c3d3439c remove support for legacy uic3 from designer component
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-09 18:59:46 +02:00
Ivailo Monev
da1d3334eb fix debug build of designer component
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-22 21:13:33 +02:00
Ivailo Monev
bfbc380756 initial import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-10 05:06:13 +02:00