Split up in qt.gui & cleanup name prefix.
src/package.lisp
Sun Jan 10 09:52:49 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Split up in qt.gui & cleanup name prefix.
--- old-qt.gui/src/package.lisp 2014-10-30 07:42:21.000000000 +0100
+++ new-qt.gui/src/package.lisp 2014-10-30 07:42:21.000000000 +0100
@@ -1,52 +1,2 @@
-(defpackage :cl-smoke.qt-impl
+(defpackage :cl-smoke.qt.gui
(:use :cl :smoke :cffi :bordeaux-threads :cxx-support :alexandria))
-
-(defpackage :cl-smoke.qt
- (:use) ;; do not use :cl to prevent collision with TIME and CHAR
- (:nicknames :qt)
- (:export #:app
- #:app-p
- #:exec
- #:*exec-p*
- #:with-app
- #:with-core-app
-
- #:with-painter
- #:single-shot
- #:do-delayed-initialize
-
- #:tr
- #:with-translator
- #:with-libqt-translator
-
- #:qmethod
- #:qsignal
- #:qslot
-
- #:property
- #:property-p
- #:remove-property
- #:properties
- #:class-properties
- #:class-direct-properties
-
- #:make-char
- #:from-char
-
- #:from-variant
- #:make-variant
- #:make-lisp-variant
- #:value
- #:variant-boundp
-
- #:search-file
-
- #:connect
- #:disconnect
- #:disconnect-all
- #:get-slot
- #:get-signal
- #:make-slot
- #:make-signal
- #:sender))
-