Commit graph

11 commits

Author SHA1 Message Date
Ivailo Monev
fab969cf3e kdecore: remove most of the KUrl compat methods
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-23 12:26:07 +03:00
Ivailo Monev
581e3037cf kdeclarative: correct QImage binding function names
used for exceptions only

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-19 08:35:13 +03:00
Ivailo Monev
80448cfb9f kdeclarative: implement width() and height() getters for QImage
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-19 01:28:01 +03:00
Ivailo Monev
7ddc53d4c1 kdeclarative: rename image binding function
partially fixes build when CMAKE_UNITY_BUILD is set to ON

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-11 18:41:48 +03:00
Ivailo Monev
f0c713f831 kdeclarative: QImage binding optimization
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-06 15:11:54 +03:00
Ivailo Monev
22fcc8aef5 kdeclarative: correct copyright for QImage binding
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-04 02:40:20 +03:00
Ivailo Monev
30ed152379 kdeclarative: minimal QImage type binding
to be used in fixing notifications applet warning

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-03 16:50:36 +03:00
Ivailo Monev
f5f04c74ac kdeclarative: remove unused macros and wrappers in backportglobal header
note that there are three more copies of that file (some with minor
additions):
kde-workspace/libs/plasmagenericshell/scripting/backportglobal.h
kde-workspace/plasma/kpart/scripting/backportglobal.h
kde-workspace/plasma/scriptengine/simplebindings/backportglobal.h

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-12 13:25:01 +02:00
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
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
b4f374cc9b experimental: declare kdeclarative library as stable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 09:39:35 +02:00