66 Commits

Author SHA1 Message Date
Andrei Smirnov
5fb8a012a3 QGuiApplication to not mess with QCoreApplication and QApplication 2021-09-20 11:35:30 -04:00
Richard Ramos
edc1a9d72b
feat: appname 2020-06-25 10:33:02 -04:00
Filippo Cucchetto
483c1848e2 Use QTimer static functions 2018-11-28 23:20:39 +01:00
Filippo Cucchetto
2712fb154b Removed memory leaks from tests 2018-11-28 23:16:17 +01:00
Filippo Cucchetto
1161273ad3 Added header files for IDE support 2018-11-28 22:55:26 +01:00
bamarc
80f9d2612f
Update test_dotherside.cpp 2018-06-21 19:13:05 +02:00
bamarc
69444b1d1d Renamed property get/set to better fit conventions 2018-06-21 16:25:16 +02:00
bamarc
d58420caa0 Added wrapper for QObject->property() and QObject->setProperty()
Added tests for the new Wrapper and for dos_qvariant_create_qvariant
2018-06-21 13:41:47 +02:00
zxey
b551d44955 Fix MSVC Meson build 2018-01-17 18:07:34 +01:00
Filippo Cucchetto
e38e3e606c Beautified the codebase through astyle 2017-04-09 14:34:47 +02:00
Filippo Cucchetto
ffd9b493a9 Simplified the dos_qabstractitemmodel_create interface by using a struct
Removed most of the function parameters by putting them inside a struct
2017-04-02 14:47:42 +02:00
Filippo Cucchetto
bd8ed05ba2 Fixes #45 Bindings should set the parameters name 2017-03-12 15:09:07 +01:00
Filippo Cucchetto
c871df1206 Fixed compilation with meson build system 2017-03-12 11:05:39 +01:00
Filippo Cucchetto
035c392e3e Fixed test and renaming 2017-03-05 19:30:57 +01:00
Filippo Cucchetto
259b8e4a48 Added index and parent callbacks 2017-03-05 19:07:40 +01:00
Filippo Cucchetto
8079294e93 Fixed compilation and added stubs for index and parent functions 2017-03-05 18:34:35 +01:00
Filippo Cucchetto
25f396ef46 Renamed QAbstractListModel in QAbstractItemModel 2017-03-05 18:22:04 +01:00
Filippo Cucchetto
7b94508c80 Fixed compilation 2016-07-10 00:30:00 +02:00
Filippo Cucchetto
819409fa94 Closed #39 Add support for QVariantList
This adds support for marshalling arrays of QVariant (QVariantList) in/out from DosQVariant.
We added the following 3 API:
dos_qvariant_create_array
dos_qvariant_setArray
dos_qvariant_toArray

Support for QVariantList in property definition of QObjects is already enabled. The end
user should use the QVariantList metatype.
2016-07-04 18:20:02 +02:00
Filippo Cucchetto
c6283eed47 Started QQuickView tests 2016-06-26 18:46:03 +02:00
Filippo Cucchetto
4068279091 Added QUrl test 2016-06-26 15:05:38 +02:00
Filippo Cucchetto
6684a34131 Added QModelIndex test 2016-06-26 14:43:53 +02:00
Filippo Cucchetto
7cdaa5c230 Added QVariant test 2016-06-26 14:13:41 +02:00
Filippo Cucchetto
46ff28169b Added qmlRegisterSingletonType test 2016-06-21 23:48:57 +02:00
Filippo Cucchetto
81cc90cf3a Added qmlRegisterType test 2016-06-21 23:31:49 +02:00
Filippo Cucchetto
4660a36e8d Work on MockQAbstractListModel 2016-06-19 18:17:48 +02:00
Filippo Cucchetto
f2ef4be82d Work on MockQAbstractListModel 2016-06-19 17:53:31 +02:00
Filippo Cucchetto
87b10be514 Work on MockQAbstractListModel 2016-06-19 17:30:43 +02:00
Filippo Cucchetto
e4801423ff Work on MockQAbstractListModel 2016-06-19 17:13:06 +02:00
Filippo Cucchetto
864849680b Work on MockQAbstractListModel 2016-06-19 12:20:00 +02:00
Filippo Cucchetto
b198de0fd6 Added MockQAbstractListModel 2016-06-19 11:46:47 +02:00
Filippo Cucchetto
22ea93a0cf Added missing qmls 2016-06-19 11:29:00 +02:00
Filippo Cucchetto
9a2a3f44d5 Started MockQObject for simulating a binding language 2016-06-19 11:07:51 +02:00
Filippo Cucchetto
d92ca8c928 Improved test coverage 2016-06-18 20:16:26 +02:00
Filippo Cucchetto
5649a76a0e Improved test coverage 2016-06-10 22:21:51 +02:00
Filippo Cucchetto
24c29e4d61 Improved test coverage 2016-06-07 23:04:53 +02:00
Filippo Cucchetto
cf982feb6b Added support for coveralls 2016-06-04 19:52:38 +02:00
Filippo Cucchetto
a3372a66a9 Added typedefs for giving semantic to void* 2016-04-10 14:40:01 +02:00
Filippo Cucchetto
c4884c43fe Removed void** because they're ugly 2016-04-10 14:40:01 +02:00
Filippo Cucchetto
99c385446f Temporary removed findChild and rootObjects
This is done for safety reasons. We will bring them back once we found
out how to deal with shared ownership with cpp
2016-04-10 14:40:00 +02:00
Filippo Cucchetto
1d67de8fb5 Removed old debug code from tests 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
bbd1bd5324 lowered the QtQuick versions 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
11e45f683a Other fixes for making compile the project on Visual Studio 2013 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
483993df1e Relaxed the standard requirements to c++11 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
5290695477 Enabled warning on CXX and fixed compilation on Qt 5.3 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
14a81b356d Fixed broken tests 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
c20683154a Beautified the code 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
b69ef602ad MetaObject is required on QObject construction 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
7dd54c48e9 Added pch.h files for meson and used same CMakeLists.txt structure 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
4d4b0590ae Fixed the implementation now everything seems to work fine 2016-04-10 14:39:59 +02:00