Thread: [Gambas-devel-svn] SF.net SVN: gambas: [105] 2.0/trunk (Page 2)
Brought to you by:
gambas
|
From: <ga...@us...> - 2006-10-11 20:53:34
|
Revision: 105
http://svn.sourceforge.net/gambas/?rev=105&view=rev
Author: gambas
Date: 2006-10-11 13:53:18 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
[INTERPRETER]
* NEW: Process.LastValue and Process.LastState are two new static
properties that return the state and the return value of the last
process run with SHELL or EXEC.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.list
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/CGI.module
2.0/trunk/comp/src/order
2.0/trunk/main/gbx/gbx_c_process.c
2.0/trunk/main/gbx/gbx_value.c
Added Paths:
-----------
2.0/trunk/comp/src/gb.web/Response.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-14 17:42:33
|
Revision: 106
http://svn.sourceforge.net/gambas/?rev=106&view=rev
Author: gambas
Date: 2006-10-14 10:42:04 -0700 (Sat, 14 Oct 2006)
Log Message:
-----------
[INTERPRETER]
* NEW: _exit() is now called for gambas classes, but before anything is
freed.
* NEW: System.ByteOrder is a new property than returns the endianness of
the operating system.
* NEW: Split() now interprets escape characters inside splitted elements.
Split("a,b=',',c", ",", "'") now returns ["a", "b=','", "c"].
* NEW: Array.Type returns the type of an array.
* BUG: WRITE can read null strings.
[GB.WEB]
* NEW: This component now supports an ASP-like interface.
* NEW: Request is the class for managing the HTTP request.
* NEW: Response is the class for creating the HTTP reply.
* NEW: Session is the class for managing the session.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.list
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/CGI.module
2.0/trunk/comp/src/gb.web/HTML.module
2.0/trunk/comp/src/gb.web/Main.module
2.0/trunk/comp/src/gb.web/Response.module
2.0/trunk/main/gbc/gbc_class.h
2.0/trunk/main/gbx/gbx_c_application.c
2.0/trunk/main/gbx/gbx_c_array.c
2.0/trunk/main/gbx/gbx_c_collection.c
2.0/trunk/main/gbx/gbx_class.c
2.0/trunk/main/gbx/gbx_stream.c
Added Paths:
-----------
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/comp/src/gb.web/Session.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-15 10:20:55
|
Revision: 107
http://svn.sourceforge.net/gambas/?rev=107&view=rev
Author: gambas
Date: 2006-10-15 03:20:32 -0700 (Sun, 15 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: The first line of HTML file is correctly highlighted now.
[GB.WEB COMPONENT]
* BUG: Session management starts working correctly.
* NEW: Session files are written inside the gambas user temporary
directory: /tmp/gambas.$UID/session.
[GB.QT.EXT COMPONENT]
* BUG: Editor width is correctly updated when a line is rewritten by the
syntax highlighter.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FCompletion.class
2.0/trunk/app/src/gambas2/FTextEditor.class
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/CGI.module
2.0/trunk/comp/src/gb.web/Main.module
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/comp/src/gb.web/Response.module
2.0/trunk/comp/src/gb.web/Session.module
2.0/trunk/gb.qt/src/ext/gdocument.cpp
2.0/trunk/gb.qt/src/ext/gview.h
2.0/trunk/main/gbx/gbx_stream.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-18 14:46:43
|
Revision: 109
http://svn.sourceforge.net/gambas/?rev=109&view=rev
Author: gambas
Date: 2006-10-18 07:46:12 -0700 (Wed, 18 Oct 2006)
Log Message:
-----------
[INTERPRETER]
* NEW: Process.Tag is a new property that allows to attach a user variant
value to any process.
[COMPILER]
* BUG: An error is raised now when you try to use the [ ... ] array maker
with more than the maximum possible number of arguments.
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE can open images in an external application. At the moment,
you can choose between KolourPaint, Krita and the GIMP.
* BUG: When there is an error while compiling the form generated code, the
message is more explicit.
* BUG: List properties now can have more than 63 elements.
[GB.WEB COMPONENT]
* BUG: URL-encoded requests are correctly interpreted now.
* BUG: Request.Fields returns the list of fields in all cases now.
Modified Paths:
--------------
2.0/trunk/TODO
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/.project
2.0/trunk/app/src/gambas2/CControl.class
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/app/src/gambas2/FOption.class
2.0/trunk/app/src/gambas2/FOption.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/main/gbc/gbc_trans_tree.c
2.0/trunk/main/gbc/gbi.c
2.0/trunk/main/gbx/gbx_c_process.c
2.0/trunk/main/gbx/gbx_c_process.h
2.0/trunk/main/lib/eval/eval_trans_tree.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-22 00:22:43
|
Revision: 111
http://svn.sourceforge.net/gambas/?rev=111&view=rev
Author: gambas
Date: 2006-10-21 17:22:04 -0700 (Sat, 21 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: The size of the mascot window has been stretched to fit with the
mascot pictures.
[WIKI CGI SCRIPT]
* BUG: Some fixes in autolink and history highlighting.
[INTERPRETER]
* NEW: READ and WRITE now manage Variant values, by reading/writing the
type of the value one one byte just before writing the value data.
[GB.DB COMPONENT]
* NEW: A new flag to indicate if a database driver supports nested
transactions.
* NEW: Support for database drivers that cannot nest transactions.
* BUG: DB.Create() does not crash anymore when failing.
[GB.WEB COMPONENT]
* NEW: Response.File() has been renamed as Response.SendFile().
* BUG: Request.Cookies works correctly now.
Modified Paths:
--------------
2.0/trunk/TODO
2.0/trunk/app/src/doc.cgi/.lang/.pot
2.0/trunk/app/src/doc.cgi/.project
2.0/trunk/app/src/doc.cgi/Main.module
2.0/trunk/app/src/gambas2/CComponent.class
2.0/trunk/app/src/gambas2/Design.module
2.0/trunk/app/src/gambas2/FGambas.class
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/HTML.module
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/comp/src/gb.web/Response.module
2.0/trunk/comp/src/gb.web/Session.module
2.0/trunk/gb.db.postgresql/src/main.c
2.0/trunk/gb.db.sqlite2/src/main.cpp
2.0/trunk/gb.db.sqlite3/src/main.cpp
2.0/trunk/main/gbx/gbx_class.h
2.0/trunk/main/gbx/gbx_class_native.c
2.0/trunk/main/gbx/gbx_exec.c
2.0/trunk/main/gbx/gbx_stream.c
2.0/trunk/main/gbx/gbx_subr_file.c
2.0/trunk/main/gbx/gbx_value.c
2.0/trunk/main/lib/db/CConnection.c
2.0/trunk/main/lib/db/CConnection.h
2.0/trunk/main/lib/db/CResult.c
2.0/trunk/main/lib/db/gb.db.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-25 16:19:34
|
Revision: 117
http://svn.sourceforge.net/gambas/?rev=117&view=rev
Author: gambas
Date: 2006-10-25 09:18:28 -0700 (Wed, 25 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* OPT: Many dialogs are now persistent, so that they display faster.
* NEW: The project creation dialog was reorganized.
* NEW: A new project type: Web application based on CGI.
* BUG: Making executable dialog now displays the bookmarks panel, so that
putting the executable anywhere is possible.
* BUG: HTML highlighting now uses UTF-8 string functions, so that
highlighting non-ASCII characters works correctly.
* BUG: A case-sensitive test on control classes has been removed.
* NEW: Underscores are allowed in control identifiers now.
[INTERPRETER]
* BUG: String.Comp now switches to a binary comparison when its arguments
are not valid UTF-8 strings, instead of raising an error.
[GB.QT]
* BUG: Dialog.Filter now does not automatically add the '*' filter if it is
already specified.
* NEW: Draw.Device returns the current device object being drawn.
* BUG: DrawingArea.Resize now raises an error when the DrawingArea is being
drawn. It does not crash the interpreter anymore.
* BUG: Form Open event is raised again when opening a persistent modal
window again.
[GB.FORM]
* BUG: Dialog.Filter now does not automatically add the '*' filter if it is
already specified.
* BUG: Settings DirView.Current or FileView.Current changes the current
bookmark too.
* BUG: FileView displays the entire directory contents even if getting an
icon fails.
[GB.QT.KDE COMPONENT]
* BUG: Dialog.Filter now does not automatically add the '*' filter if it is
already specified.
[GB.WEB COMPONENT]
* NEW: The Application has new properties to return information about the
CGI application.
* NEW: Application.Host returns the server host.
* NEW: Application.Root returns the root path of the application URLs.
* NEW: Request.Path is a new property that returns the path part of the
request.
* NEW: Request.Query is a new property that returns the query part of the
request, without the question mark.
* NEW: Application.Request returns the full request string submitted to the
CGI application. Application.Request = "http://" & Application.Host &/
Application.Root &/ Request.Path &/ "?" & Request.Query.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/CControl.class
2.0/trunk/app/src/gambas2/FColorChooser.form
2.0/trunk/app/src/gambas2/FCreateFile.form
2.0/trunk/app/src/gambas2/FCreateProject.class
2.0/trunk/app/src/gambas2/FCreateProject.form
2.0/trunk/app/src/gambas2/FFontChooser.form
2.0/trunk/app/src/gambas2/FMakeExecutable.class
2.0/trunk/app/src/gambas2/FMakeExecutable.form
2.0/trunk/app/src/gambas2/FOpenProject.form
2.0/trunk/app/src/gambas2/FPropertyProject.class
2.0/trunk/app/src/gambas2/FPropertyProject.form
2.0/trunk/app/src/gambas2/FSelectIcon.form
2.0/trunk/app/src/gambas2/FTextEditor.class
2.0/trunk/app/src/gambas2/FTranslate.form
2.0/trunk/app/src/gambas2/template/_project
2.0/trunk/app/src/gambas2/template/list
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.lang/fr.po
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FDirChooser.class
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form/FileView.class
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.list
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/comp/src/gb.web/Response.module
2.0/trunk/gb.qt/src/CDialog.cpp
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CDrawingArea.cpp
2.0/trunk/gb.qt/src/CDrawingArea.h
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/gb.qt/src/share/CDraw_desc.h
2.0/trunk/gb.qt.kde/src/CDialog.cpp
2.0/trunk/main/gbx/gbx_api.c
2.0/trunk/main/gbx/gbx_c_application.c
2.0/trunk/main/gbx/gbx_c_string.c
2.0/trunk/main/gbx/gbx_class.c
2.0/trunk/main/gbx/gbx_compare.c
2.0/trunk/main/gbx/gbx_compare.h
2.0/trunk/main/gbx/gbx_date.c
2.0/trunk/main/gbx/gbx_string.c
2.0/trunk/main/gbx/gbx_string.h
2.0/trunk/main/gbx/gbx_subr_file.c
2.0/trunk/main/gbx/gbx_subr_string.c
2.0/trunk/main/share/gb_table.h
2.0/trunk/main/share/gb_table_temp.h
Added Paths:
-----------
2.0/trunk/comp/src/gb.web/Application.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-28 09:23:53
|
Revision: 118
http://svn.sourceforge.net/gambas/?rev=118&view=rev
Author: gambas
Date: 2006-10-28 02:23:26 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Some fixes of now persistent dialogs.
* NEW: Open project dialog now allows to open recent projects and examples.
[GB.QT COMPONENT]
* BUG: Window.X and Window.Y now return the correct value when the window
is embedded.
* BUG: Disabled DrawingArea now raises their Draw event.
[GB.FORM COMPONENT]
* BUG: ListContainer now behaves correctly when scrolling while the mouse
button is down.
* NEW: Wizard.Border is a new property for setting the border of the wizard
contents.
Modified Paths:
--------------
2.0/trunk/TODO
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/FCreateProject.class
2.0/trunk/app/src/gambas2/FCreateProject.form
2.0/trunk/app/src/gambas2/FFontChooser.class
2.0/trunk/app/src/gambas2/FMakeInstall.class
2.0/trunk/app/src/gambas2/FOpenProject.class
2.0/trunk/app/src/gambas2/FOpenProject.form
2.0/trunk/comp/src/gb.form/.info
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/FWizard.class
2.0/trunk/comp/src/gb.form/ListContainer.class
2.0/trunk/comp/src/gb.form/Wizard.class
2.0/trunk/gb.qt/src/CDrawingArea.cpp
2.0/trunk/gb.qt/src/CScrollView.cpp
2.0/trunk/gb.qt/src/CWidget.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-28 17:21:08
|
Revision: 122
http://svn.sourceforge.net/gambas/?rev=122&view=rev
Author: gambas
Date: 2006-10-28 10:20:35 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
[WIKI CGI SCRIPT]
* NEW: Farsi translation.
* BUG: Better support of right to left written languages.
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for project managed by SubVersion.
* BUG: Welcome screen displays correctly with right to left written
languages.
[GB.FORM COMPONENT]
* BUG: Support for right to left written languages in SidePanel control.
[GB.FORM.MDI COMPONENT]
* BUG: Support for right to left written languages in ToolBar control.
Modified Paths:
--------------
2.0/trunk/ChangeLog
2.0/trunk/TODO
2.0/trunk/app/src/doc.cgi/.lang/.pot
2.0/trunk/app/src/doc.cgi/.lang/fr.po
2.0/trunk/app/src/doc.cgi/.project
2.0/trunk/app/src/doc.cgi/Main.module
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/CCoolButton.class
2.0/trunk/app/src/gambas2/FOpenProject.class
2.0/trunk/app/src/gambas2/FTranslate.class
2.0/trunk/app/src/gambas2/FWelcome.class
2.0/trunk/app/src/gambas2/FWelcome.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/FSidePanel.class
2.0/trunk/comp/src/gb.form.mdi/.project
2.0/trunk/comp/src/gb.form.mdi/FToolBar.class
Added Paths:
-----------
2.0/trunk/app/src/gambas2/CProjectInfo.class
2.0/trunk/app/src/gambas2/FProjectItem.class
2.0/trunk/app/src/gambas2/FProjectItem.form
2.0/trunk/app/src/gambas2/VersionControl.module
Removed Paths:
-------------
2.0/trunk/app/src/gambas2/CWizard.class
2.0/trunk/app/src/gambas2/FSupSelector.class
2.0/trunk/app/src/gambas2/FSupSelector.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-28 18:28:10
|
Revision: 123
http://svn.sourceforge.net/gambas/?rev=123&view=rev
Author: gambas
Date: 2006-10-28 11:27:27 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
[OFFLINE DOCUMENTATION]
* NEW: Synchronized with the wiki.
* BUG: Links in component description page should work correctly now.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FMakeInstall.class
2.0/trunk/help/help/help.tar.bz2
2.0/trunk/help/help/help?en
2.0/trunk/help/help/style.css
2.0/trunk/help/help/tree/tree.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-28 19:36:51
|
Revision: 124
http://svn.sourceforge.net/gambas/?rev=124&view=rev
Author: gambas
Date: 2006-10-28 12:36:13 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Farsi language code is now 'fa' and not 'fa_IR'.
* BUG: Translation dialog can be opened twice.
[WIKI CGI SCRIPT]
* BUG: Some right to left written languages fixes.
[GB.QT COMPONENT]
* BUG: Do not reset style at component unloaded. It can crash the
interpreter in some cases.
Modified Paths:
--------------
2.0/trunk/README.svn-commit
2.0/trunk/app/src/doc.cgi/.lang/.pot
2.0/trunk/app/src/doc.cgi/.lang/fr.po
2.0/trunk/app/src/doc.cgi/Main.module
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/FTranslate.class
2.0/trunk/app/src/gambas2/Language.module
2.0/trunk/gb.qt/src/main.cpp
Added Paths:
-----------
2.0/trunk/app/src/doc.cgi/.lang/fa.mo
2.0/trunk/app/src/doc.cgi/.lang/fa.po
2.0/trunk/app/src/gambas-database-manager/.lang/fa.mo
2.0/trunk/app/src/gambas-database-manager/.lang/fa.po
2.0/trunk/app/src/gambas2/.lang/fa.mo
2.0/trunk/app/src/gambas2/.lang/fa.po
Removed Paths:
-------------
2.0/trunk/app/src/gambas-database-manager/.lang/fa_IR.mo
2.0/trunk/app/src/gambas-database-manager/.lang/fa_IR.po
2.0/trunk/app/src/gambas2/.lang/fa_IR.mo
2.0/trunk/app/src/gambas2/.lang/fa_IR.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-29 14:20:17
|
Revision: 125
http://svn.sourceforge.net/gambas/?rev=125&view=rev
Author: gambas
Date: 2006-10-29 06:19:38 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: The 'make executable' dialog saves its settings in the right place
now.
* BUG: Some rtl fixes in the welcome dialog.
* NEW: Adds a Splitter in the open project dialog.
[WIKI CGI SCRIPT]
* BUG: Some fixes in rtl written languages support.
[INTERPRETER]
* NEW: The LINK parameters have been swapped to be consistent with COPY and
MOVE. This will break old code!
[GB.QT COMPONENT]
* BUG: Default column alignment has been fixed in ColumnView.
* NEW: ColumnView.Settings is a new string property that allows to get and
set the ColumnView layout in one shot.
* NEW: HSplit and VSplit Layout property has been renamed as Settings.
* BUG: Visible container controls with an hidden effective internal
container widget are now arranged.
[GB.FORM COMPONENT]
* BUG: Hidden SidePanel now hides its container. It does not disable it
anymore.
[GB.SETTINGS COMPONENT]
* NEW: Support for Integer array values.
* NEW: Window geometry is saved under a 'Geometry' key, and not a 'Coord'
key anymore.
Modified Paths:
--------------
2.0/trunk/acinclude.m4
2.0/trunk/app/src/doc.cgi/.lang/.pot
2.0/trunk/app/src/doc.cgi/Main.module
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/CCoolButton.class
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/app/src/gambas2/FMakeExecutable.class
2.0/trunk/app/src/gambas2/FOpenProject.class
2.0/trunk/app/src/gambas2/FOpenProject.form
2.0/trunk/app/src/gambas2/FProjectItem.form
2.0/trunk/comp/src/gb.form/FSidePanel.class
2.0/trunk/comp/src/gb.settings/.lang/.pot
2.0/trunk/comp/src/gb.settings/.project
2.0/trunk/comp/src/gb.settings/Main.module
2.0/trunk/comp/src/gb.settings/Settings.class
2.0/trunk/gb.qt/gb.form.arrangement.h
2.0/trunk/gb.qt/src/CSplitter.cpp
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/gb.qt/src/CTreeView.h
2.0/trunk/gb.qt/src/gb.qt/.info
2.0/trunk/gb.qt/src/gb.qt/.list
2.0/trunk/gb.qt/src/gb.qt/.project
2.0/trunk/gb.qt/src/gb.qt/FMain.class
2.0/trunk/gb.qt/src/gb.qt/FMain.form
2.0/trunk/main/gbx/gbx_c_array.c
2.0/trunk/main/gbx/gbx_subr_file.c
2.0/trunk/main/gbx/gbx_value.c
Added Paths:
-----------
2.0/trunk/gb.qt/src/gb.qt/Qt.module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-30 20:10:30
|
Revision: 126
http://svn.sourceforge.net/gambas/?rev=126&view=rev
Author: gambas
Date: 2006-10-30 12:09:39 -0800 (Mon, 30 Oct 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Save menu entry was removed from the project tree popup menu.
* NEW: LINK arguments were inverted.
* BUG: The Find list window was fixed.
* NEW: Debugger were redesigned, according to the new commands of the
internal debugger.
* BUG: Release number is not incremented if the version is got from an
external program.
[GB.DEBUG COMPONENT]
* NEW: The internal debugger was redesigned. But the work is not finished!
[GB.FORM COMPONENT]
* BUG: FileChooser displays a message box if you try to select a file that
already exists for saving.
Modified Paths:
--------------
2.0/trunk/app/src/doc.cgi/.lang/fr.po
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
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/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/app/src/gambas2/FMain.class
2.0/trunk/app/src/gambas2/FMain.form
2.0/trunk/app/src/gambas2/FOutput.class
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.lang/fr.mo
2.0/trunk/comp/src/gb.form/.lang/fr.po
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FFileDialog.class
2.0/trunk/main/gbx/gb_error.c
2.0/trunk/main/gbx/gb_error.h
2.0/trunk/main/lib/debug/CDebug.c
2.0/trunk/main/lib/debug/debug.c
2.0/trunk/main/lib/debug/gb.debug.h
2.0/trunk/main/lib/debug/print.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-10-31 20:08:00
|
Revision: 127
http://svn.sourceforge.net/gambas/?rev=127&view=rev
Author: gambas
Date: 2006-10-31 12:07:47 -0800 (Tue, 31 Oct 2006)
Log Message:
-----------
[INTERPRETER]
* BUG: If() now always returns a Variant, and so does not fail anymore when
converting its arguments.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.db.form/.lang/.pot
2.0/trunk/comp/src/gb.db.form/.project
2.0/trunk/main/gbx/gbx_subr_test.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-01 11:15:36
|
Revision: 128
http://svn.sourceforge.net/gambas/?rev=128&view=rev
Author: gambas
Date: 2006-11-01 03:14:38 -0800 (Wed, 01 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: The form editor allows to move tabs inside TabStrip and any other
MultiContainer.
* NEW: The debug window has been redesigned. It can display current object
variables now.
[INTERPRETER]
* BUG: Really fixed the IIf() function. But this fix is temporary, and will
be replaced by a bytecode change too.
[GB.SETTINGS COMPONENT]
* NEW: Settings.Read() can takes an optional default value argument.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/.lang/sv.mo
2.0/trunk/app/src/gambas2/.lang/sv.po
2.0/trunk/app/src/gambas2/CCoolButton.class
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/FForm.class
2.0/trunk/app/src/gambas2/FForm.form
2.0/trunk/app/src/gambas2/img/16/local.png
2.0/trunk/comp/src/gb.settings/.info
2.0/trunk/comp/src/gb.settings/.project
2.0/trunk/comp/src/gb.settings/Settings.class
2.0/trunk/gb.qt/src/CSplitter.cpp
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/main/gbx/gbx_stream.c
2.0/trunk/main/gbx/gbx_subr_file.c
2.0/trunk/main/gbx/gbx_subr_test.c
2.0/trunk/main/lib/debug/print.c
2.0/trunk/main/share/gb_file_temp.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-01 14:43:41
|
Revision: 129
http://svn.sourceforge.net/gambas/?rev=129&view=rev
Author: gambas
Date: 2006-11-01 06:43:21 -0800 (Wed, 01 Nov 2006)
Log Message:
-----------
WARNING! Byte code has changed, and all projects must be recompiled.
[DEVELOPMENT ENVIRONMENT]
* NEW: Some enhancements in debug window.
[INTERPRETER]
* NEW: LOCK now takes a path as argument, and returns a File object that
must be used with UNLOCK to unlock the file.
* NEW: IIf now takes three mandatory arguments.
* NEW: Min and Max now takes only two arguments.
* BUG: IIf, Min and Max now behave correctly with Variant arguments.
Modified Paths:
--------------
2.0/trunk/acinclude.m4
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FDebugInfo.class
2.0/trunk/app/src/gambas2/FIconEditor.class
2.0/trunk/comp/src/gb.form/FColorChooser.class
2.0/trunk/comp/src/gb.settings/.project
2.0/trunk/main/gbx/gbx_c_file.c
2.0/trunk/main/gbx/gbx_stream.c
2.0/trunk/main/gbx/gbx_stream.h
2.0/trunk/main/gbx/gbx_subr_file.c
2.0/trunk/main/gbx/gbx_subr_math.c
2.0/trunk/main/gbx/gbx_subr_test.c
2.0/trunk/main/share/gb_reserved_temp.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-01 15:41:48
|
Revision: 130
http://svn.sourceforge.net/gambas/?rev=130&view=rev
Author: gambas
Date: 2006-11-01 07:41:36 -0800 (Wed, 01 Nov 2006)
Log Message:
-----------
[INTERPRETER]
* BUG: LOCK really works now.
[COMPILER]
* BUG: The compiler compiles the new LOCK syntax correctly now.
Modified Paths:
--------------
2.0/trunk/examples/examples/Drawing/Sensor/.project
2.0/trunk/main/gbc/gbc_trans_expr.c
2.0/trunk/main/gbc/gbc_trans_subr.c
2.0/trunk/main/gbx/gbx_subr_file.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-02 22:37:53
|
Revision: 131
http://svn.sourceforge.net/gambas/?rev=131&view=rev
Author: gambas
Date: 2006-11-02 14:37:23 -0800 (Thu, 02 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Fixed the saved path of highlighting theme import & export.
* NEW: Some theme colors were changed.
[GB.EXT COMPONENT]
* NEW: Editor now displays breakpoints differently.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/FOption.class
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/app/src/gambas2/theme/amber
2.0/trunk/app/src/gambas2/theme/amethyst
2.0/trunk/app/src/gambas2/theme/emerald
2.0/trunk/app/src/gambas2/theme/obsidian
2.0/trunk/app/src/gambas2/theme/ruby
2.0/trunk/app/src/gambas2/theme/sapphire
2.0/trunk/app/src/gambas2/theme/visual
2.0/trunk/gb.qt/src/ext/gview.cpp
2.0/trunk/gb.qt/src/ext/gview.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-04 15:35:56
|
Revision: 132
http://svn.sourceforge.net/gambas/?rev=132&view=rev
Author: gambas
Date: 2006-11-04 07:35:19 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Breakpoint button is now a toggle.
* NEW: Find list use the global font size.
[GB.QT.EXT COMPONENT]
* BUG: Some fixes in the drawing of line background and in the margin
width.
[GB.WEB COMPONENT]
* BUG: CONTENT_LENGTH CGI variable is used for reading the standard input,
so that locks are avoided.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FDebugInfo.class
2.0/trunk/app/src/gambas2/FEditor.class
2.0/trunk/app/src/gambas2/FEditor.form
2.0/trunk/app/src/gambas2/FFindList.class
2.0/trunk/app/src/gambas2/FMain.class
2.0/trunk/app/src/gambas2/FMain.form
2.0/trunk/app/src/gambas2/FOption.class
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/gb.qt/src/CMenu.cpp
2.0/trunk/gb.qt/src/ext/gview.cpp
2.0/trunk/gb.qt/src/gb.qt/.project
2.0/trunk/gb.qt/src/gb.qt/Action.class
2.0/trunk/main/gbc/gbc_read.c
2.0/trunk/main/gbx/gbx.c
2.0/trunk/main/gbx/gbx_stream_buffer.c
2.0/trunk/main/gbx/gbx_stream_process.c
2.0/trunk/main/gbx/gbx_type.h
2.0/trunk/main/lib/debug/debug.c
2.0/trunk/main/lib/debug/print.c
2.0/trunk/main/lib/eval/eval_read.c
2.0/trunk/main/share/gb_type_common.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-04 21:21:08
|
Revision: 133
http://svn.sourceforge.net/gambas/?rev=133&view=rev
Author: gambas
Date: 2006-11-04 13:20:56 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Moving tabs works for any MultiContainer now, not only TabStrip.
[GB.DEBUG COMPONENT]
* NEW: New command in the internal debugger to get the value of a symbol
without calling the evaluator.
* BUG: Static arrays do not print an error in the debugger windows anymore.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/Design.module
2.0/trunk/app/src/gambas2/FDebugInfo.class
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/main/gbx/gbx_eval.c
2.0/trunk/main/lib/debug/debug.c
2.0/trunk/main/lib/debug/print.c
2.0/trunk/main/lib/debug/print.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-05 22:06:02
|
Revision: 134
http://svn.sourceforge.net/gambas/?rev=134&view=rev
Author: gambas
Date: 2006-11-05 14:05:35 -0800 (Sun, 05 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: When creating a new image, it is now possible to choose the image
file type between PNG, XPM and GIF.
[WIKI CGI SCRIPT]
* BUG: Fix indexes for words that do not begin with an ASCII letter.
[GB.WEB COMPONENT]
* NEW: Reponse.SendFile() now sends the headers defined by
Response.AddHeader().
* NEW: Request is a writable array now.
Modified Paths:
--------------
2.0/trunk/TODO
2.0/trunk/app/src/doc.cgi/Main.module
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.mo
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/FCreateFile.class
2.0/trunk/app/src/gambas2/FCreateFile.form
2.0/trunk/app/src/gambas2/FIconEditor.form
2.0/trunk/app/src/gambas2/about.txt
2.0/trunk/comp/src/gb.web/.info
2.0/trunk/comp/src/gb.web/.project
2.0/trunk/comp/src/gb.web/Request.module
2.0/trunk/comp/src/gb.web/Response.module
2.0/trunk/main/gbx/gbx_c_array.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-08 11:48:46
|
Revision: 135
http://svn.sourceforge.net/gambas/?rev=135&view=rev
Author: gambas
Date: 2006-11-08 03:48:18 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Void branches are not displayed in the current object variable
list of the debugging window.
* BUG: There is no duplicate display of object symbols anymore.
[INTERPRETER]
* BUG: A stack leak was fixed.
* BUG: Enumerating class symbols does not return duplicates anymore.
[GB.QT COMPONENT]
* NEW: The Gnome stock icon map has been updated.
* OPT: Action class is not called anymore when destroying a control with no
action registered.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/FDebugInfo.class
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/gb.qt/stock/gnome.map
2.0/trunk/main/gbc/gbc_compile.c
2.0/trunk/main/gbc/gbc_form.c
2.0/trunk/main/gbc/gbc_trans_code.c
2.0/trunk/main/gbx/gbx_api.c
2.0/trunk/main/gbx/gbx_api.h
2.0/trunk/main/gbx/gbx_archive.c
2.0/trunk/main/gbx/gbx_c_class.c
2.0/trunk/main/gbx/gbx_class.c
2.0/trunk/main/gbx/gbx_class.h
2.0/trunk/main/gbx/gbx_debug.c
2.0/trunk/main/gbx/gbx_exec_loop.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-11 20:41:24
|
Revision: 138
http://svn.sourceforge.net/gambas/?rev=138&view=rev
Author: gambas
Date: 2006-11-11 12:40:55 -0800 (Sat, 11 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: CVSROOT file or directory is now ignored by the project tree view.
[INTERPRETER]
* BUG: Some spurious warnings were removed.
[GB.QT COMPONENT]
* NEW: Action is now a property of the Control class.
* BUG: Toolbar actions are now correctly unregistered. That fixes the
'Invalid control' error message of the IDE when a form is opened after a
project was closed.
* NEW: ColumnView.Settings format was redesigned.
* BUG: The Stock class does not fail anymore when if there is no current
KDE theme.
[GB.FORM COMPONENT]
* NEW: The ColumnView.Settings property is used for defining the FileView
and DirView Settings properties.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form/.info
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/FDirChooser.class
2.0/trunk/comp/src/gb.form/FMain.class
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form/FileView.class
2.0/trunk/comp/src/gb.form.mdi/.info
2.0/trunk/comp/src/gb.form.mdi/ToolBar.class
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/gb.qt/.project
2.0/trunk/gb.qt/src/gb.qt/Qt.module
2.0/trunk/gb.qt/src/gb.qt/Stock.class
2.0/trunk/gb.qt/src/share/CControl_desc.h
2.0/trunk/main/gbx/gbx_class_load.c
2.0/trunk/main/gbx/gbx_exec_loop.c
2.0/trunk/main/gbx/gbx_number.c
2.0/trunk/main/share/gb_common.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-11 22:46:01
|
Revision: 139
http://svn.sourceforge.net/gambas/?rev=139&view=rev
Author: gambas
Date: 2006-11-11 14:45:44 -0800 (Sat, 11 Nov 2006)
Log Message:
-----------
[INTERPRETER]
* NEW: A new API for getting the event name used by the last object
instanciation.
[GB.QT COMPONENT]
* NEW: Controls have name now. The name is the same as the event name
at the moment, so all controls in the same group have the same name.
* NEW: Control.Name is a new property that returns the name of the object.
* NEW: Window[] or Window.Controls[] will return a control from its name.
Modified Paths:
--------------
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/CWidget.h
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/gb.qt/src/CWindow.h
2.0/trunk/gb.qt/src/gb.qt.h
2.0/trunk/gb.qt/src/share/CControl_desc.h
2.0/trunk/main/gbx/gbx_api.c
2.0/trunk/main/gbx/gbx_api.h
2.0/trunk/main/gbx/gbx_event.c
2.0/trunk/main/gbx/gbx_event.h
2.0/trunk/main/gbx/gbx_object.c
2.0/trunk/main/share/gambas.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-12 10:19:17
|
Revision: 140
http://svn.sourceforge.net/gambas/?rev=140&view=rev
Author: gambas
Date: 2006-11-12 02:19:03 -0800 (Sun, 12 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Project titles are smaller in open project dialog.
* NEW: The name of the control is not the event name anymore, but always
the name specified in the IDE.
[GB.QT COMPONENT]
* NEW: Control.Name is writable now.
Modified Paths:
--------------
2.0/trunk/TODO
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FForm.class
2.0/trunk/app/src/gambas2/FProjectItem.class
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/share/CControl_desc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2006-11-15 17:58:28
|
Revision: 149
http://svn.sourceforge.net/gambas/?rev=149&view=rev
Author: gambas
Date: 2006-11-15 09:58:22 -0800 (Wed, 15 Nov 2006)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: The browser detection has been fixed.
* NEW: Support for CVS version control.
[GB.QT COMPONENT]
* BUG: A forgot Draw.End() does not make the application crash anymore.
[GB.QTE COMPONENT]
* NEW: Initial import
[GB.QTE.EXT COMPONENT]
* NEW: Initial import
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FAbout.form
2.0/trunk/app/src/gambas2/FArgument.form
2.0/trunk/app/src/gambas2/FEditor.form
2.0/trunk/app/src/gambas2/FForm.form
2.0/trunk/app/src/gambas2/FFormStack.form
2.0/trunk/app/src/gambas2/FIconEditor.form
2.0/trunk/app/src/gambas2/FList.form
2.0/trunk/app/src/gambas2/FMain.form
2.0/trunk/app/src/gambas2/FMakeInstall.form
2.0/trunk/app/src/gambas2/FMenu.form
2.0/trunk/app/src/gambas2/FNewTranslation.form
2.0/trunk/app/src/gambas2/FOption.form
2.0/trunk/app/src/gambas2/FProjectItem.form
2.0/trunk/app/src/gambas2/FProperty.form
2.0/trunk/app/src/gambas2/FSave.form
2.0/trunk/app/src/gambas2/FSignature.form
2.0/trunk/app/src/gambas2/FText.form
2.0/trunk/app/src/gambas2/FTextEditor.form
2.0/trunk/app/src/gambas2/FTips.form
2.0/trunk/app/src/gambas2/FToolBar.form
2.0/trunk/app/src/gambas2/FToolBox.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/app/src/gambas2/VersionControl.module
2.0/trunk/examples/examples/Drawing/Chart/graph.png
2.0/trunk/gb.qt/src/CDialog.cpp
2.0/trunk/gb.qt/src/CDialog.h
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CDraw.h
2.0/trunk/gb.qt/src/CDrawingArea.cpp
2.0/trunk/gb.qt/src/CEmbedder.cpp
2.0/trunk/gb.qt/src/CFont.cpp
2.0/trunk/gb.qt/src/CFont.h
2.0/trunk/gb.qt/src/CImage.cpp
2.0/trunk/gb.qt/src/CPicture.cpp
2.0/trunk/gb.qt/src/CScreen.cpp
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/gb.qt/src/main.cpp
Added Paths:
-----------
2.0/trunk/gb.qte/
2.0/trunk/gb.qte/AUTHORS
2.0/trunk/gb.qte/COPYING
2.0/trunk/gb.qte/ChangeLog
2.0/trunk/gb.qte/INSTALL
2.0/trunk/gb.qte/Makefile.am
2.0/trunk/gb.qte/NEWS
2.0/trunk/gb.qte/README
2.0/trunk/gb.qte/acinclude.m4
2.0/trunk/gb.qte/component.am
2.0/trunk/gb.qte/config.guess
2.0/trunk/gb.qte/config.h.in
2.0/trunk/gb.qte/config.sub
2.0/trunk/gb.qte/configure.ac
2.0/trunk/gb.qte/depcomp
2.0/trunk/gb.qte/gambas.h
2.0/trunk/gb.qte/gb.eval.h
2.0/trunk/gb.qte/gb.form.arrangement.h
2.0/trunk/gb.qte/gb.qte.am
2.0/trunk/gb.qte/gb_common.h
2.0/trunk/gb.qte/install-sh
2.0/trunk/gb.qte/ltmain.sh
2.0/trunk/gb.qte/missing
2.0/trunk/gb.qte/reconf
2.0/trunk/gb.qte/src/
2.0/trunk/gb.qte/src/CButton.cpp
2.0/trunk/gb.qte/src/CButton.h
2.0/trunk/gb.qte/src/CCheckBox.cpp
2.0/trunk/gb.qte/src/CCheckBox.h
2.0/trunk/gb.qte/src/CClipboard.cpp
2.0/trunk/gb.qte/src/CClipboard.h
2.0/trunk/gb.qte/src/CColor.cpp
2.0/trunk/gb.qte/src/CColor.h
2.0/trunk/gb.qte/src/CConst.cpp
2.0/trunk/gb.qte/src/CConst.h
2.0/trunk/gb.qte/src/CContainer.cpp
2.0/trunk/gb.qte/src/CContainer.h
2.0/trunk/gb.qte/src/CDialog.cpp
2.0/trunk/gb.qte/src/CDialog.h
2.0/trunk/gb.qte/src/CDraw.cpp
2.0/trunk/gb.qte/src/CDraw.h
2.0/trunk/gb.qte/src/CDrawing.cpp
2.0/trunk/gb.qte/src/CDrawing.h
2.0/trunk/gb.qte/src/CDrawingArea.cpp
2.0/trunk/gb.qte/src/CDrawingArea.h
2.0/trunk/gb.qte/src/CFont.cpp
2.0/trunk/gb.qte/src/CFont.h
2.0/trunk/gb.qte/src/CFrame.cpp
2.0/trunk/gb.qte/src/CFrame.h
2.0/trunk/gb.qte/src/CGridView.cpp
2.0/trunk/gb.qte/src/CGridView.h
2.0/trunk/gb.qte/src/CIconView.cpp
2.0/trunk/gb.qte/src/CIconView.h
2.0/trunk/gb.qte/src/CImage.cpp
2.0/trunk/gb.qte/src/CImage.h
2.0/trunk/gb.qte/src/CKey.cpp
2.0/trunk/gb.qte/src/CKey.h
2.0/trunk/gb.qte/src/CLabel.cpp
2.0/trunk/gb.qte/src/CLabel.h
2.0/trunk/gb.qte/src/CListBox.cpp
2.0/trunk/gb.qte/src/CListBox.h
2.0/trunk/gb.qte/src/CMenu.cpp
2.0/trunk/gb.qte/src/CMenu.h
2.0/trunk/gb.qte/src/CMessage.cpp
2.0/trunk/gb.qte/src/CMessage.h
2.0/trunk/gb.qte/src/CMouse.cpp
2.0/trunk/gb.qte/src/CMouse.h
2.0/trunk/gb.qte/src/CMovieBox.cpp
2.0/trunk/gb.qte/src/CMovieBox.h
2.0/trunk/gb.qte/src/CPanel.cpp
2.0/trunk/gb.qte/src/CPanel.h
2.0/trunk/gb.qte/src/CPicture.cpp
2.0/trunk/gb.qte/src/CPicture.h
2.0/trunk/gb.qte/src/CPictureBox.cpp
2.0/trunk/gb.qte/src/CPictureBox.h
2.0/trunk/gb.qte/src/CPrinter.cpp
2.0/trunk/gb.qte/src/CPrinter.h
2.0/trunk/gb.qte/src/CProgress.cpp
2.0/trunk/gb.qte/src/CProgress.h
2.0/trunk/gb.qte/src/CRadioButton.cpp
2.0/trunk/gb.qte/src/CRadioButton.h
2.0/trunk/gb.qte/src/CScreen.cpp
2.0/trunk/gb.qte/src/CScreen.h
2.0/trunk/gb.qte/src/CScrollBar.cpp
2.0/trunk/gb.qte/src/CScrollBar.h
2.0/trunk/gb.qte/src/CScrollView.cpp
2.0/trunk/gb.qte/src/CScrollView.h
2.0/trunk/gb.qte/src/CSlider.cpp
2.0/trunk/gb.qte/src/CSlider.h
2.0/trunk/gb.qte/src/CSpinBox.cpp
2.0/trunk/gb.qte/src/CSpinBox.h
2.0/trunk/gb.qte/src/CSplitter.cpp
2.0/trunk/gb.qte/src/CSplitter.h
2.0/trunk/gb.qte/src/CTabStrip.cpp
2.0/trunk/gb.qte/src/CTabStrip.h
2.0/trunk/gb.qte/src/CTextArea.cpp
2.0/trunk/gb.qte/src/CTextArea.h
2.0/trunk/gb.qte/src/CTextBox.cpp
2.0/trunk/gb.qte/src/CTextBox.h
2.0/trunk/gb.qte/src/CTreeView.cpp
2.0/trunk/gb.qte/src/CTreeView.h
2.0/trunk/gb.qte/src/CWatch.cpp
2.0/trunk/gb.qte/src/CWatch.h
2.0/trunk/gb.qte/src/CWatcher.cpp
2.0/trunk/gb.qte/src/CWatcher.h
2.0/trunk/gb.qte/src/CWidget.cpp
2.0/trunk/gb.qte/src/CWidget.h
2.0/trunk/gb.qte/src/CWindow.cpp
2.0/trunk/gb.qte/src/CWindow.h
2.0/trunk/gb.qte/src/Makefile.am
2.0/trunk/gb.qte/src/ext/
2.0/trunk/gb.qte/src/ext/CDial.cpp
2.0/trunk/gb.qte/src/ext/CDial.h
2.0/trunk/gb.qte/src/ext/CEditor.cpp
2.0/trunk/gb.qte/src/ext/CEditor.h
2.0/trunk/gb.qte/src/ext/CLCDNumber.cpp
2.0/trunk/gb.qte/src/ext/CLCDNumber.h
2.0/trunk/gb.qte/src/ext/CTableView.cpp
2.0/trunk/gb.qte/src/ext/CTableView.h
2.0/trunk/gb.qte/src/ext/CTextView.cpp
2.0/trunk/gb.qte/src/ext/CTextView.h
2.0/trunk/gb.qte/src/ext/Makefile.am
2.0/trunk/gb.qte/src/ext/garray.cpp
2.0/trunk/gb.qte/src/ext/garray.h
2.0/trunk/gb.qte/src/ext/gb.qte.ext.component
2.0/trunk/gb.qte/src/ext/gdocument.cpp
2.0/trunk/gb.qte/src/ext/gdocument.h
2.0/trunk/gb.qte/src/ext/gstring.cpp
2.0/trunk/gb.qte/src/ext/gstring.h
2.0/trunk/gb.qte/src/ext/gview.cpp
2.0/trunk/gb.qte/src/ext/gview.h
2.0/trunk/gb.qte/src/ext/main.cpp
2.0/trunk/gb.qte/src/ext/main.h
2.0/trunk/gb.qte/src/gb.qt.h
2.0/trunk/gb.qte/src/gb.qte
2.0/trunk/gb.qte/src/gb.qte.component
2.0/trunk/gb.qte/src/main.cpp
2.0/trunk/gb.qte/src/main.h
2.0/trunk/gb.qte/src/share/
2.0/trunk/gb.qte/src/share/CButton_desc.h
2.0/trunk/gb.qte/src/share/CCheckBox_desc.h
2.0/trunk/gb.qte/src/share/CClipboard_desc.h
2.0/trunk/gb.qte/src/share/CColor_desc.h
2.0/trunk/gb.qte/src/share/CConst_desc.h
2.0/trunk/gb.qte/src/share/CContainer_desc.h
2.0/trunk/gb.qte/src/share/CControl_desc.h
2.0/trunk/gb.qte/src/share/CDialog_desc.h
2.0/trunk/gb.qte/src/share/CDrag_desc.h
2.0/trunk/gb.qte/src/share/CDraw_desc.h
2.0/trunk/gb.qte/src/share/CDrawingArea_desc.h
2.0/trunk/gb.qte/src/share/CTabStrip_desc.h
2.0/trunk/gb.qte/src/share/Makefile.am
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|