Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
1 new of 1 - Jun 29 2011
1 new of 1 - May 24 2011
3 new of 3 - Mar 28 2011
19 new of 19 - Mar 18 2011
5 new of 5 - Mar 14 2011
1 new of 1 - Feb 23 2011
1 new of 1 - Feb 23 2011
7 new of 7 - Jan 2 2011
3 new of 3 - Jan 1 2011
27 new of 27 - Dec 20 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 35  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Users of EQL - an ECL embedded Qt Lisp
 

New: command line option -quic (*.ui to *.lisp) 
  I've added a new command line option, allowing to translate *.ui files (Qt Designer) directly to EQL code. It uses the C++ output from the "uic" Qt utility, translating it to Lisp code. So, you can now embed your UI code directly (no need to deploy UI files), and the UI loads faster, too. It seems to work for most cases already (tested with Qt 4.7 only).... more »
By polos  - Mar 31 - 1 new of 1 message    

Slime + EQL + me: not really best friends? 
  My Slime integration has always been a hack (and still is), although for me, it's finally stable now, on all 3 platforms, but only with these respective versions: Unix, OSX: ECL 11.1.1, 12.2.1 / Slime <= 2011-11-01 Windows: ECL 11.1.1 / Slime 2010-06-01 (See doc/Slime.htm in sources.) Paul... more »
By Polos Ruetz  - Feb 16 - 1 new of 1 message    

QPixmapCache example 
  Just wanted to share this with you: For one of my toy projects, I needed a pixmap cache. So why not use QPixmapCache? I found this simple and straightforward solution: (let ((pixmap (qnew "QPixmap"))) (defun pixmap-from-cache (file-name) (if (qfun "QPixmapCache" "find" file-name pixmap)... more »
By Polos Ruetz  - Feb 10 - 1 new of 1 message    

Compiling with a defined QT_NAMESPACE 
  Compiling with a defined QT_NAMESPACE is now possible (see new version from today). Paul
By Polos Ruetz  - Feb 5 - 1 new of 1 message    

Cannot do (qnew "QColor") 
  I am using eql 11.11.7. (qnew "QColor(int,int,int)" 100 100 0), all give error: [EQL:err] QNEW-INSTANCE "QColor(int,int,int)" (100 100 0)
By b0b  - Feb 1 - 8 new of 8 messages    

cannot override QGraphicsView::drawBackground( ) 
  Hi, I am trying to draw a grid in my graphing application. I need to draw a grid which gets drawn according to the current view rect. It should also be redrawn every time the view rect changes. I figured that it should be best done by overriding the " virtual void drawBackground ( QPainter * painter, const QRectF &... more »
By b0b  - Jan 31 - 4 new of 4 messages    

Serious bugs fixed (related to GC) 
  I have found & fixed several serious bugs, all related to GC. These bugs have most probably been the reason for the stability issues with Emacs+Slime, especially on Linux. On OSX, Emacs+Slime are still not stable (at least for me), since I still can provoke freezing of Emacs, simply by hitting the Tab key in... more »
By Polos Ruetz  - Nov 15 2011 - 2 new of 2 messages    

How can I use more Qtlibrary? 
  Like QtSql4, etc. I think I need all the libraries of Qt.
By n.akr.akiiya  - Oct 23 2011 - 8 new of 8 messages    

Frozen window problem 
  Hello, I have downloaded the latest EQL 11.9.1 quickstart package The .bat examples run fine However if I run eql.exe and type in (load "C:/Users/k/Desktop/EQL-win32/ EQL/examples/1-hello-world.lis p") for a second I get a window of the correct size saying "off" (in small letters). Then the window turns black and freezes.... more »
By sabof  - Oct 6 2011 - 8 new of 8 messages    

Better Slime patch; added: eql:*break-on-errors* 
  2 small improvements: 1) better Slime patch: Qt event processing is now near-to-native in performance when using Slime 2) added eql:*break-on-errors*, which (if set to non NIL), will call a simple (break) after showing any EQL error message Paul P.S. I don't use Slime very often, but in the past, I experienced... more »
By Polos Ruetz  - Aug 29 2011 - 2 new of 2 messages    

1 - 10 of 35   « Newer | Older »

XML       Send email to this group: eql-user@googlegroups.com