polos
|
fcf63fd14f
|
update docu of "painted-item" (module :quick)
|
2017-02-10 00:25:32 +01:00 |
|
polos
|
6521e7f0a3
|
fix "palindrome" example to run everywhere (stupid oversight)
|
2017-02-09 20:01:18 +01:00 |
|
polos
|
ded6a7476d
|
"quick": update "painted-item" example; tiny revisions;
|
2017-02-09 12:48:32 +01:00 |
|
polos
|
fe648ad3ca
|
"quick": return specific class in function CHILDREN (not just QQuickItem)
|
2017-02-08 22:50:40 +01:00 |
|
polos
|
4d954e1aa4
|
update README (Windows build using Qt 5.5, both MSVC and MinGW)
|
2017-02-08 22:26:23 +01:00 |
|
polos
|
07e5a3b8d6
|
"quick": fix "painted-item.lisp" crash on Windows
|
2017-02-08 19:09:43 +01:00 |
|
polos
|
db8342cd81
|
"quick": update docu
|
2017-02-07 12:10:35 +01:00 |
|
polos
|
d80096d947
|
new version number (got rid of JS glue in "quick")
|
2017-02-07 10:35:35 +01:00 |
|
polos
|
5403e5db46
|
"quick": get rid of JS glue code (now done in Qt/C++, better and safer); only drawback is "Lisp.call()" max. argument limit (currently 16, but could be extended);
|
2017-02-07 10:31:11 +01:00 |
|
polos
|
763040a437
|
some revisions
|
2017-02-06 22:01:10 +01:00 |
|
polos
|
21120a77b7
|
remove things that won't let us compile with Qt 5.5.1 on Windows
|
2017-02-06 21:30:41 +01:00 |
|
polos
|
ef6bd0f2f7
|
"quick": remove "Lisp.tr()"; N.B. just use qsTr();
|
2017-02-04 12:52:23 +01:00 |
|
polos
|
0ff3dee53c
|
"quick": add example "painted-item"; small revisions;
|
2017-02-04 12:37:26 +01:00 |
|
polos
|
fcbf75464c
|
"quick": add docu for QML:RELOAD
|
2017-02-02 12:42:53 +01:00 |
|
polos
|
df3ce301a7
|
revision of revision
|
2017-02-02 11:14:59 +01:00 |
|
polos
|
307b0cb8d2
|
small revisions
|
2017-02-02 10:49:51 +01:00 |
|
polos
|
1a41ed320b
|
"quick": add function "Lisp.tr()" for i18n
|
2017-02-01 21:38:41 +01:00 |
|
polos
|
376b7caed4
|
add examples in "quick/item-model"; lots of minor revisions;
|
2017-02-01 16:36:18 +01:00 |
|
polos
|
d773093dbd
|
small revisions
|
2017-01-30 19:21:07 +01:00 |
|
polos
|
f0ab71b30b
|
small revisions
|
2017-01-28 16:11:10 +01:00 |
|
polos
|
e7c371aeea
|
"quick": add convenience function RELOAD (after changes to QML file)
|
2017-01-27 20:03:09 +01:00 |
|
polos
|
e806513a51
|
some revisions
|
2017-01-27 12:17:25 +01:00 |
|
polos
|
2aee9968c6
|
"quick": rename "Lisp.fun()" to "Lisp.call()"; allow optionally passing JS "this" (a QQuickItem) as first argument;
|
2017-01-26 20:37:44 +01:00 |
|
polos
|
9e09c38766
|
review "qml-lisp" utility functions; no more JS needed in "tic-tac-toe" game logic;
|
2017-01-25 14:31:16 +01:00 |
|
polos
|
a74bb0a0b0
|
add error message for invalid QML property get/set
|
2017-01-25 10:28:51 +01:00 |
|
polos
|
feddd49e1e
|
fix recently introduced bug (meta arg handling of reference types)
|
2017-01-25 01:19:14 +01:00 |
|
polos
|
0f0b5a1a1a
|
add "eql5.js" to compiled eql5 lib resources; add class QResource;
|
2017-01-24 23:29:35 +01:00 |
|
polos
|
1208ae6a8f
|
some revisions
|
2017-01-24 16:34:42 +01:00 |
|
polos
|
322dcfe01a
|
signal an error if QVARIANT-FROM-VALUE failes because of invalid type name
|
2017-01-22 17:22:55 +01:00 |
|
polos
|
d2d86849ce
|
fix return value of QVARIANT-VALUE to work with QT-OBJECTs
|
2017-01-22 11:24:01 +01:00 |
|
polos
|
b33a987248
|
add new function QVARIANT-FROM-VALUE, needed in QML:QML-SET ("quick" examples)
|
2017-01-21 22:40:08 +01:00 |
|
polos
|
881939b2d9
|
better "qml-get", "qml-set" (using QQmlProperty)
|
2017-01-21 19:14:32 +01:00 |
|
polos
|
c10db89cc1
|
fix "eql5.js" to allow any number of arguments in "Lisp.fun()"
|
2017-01-21 10:34:35 +01:00 |
|
polos
|
f290094824
|
"qml-lisp": allow for nested lists, vectors etc. as return values from QML function calls; some revisions;
|
2017-01-20 20:57:32 +01:00 |
|
polos
|
4cb7bfcfbf
|
small revisions in "quick" examples
|
2017-01-19 20:48:18 +01:00 |
|
polos
|
e8992bdc5f
|
small docu revisions
|
2017-01-19 15:52:16 +01:00 |
|
polos
|
c7cefd839c
|
add example "quick/Tic-Tac-Toe"; lots of minor revisions;
|
2017-01-19 02:02:30 +01:00 |
|
polos
|
43abbe2415
|
another review of "qml-lisp"
|
2017-01-18 11:17:08 +01:00 |
|
polos
|
140e793040
|
review "qml-lisp"
|
2017-01-17 22:28:39 +01:00 |
|
polos
|
03c7a5ded5
|
fix and improve "qml-lisp" example; allow nested QVariantLists (JS arrays in QML);
|
2017-01-17 10:13:45 +01:00 |
|
polos
|
0e82b0a517
|
add trivial "qml-lisp" example (call Lisp from QML); tiny revisions;
|
2017-01-17 00:06:00 +01:00 |
|
polos
|
75c2b80e4e
|
fix meta arg handling for modules (:help, :quick)
|
2017-01-16 15:03:57 +01:00 |
|
polos
|
213c0161bd
|
add :quick to "gui.lisp"
|
2017-01-16 12:36:30 +01:00 |
|
polos
|
dfccd7eb17
|
add module :quick (quick, quickwidgets, qml) plus an example; lots of small revisions;
|
2017-01-16 12:00:00 +01:00 |
|
polos
|
4822a012c4
|
review "Qt_EQL/quickwidget" example
|
2017-01-13 12:54:23 +01:00 |
|
polos
|
dfcca82b64
|
add example "Qt_EQL/quickwidget" (for QML files)
|
2017-01-13 00:35:03 +01:00 |
|
polos
|
a341fa33ff
|
small revision of "gui.lisp"
|
2017-01-11 19:23:19 +01:00 |
|
polos
|
f4fa418819
|
select found "primitive"
|
2017-01-07 11:03:30 +01:00 |
|
polos
|
abf60c2baa
|
better class finder for "-qgui"; small revisions;
|
2017-01-07 10:42:37 +01:00 |
|
polos
|
45ba32cd0d
|
tiny revisions
|
2017-01-04 12:37:54 +01:00 |
|