gambas-devel-svn Mailing List for Gambas (Page 270)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <lor...@us...> - 2008-06-20 10:28:36
|
Revision: 1420 http://gambas.svn.sourceforge.net/gambas/?rev=1420&view=rev Author: lordheavy Date: 2008-06-20 03:28:43 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix installation path for gambas executable for autotools package, and install it in sbin dir instead of bin dir now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/install/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-06-20 10:23:52
|
Revision: 1419 http://gambas.svn.sourceforge.net/gambas/?rev=1419&view=rev Author: lordheavy Date: 2008-06-20 03:23:58 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix installation path for gambas executable. Install it in sbin dir instead of bin dir. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/install/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-19 22:33:01
|
Revision: 1418 http://gambas.svn.sourceforge.net/gambas/?rev=1418&view=rev Author: gambas Date: 2008-06-19 15:33:08 -0700 (Thu, 19 Jun 2008) Log Message: ----------- [EXAMPLES] * NEW: The AnalogWatch example now displays the time. [GB.GTK] * BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the background and foreground colors now. [GB.QT] * BUG: DrawingArea whose Background property has been changed does not flicker anymore. Modified Paths: -------------- gambas/branches/2.0/examples/examples/Drawing/AnalogWatch/FrmClock.class gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.qt/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-19 18:58:05
|
Revision: 1417 http://gambas.svn.sourceforge.net/gambas/?rev=1417&view=rev Author: gambas Date: 2008-06-19 11:57:34 -0700 (Thu, 19 Jun 2008) Log Message: ----------- [GB.NET.SMTP] * BUG: Apparently, a point at the beginning of a quoted-printable line is not allowed. So encode the point in that specific case. Modified Paths: -------------- gambas/branches/2.0/gb.net.smtp/src/quoted.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-19 16:16:16
|
Revision: 1416 http://gambas.svn.sourceforge.net/gambas/?rev=1416&view=rev Author: gambas Date: 2008-06-19 09:16:23 -0700 (Thu, 19 Jun 2008) Log Message: ----------- [GB.DB.FORM] * BUG: Define the default size of DataControl and DataCombo controls. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.db.form/.info gambas/branches/2.0/comp/src/gb.db.form/.lang/.pot gambas/branches/2.0/comp/src/gb.db.form/.project gambas/branches/2.0/comp/src/gb.db.form/DataCombo.class gambas/branches/2.0/comp/src/gb.db.form/DataControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-18 12:35:52
|
Revision: 1415 http://gambas.svn.sourceforge.net/gambas/?rev=1415&view=rev Author: gambas Date: 2008-06-18 05:35:48 -0700 (Wed, 18 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Shift+Delete now works correctly in the editor. It does not cut an extra character anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-17 11:16:04
|
Revision: 1414 http://gambas.svn.sourceforge.net/gambas/?rev=1414&view=rev Author: gambas Date: 2008-06-17 04:16:08 -0700 (Tue, 17 Jun 2008) Log Message: ----------- [GB.GTK] * BUG: The Form.Load() method works correctly now. [GB.NET.SMTP] * BUG: Fix some bugs in quoted-printable encoding and the sending of body data. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.gtk/src/CWindow.cpp gambas/branches/2.0/gb.net.smtp/src/libsmtp_comm.c gambas/branches/2.0/gb.net.smtp/src/quoted.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-13 19:50:49
|
Revision: 1413 http://gambas.svn.sourceforge.net/gambas/?rev=1413&view=rev Author: gambas Date: 2008-06-13 12:50:57 -0700 (Fri, 13 Jun 2008) Log Message: ----------- [GB.NET.CURL] * BUG: Fix some bad uses of interpreter API. Modified Paths: -------------- gambas/branches/2.0/gb.net.curl/src/CFtpClient.c gambas/branches/2.0/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <da...@us...> - 2008-06-13 16:12:01
|
Revision: 1412 http://gambas.svn.sourceforge.net/gambas/?rev=1412&view=rev Author: daif Date: 2008-06-13 09:11:35 -0700 (Fri, 13 Jun 2008) Log Message: ----------- update translate Modified Paths: -------------- gambas/branches/2.0/app/src/doc.cgi/.lang/ar.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-13 12:51:18
|
Revision: 1411 http://gambas.svn.sourceforge.net/gambas/?rev=1411&view=rev Author: gambas Date: 2008-06-13 05:47:04 -0700 (Fri, 13 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Disable the console popup menu when the console editor loses the focus, so that the menu shortcuts do not interfer with the main editor shortcuts. Modified Paths: -------------- gambas/tags/2.7/app/src/gambas2/FOutput.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-13 12:46:03
|
Revision: 1410 http://gambas.svn.sourceforge.net/gambas/?rev=1410&view=rev Author: gambas Date: 2008-06-13 05:45:43 -0700 (Fri, 13 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Disable the console popup menu when the console editor loses the focus, so that the menu shortcuts do not interfer with the main editor shortcuts. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FOutput.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 21:35:28
|
Revision: 1409 http://gambas.svn.sourceforge.net/gambas/?rev=1409&view=rev Author: gambas Date: 2008-06-11 14:33:47 -0700 (Wed, 11 Jun 2008) Log Message: ----------- * 2.7 tag Added Paths: ----------- gambas/tags/2.7/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 21:24:38
|
Revision: 1408 http://gambas.svn.sourceforge.net/gambas/?rev=1408&view=rev Author: gambas Date: 2008-06-11 14:24:15 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [CONFIGURATION] * NEW: ChangeLog updated. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/examples/examples/Drawing/Barcode/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 19:54:09
|
Revision: 1407 http://gambas.svn.sourceforge.net/gambas/?rev=1407&view=rev Author: gambas Date: 2008-06-11 12:52:37 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [CONFIGURATION] * NEW: Switch to version 2.7. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 19:18:34
|
Revision: 1406 http://gambas.svn.sourceforge.net/gambas/?rev=1406&view=rev Author: gambas Date: 2008-06-11 12:16:52 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not display the current opened project in the list of recently opened projects. [GB.XML] * BUG: XMLDocument.Open() now can open a file located inside the project. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FOpenProject.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/gb.xml/src/CXMLDocument.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 18:22:59
|
Revision: 1405 http://gambas.svn.sourceforge.net/gambas/?rev=1405&view=rev Author: gambas Date: 2008-06-11 11:22:14 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not display the current opened project in the list of recently opened projects. * NEW: Add a popup menu to the console window. [GB.XML] * BUG: XMLDocument.Open() now can open a file located inside the project. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FOpenProject.class gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/app/src/gambas2/FOutput.form gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.xml/src/CXMLDocument.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-11 10:44:43
|
Revision: 1404 http://gambas.svn.sourceforge.net/gambas/?rev=1404&view=rev Author: gambas Date: 2008-06-11 03:44:50 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Adds a popup menu to the console window. [WIKI CGI SCRIPT] * BUG: Display a message when accessing a symbol page that does not exist in the current version. [EXAMPLES] * NEW: New Barcode example made by Charles Guerin and modified by me. [INTERPRETER] * NEW: New API for returning the fully-qualified domain name. * BUG: Fix a bug in DateAdd() that made this function corrupt the next date to string conversion, which then lead to other bad weird things. [GB.DRAW] * BUG: Fix Draw.Circle center that was shifted one pixel to the top left. [GB.GTK] * BUG: Window.Reparent() now works correctly when embedding or unembedding a top-level window. ?\194?\160 [GB.NET.SMTP] * NEW: Do not use MIME parts when it is useless. * BUG: Try to use the fully-qualified domain name when sending the EHLO command to the SMTP server. That actually works only if the system domain name has been set to the DNS domain name. [GB.PCRE] * BUG: Fix crashes due to bad uses of interpreter API. [GB.QT] * BUG: Fix the drawing of the frame of cached DrawingArea controls. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/doc.cgi/.lang/fa.po gambas/trunk/app/src/doc.cgi/.lang/fr.mo gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/CSmtpClient.h gambas/trunk/gb.net.smtp/src/libsmtp_connection.c gambas/trunk/gb.net.smtp/src/libsmtp_error.c gambas/trunk/gb.pcre/src/regexp.c gambas/trunk/gb.qt/src/CDrawingArea.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/examples/examples/Drawing/Barcode/ gambas/trunk/examples/examples/Drawing/Barcode/.directory gambas/trunk/examples/examples/Drawing/Barcode/.icon.png gambas/trunk/examples/examples/Drawing/Barcode/.project gambas/trunk/examples/examples/Drawing/Barcode/.settings gambas/trunk/examples/examples/Drawing/Barcode/FMain.class gambas/trunk/examples/examples/Drawing/Barcode/FMain.form gambas/trunk/examples/examples/Drawing/Barcode/barcode.png gambas/trunk/examples/examples/Drawing/Barcode/modCrBcode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-10 13:49:37
|
Revision: 1403 http://gambas.svn.sourceforge.net/gambas/?rev=1403&view=rev Author: gambas Date: 2008-06-10 06:49:45 -0700 (Tue, 10 Jun 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix a bug in DateAdd() that made this function corrupt the next date to string conversion, which then lead to other bad weird things. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_date.c gambas/branches/2.0/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-09 12:30:37
|
Revision: 1402 http://gambas.svn.sourceforge.net/gambas/?rev=1402&view=rev Author: dvillalobos Date: 2008-06-09 05:30:41 -0700 (Mon, 09 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added Info function to _User class. * OPT: Optimized the Info function in some clases. * NEW: Spanish translation updated. * NEW: Added basic support to Routines. * NEW: Dumps include routines now. [DEVELOPMENT ENVIROMENT] * BUG: Updated country for David Villalobos (authors.txt). ;-) * NEW: Spanish translation updated. [GB.FORM] * BUG: Commented line 547 in class ValueBox (Print "aa"). * NEW: ValueBox and DatePicker close the DateChooser form when Esc key is pressed. Modified Paths: -------------- gambas/trunk/app/src/gambas-database-manager/FAbout.form gambas/trunk/app/src/gambas-database-manager/FPassword.class gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/comp/src/gb.form/DateChooser.class gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.mo gambas/trunk/gb.db.mysql/src/gb.db.mysql/.lang/es.po gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_User.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class Added Paths: ----------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Routines.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-04 13:26:44
|
Revision: 1401 http://gambas.svn.sourceforge.net/gambas/?rev=1401&view=rev Author: gambas Date: 2008-06-04 06:26:51 -0700 (Wed, 04 Jun 2008) Log Message: ----------- [GB.FORM] * BUG: Setting the Root property of the DirView control sets the Current property to the same value. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/DirView.class gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/comp/src/gb.form.mdi/FWorkspace.class gambas/branches/2.0/examples/examples/Drawing/Barcode/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-04 01:37:27
|
Revision: 1400 http://gambas.svn.sourceforge.net/gambas/?rev=1400&view=rev Author: gambas Date: 2008-06-03 18:37:30 -0700 (Tue, 03 Jun 2008) Log Message: ----------- [GB.GTK] * BUG: Window.Reparent() now works correctly when embedding or unembedding a top-level window. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.h gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/gb.gtk/src/gmainwindow.h gambas/branches/2.0/gb.gtk/src/gsignals.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-03 21:34:53
|
Revision: 1399 http://gambas.svn.sourceforge.net/gambas/?rev=1399&view=rev Author: gambas Date: 2008-06-03 14:34:12 -0700 (Tue, 03 Jun 2008) Log Message: ----------- [GB.NET.SMTP] * NEW: Do not use MIME parts when it is useless. [GB.PCRE] * BUG: Fix crashes due to bad uses of interpreter API. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/examples/examples/Drawing/Barcode/.project gambas/branches/2.0/gb.net.smtp/src/CSmtpClient.c gambas/branches/2.0/gb.net.smtp/src/CSmtpClient.h gambas/branches/2.0/gb.net.smtp/src/libsmtp_connection.c gambas/branches/2.0/gb.net.smtp/src/libsmtp_error.c gambas/branches/2.0/gb.net.smtp/src/libsmtp_mime.h gambas/branches/2.0/gb.net.smtp/src/parts.c gambas/branches/2.0/gb.pcre/src/regexp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-03 14:31:53
|
Revision: 1398 http://gambas.svn.sourceforge.net/gambas/?rev=1398&view=rev Author: dvillalobos Date: 2008-06-03 07:31:59 -0700 (Tue, 03 Jun 2008) Log Message: ----------- [GB.DB.MYSQL] * BUG: Quoted symbols in Table::INSERT [GB.DESKTOP] * BUG: Commented line 193 in Desktop class. Terminal opens on KDE desktops. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-01 22:18:23
|
Revision: 1397 http://gambas.svn.sourceforge.net/gambas/?rev=1397&view=rev Author: gambas Date: 2008-06-01 15:18:31 -0700 (Sun, 01 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor selection frame is now drawn with controls, because drawing directly on a form is not possible anymore with qt4. * BUG: "Update all forms" menu entry works again. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FIconEditor.class gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/authors.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-05-26 12:52:35
|
Revision: 1396 http://gambas.svn.sourceforge.net/gambas/?rev=1396&view=rev Author: dvillalobos Date: 2008-05-26 05:52:42 -0700 (Mon, 26 May 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added a logo. * NEW: Added the Datatype NULL. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataTypes.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class Added Paths: ----------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/logo.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |