Commit graph

18 commits

Author SHA1 Message Date
Ivailo Monev
61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
Ivailo Monev
71d48301ce kdeclarative: setup the debugger from setupBindings() when build against Katie
while this should be done in setupQmlJsDebugger() I found that most of the
API consumers of KDeclarative just ignore it and never call it thus making
debugging impossible

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-11-10 21:24:38 +00:00
Ivailo Monev
1e26bf4a5d generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-09-03 00:05:54 +00:00
Ivailo Monev
1f34f5ad73 generic: use CMake export header generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-27 20:13:02 +00:00
Ivailo Monev
c899de40be kdeclarative: the test is manual, use the proper macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-08 01:30:19 +00:00
Ivailo Monev
05e9f6eb26 kdeclarative: fix path to test file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-01 01:33:18 +00:00
Ivailo Monev
1159ece183 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-06 15:59:05 +00:00
Ivailo Monev
2d12108e97 Revert "kdeclarative: fix linking against Katie"
the issue was fixed with c8ff87c1d2

This reverts commit d4df41283f.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-21 15:57:56 +02:00
Ivailo Monev
5f7219b491 kdeclarative: simplify debugger enabling
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-12 15:45:11 +02:00
Ivailo Monev
d4df41283f kdeclarative: fix linking against Katie
for some (really) strange reason code that worked before does not now,
whatever is causing the blanking of QT_QTSCRIPTTOOLS_LIBRAY variable is a
CMake regression I believe. With this change overlinking will be done when
building against Qt4 but I'd rather bear with that then workaround
regression somewhere.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-25 08:36:11 +02:00
Ivailo Monev
533b860211 kdeclarative: reuse warning message for null engine 2015-11-29 18:32:52 +02:00
Ivailo Monev
fbd0e11b3d generic: implement special qml debugger handling for Katie 2015-11-29 18:30:02 +02:00
Ivailo Monev
06585e4340 kdeclarative: use scriptools instead of qml debugger when build against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-28 04:22:15 +02:00
Ivailo Monev
e178fea6ae kdeclarative: use scriptools instead of qml debugger when build against Katie
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-28 04:16:59 +02:00
Ivailo Monev
ac0f452df8 kdeclerative: replace qVaraintFromValue() with QVariant::fromValue()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-16 02:50:13 +02:00
Ivailo Monev
d2a5236cd7 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 12:01:45 +02:00
Ivailo Monev
3b7b54ca16 generic: mostly build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 18:04:45 +02:00
Ivailo Monev
b4f374cc9b experimental: declare kdeclarative library as stable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 09:39:35 +02:00