Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1425] gambas/trunk (Page 4)
Brought to you by:
gambas
From: <ga...@us...> - 2008-06-22 10:48:53
|
Revision: 1425 http://gambas.svn.sourceforge.net/gambas/?rev=1425&view=rev Author: gambas Date: 2008-06-20 11:14:02 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Shift+Delete now works correctly in the editor. It does not cut an extra character anymore. * BUG: The selected control name on top of the property sheet is now correctly displayed. [EXAMPLES] * NEW: The AnalogWatch example now displays the time. [GB.GTK] * BUG: The Form.Load() method works correctly now. * BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the background and foreground colors now. [GB.NET.CURL] * BUG: Fix some bad uses of interpreter API. [GB.NET.SMTP] * BUG: Fix some bugs in quoted-printable encoding and the sending of body data. * BUG: Apparently, a point at the beginning of a quoted-printable line is not allowed. So encode the point in that specific case. [GB.QT] * BUG: DrawingArea whose Background property has been changed does not flicker anymore. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCreateFile.form gambas/trunk/app/src/gambas3/FCreateProject.form 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/FOption.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FProjectItem.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/Gravity/FMain.form gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/trunk/gb.net.curl/src/CHttpClient.c gambas/trunk/gb.net.smtp/src/quoted.c gambas/trunk/gb.qt/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-06-24 16:51:04
|
Revision: 1428 http://gambas.svn.sourceforge.net/gambas/?rev=1428&view=rev Author: dvillalobos Date: 2008-06-24 09:48:11 -0700 (Tue, 24 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Run "Update All Forms" for all gambas projects. * BUG: Now the IDE opens the database manager. [EXAMPLES] * NEW: Run "Update All Forms" for all gambas projects. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.project gambas/trunk/app/src/gambas-database-manager/FCode.form gambas/trunk/app/src/gambas-database-manager/FData.form gambas/trunk/app/src/gambas-database-manager/FDatabase.form gambas/trunk/app/src/gambas-database-manager/FImport.form gambas/trunk/app/src/gambas-database-manager/FMain.form gambas/trunk/app/src/gambas-database-manager/FNewTable.form gambas/trunk/app/src/gambas-database-manager/FPassword.form gambas/trunk/app/src/gambas-database-manager/FPasteDatabase.form gambas/trunk/app/src/gambas-database-manager/FPasteTable.form gambas/trunk/app/src/gambas-database-manager/FRequest.form gambas/trunk/app/src/gambas-database-manager/FServer.form gambas/trunk/app/src/gambas-database-manager/FTable.form gambas/trunk/app/src/gambas-database-manager/FUser.form gambas/trunk/app/src/gambas3/FCompletion.form gambas/trunk/app/src/gambas3/FGambas.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FToolBox.form gambas/trunk/app/src/gbs3/.project gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/es.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form.dialog/.component gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.info/.icon.png gambas/trunk/comp/src/gb.info/.project gambas/trunk/comp/src/gb.report/.icon.png gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/FReportTutorial1.form gambas/trunk/comp/src/gb.report/FTest.form gambas/trunk/comp/src/gb.report/Tutorial2.form gambas/trunk/comp/src/gb.report/frmPreview.form gambas/trunk/comp/src/gb.settings/.icon.png gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.web/.icon.png gambas/trunk/comp/src/gb.web/.project gambas/trunk/examples/examples/Automation/KateBrowser/FBrowser.form gambas/trunk/examples/examples/Automation/Scripting/FScript.form gambas/trunk/examples/examples/Basic/Collection/FStart.form gambas/trunk/examples/examples/Basic/Object/FStart.form gambas/trunk/examples/examples/Basic/Timer/FOtherTimer.form gambas/trunk/examples/examples/Basic/Timer/FTimer.form gambas/trunk/examples/examples/Control/HighlightEditor/FEditor.form gambas/trunk/examples/examples/Control/TreeView/TreeViewExample.form gambas/trunk/examples/examples/Database/Database/FMain.form gambas/trunk/examples/examples/Database/Database/FRequest.form gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form gambas/trunk/examples/examples/Drawing/Barcode/.settings gambas/trunk/examples/examples/Drawing/Chart/FormChart.form gambas/trunk/examples/examples/Drawing/Chart/FormData.form gambas/trunk/examples/examples/Drawing/Clock/FClock.form gambas/trunk/examples/examples/Drawing/Gravity/FAbout.form gambas/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form gambas/trunk/examples/examples/Drawing/Sensor/FSensor.form gambas/trunk/examples/examples/Games/Concent/fotos.form gambas/trunk/examples/examples/Games/Concent/frmAcerca.form gambas/trunk/examples/examples/Games/Concent/frmInstrucciones.form gambas/trunk/examples/examples/Games/Concent/principal.form gambas/trunk/examples/examples/Games/DeepSpace/FAbout.form gambas/trunk/examples/examples/Games/DeepSpace/FMain.form gambas/trunk/examples/examples/Games/GameOfLife/FMain.form gambas/trunk/examples/examples/Games/RobotFindsKitten/Frfk.form gambas/trunk/examples/examples/Games/Snake/FrmMain.form gambas/trunk/examples/examples/Games/Solitaire/FBoardSelect.form gambas/trunk/examples/examples/Games/Solitaire/FGameArea.form gambas/trunk/examples/examples/Misc/Console/FConsole.form gambas/trunk/examples/examples/Misc/Evaluator/FEval.form gambas/trunk/examples/examples/Misc/Notepad/FAbout.form gambas/trunk/examples/examples/Misc/Notepad/FNotepad.form gambas/trunk/examples/examples/Misc/PDFViewer/Fabout.form gambas/trunk/examples/examples/Networking/ClientSocket/FrmMain.form gambas/trunk/examples/examples/Networking/DnsClient/FMain.form gambas/trunk/examples/examples/Networking/HTTPGet/F.form gambas/trunk/examples/examples/Networking/HTTPGet/FConfig.form gambas/trunk/examples/examples/Networking/HTTPPost/F.form gambas/trunk/examples/examples/Networking/ServerSocket/FrmMain.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmClient.form gambas/trunk/examples/examples/Networking/UDPServerClient/FrmServer.form gambas/trunk/examples/examples/Networking/WebBrowser/FBrowser.form gambas/trunk/examples/examples/Sound/CDPlayer/Fcdplayer.form gambas/trunk/examples/examples/Sound/MusicPlayer/FSoundPlayer.form gambas/trunk/examples/examples/Video/MoviePlayer/FMoviePlayer.form gambas/trunk/examples/examples/Video/MyWebCam/Form1.form gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Form1.form gambas/trunk/gb.gtk/src/gb.gtk/FMain.form gambas/trunk/gb.qt/src/gb.qt/FMain.form gambas/trunk/gb.qt4/src/gb.qt4/FMain.form gambas/trunk/gb.qte/src/gb.qte/.project gambas/trunk/gb.qte/src/gb.qte/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-10 08:00:13
|
Revision: 1443 http://gambas.svn.sourceforge.net/gambas/?rev=1443&view=rev Author: gambas Date: 2008-07-10 01:00:19 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Renaming a directory in the project tree now works correctly. * BUG: Correctly refresh the form editor title when the form is locked. [INTERPRETER] * BUG: Dir() and RDir() do not leak memory anymore when there is a charset conversion error during the directory parsing. [GB.DB.MYSQL] * BUG: Fix a possible crash when reading information on a date field. [GB.GTK] * BUG: Redesigned the management of Font properties. * BUG: GridView item Font property works correctly now. * BUG: Font Underline and StrikeOut properties were implemented for Label controls, GridView cells, and the Draw class. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form.mdi/.lang/ca.mo gambas/trunk/comp/src/gb.form.mdi/.lang/ca.po gambas/trunk/comp/src/gb.form.mdi/.lang/es.mo gambas/trunk/comp/src/gb.form.mdi/.lang/es.po gambas/trunk/comp/src/gb.form.mdi/.lang/fr.mo gambas/trunk/comp/src/gb.form.mdi/.lang/fr.po gambas/trunk/comp/src/gb.form.mdi/.lang/it.mo gambas/trunk/comp/src/gb.form.mdi/.lang/it.po gambas/trunk/comp/src/gb.form.mdi/.lang/ja.po gambas/trunk/comp/src/gb.form.mdi/.lang/sv.mo gambas/trunk/comp/src/gb.form.mdi/.lang/sv.po gambas/trunk/comp/src/gb.form.mdi/FWorkspace.form gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/gb.gtk/src/CButton.h gambas/trunk/gb.gtk/src/CContainer.h gambas/trunk/gb.gtk/src/CDialog.cpp gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/CDrawingArea.h gambas/trunk/gb.gtk/src/CFont.cpp gambas/trunk/gb.gtk/src/CGridView.cpp gambas/trunk/gb.gtk/src/CGridView.h gambas/trunk/gb.gtk/src/CIconView.h gambas/trunk/gb.gtk/src/CLabel.h gambas/trunk/gb.gtk/src/CListBox.h gambas/trunk/gb.gtk/src/CMenu.cpp gambas/trunk/gb.gtk/src/CPictureBox.h gambas/trunk/gb.gtk/src/CProgress.h gambas/trunk/gb.gtk/src/CScrollView.h gambas/trunk/gb.gtk/src/CSeparator.h gambas/trunk/gb.gtk/src/CSlider.h gambas/trunk/gb.gtk/src/CSpinBox.h gambas/trunk/gb.gtk/src/CSplitter.cpp gambas/trunk/gb.gtk/src/CSplitter.h gambas/trunk/gb.gtk/src/CTabStrip.h gambas/trunk/gb.gtk/src/CTextArea.h gambas/trunk/gb.gtk/src/CTextBox.h gambas/trunk/gb.gtk/src/CTreeView.cpp gambas/trunk/gb.gtk/src/CTreeView.h gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWidget.h gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/CWindow.h gambas/trunk/gb.gtk/src/ext/CGridView.h gambas/trunk/gb.gtk/src/gb.gtk.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gfont.h gambas/trunk/gb.gtk/src/ggridview.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/gshare.h gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/tablerender.cpp gambas/trunk/gb.gtk/src/tablerender.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/.lang/ja.mo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-10 21:49:03
|
Revision: 1446 http://gambas.svn.sourceforge.net/gambas/?rev=1446&view=rev Author: gambas Date: 2008-07-10 14:49:11 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Draw project details in gray. [INTERPRETER] * BUG: Fix the management of standard input, standard output and standard error streams. [GB.DRAW] * BUG: Draw.Begin() now correctly raises an error if the device is a static class that is not drawable. This bug was fixed by using "Draw" for the interface name of drawable objects and "StaticDraw" for the interface name of drawable classes like Printer. [GB.FORM] * NEW: File dialogs now remember the last used directories in the directory combo-box. [GB.GTK] * NEW: Font strikeout and underline are used when drawing Buttons. [GB.QT.EXT] * BUG: Uses "StaticDraw" to specify the drawing interface of the Printer class. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FProjectItem.class gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DirView.class gambas/trunk/comp/src/gb.form/FDirChooser.class gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.qt/src/ext/CPrinter.cpp gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/lib/draw/CDraw.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-16 10:12:04
|
Revision: 1452 http://gambas.svn.sourceforge.net/gambas/?rev=1452&view=rev Author: gambas Date: 2008-07-16 03:12:13 -0700 (Wed, 16 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the title of the search list window. * NEW: Support for hebrew translations. [INTERPRETER] * BUG: Do not free the classes before the _free() special methods are executed. [GB.FORM] * BUG: Fix the default event declaration of ValueBox. [GB.QT] * BUG: GridView.Clear now correctly refreshes the GridView. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/Language.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/gb.qt/src/CGridView.h gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |