Thread: [Gambas-devel-svn] SF.net SVN: gambas: [880] 2.0/trunk (Page 14)
Brought to you by:
gambas
From: <ga...@us...> - 2007-12-20 01:27:31
|
Revision: 880 http://gambas.svn.sourceforge.net/gambas/?rev=880&view=rev Author: gambas Date: 2007-12-19 17:27:36 -0800 (Wed, 19 Dec 2007) Log Message: ----------- [EXAMPLES] * NEW: PdfPresentation is a new OpenGL example based on the 3D OpenGL PDF presentation made by Laurent Carlier. [GB.QT.OPENGL] * BUG: GlArea control does not crash anymore at exit. * NEW: GlArea control can have focus and raise keyboard events now. [GB.GTK] * BUG: The Persistent property behaviour was inversed for modal windows. This has been fixed. [GB.SDL] * BUG: KeyPressed and KeyReleased Window events were rename to KeyPress and KeyRelease for coherency with GUI components. [GB.PDF] * BUG: PdfDocument.Count and PdfDocument[] do not crash anymore when the PDF is not loaded. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.dialog/.icon.png 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.class 2.0/trunk/comp/src/gb.form.dialog/Main.module 2.0/trunk/examples/examples/OpenGL/GambasGears/Module1.module 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.h 2.0/trunk/gb.sdl/src/Cwindow.cpp Added Paths: ----------- 2.0/trunk/examples/examples/OpenGL/PDFPresentation/ 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.directory 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.icon.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.project 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.settings 2.0/trunk/examples/examples/OpenGL/PDFPresentation/Clogo.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/CpdfPresentation.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/FMain.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/FMain.form 2.0/trunk/examples/examples/OpenGL/PDFPresentation/MMain.module 2.0/trunk/examples/examples/OpenGL/PDFPresentation/icon.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/logo.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/music.xm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-20 14:01:14
|
Revision: 882 http://gambas.svn.sourceforge.net/gambas/?rev=882&view=rev Author: gambas Date: 2007-12-20 06:01:20 -0800 (Thu, 20 Dec 2007) Log Message: ----------- [EXAMPLES] * NEW: The Sensor example now remembers the position of its window. [INTERPRETER] * NEW: Object.Class() now returns the true object class, not the class name. To get the class name, use Object.Type(). [GB.QT] * BUG: The position of window having a mask is correctly returned now. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FBalloon.class 2.0/trunk/comp/src/gb.settings/Main.module 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/examples/examples/Drawing/Sensor/.project 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class 2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/CWindow.h 2.0/trunk/main/gbx/gbx_c_class.c Added Paths: ----------- 2.0/trunk/comp/src/gb.form/img/round.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-22 17:11:22
|
Revision: 883 http://gambas.svn.sourceforge.net/gambas/?rev=883&view=rev Author: gambas Date: 2007-12-22 09:11:24 -0800 (Sat, 22 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: In the translation dialog, translations are sorted by completion correctly now. * BUG: Help pages should always be found correctly now. * NEW: The breakpoint tab is now always visible. [GB.QT] * BUG: Clicking on an item now always raises the Click event, as in gb.gtk. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FDebugInfo.form 2.0/trunk/app/src/gambas2/FTranslate.class 2.0/trunk/app/src/gambas2/MHelp.module 2.0/trunk/comp/src/gb.form.mdi/FMain.form 2.0/trunk/gb.qt/src/CListBox.cpp 2.0/trunk/gb.qt/src/CListBox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-28 17:22:09
|
Revision: 885 http://gambas.svn.sourceforge.net/gambas/?rev=885&view=rev Author: gambas Date: 2007-12-28 09:22:07 -0800 (Fri, 28 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The find list window uses the editor font to display matching text now. [GB.QT.EXT] * NEW: The Gambas analyze functions were removed and put in gb.eval. [GB.EVAL] * NEW: The Gambas analyze functions were put in the gb.eval component, in the Highlight class. The rest of the class stays in gb.qt.ext. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FCompletion.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFindList.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/main/lib/eval/Makefile.am 2.0/trunk/main/lib/eval/gb.eval.h 2.0/trunk/main/lib/eval/main.c Added Paths: ----------- 2.0/trunk/main/lib/eval/CHighlight.c 2.0/trunk/main/lib/eval/CHighlight.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-29 16:17:33
|
Revision: 888 http://gambas.svn.sourceforge.net/gambas/?rev=888&view=rev Author: gambas Date: 2007-12-29 08:17:32 -0800 (Sat, 29 Dec 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The find list window was redesigned. * NEW: The find list now takes the find range into account. * NEW: The find list search can be cancelled now. [EXAMPLES] * BUG: The HighlightEditor example highlighting routine now uses UTF-8 string methods. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFind.class 2.0/trunk/app/src/gambas2/FFind.form 2.0/trunk/app/src/gambas2/FFindList.class 2.0/trunk/app/src/gambas2/FFindList.form 2.0/trunk/examples/examples/Control/HighlightEditor/FEditor.class 2.0/trunk/gb.qt/src/ext/CEditor.cpp 2.0/trunk/main/lib/eval/CHighlight.h 2.0/trunk/main/lib/eval/gb.eval.h Added Paths: ----------- 2.0/trunk/app/src/gambas2/img/search.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-29 23:06:14
|
Revision: 891 http://gambas.svn.sourceforge.net/gambas/?rev=891&view=rev Author: gambas Date: 2007-12-29 15:06:15 -0800 (Sat, 29 Dec 2007) Log Message: ----------- [WIKI CGI SCRIPT] * BUG: Search should work again. [GB.INFO] * BUG: Correctly parse the inheritance tree of classes being in different components. Modified Paths: -------------- 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/comp/src/gb.info/.project 2.0/trunk/comp/src/gb.info/ClassInfo.class 2.0/trunk/comp/src/gb.info/Main.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2007-12-30 13:42:12
|
Revision: 892 http://gambas.svn.sourceforge.net/gambas/?rev=892&view=rev Author: gambas Date: 2007-12-30 05:42:17 -0800 (Sun, 30 Dec 2007) Log Message: ----------- [CONFIGURATION] * Switched version to 2.0 [DEVELOPMENT ENVIRONMENT] * NEW: The find list cancel button becomes a close button when the search is not active. Modified Paths: -------------- 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FFindList.class 2.0/trunk/app/src/gambas2/FFindList.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |