13 Mar 20:40Fix loading on OSX.
Tobias Rautenkranz [Sun, 13 Mar 2011 20:40:35]
Fix loading on OSX.

Ignore-this: e6392ce516ca76a2ebe0fbfd469ca15e

Thanks to Elliott Slaughter

03 Apr 14:34Account for possible lisp-object metatype id change when loading an image.
Tobias Rautenkranz [Sat, 03 Apr 2010 14:34:21]
Account for possible lisp-object metatype id change when loading an image.

Ignore-this: 4708de8f3548464c73d70767762fdbf8

20 Feb 22:04cleanup
Tobias Rautenkranz [Sat, 20 Feb 2010 22:04:46]
cleanup

Ignore-this: 6bb1a06b68d9b68707f1df2e3a82d98f

20 Feb 22:02Make qt:application cleanup more stable
Tobias Rautenkranz [Sat, 20 Feb 2010 22:02:38]
Make qt:application cleanup more stable

Ignore-this: 3ccaaaa7e35ba17205207dbf506b9ee5

20 Feb 22:00support all from qt:variant conversions.
Tobias Rautenkranz [Sat, 20 Feb 2010 22:00:30]
support all from qt:variant conversions.

Ignore-this: e7a42101bf5e1619e4c0dcc01c0954b0

15 Feb 16:33Build a shared library not a module.
Tobias Rautenkranz [Mon, 15 Feb 2010 16:33:05]
Build a shared library not a module.

Ignore-this: c2d71e65d35b5732094614407396e829
Fixes a build error on OS X.

04 Feb 16:06Test building libclsmokeqtcore
Tobias Rautenkranz [Thu, 04 Feb 2010 16:06:38]
Test building libclsmokeqtcore

Ignore-this: 57fefa8623474148ef4cf02d337345ed

04 Feb 10:22Add qvector.cpp
Tobias Rautenkranz [Thu, 04 Feb 2010 10:22:53]
Add qvector.cpp

Ignore-this: 608c8aa253eecb03a128ccf6777d4d72

30 Jan 16:40Get the QList size using Lisp instead of an external C function.
Tobias Rautenkranz [Sat, 30 Jan 2010 16:40:15]
Get the QList size using Lisp instead of an external C function.

Ignore-this: 7ba1aa304f21d4bd18aa69e4345158bc

26 Jan 17:19Fix define-qlist-wrapper usage for other modules. (i.e. qt.gui)
Tobias Rautenkranz [Tue, 26 Jan 2010 17:19:51]
Fix define-qlist-wrapper usage for other modules. (i.e. qt.gui)

Ignore-this: 3867cd65b61e4a34ed16f91c6beee955

25 Jan 20:07Export delete-app since other modules (qt.gui) might like to add methods to it.
Tobias Rautenkranz [Mon, 25 Jan 2010 20:07:22]
Export delete-app since other modules (qt.gui) might like to add methods to it.

Ignore-this: 8886d3f10108035f4c08f427f5b73d3e

25 Jan 19:53Use ELT instead of AREF for sequences in vector translations.
Tobias Rautenkranz [Mon, 25 Jan 2010 19:53:36]
Use ELT instead of AREF for sequences in vector translations.

Ignore-this: f1eecfeb16c7e96d902797a4e525ba09

25 Jan 19:45Allow other modules to define QList<Foo*> conversions.
Tobias Rautenkranz [Mon, 25 Jan 2010 19:45:04]
Allow other modules to define QList<Foo*> conversions.

Ignore-this: 364da049834bd0f17bcf302b2c4a1034

25 Jan 19:43Fix error reporting on signal-slot connection failure.
Tobias Rautenkranz [Mon, 25 Jan 2010 19:43:56]
Fix error reporting on signal-slot connection failure.

Ignore-this: de57278f4a0e9b5b8bb421c42f0507fa

23 Jan 23:17QVector<T> translation
Tobias Rautenkranz [Sat, 23 Jan 2010 23:17:35]
QVector<T> translation

Ignore-this: ce484def836e132c87a86132e1fb3f1f

10 Jan 09:52Split up in qt.core.
Tobias Rautenkranz [Sun, 10 Jan 2010 09:52:09]
Split up in qt.core.

Ignore-this: 377df286fd45d244005f443e6907e786

- Fix qt:with-core-app
- cleanup name prefixes

13 Dec 13:44Support ASDF instead of Mudballs.
Tobias Rautenkranz [Sun, 13 Dec 2009 13:44:37]
Support ASDF instead of Mudballs.

Ignore-this: c0d23358c5c57361a825501997f5fa9c

13 Dec 11:50Install msg-handler also when starting from an image
Tobias Rautenkranz [Sun, 13 Dec 2009 11:50:24]
Install msg-handler also when starting from an image

Ignore-this: 501e0f17ec1371c9fde5e52d4577fa7b

13 Dec 11:49Convert C++ exceptions to a qFatal
Tobias Rautenkranz [Sun, 13 Dec 2009 11:49:35]
Convert C++ exceptions to a qFatal

Ignore-this: e5901f097029c97a60d82a783060edcb

09 Sep 15:18Cleanup msg-handler
Tobias Rautenkranz [Wed, 09 Sep 2009 15:18:08]
Cleanup msg-handler

Ignore-this: df7f77d667c9bf21a22e1c0a3a781442

02 Sep 14:00Better Lisp vector to QList<*> conversion.
Tobias Rautenkranz [Wed, 02 Sep 2009 14:00:35]
Better Lisp vector to QList<*> conversion.

Ignore-this: ad7417866ff2dee46d794a215baedb1b

27 Aug 10:37Update to the new smokegenerator.
Tobias Rautenkranz [Thu, 27 Aug 2009 10:37:36]
Update to the new smokegenerator.

Ignore-this: 885e3b8a992ec0ce6ff843cf1c6115d5

02 Aug 13:29Fix double space when printing a qt:object.
Tobias Rautenkranz [Sun, 02 Aug 2009 13:29:13]
Fix double space when printing a qt:object.

Ignore-this: 9078c18f6c637a59155bede82968e8ca

02 Aug 13:29qt:event upcasting cleanup
Tobias Rautenkranz [Sun, 02 Aug 2009 13:29:02]
qt:event upcasting cleanup

Ignore-this: b3d62423b007c9d78eb0104806110e01

02 Aug 13:15Support ownership transfer to non smoke wrapped QObjects & cleanup C++ to Lisp translation.
Tobias Rautenkranz [Sun, 02 Aug 2009 13:15:21]
Support ownership transfer to non smoke wrapped QObjects & cleanup C++ to Lisp translation.

Ignore-this: ca0effc50d155340ce5ccfc433908036

27 Jul 21:39Fix ownership transfer for lambda slot to no Smoke object.
Tobias Rautenkranz [Mon, 27 Jul 2009 21:39:43]
Fix ownership transfer for lambda slot to no Smoke object.

Ignore-this: 47dcbd7836a9335860e132c0fb870792

24 Jul 15:40Remove unnecessary #'cxx:data calls.
Tobias Rautenkranz [Fri, 24 Jul 2009 15:40:52]
Remove unnecessary #'cxx:data calls.

Ignore-this: 49662bb5da8f5595d9316ec0bab7c206

23 Jul 00:21support packages for symbols as property names.
Tobias Rautenkranz [Thu, 23 Jul 2009 00:21:01]
support packages for symbols as property names.

Ignore-this: 6a01d52e4b435f770d10c18b7fcb4162

08 Jul 22:55The smoke call stack is now a struct -> adapt.
Tobias Rautenkranz [Wed, 08 Jul 2009 22:55:24]
The smoke call stack is now a struct -> adapt.

Ignore-this: 58d831cf7d1e725b7f174a61bed8758d

03 Jul 12:14Fix nested #'qt:exec
Tobias Rautenkranz [Fri, 03 Jul 2009 12:14:09]
Fix nested #'qt:exec

Ignore-this: 6a91e13e0ff4895af8fed95b7bcb0a

02 Jul 21:37Fix potential lisp-object ID generation overflow for excessive lisp-object creation.
Tobias Rautenkranz [Thu, 02 Jul 2009 21:37:42]
Fix potential lisp-object ID generation overflow for excessive lisp-object creation.

Ignore-this: 180523e1bd2b1f8b754758565f2ceb15

02 Jul 21:12move emit slot code to new function ACTIVATE & image startup fix for STATIC-META-OBJECT
Tobias Rautenkranz [Thu, 02 Jul 2009 21:12:45]
move emit slot code to new function ACTIVATE & image startup fix for STATIC-META-OBJECT

Ignore-this: 29b5384dd9cd669d3176b7cd5321cba3

01 Jul 12:58Break API compatibility for qt:with-app and qt:exec & spellcheck
Tobias Rautenkranz [Wed, 01 Jul 2009 12:58:06]
Break API compatibility for qt:with-app and qt:exec & spellcheck

Ignore-this: b96f758c071fa64c93f68a7e14844f52

21 Jun 11:29*SMOKE-MODULE* must be passed instead of *QT-SMOKE*.
Tobias Rautenkranz [Sun, 21 Jun 2009 11:29:25]
*SMOKE-MODULE* must be passed instead of *QT-SMOKE*.

Ignore-this: ac7995993d9bb4ee290359f583f47cc6

11 Jun 20:50The CLISP null pointer is NIL
Tobias Rautenkranz [Thu, 11 Jun 2009 20:50:26]
The CLISP null pointer is NIL

Ignore-this: d8574519221b7a82a0e4e204a052a63a

11 Jun 16:59:qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.
Tobias Rautenkranz [Thu, 11 Jun 2009 16:59:48]
:qt and :qt-impl packages to prevent collision with :cl symbols and fix object with non smoke parent.

Ignore-this: 390ef7f474c6535e6599c60f4fa51b7a

10 Jun 14:14Transfer ownerhip only for smoke classes.
Tobias Rautenkranz [Wed, 10 Jun 2009 14:14:34]
Transfer ownerhip only for smoke classes.

Ignore-this: 6d844f93834468a83f6de84d6a273d11

10 Jun 14:02more qt:variant conversions
Tobias Rautenkranz [Wed, 10 Jun 2009 14:02:01]
more qt:variant conversions

Ignore-this: f0958fc9dc7ffea301a200618d432253

05 Jun 09:45get-slot for function with this argument
Tobias Rautenkranz [Fri, 05 Jun 2009 09:45:07]
get-slot for function with this argument

Ignore-this: 40b7aa84b64e8b4dda715555cb49cffe

04 Jun 12:58Normalize signal and slot names at compile time.
Tobias Rautenkranz [Thu, 04 Jun 2009 12:58:29]
Normalize signal and slot names at compile time.

Ignore-this: 95a0e726233104813f8dcdbb84fdf29d

04 Jun 00:02Fix QT:APPLICATION cleanup in QT:WITH-APP and add restart to slot invocation.
Tobias Rautenkranz [Thu, 04 Jun 2009 00:02:12]
Fix QT:APPLICATION cleanup in QT:WITH-APP and add restart to slot invocation.

Ignore-this: 6bc8f9a4cf13927927e88c546653f300

01 Jun 00:39QList<QWidget*>
Tobias Rautenkranz [Mon, 01 Jun 2009 00:39:13]
QList<QWidget*>

Ignore-this: 5a223c7eb19ada2c0091fe940cb35038

01 Jun 00:22QList<QObject*>
Tobias Rautenkranz [Mon, 01 Jun 2009 00:22:22]
QList<QObject*>

Ignore-this: 596e43b3f8678f9c7bf661e9fe760b69

31 May 23:59cxx:push undo-stack takes ownership
Tobias Rautenkranz [Sun, 31 May 2009 23:59:55]
cxx:push undo-stack takes ownership

Ignore-this: e664862bc597088495f9cc9a2f964708

31 May 19:33Rework QObject parent ownership transfer
Tobias Rautenkranz [Sun, 31 May 2009 19:33:32]
Rework QObject parent ownership transfer

Ignore-this: 5d0773b422f763a431744eceb4d0448d

30 May 14:16soversion for wrapper
Tobias Rautenkranz [Sat, 30 May 2009 14:16:53]
soversion for wrapper

Ignore-this: 9c4aa3fac6af86c30114c305a862d0a7

28 May 16:13ASDF
Tobias Rautenkranz [Thu, 28 May 2009 16:13:57]
ASDF

Ignore-this: dafc1682633bdb82d70896f997cdd44e

27 May 19:18QList<QByteArray> and QList<QVariant> conversion & use cxx:operator== and qt:operator== in cxx:=
Tobias Rautenkranz [Wed, 27 May 2009 19:18:41]
QList<QByteArray> and QList<QVariant> conversion & use cxx:operator== and qt:operator== in cxx:=

Ignore-this: 3464c4a8cfee84756dc7bfc28c100b25

27 May 14:26cleanup
Tobias Rautenkranz [Wed, 27 May 2009 14:26:25]
cleanup

Ignore-this: 5acd9d08f6afc91f3bb3cf2c8c854510

26 May 11:57Use argument conversion/promotion when emiting signals
Tobias Rautenkranz [Tue, 26 May 2009 11:57:44]
Use argument conversion/promotion when emiting signals

Ignore-this: 7fae3e644ec9226da7d2ffc2dc27c778

Next ->