Thread: [Gambas-devel-svn] SF.net SVN: gambas: [496] 2.0/trunk (Page 9)
Brought to you by:
gambas
|
From: <ga...@us...> - 2007-08-15 14:20:02
|
Revision: 496
http://gambas.svn.sourceforge.net/gambas/?rev=496&view=rev
Author: gambas
Date: 2007-08-15 07:20:05 -0700 (Wed, 15 Aug 2007)
Log Message:
-----------
[EXAMPLES]
* BUG: Fixed the bad use of a removed icon.
[GB.GTK]
* NEW: Mouse.StartX and Mouse.StartY were implemented
* NEW: The MouseDrag event was implemented.
Modified Paths:
--------------
2.0/trunk/examples/examples/Games/Snake/FrmMain.class
2.0/trunk/gb.gtk/src/CMouse.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/gmouse.cpp
2.0/trunk/gb.gtk/src/gmouse.h
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gtabstrip.cpp
2.0/trunk/gb.gtk/src/gtrayicon.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-16 14:20:23
|
Revision: 498
http://gambas.svn.sourceforge.net/gambas/?rev=498&view=rev
Author: gambas
Date: 2007-08-16 07:20:26 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
Useless 'long' declarations were replaced by 'int' in many source files.
[INTERPRETER]
* NEW: A new API to read an interface pointer associated with a class.
This interface pointer is actually a constant of datatype "p" whose name
begins with "_@".
[GB.DRAW]
* NEW: This is a new internal component that will implement the Draw class.
Drawable classes must declare a "Draw" interface that points at a drawing
function implementation structure.
[GB.GTK]
* NEW: GTK+ >= 2.10 is required now.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FCompletion.class
2.0/trunk/app/src/gambas2/FCompletion.form
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FileView.class
2.0/trunk/gb.db.sqlite2/src/main.cpp
2.0/trunk/gb.db.sqlite3/src/main.cpp
2.0/trunk/gb.gtk/configure.ac
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/CPictureBox.cpp
2.0/trunk/gb.gtk.svg/src/CSVG.c
2.0/trunk/gb.pdf/src/CPdfDocument.cpp
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CDrawing.cpp
2.0/trunk/gb.qt/src/CImage.cpp
2.0/trunk/gb.qt/src/CImage.h
2.0/trunk/gb.qt/src/CMovieBox.cpp
2.0/trunk/gb.qt/src/CMovieBox.h
2.0/trunk/gb.qt/src/main.cpp
2.0/trunk/gb.sdl/src/Cimage.cpp
2.0/trunk/main/configure.ac
2.0/trunk/main/gbc/gbc_archive.c
2.0/trunk/main/gbc/gbc_archive.h
2.0/trunk/main/gbc/gbc_class.c
2.0/trunk/main/gbc/gbc_class.h
2.0/trunk/main/gbc/gbc_dump.c
2.0/trunk/main/gbc/gbc_header.c
2.0/trunk/main/gbc/gbc_output.c
2.0/trunk/main/gbc/gbc_read.c
2.0/trunk/main/gbc/gbc_trans.c
2.0/trunk/main/gbc/gbc_trans.h
2.0/trunk/main/gbc/gbc_trans_tree.c
2.0/trunk/main/gbx/gb_common.c
2.0/trunk/main/gbx/gb_common_check.h
2.0/trunk/main/gbx/gb_common_swap.h
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_archive.h
2.0/trunk/main/gbx/gbx_c_array.c
2.0/trunk/main/gbx/gbx_c_array.h
2.0/trunk/main/gbx/gbx_c_collection.c
2.0/trunk/main/gbx/gbx_c_collection.h
2.0/trunk/main/gbx/gbx_c_subcollection.c
2.0/trunk/main/gbx/gbx_class.c
2.0/trunk/main/gbx/gbx_class.h
2.0/trunk/main/gbx/gbx_class_desc.h
2.0/trunk/main/gbx/gbx_class_load.c
2.0/trunk/main/gbx/gbx_class_native.c
2.0/trunk/main/gbx/gbx_date.c
2.0/trunk/main/gbx/gbx_date.h
2.0/trunk/main/gbx/gbx_expression.h
2.0/trunk/main/gbx/gbx_extern.c
2.0/trunk/main/gbx/gbx_local.c
2.0/trunk/main/gbx/gbx_local.h
2.0/trunk/main/gbx/gbx_print.c
2.0/trunk/main/gbx/gbx_print.h
2.0/trunk/main/gbx/gbx_project.c
2.0/trunk/main/gbx/gbx_stream.c
2.0/trunk/main/gbx/gbx_stream.h
2.0/trunk/main/gbx/gbx_string.c
2.0/trunk/main/gbx/gbx_string.h
2.0/trunk/main/gbx/gbx_subr.c
2.0/trunk/main/gbx/gbx_subr.h
2.0/trunk/main/gbx/gbx_subr_conv.c
2.0/trunk/main/gbx/gbx_subr_extern.c
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_misc.c
2.0/trunk/main/gbx/gbx_subr_string.c
2.0/trunk/main/gbx/gbx_subr_test.c
2.0/trunk/main/gbx/gbx_subst.c
2.0/trunk/main/gbx/gbx_subst.h
2.0/trunk/main/gbx/gbx_value.c
2.0/trunk/main/gbx/gbx_value.h
2.0/trunk/main/lib/Makefile.am
2.0/trunk/main/lib/db/CConnection.c
2.0/trunk/main/lib/db/gb.db.h
2.0/trunk/main/lib/db/main.c
2.0/trunk/main/lib/db/main.h
2.0/trunk/main/lib/debug/gb.debug.h
2.0/trunk/main/lib/debug/print.c
2.0/trunk/main/lib/eval/eval_analyze.c
2.0/trunk/main/lib/eval/eval_analyze.h
2.0/trunk/main/lib/eval/eval_read.c
2.0/trunk/main/lib/eval/eval_trans_expr.c
2.0/trunk/main/lib/eval/eval_trans_tree.c
2.0/trunk/main/lib/eval/gb.eval.h
2.0/trunk/main/share/gambas.h
2.0/trunk/main/share/gb_arch.h
2.0/trunk/main/share/gb_arch_temp.h
2.0/trunk/main/share/gb_common_swap.h
2.0/trunk/main/share/gb_common_swap_temp.h
2.0/trunk/main/share/gb_file_share.h
2.0/trunk/main/share/gb_file_temp.h
2.0/trunk/main/share/gb_hash.h
2.0/trunk/main/share/gb_hash_temp.h
2.0/trunk/main/share/gb_reserved_temp.h
2.0/trunk/main/share/gb_table.h
2.0/trunk/main/share/gb_table_temp.h
2.0/trunk/main/share/gb_type_common.h
2.0/trunk/main/share/gbc_read_common.h
2.0/trunk/main/share/gbc_trans_common.h
Added Paths:
-----------
2.0/trunk/gb.gtk/TODO
2.0/trunk/main/lib/draw/
2.0/trunk/main/lib/draw/CDraw.c
2.0/trunk/main/lib/draw/CDraw.h
2.0/trunk/main/lib/draw/Makefile.am
2.0/trunk/main/lib/draw/gb.draw.h
2.0/trunk/main/lib/draw/main.c
2.0/trunk/main/lib/draw/main.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-17 00:22:49
|
Revision: 499
http://gambas.svn.sourceforge.net/gambas/?rev=499&view=rev
Author: gambas
Date: 2007-08-16 17:22:52 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
[EXAMPLES]
* NEW: GameOfLife is a new example made b y Iman Karim.
[GB.QT]
* NEW: Draw.Circle() draws a circle from its center and radius.
[GB.GTK]
* NEW: The old Draw class has been replaced by the use of the gb.draw
component.
* BUG: Some fixes in the handling of HTML text.
* NEW: Draw.Tile() has been implemented.
* BUG: Draw.Ellipse() has been fixed.
* BUG: Draw.Text() has been fixed.
* OPT: Removed some unneeded copy of point array in Draw.Polyline() and
Draw.Polygon().
* NEW: Draw.Picture() and Draw.Image() stretching arguments have been
implemented.
* NEW: Draw.Resolution has been implemented.
* OPT: Cached DrawingArea has been optimized. It uses the X-Window
background pixmap now.
* NEW: Draw.Circle() draws a circle from its center and radius.
Modified Paths:
--------------
2.0/trunk/examples/examples/Drawing/Gravity/FMain.class
2.0/trunk/examples/examples/Drawing/Gravity/modGravity.module
2.0/trunk/examples/examples/Games/DeepSpace/.icon.png
2.0/trunk/examples/examples/Games/DeepSpace/.project
2.0/trunk/examples/examples/Games/DeepSpace/FAbout.class
2.0/trunk/examples/examples/Games/DeepSpace/FAbout.form
2.0/trunk/examples/examples/Games/DeepSpace/FMain.class
2.0/trunk/examples/examples/Games/DeepSpace/FMain.form
2.0/trunk/examples/examples/Games/DeepSpace/MMain.module
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CDraw.h
2.0/trunk/gb.gtk/src/CDrawingArea.cpp
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gdraw.h
2.0/trunk/gb.gtk/src/gdrawingarea.cpp
2.0/trunk/gb.gtk/src/gdrawingarea.h
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/main/lib/draw/CDraw.c
2.0/trunk/main/lib/draw/CDraw.h
2.0/trunk/main/lib/draw/gb.draw.h
2.0/trunk/main/lib/draw/main.c
Added Paths:
-----------
2.0/trunk/examples/examples/Drawing/Gravity/gravity.png
2.0/trunk/examples/examples/Games/DeepSpace/images/deepspace.png
2.0/trunk/examples/examples/Games/GameOfLife/
2.0/trunk/examples/examples/Games/GameOfLife/.debug
2.0/trunk/examples/examples/Games/GameOfLife/.directory
2.0/trunk/examples/examples/Games/GameOfLife/.icon.png
2.0/trunk/examples/examples/Games/GameOfLife/.project
2.0/trunk/examples/examples/Games/GameOfLife/.settings
2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class
2.0/trunk/examples/examples/Games/GameOfLife/FAbout.class
2.0/trunk/examples/examples/Games/GameOfLife/FAbout.form
2.0/trunk/examples/examples/Games/GameOfLife/FMain.class
2.0/trunk/examples/examples/Games/GameOfLife/FMain.form
2.0/trunk/examples/examples/Games/GameOfLife/glob2-icon-48x48.png
Removed Paths:
-------------
2.0/trunk/examples/examples/Drawing/Gravity/gravity.png
2.0/trunk/examples/examples/Games/DeepSpace/images/DeepSpace.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-17 17:03:16
|
Revision: 501
http://gambas.svn.sourceforge.net/gambas/?rev=501&view=rev
Author: gambas
Date: 2007-08-17 10:03:20 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Removed some useless icons.
[GB.QT]
* BUG: Found a workaround to the QT input methods bug that was generating
bad KeyRelease events.
Modified Paths:
--------------
2.0/trunk/examples/examples/Games/DeepSpace/FMain.class
2.0/trunk/gb.qt/src/CDrawingArea.cpp
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/main.cpp
2.0/trunk/gb.qt/src/main.h
2.0/trunk/gb.qt/src/x11.h
Removed Paths:
-------------
2.0/trunk/app/src/gambas2/img/logo/gambas-16x16.png
2.0/trunk/app/src/gambas2/img/logo/gambas-24x24.png
2.0/trunk/app/src/gambas2/img/logo/gambas-32x32.png
2.0/trunk/app/src/gambas2/img/logo/gambas-48x48.png
2.0/trunk/app/src/gambas2/img/logo/gambas-64x64.png
2.0/trunk/app/src/gambas2/img/logo/gambas.png
2.0/trunk/app/src/gambas2/img/logo/logo.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-17 19:31:23
|
Revision: 502
http://gambas.svn.sourceforge.net/gambas/?rev=502&view=rev
Author: gambas
Date: 2007-08-17 12:31:27 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
[GB.DRAW]
* NEW: Draw.Zoom() is implemented there, outside of drawing
implementations.
[GB.GTK]
* BUG: The irregularity of GTK+ timers was fixed.
* BUG: The DrawingArea Draw event works again.
* NEW: Draw.Zoom() has been implemented.
Modified Paths:
--------------
2.0/trunk/examples/examples/Games/DeepSpace/.project
2.0/trunk/examples/examples/Games/DeepSpace/FMain.form
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CDraw.h
2.0/trunk/gb.gtk/src/CDrawingArea.cpp
2.0/trunk/gb.gtk/src/gdrawingarea.cpp
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/main/lib/draw/CDraw.c
2.0/trunk/main/lib/draw/CDraw.h
2.0/trunk/main/lib/draw/gb.draw.h
2.0/trunk/main/lib/draw/main.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...> - 2007-08-17 22:53:49
|
Revision: 503
http://gambas.svn.sourceforge.net/gambas/?rev=503&view=rev
Author: gambas
Date: 2007-08-17 15:53:52 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
[EXAMPLE]
* OPT: GameOfLife was optimized. You can do better if you want :-)
[INFORMER]
* NEW: A component can export a GB_INCLUDE symbol to tell the informer to
include the symbol information of another component. gb.qt and gb.gtk use
that to include the Draw class description located in gb.draw.
* NEW: gbi2 can take more than one component as last arguments.
[GB.DRAW]
* BUG: Draw.ForeColor and Draw.BackColor symbols are back.
[GB.QT]
* NEW: gb.qt now uses gb.draw as drawing interface.
* BUG: Fixed the order of Slider properties so that Value is last.
Otherwise, the IDE will not define MaxValue and MinValue before Value,
and things won't work as expected.
[GB.GTK]
* BUG: Really set device resolution on Draw.Begin().
Modified Paths:
--------------
2.0/trunk/examples/examples/Games/DeepSpace/FAbout.class
2.0/trunk/examples/examples/Games/GameOfLife/.project
2.0/trunk/examples/examples/Games/GameOfLife/.settings
2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class
2.0/trunk/examples/examples/Games/GameOfLife/FAbout.form
2.0/trunk/examples/examples/Games/GameOfLife/FMain.class
2.0/trunk/examples/examples/Games/GameOfLife/FMain.form
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/gb.qt/share/gb.form.properties.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/CDrawingArea.h
2.0/trunk/gb.qt/src/CPicture.cpp
2.0/trunk/gb.qt/src/CWindow.cpp
2.0/trunk/gb.qt/src/main.cpp
2.0/trunk/main/gbc/gbi.c
2.0/trunk/main/lib/draw/CDraw.c
2.0/trunk/main/share/gb_component.h
Removed Paths:
-------------
2.0/trunk/gb.qt/src/share/CDrawingArea_desc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-18 00:52:08
|
Revision: 504
http://gambas.svn.sourceforge.net/gambas/?rev=504&view=rev
Author: gambas
Date: 2007-08-17 17:52:02 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
[DATABASE MANAGER]
* NEW: The database manager now uses the new gb.gui component.
[GB.GUI]
* NEW: This is a new component that just loads gb.qt if you are running KDE
or gb.gtk in the other cases. It will make your application more
desktop-friendly!
[GB.GTK]
* BUG: Use the default widget style if no style is associated with a
specified widget class. Otherwise it crashes.
Modified Paths:
--------------
2.0/trunk/TEMPLATE/TEMPLATE.conf
2.0/trunk/TEMPLATE/template/configure.ac
2.0/trunk/app/src/gambas-database-manager/.lang/.pot
2.0/trunk/app/src/gambas-database-manager/.project
2.0/trunk/app/src/gambas-database-manager/FPassword.form
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/CComponent.class
2.0/trunk/examples/examples/Games/GameOfLife/.project
2.0/trunk/examples/examples/Games/GameOfLife/FMain.class
2.0/trunk/examples/examples/Games/GameOfLife/FMain.form
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/ggridview.cpp
2.0/trunk/gb.gtk/src/gstock.cpp
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/tablerender.cpp
2.0/trunk/main/configure.ac
2.0/trunk/main/lib/Makefile.am
Added Paths:
-----------
2.0/trunk/main/lib/gui/
2.0/trunk/main/lib/gui/Makefile.am
2.0/trunk/main/lib/gui/gb.gui.component
2.0/trunk/main/lib/gui/main.c
2.0/trunk/main/lib/gui/main.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-18 13:58:21
|
Revision: 505
http://gambas.svn.sourceforge.net/gambas/?rev=505&view=rev
Author: gambas
Date: 2007-08-18 06:58:13 -0700 (Sat, 18 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Removed the use of Draw.Transparent.
[EXAMPLES]
* BUG: Removed the use of Draw.Transparent in Sensor example.
[GB.DRAW]
* NEW: Draw.Transparent has been removed.
* NEW: The transformation matrix functions have been removed.
[GB.QT]
* BUG: GridView row selection API works correctly now. There is one bug
yet. Do not use SHIFT in the row header to select rows!
[GB.GTK]
* BUG: The default alignment of Draw.Text is Align.TopNormal now.
[GB.IMAGE]
* NEW: Methods that took degrees now take radians.
[GB.FORM]
* BUG: Removed the use of Draw transformation matrix in the Balloon class.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FWelcome.class
2.0/trunk/comp/src/gb.form/FBalloon.class
2.0/trunk/examples/examples/Drawing/Sensor/.project
2.0/trunk/examples/examples/Drawing/Sensor/FSensor.class
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.image/src/CImage.cpp
2.0/trunk/gb.image/src/kimageeffect.cpp
2.0/trunk/gb.image/src/kimageeffect.h
2.0/trunk/gb.qt/src/CGridView.cpp
2.0/trunk/gb.qt/src/CGridView.h
2.0/trunk/gb.qt/src/CKey.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-19 00:58:11
|
Revision: 508
http://gambas.svn.sourceforge.net/gambas/?rev=508&view=rev
Author: gambas
Date: 2007-08-18 17:58:14 -0700 (Sat, 18 Aug 2007)
Log Message:
-----------
[EXAMPLES]
* NEW: The GameOfLife example now implements the real rules of the
standard game of life.
[INTERPRETER]
* NEW: Array.Copy() can copy multi-dimensional arrays now, only if it gets
no arguments.
[GB.DRAW]
* BUG: Support for devices that are static classes (like Printer).
[GB.IMAGE]
* NEW: Image.Gradient decay arguments are float now.
[GB.QT]
* NEW: Drawing and Printer classes were removed and put in gb.qt.ext.
[GB.QT.EXT]
* NEW: Drawing and Printer classes were moved to this component. They are
drawable again.
* NEW: This component implements the Draw.Drawing() method.
[GB.FORM]
* NEW: InputBox is a new static class made for Visual Basic users.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.form/.info
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.list
2.0/trunk/comp/src/gb.form/FMain.class
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/examples/examples/Games/DeepSpace/.project
2.0/trunk/examples/examples/Games/DeepSpace/FMain.form
2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class
2.0/trunk/examples/examples/Games/GameOfLife/FMain.class
2.0/trunk/examples/examples/Games/GameOfLife/FMain.form
2.0/trunk/examples/examples/Printing/Printing/.project
2.0/trunk/examples/examples/Printing/Printing/FormPrinting.class
2.0/trunk/gb.image/src/CImage.cpp
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CDraw.h
2.0/trunk/gb.qt/src/Makefile.am
2.0/trunk/gb.qt/src/ext/Makefile.am
2.0/trunk/gb.qt/src/ext/main.cpp
2.0/trunk/gb.qt/src/ext/main.h
2.0/trunk/gb.qt/src/gb.qt.h
2.0/trunk/gb.qt/src/main.cpp
2.0/trunk/main/gbx/gbx_c_array.c
2.0/trunk/main/lib/draw/CDraw.c
Added Paths:
-----------
2.0/trunk/comp/src/gb.form/FInputBox.class
2.0/trunk/comp/src/gb.form/FInputBox.form
2.0/trunk/comp/src/gb.form/InputBox.class
2.0/trunk/gb.qt/src/ext/CDraw.cpp
2.0/trunk/gb.qt/src/ext/CDraw.h
2.0/trunk/gb.qt/src/ext/CDrawing.cpp
2.0/trunk/gb.qt/src/ext/CDrawing.h
2.0/trunk/gb.qt/src/ext/CPrinter.cpp
2.0/trunk/gb.qt/src/ext/CPrinter.h
Removed Paths:
-------------
2.0/trunk/examples/examples/Games/GameOfLife/FAbout.class
2.0/trunk/examples/examples/Games/GameOfLife/FAbout.form
2.0/trunk/gb.qt/src/CDrawing.cpp
2.0/trunk/gb.qt/src/CDrawing.h
2.0/trunk/gb.qt/src/CPrinter.cpp
2.0/trunk/gb.qt/src/CPrinter.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-19 14:17:13
|
Revision: 509
http://gambas.svn.sourceforge.net/gambas/?rev=509&view=rev
Author: gambas
Date: 2007-08-19 07:17:12 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
[CONFIGURATION]
* BUG: Components written in Gambas do not explicitely use gb.gtk or gb.qt
anymore, but gb.gui instead. Otherwise these components could not compile
on systems where gb.gtk or gb.qt is disabled.
[DEVELOPMENT ENVIRONMENT]
* NEW: new icons for the automatic completion.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/app/src/gambas2/img/16/constant.png
2.0/trunk/app/src/gambas2/img/16/method.png
2.0/trunk/app/src/gambas2/img/16/property-ro.png
2.0/trunk/app/src/gambas2/img/16/property.png
2.0/trunk/app/src/gambas2/img/16/s-method.png
2.0/trunk/app/src/gambas2/img/16/s-property-ro.png
2.0/trunk/app/src/gambas2/img/16/s-property.png
2.0/trunk/app/src/gambas2/img/16/s-variable.png
2.0/trunk/app/src/gambas2/img/16/variable.png
2.0/trunk/comp/src/gb.db.form/.project
2.0/trunk/comp/src/gb.form/.component
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form.dialog/.component
2.0/trunk/comp/src/gb.form.dialog/.project
2.0/trunk/comp/src/gb.form.mdi/.project
2.0/trunk/comp/src/gb.report/.component
2.0/trunk/comp/src/gb.report/.project
2.0/trunk/help/help/tree/img/constant.png
2.0/trunk/help/help/tree/img/control.png
2.0/trunk/help/help/tree/img/event.png
2.0/trunk/help/help/tree/img/method.png
2.0/trunk/help/help/tree/img/property-read.png
2.0/trunk/help/help/tree/img/property.png
2.0/trunk/help/help/tree/img/s-method.png
2.0/trunk/help/help/tree/img/s-property-read.png
2.0/trunk/help/help/tree/img/s-property.png
2.0/trunk/help/help/tree/img/s-variable.png
2.0/trunk/help/help/tree/img/variable.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-19 21:41:24
|
Revision: 511
http://gambas.svn.sourceforge.net/gambas/?rev=511&view=rev
Author: gambas
Date: 2007-08-19 14:41:25 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
[CONFIGURATION]
* BUG: The informer is run again just before compiling the components
located in the ./comp sub-directory, so that components like gb.gui,
whose *.info files relies on other components, are correctly installed.
This workaround does not solve all dependencies possibilities.
[DEVELOPMENT ENVIRONMENT]
* NEW: The project environment dialog was simplified.
* NEW: The project environment variables are taken into account now.
[INTERPRETER]
* NEW: Calling EXEC with a null program name won't crash anymore.
[GB.GTK]
* BUG: ScrollView.ScrollW and ScrollView.ScrollH now return the correct
value.
[GB.GUI]
* NEW: If the GB_GUI environment variable is set, then gb.gui will load
the component specified by its contents.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/Design.module
2.0/trunk/app/src/gambas2/FProjectEnv.class
2.0/trunk/app/src/gambas2/FProjectEnv.form
2.0/trunk/comp/Makefile.am
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FDirChooser.form
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form/ListContainer.class
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gscrollview.cpp
2.0/trunk/gb.gtk/src/gscrollview.h
2.0/trunk/main/gbx/gbx_subr_misc.c
2.0/trunk/main/lib/gui/main.c
Added Paths:
-----------
2.0/trunk/app/src/gambas2/img/16/component.png
Removed Paths:
-------------
2.0/trunk/app/src/gambas2/img/16/translate.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-20 19:09:20
|
Revision: 513
http://gambas.svn.sourceforge.net/gambas/?rev=513&view=rev
Author: gambas
Date: 2007-08-20 12:09:19 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: New Catalan translation made by Jorge Sayol.
[WIKI CGI SCRIPT]
* NEW: Support for the new look. Allows to generate page without showing
the wiki stuff.
[GB.QTE]
* BUG: Synchronized with gb.qt.
[GB.INFO]
* BUG: Some bug fixes in component description loading.
[GB.FORM]
* NEW: FileView.Count is a new property that returns the number of files
displayed in the view.
Modified Paths:
--------------
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/.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/FProjectEnv.form
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/FileView.class
2.0/trunk/comp/src/gb.info/.project
2.0/trunk/comp/src/gb.info/ComponentInfo.class
2.0/trunk/comp/src/gb.info/Main.module
2.0/trunk/gb.qte/src/Makefile.am
2.0/trunk/gb.qte/src/ext/Makefile.am
Added Paths:
-----------
2.0/trunk/app/src/gambas2/.lang/ca_ES.mo
2.0/trunk/app/src/gambas2/.lang/ca_ES.po
2.0/trunk/gb.qte/gb.draw.h
2.0/trunk/gb.qte/src/ext/CDrawing.cpp
2.0/trunk/gb.qte/src/ext/CDrawing.h
2.0/trunk/gb.qte/src/ext/CPrinter.cpp
2.0/trunk/gb.qte/src/ext/CPrinter.h
Removed Paths:
-------------
2.0/trunk/gb.qte/src/CDrawing.cpp
2.0/trunk/gb.qte/src/CDrawing.h
2.0/trunk/gb.qte/src/CPrinter.cpp
2.0/trunk/gb.qte/src/CPrinter.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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-20 22:21:48
|
Revision: 516
http://gambas.svn.sourceforge.net/gambas/?rev=516&view=rev
Author: gambas
Date: 2007-08-20 15:21:49 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
[HELP]
* NEW: Help update (episode 3)
[GB.QTE]
* BUG: Removed some unused symbolic links and updated the Makefile.am.
Modified Paths:
--------------
2.0/trunk/gb.qte/src/ext/Makefile.am
2.0/trunk/help/help/help.tar.gz
2.0/trunk/help/help/tree/tree.html
Removed Paths:
-------------
2.0/trunk/gb.qte/src/ext/CTextView.cpp
2.0/trunk/gb.qte/src/ext/CTextView.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-21 13:18:17
|
Revision: 520
http://gambas.svn.sourceforge.net/gambas/?rev=520&view=rev
Author: gambas
Date: 2007-08-21 06:18:17 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
[WIKI CGI SCRIPT]
* NEW: Some enhancements and bug fixing. The error that occurs sometimes
when displaying a page should be fixed now.
[HELP]
* NEW: Help update (episode 5).
Modified Paths:
--------------
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/help/help/tree/img/logo.png
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...> - 2007-08-22 13:36:17
|
Revision: 521
http://gambas.svn.sourceforge.net/gambas/?rev=521&view=rev
Author: gambas
Date: 2007-08-22 06:36:20 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
[GB.GTK]
* NEW: Sorting has been implemented in ListView, TreeView, IconView and
ListBox.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FTranslate.class
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FColorChooser.form
2.0/trunk/comp/src/gb.form/FDirChooser.form
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form/FWizard.form
2.0/trunk/gb.gtk/src/CIconView.cpp
2.0/trunk/gb.gtk/src/CIconView.h
2.0/trunk/gb.gtk/src/CListBox.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/giconview.cpp
2.0/trunk/gb.gtk/src/giconview.h
2.0/trunk/gb.gtk/src/gtree.cpp
2.0/trunk/gb.gtk/src/gtree.h
2.0/trunk/gb.gtk/src/gtreeview.cpp
2.0/trunk/gb.gtk/src/gtreeview.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-23 01:09:06
|
Revision: 522
http://gambas.svn.sourceforge.net/gambas/?rev=522&view=rev
Author: gambas
Date: 2007-08-22 18:09:09 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
[GB.DRAW]
* NEW: Draw.Transparent is back.
[GB.QT]
* BUG: Image.Draw() works correctly now.
[GB.GTK]
* NEW: Image.Draw() has been implemented.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form
2.0/trunk/examples/examples/Drawing/Sensor/FSensor.form
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/CDraw.cpp
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gdraw.h
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gpicture.h
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CImage.cpp
2.0/trunk/main/lib/draw/CDraw.c
2.0/trunk/main/lib/draw/gb.draw.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-24 12:00:41
|
Revision: 523
http://gambas.svn.sourceforge.net/gambas/?rev=523&view=rev
Author: gambas
Date: 2007-08-24 05:00:41 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
[GB.QT]
* NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this
argument is set to TRUE, then the method will replace the pixels whose
color is different from the one specified.
* BUG: A disabled Button, ToggleButton or ToolButton now draws its picture
correctly when its Text property is void.
[GB.GTK]
* NEW: Picture can be "transparent", like in gb.qt. It means they can have
an internal bitmap mask. This mask is taken into account by the drawing
methods.
* NEW: Image.Replace() takes a new 'NotEqual' optional argument. If this
argument is set to TRUE, then the method will replace the pixels whose
color is different from the one specified.
* BUG: Setting the window mask works correctly. But removing it does not
yet!
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FForm.form
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.gtk/TODO
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/CProgress.cpp
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gdraw.h
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gpicture.h
2.0/trunk/gb.gtk/src/gprogressbar.cpp
2.0/trunk/gb.gtk/src/gprogressbar.h
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/main.cpp
2.0/trunk/gb.qt/src/CButton.cpp
2.0/trunk/gb.qt/src/CImage.cpp
Added Paths:
-----------
2.0/trunk/examples/examples/Drawing/Sensor/Form1.class
2.0/trunk/examples/examples/Drawing/Sensor/Form1.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-24 12:50:35
|
Revision: 524
http://gambas.svn.sourceforge.net/gambas/?rev=524&view=rev
Author: gambas
Date: 2007-08-24 05:50:36 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Catalan translation of tips of the day.
* NEW: Component selection is now only checked when you close the project
property dialog.
[GB.GTK]
* BUG: Loading a transparent picture from disk creates a transparent
picture in memory.
* BUG: Using Picture.Load() does not automatically transforms the intern
pixbuf into a pixmap.
[GB.FORM.MDI]
* NEW: Workspace.Background now really sets the background color of the
workspace.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/ca_ES.po
2.0/trunk/app/src/gambas2/FPropertyProject.class
2.0/trunk/comp/src/gb.form.mdi/.info
2.0/trunk/comp/src/gb.form.mdi/.project
2.0/trunk/comp/src/gb.form.mdi/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/comp/src/gb.form.mdi/Workspace.class
2.0/trunk/examples/examples/Drawing/Sensor/.project
2.0/trunk/examples/examples/Games/Snake/.project
2.0/trunk/examples/examples/Games/Snake/FrmMain.class
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gpicture.h
2.0/trunk/gb.gtk/src/gtools.cpp
Added Paths:
-----------
2.0/trunk/app/src/gambas2/tips/tips.ca
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-24 17:58:42
|
Revision: 525
http://gambas.svn.sourceforge.net/gambas/?rev=525&view=rev
Author: gambas
Date: 2007-08-24 10:58:42 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
[GB.QT]
* NEW: gb.qt and gb.gtk now share many constant values, so that the IDE can
use them indifferently.
[GB.GTK]
* NEW: gb.qt and gb.gtk now share many constant values, so that the IDE can
use them indifferently.
* BUG: Picture.Copy() really copies the picture now.
* NEW: Draw.Picture() takes the clipping into account now.
[GB.FORM.MDI]
* BUG: Cancelling a window close event works correctly again.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/CConst.cpp
2.0/trunk/gb.gtk/src/CWindow.cpp
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/gmainwindow.h
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.qt/src/CConst.cpp
2.0/trunk/gb.qt/src/CConst.h
2.0/trunk/gb.qt/src/CDraw.cpp
2.0/trunk/gb.qt/src/CGridView.cpp
2.0/trunk/gb.qt/src/CIconView.cpp
2.0/trunk/gb.qt/src/CLabel.cpp
2.0/trunk/gb.qt/src/CListBox.cpp
2.0/trunk/gb.qt/src/CPictureBox.cpp
2.0/trunk/gb.qt/src/CTabStrip.cpp
2.0/trunk/gb.qt/src/CTextArea.cpp
2.0/trunk/gb.qt/src/CTextBox.cpp
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/gb.qt/src/CWindow.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-27 15:56:45
|
Revision: 527
http://gambas.svn.sourceforge.net/gambas/?rev=527&view=rev
Author: gambas
Date: 2007-08-25 19:05:49 -0700 (Sat, 25 Aug 2007)
Log Message:
-----------
[GB.QT]
* NEW: Clipboard.Formats now keeps the format charsets.
[GB.GTK]
* NEW: The Clipboard class has been cleaned, and the Clipboard.Formats
property has been implemented.
Modified Paths:
--------------
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FPropertyProject.form
2.0/trunk/gb.gtk/src/CClipboard.cpp
2.0/trunk/gb.gtk/src/Makefile.am
2.0/trunk/gb.gtk/src/gapplication.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gcursor.h
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/gdesktop.h
2.0/trunk/gb.gtk/src/gtextarea.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/widgets_private.h
2.0/trunk/gb.qt/src/CClipboard.cpp
Added Paths:
-----------
2.0/trunk/gb.gtk/src/gclipboard.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-27 16:06:47
|
Revision: 526
http://gambas.svn.sourceforge.net/gambas/?rev=526&view=rev
Author: gambas
Date: 2007-08-24 18:26:13 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Some warning messages displayed when checking the components were
changed in the project property dialog.
[GB.QT]
* NEW: ColumnView.AutoResize is a new property that globally replaces the
ColumnView.Column[].AutoResize property.
* NEW: Label.Transparent is a new property that makes a Label transparent.
[GB.GTK]
* NEW: ColumnView.AutoResize was implemented.
* BUG: Label.Transparent works.
* BUG: Label.Font was fixed.
[GB.FORM.MDI]
* BUG: Closing an inactive window works in a Workspace again.
* NEW: Two new methods, Workspace.Lock and Workspace.Unlock, used for
hiding the TabStrip while closing windows.
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/FCompletion.class
2.0/trunk/app/src/gambas2/FDebugInfo.class
2.0/trunk/app/src/gambas2/FDebugInfo.form
2.0/trunk/app/src/gambas2/FPropertyProject.class
2.0/trunk/app/src/gambas2/FPropertyProject.form
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.mdi/.info
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/comp/src/gb.form.mdi/Workspace.class
2.0/trunk/gb.gtk/src/CLabel.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdraw.cpp
2.0/trunk/gb.gtk/src/glabel.cpp
2.0/trunk/gb.gtk/src/glabel.h
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/gtree.cpp
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.qt/share/gb.form.properties.h
2.0/trunk/gb.qt/src/CLabel.cpp
2.0/trunk/gb.qt/src/CLabel.h
2.0/trunk/gb.qt/src/CTreeView.cpp
2.0/trunk/gb.qt/src/CTreeView.h
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/CWidget.h
2.0/trunk/gb.qt/src/CWindow.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-27 22:27:03
|
Revision: 529
http://gambas.svn.sourceforge.net/gambas/?rev=529&view=rev
Author: gambas
Date: 2007-08-27 15:27:02 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Selecting a directory when importing a theme does not crash anymore.
* NEW: Spanish catalan is now the default catalan language.
[GB.GTK]
* NEW: Drag & Drop was redesigned. The following features are not yet
implemented: Drag.Formats, Drag.Show and Drag.Hide. Drag.Icon does not
work too.
* BUG: The MouseDrag event works correctly now.
* BUG: The MouseMove event should be raised on all controls now.
* BUG: gPicture::copy() now works correctly for images stored in memory.
* BUG: TabStrip.Text is implemented correctly now.
* BUG: Mouse.State and Mouse button properties should have the correct
value in all cases now.
Modified Paths:
--------------
2.0/trunk/app/src/gambas-database-manager/.project
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/FOption.class
2.0/trunk/app/src/gambas2/Language.module
2.0/trunk/examples/examples/Basic/DragNDrop/.project
2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.class
2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/CButton.cpp
2.0/trunk/gb.gtk/src/CClipboard.cpp
2.0/trunk/gb.gtk/src/CClipboard.h
2.0/trunk/gb.gtk/src/CGridView.cpp
2.0/trunk/gb.gtk/src/CIconView.cpp
2.0/trunk/gb.gtk/src/CMenu.cpp
2.0/trunk/gb.gtk/src/CPicture.cpp
2.0/trunk/gb.gtk/src/CTabStrip.cpp
2.0/trunk/gb.gtk/src/CTreeView.cpp
2.0/trunk/gb.gtk/src/CWidget.cpp
2.0/trunk/gb.gtk/src/CWindow.cpp
2.0/trunk/gb.gtk/src/Makefile.am
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/gmouse.cpp
2.0/trunk/gb.gtk/src/gpicture.cpp
2.0/trunk/gb.gtk/src/gshare.h
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gtabstrip.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/widgets.h
2.0/trunk/gb.gtk/src/widgets_private.h
Added Paths:
-----------
2.0/trunk/app/src/gambas2/.lang/ca.mo
2.0/trunk/app/src/gambas2/.lang/ca.po
2.0/trunk/gb.gtk/src/gdrag.h
Removed Paths:
-------------
2.0/trunk/app/src/gambas2/.lang/ca_ES.mo
2.0/trunk/app/src/gambas2/.lang/ca_ES.po
2.0/trunk/gb.qt/src/share/CClipboard_desc.h
2.0/trunk/gb.qt/src/share/CDrag_desc.h
2.0/trunk/gb.qt/src/share/CDraw_desc.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-29 10:59:36
|
Revision: 530
http://gambas.svn.sourceforge.net/gambas/?rev=530&view=rev
Author: gambas
Date: 2007-08-29 03:59:36 -0700 (Wed, 29 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* NEW: Renaming a control should update its displayed title in the form
editor now.
[WIKI CGI SCRIPT]
* NEW: Catalan translation
[GB.GTK]
* NEW: Drag.Icon works now.
* NEW: Drag.Show and Drah.Hide methods have been implemented.
* BUG: TreeView.Item.X is accurate now. And so as for ListView and
ColumnView.
Modified Paths:
--------------
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/gambas-database-manager/.lang/fr.po
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/CControl.class
2.0/trunk/app/src/gambas2/CExportInfo.class
2.0/trunk/app/src/gambas2/CPropertyInfo.class
2.0/trunk/app/src/gambas2/FFormStack.class
2.0/trunk/app/src/gambas2/FMain.class
2.0/trunk/app/src/gambas2/FWelcome.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/examples/examples/Automation/KateBrowser/FBrowser.class
2.0/trunk/examples/examples/Automation/KateBrowser/FBrowser.form
2.0/trunk/examples/examples/Automation/KateBrowser/arrow.png
2.0/trunk/examples/examples/Automation/Scripting/.project
2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.class
2.0/trunk/examples/examples/Basic/DragNDrop/FDragNDrop.form
2.0/trunk/examples/examples/Drawing/Clock/.project
2.0/trunk/examples/examples/Drawing/Clock/FClock.class
2.0/trunk/examples/examples/Drawing/Clock/FClock.form
2.0/trunk/examples/examples/OpenGL/GambasGears/.project
2.0/trunk/gb.gtk/src/CClipboard.cpp
2.0/trunk/gb.gtk/src/gdesktop.cpp
2.0/trunk/gb.gtk/src/gdrag.h
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/gtree.cpp
2.0/trunk/gb.gtk/src/gtree.h
2.0/trunk/gb.qt/src/CClipboard.cpp
Added Paths:
-----------
2.0/trunk/app/src/doc.cgi/.lang/ca.mo
2.0/trunk/app/src/doc.cgi/.lang/ca.po
2.0/trunk/app/src/gambas-database-manager/.lang/ca.mo
2.0/trunk/app/src/gambas-database-manager/.lang/ca.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-31 15:57:06
|
Revision: 543
http://gambas.svn.sourceforge.net/gambas/?rev=543&view=rev
Author: gambas
Date: 2007-08-31 08:57:08 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Find list is correctly reset when a project is opened.
* OPT: The breakpoint button update is delayed so that scrolling in code
editor is not too slow when many windows are open.
* NEW: Japanese translation updated.
[INTERPRETER]
* BUG: Watched file descriptor that are removed during their callback
should be effectively removed now.
* NEW: Timer.Start() and Timer.Stop() are two new synonymous for the
Timer.Eabled property.
[GB.GTK]
* BUG: Many fixes in layout handling.
* NEW: GridView look has been enhanced.
* BUG: GridView better honors its background property.
* BUG: GridView border is correctly drawn now.
* BUG: Color hue can be greater than 360.
* BUG: Newly created TabStrip tabs are correctly put to the last.
* BUG: Embedded windows now correctly raise the Show and Hide events.
[GB.NET.CURL]
* BUG: CCurl.Proxy is a now a true virtual class.
Modified Paths:
--------------
2.0/trunk/app/src/gambas-database-manager/.lang/.pot
2.0/trunk/app/src/gambas-database-manager/FMain.class
2.0/trunk/app/src/gambas-database-manager/FRequest.class
2.0/trunk/app/src/gambas2/.lang/.pot
2.0/trunk/app/src/gambas2/.lang/fr.po
2.0/trunk/app/src/gambas2/.lang/ja.mo
2.0/trunk/app/src/gambas2/.lang/ja.po
2.0/trunk/app/src/gambas2/FCommit.form
2.0/trunk/app/src/gambas2/FEditor.class
2.0/trunk/app/src/gambas2/FEditor.form
2.0/trunk/app/src/gambas2/Project.module
2.0/trunk/comp/src/gb.form.mdi/.project
2.0/trunk/comp/src/gb.form.mdi/FMain.class
2.0/trunk/comp/src/gb.form.mdi/FMain.form
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class
2.0/trunk/comp/src/gb.form.mdi/FWorkspace.form
2.0/trunk/comp/src/gb.form.mdi/Workspace.class
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/gapplication.cpp
2.0/trunk/gb.gtk/src/gapplication.h
2.0/trunk/gb.gtk/src/gcontainer.cpp
2.0/trunk/gb.gtk/src/gcontainer.h
2.0/trunk/gb.gtk/src/gcontrol.cpp
2.0/trunk/gb.gtk/src/gcontrol.h
2.0/trunk/gb.gtk/src/gdrawingarea.cpp
2.0/trunk/gb.gtk/src/gframe.cpp
2.0/trunk/gb.gtk/src/gframe.h
2.0/trunk/gb.gtk/src/ggridview.cpp
2.0/trunk/gb.gtk/src/ggridview.h
2.0/trunk/gb.gtk/src/gmainwindow.cpp
2.0/trunk/gb.gtk/src/gmenu.cpp
2.0/trunk/gb.gtk/src/gscrollbar.h
2.0/trunk/gb.gtk/src/gscrollview.cpp
2.0/trunk/gb.gtk/src/gsignals.cpp
2.0/trunk/gb.gtk/src/gslider.cpp
2.0/trunk/gb.gtk/src/gsplitter.cpp
2.0/trunk/gb.gtk/src/gsplitter.h
2.0/trunk/gb.gtk/src/gtabstrip.cpp
2.0/trunk/gb.gtk/src/gtabstrip.h
2.0/trunk/gb.gtk/src/gtools.cpp
2.0/trunk/gb.gtk/src/gtools.h
2.0/trunk/gb.gtk/src/tablerender.cpp
2.0/trunk/gb.net.curl/src/CCurl.c
2.0/trunk/gb.net.curl/src/CCurl.h
2.0/trunk/gb.net.curl/src/CProxy.c
2.0/trunk/gb.net.curl/src/CProxy.h
2.0/trunk/gb.qt/share/gb.form.arrangement.h
2.0/trunk/gb.qt/src/CWidget.cpp
2.0/trunk/gb.qt/src/main.cpp
2.0/trunk/main/gbx/gbx_c_timer.c
2.0/trunk/main/gbx/gbx_watch.c
Added Paths:
-----------
2.0/trunk/comp/src/gb.form.mdi/Form1.class
2.0/trunk/comp/src/gb.form.mdi/Form1.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-08-31 20:02:53
|
Revision: 545
http://gambas.svn.sourceforge.net/gambas/?rev=545&view=rev
Author: gambas
Date: 2007-08-31 13:02:56 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
[EXAMPLES]
* OPT: GameOfLife example was optimized by using the Draw.Zoom method.
[GB.QT]
* NEW: GridView row and column Moveable properties were removed.
* NEW: TextLabel.Transparent has been implemented.
[GB.GTK]
* NEW: GridView.Rows.Select and GridView.Rows.Unselect were implemented.
* NEW: GridView column and row Resizable property have been implemented.
* NEW: All GridView column and row properties synonymous were implemented.
[GB.FORM]
* BUG: ValueBox should not crash anymore on invalid input.
* BUG: Character deletion in ValueBox is possible now.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.form/.lang/.pot
2.0/trunk/comp/src/gb.form/.project
2.0/trunk/comp/src/gb.form/FMain.form
2.0/trunk/comp/src/gb.form/ValueBox.class
2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class
2.0/trunk/gb.gtk/TODO
2.0/trunk/gb.gtk/src/CGridView.cpp
2.0/trunk/gb.gtk/src/ggridview.h
2.0/trunk/gb.gtk/src/tablerender.cpp
2.0/trunk/gb.gtk/src/tablerender.h
2.0/trunk/gb.qt/share/gb.form.properties.h
2.0/trunk/gb.qt/src/CGridView.cpp
2.0/trunk/gb.qt/src/CImage.cpp
2.0/trunk/gb.qt/src/CLabel.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|