gambas-devel-svn Mailing List for Gambas (Page 273)
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: <ga...@us...> - 2008-04-30 23:07:57
|
Revision: 1345 http://gambas.svn.sourceforge.net/gambas/?rev=1345&view=rev Author: gambas Date: 2008-04-30 16:08:02 -0700 (Wed, 30 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The menu editor does not crash anymore when all menus are deleted at once. [GB.FORM] * NEW: Simplify the DateChooser. [GB.FORM.MDI] * BUG: Remove a useless Watcher in the Toolbar class. [GB.QT] * BUG: TabStrip[].Count now always returns the correct number of child controls in a tab. [GB.QT4] * NEW: gb.qt4 is almost usable. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FMenu.class gambas/trunk/app/src/gambas3/FWelcome.form gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FCalendar.class gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FColorChooser.class gambas/trunk/comp/src/gb.form/FDirChooser.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ListContainer.class gambas/trunk/comp/src/gb.form/Wizard.class gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.mdi/.icon.png gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/comp/src/gb.form.mdi/Form1.form gambas/trunk/examples/examples/Drawing/AnalogWatch/.project gambas/trunk/gb.qt/src/CTabStrip.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt4/src/CConst.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CDraw.h gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CGridView.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CLabel.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CSplitter.cpp gambas/trunk/gb.qt4/src/CSplitter.h gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTabStrip.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h Added Paths: ----------- gambas/trunk/comp/src/gb.form.mdi/Form2.class gambas/trunk/comp/src/gb.form.mdi/Form2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-29 13:41:25
|
Revision: 1344 http://gambas.svn.sourceforge.net/gambas/?rev=1344&view=rev Author: gambas Date: 2008-04-29 06:40:55 -0700 (Tue, 29 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: The syntax of pkg-config detection macro has changed to better use the pkg-config possibilities. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly update .startup file when closing the project property dialog. * BUG: Don't crash when the debugger stops inside the form generated code. * BUG: Update the project templates to the 3.0 syntax. [GB.QTE] * BUG: Make this component compile correctly. * BUG: Remove the automake warning. [GB.QT4] * NEW: Upgrade to the new QT 4 syntax in many places. * NEW: Menu class has been redesigned to use the new QAction class. Not tested yet. * NEW: Standard controls work better. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/template/_project gambas/trunk/comp/src/gb.form/FFontChooser.form gambas/trunk/gb.db.sqlite3/configure.ac gambas/trunk/gb.gtk/configure.ac gambas/trunk/gb.gtk.svg/configure.ac gambas/trunk/gb.net/configure.ac gambas/trunk/gb.net.curl/configure.ac gambas/trunk/gb.pdf/configure.ac gambas/trunk/gb.qt/configure.ac gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/gb.qt.kde/configure.ac gambas/trunk/gb.qt4/config.h.in gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CCheckBox.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CClipboard.h gambas/trunk/gb.qt4/src/CColor.cpp gambas/trunk/gb.qt4/src/CConst.cpp gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CFrame.h gambas/trunk/gb.qt4/src/CIconView.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CImage.h gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CListBox.cpp gambas/trunk/gb.qt4/src/CListBox.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/CMessage.cpp gambas/trunk/gb.qt4/src/CMouse.cpp gambas/trunk/gb.qt4/src/CMovieBox.cpp gambas/trunk/gb.qt4/src/CPanel.cpp gambas/trunk/gb.qt4/src/CPanel.h gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CPicture.h gambas/trunk/gb.qt4/src/CPictureBox.cpp gambas/trunk/gb.qt4/src/CProgress.cpp gambas/trunk/gb.qt4/src/CProgress.h gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CScrollBar.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CScrollView.h gambas/trunk/gb.qt4/src/CSlider.cpp gambas/trunk/gb.qt4/src/CSpinBox.cpp gambas/trunk/gb.qt4/src/CSplitter.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTabStrip.h gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextArea.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTreeView.cpp gambas/trunk/gb.qt4/src/CWatch.cpp gambas/trunk/gb.qt4/src/CWatch.h gambas/trunk/gb.qt4/src/CWatcher.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/ext/CTextEdit.cpp gambas/trunk/gb.qt4/src/ext/Makefile.am gambas/trunk/gb.qt4/src/ext/main.cpp gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.qte/gb.qte.am gambas/trunk/gb.qte/src/Makefile.am gambas/trunk/gb.qte/src/ext/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-29 13:35:32
|
Revision: 1343 http://gambas.svn.sourceforge.net/gambas/?rev=1343&view=rev Author: gambas Date: 2008-04-29 06:28:34 -0700 (Tue, 29 Apr 2008) Log Message: ----------- [GB.QT] * BUG: SpinBox.Text works correctly now. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CSpinBox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-27 19:26:02
|
Revision: 1342 http://gambas.svn.sourceforge.net/gambas/?rev=1342&view=rev Author: gambas Date: 2008-04-27 12:26:03 -0700 (Sun, 27 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Clipboard.Copy() sends UTF-8 strings to the clipboard correctly now. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CClipboard.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-25 20:30:28
|
Revision: 1341 http://gambas.svn.sourceforge.net/gambas/?rev=1341&view=rev Author: gambix Date: 2008-04-25 13:30:28 -0700 (Fri, 25 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Template form files not crash now when they are run. The window border property now use the new shape. Modified Paths: -------------- gambas/trunk/app/src/gambas3/template/FMain.form gambas/trunk/app/src/gambas3/template/FTest.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-24 13:13:18
|
Revision: 1340 http://gambas.svn.sourceforge.net/gambas/?rev=1340&view=rev Author: gambas Date: 2008-04-24 06:13:24 -0700 (Thu, 24 Apr 2008) Log Message: ----------- [GB.QT4.EXT] * BUG: This component requires gb.qt4, not gb.qt. [GB.QT4.OPENGL] * BUG: This component requires gb.qt4, not gb.qt. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gb.qt4.ext.component gambas/trunk/gb.qt4/src/opengl/gb.qt4.opengl.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-24 13:11:34
|
Revision: 1339 http://gambas.svn.sourceforge.net/gambas/?rev=1339&view=rev Author: gambas Date: 2008-04-24 06:11:41 -0700 (Thu, 24 Apr 2008) Log Message: ----------- [GB.QT4] * BUG: The component runs now. But it is full of bug! Modified Paths: -------------- gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-24 12:49:16
|
Revision: 1338 http://gambas.svn.sourceforge.net/gambas/?rev=1338&view=rev Author: gambas Date: 2008-04-24 05:49:12 -0700 (Thu, 24 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: The GB_COMPONENT_PKG_CONFIG macro can check several packages at once. [GB.QT4] * NEW: Initial import of the QT 4 component. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/gb.qt/src/CGridView.h gambas/trunk/gb.qt/src/CMenu.h Added Paths: ----------- gambas/trunk/gb.qt4/ gambas/trunk/gb.qt4/AUTHORS gambas/trunk/gb.qt4/COPYING gambas/trunk/gb.qt4/ChangeLog gambas/trunk/gb.qt4/INSTALL gambas/trunk/gb.qt4/Makefile.am gambas/trunk/gb.qt4/NEWS gambas/trunk/gb.qt4/README gambas/trunk/gb.qt4/acinclude.m4 gambas/trunk/gb.qt4/component.am gambas/trunk/gb.qt4/config.guess gambas/trunk/gb.qt4/config.h.in gambas/trunk/gb.qt4/config.sub gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/depcomp gambas/trunk/gb.qt4/gambas.h gambas/trunk/gb.qt4/gb.draw.h gambas/trunk/gb.qt4/gb.eval.h gambas/trunk/gb.qt4/gb.qt.am gambas/trunk/gb.qt4/gb_common.h gambas/trunk/gb.qt4/install-sh gambas/trunk/gb.qt4/ltmain.sh gambas/trunk/gb.qt4/missing gambas/trunk/gb.qt4/reconf gambas/trunk/gb.qt4/share/ gambas/trunk/gb.qt4/share/gb.form.action.h gambas/trunk/gb.qt4/share/gb.form.arrangement.h gambas/trunk/gb.qt4/share/gb.form.const.h gambas/trunk/gb.qt4/share/gb.form.font.h gambas/trunk/gb.qt4/share/gb.form.picture.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/share/gb.form.trayicon.h gambas/trunk/gb.qt4/src/ gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CButton.h gambas/trunk/gb.qt4/src/CCheckBox.cpp gambas/trunk/gb.qt4/src/CCheckBox.h gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CClipboard.h gambas/trunk/gb.qt4/src/CColor.cpp gambas/trunk/gb.qt4/src/CColor.h gambas/trunk/gb.qt4/src/CConst.cpp gambas/trunk/gb.qt4/src/CConst.h gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CContainer.h gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CDialog.h gambas/trunk/gb.qt4/src/CDraw.cpp gambas/trunk/gb.qt4/src/CDraw.h gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CEmbedder.cpp gambas/trunk/gb.qt4/src/CEmbedder.h gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CFont.h gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CFrame.h gambas/trunk/gb.qt4/src/CGridView.cpp gambas/trunk/gb.qt4/src/CGridView.h gambas/trunk/gb.qt4/src/CIconView.cpp gambas/trunk/gb.qt4/src/CIconView.h gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CImage.h gambas/trunk/gb.qt4/src/CKey.cpp gambas/trunk/gb.qt4/src/CKey.h gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CLabel.h gambas/trunk/gb.qt4/src/CListBox.cpp gambas/trunk/gb.qt4/src/CListBox.h gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/CMessage.cpp gambas/trunk/gb.qt4/src/CMessage.h gambas/trunk/gb.qt4/src/CMouse.cpp gambas/trunk/gb.qt4/src/CMouse.h gambas/trunk/gb.qt4/src/CMovieBox.cpp gambas/trunk/gb.qt4/src/CMovieBox.h gambas/trunk/gb.qt4/src/CPanel.cpp gambas/trunk/gb.qt4/src/CPanel.h gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CPicture.h gambas/trunk/gb.qt4/src/CPictureBox.cpp gambas/trunk/gb.qt4/src/CPictureBox.h gambas/trunk/gb.qt4/src/CProgress.cpp gambas/trunk/gb.qt4/src/CProgress.h gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CRadioButton.h gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CScreen.h gambas/trunk/gb.qt4/src/CScrollBar.cpp gambas/trunk/gb.qt4/src/CScrollBar.h gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CScrollView.h gambas/trunk/gb.qt4/src/CSlider.cpp gambas/trunk/gb.qt4/src/CSlider.h gambas/trunk/gb.qt4/src/CSpinBox.cpp gambas/trunk/gb.qt4/src/CSpinBox.h gambas/trunk/gb.qt4/src/CSplitter.cpp gambas/trunk/gb.qt4/src/CSplitter.h gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTabStrip.h gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextArea.h gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CTextBox.h gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.h gambas/trunk/gb.qt4/src/CTreeView.cpp gambas/trunk/gb.qt4/src/CTreeView.h gambas/trunk/gb.qt4/src/CWatch.cpp gambas/trunk/gb.qt4/src/CWatch.h gambas/trunk/gb.qt4/src/CWatcher.cpp gambas/trunk/gb.qt4/src/CWatcher.h gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/ext/ gambas/trunk/gb.qt4/src/ext/CDial.cpp gambas/trunk/gb.qt4/src/ext/CDial.h gambas/trunk/gb.qt4/src/ext/CDraw.cpp gambas/trunk/gb.qt4/src/ext/CDraw.h gambas/trunk/gb.qt4/src/ext/CDrawing.cpp gambas/trunk/gb.qt4/src/ext/CDrawing.h gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/CEditor.h gambas/trunk/gb.qt4/src/ext/CLCDNumber.cpp gambas/trunk/gb.qt4/src/ext/CLCDNumber.h gambas/trunk/gb.qt4/src/ext/CPrinter.cpp gambas/trunk/gb.qt4/src/ext/CPrinter.h gambas/trunk/gb.qt4/src/ext/CTextEdit.cpp gambas/trunk/gb.qt4/src/ext/CTextEdit.h gambas/trunk/gb.qt4/src/ext/CTextView.cpp gambas/trunk/gb.qt4/src/ext/CTextView.h gambas/trunk/gb.qt4/src/ext/Makefile.am gambas/trunk/gb.qt4/src/ext/garray.cpp gambas/trunk/gb.qt4/src/ext/garray.h gambas/trunk/gb.qt4/src/ext/gb.qt4.ext.component gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gstring.cpp gambas/trunk/gb.qt4/src/ext/gstring.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/ext/main.cpp gambas/trunk/gb.qt4/src/ext/main.h gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/gb.qt4/ gambas/trunk/gb.qt4/src/gb.qt4/.info gambas/trunk/gb.qt4/src/gb.qt4/.list gambas/trunk/gb.qt4/src/gb.qt4/.project gambas/trunk/gb.qt4/src/gb.qt4/Action.class gambas/trunk/gb.qt4/src/gb.qt4/FMain.class gambas/trunk/gb.qt4/src/gb.qt4/FMain.form gambas/trunk/gb.qt4/src/gb.qt4/Main.module gambas/trunk/gb.qt4/src/gb.qt4/_Qt.module gambas/trunk/gb.qt4/src/gb.qt4.component gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h gambas/trunk/gb.qt4/src/opengl/ gambas/trunk/gb.qt4/src/opengl/CGLarea.cpp gambas/trunk/gb.qt4/src/opengl/CGLarea.h gambas/trunk/gb.qt4/src/opengl/Makefile.am gambas/trunk/gb.qt4/src/opengl/gb.qt4.opengl.component gambas/trunk/gb.qt4/src/opengl/main.cpp gambas/trunk/gb.qt4/src/opengl/main.h gambas/trunk/gb.qt4/src/trayicon.xpm gambas/trunk/gb.qt4/src/x11.c gambas/trunk/gb.qt4/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 11:33:43
|
Revision: 1337 http://gambas.svn.sourceforge.net/gambas/?rev=1337&view=rev Author: gambas Date: 2008-04-23 04:33:32 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [GB.QT] * NEW: Remove unnecessary share control description files. * BUG: Correctly update the PictureBox and DrawingArea background when the background color changes. Modified Paths: -------------- gambas/trunk/gb.qt/Makefile.am gambas/trunk/gb.qt/configure.ac gambas/trunk/gb.qt/src/CCheckBox.cpp gambas/trunk/gb.qt/src/CDialog.cpp gambas/trunk/gb.qt/src/CDrawingArea.cpp gambas/trunk/gb.qt/src/CDrawingArea.h gambas/trunk/gb.qt/src/CPictureBox.cpp gambas/trunk/gb.qt/src/CPictureBox.h gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/Makefile.am Removed Paths: ------------- gambas/trunk/gb.qt/spec/ gambas/trunk/gb.qt/src/share/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 11:31:25
|
Revision: 1336 http://gambas.svn.sourceforge.net/gambas/?rev=1336&view=rev Author: gambas Date: 2008-04-23 04:31:27 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Correctly update the PictureBox and DrawingArea background when the background color changes. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CDrawingArea.cpp gambas/branches/2.0/gb.qt/src/CDrawingArea.h gambas/branches/2.0/gb.qt/src/CPictureBox.cpp gambas/branches/2.0/gb.qt/src/CPictureBox.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 10:28:59
|
Revision: 1335 http://gambas.svn.sourceforge.net/gambas/?rev=1335&view=rev Author: gambas Date: 2008-04-23 03:28:33 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Use the libtool optimizer 'dolt' made by Josh Triplett. This should speed up the all compilation. [GB.GTK] * BUG: PictureBox.Alignment property now correctly deals with Align.Normal, Align.TopNormal, and Align.BottomNormal alignments. [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. [GB.QTE] * BUG: No more automake warning about GNU extensions. * BUG: The component compiles correctly again. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.gtk/src/gpicturebox.cpp gambas/trunk/gb.qt/src/CPictureBox.cpp gambas/trunk/gb.qt/src/CPictureBox.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qte/gb.qte.am gambas/trunk/gb.qte/src/Makefile.am gambas/trunk/gb.qte/src/ext/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 10:21:23
|
Revision: 1334 http://gambas.svn.sourceforge.net/gambas/?rev=1334&view=rev Author: gambas Date: 2008-04-23 03:21:19 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [GB.GTK] * BUG: PictureBox.Alignment property now correctly deals with Align.Normal, Align.TopNormal, and Align.BottomNormal alignments. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gpicturebox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-23 10:18:38
|
Revision: 1333 http://gambas.svn.sourceforge.net/gambas/?rev=1333&view=rev Author: gambas Date: 2008-04-23 03:18:35 -0700 (Wed, 23 Apr 2008) Log Message: ----------- [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CPictureBox.cpp gambas/branches/2.0/gb.qt/src/CPictureBox.h gambas/branches/2.0/main/gbc/gbc_compile.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-21 23:16:21
|
Revision: 1332 http://gambas.svn.sourceforge.net/gambas/?rev=1332&view=rev Author: gambas Date: 2008-04-21 16:15:48 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automically edit the 'Name' property when inserting a new control in a form. * BUG: Defining the startup class correctly updates the .startup file. * BUG: The form editor takes into account the new Border and Resizable Window properties correctly now. * BUG: Form editor window frame is drawn in a more polished way. * NEW: Automatically focus on the last edited property when the form editor selection changes. * BUG: Do not hide the debug window anymore when undocking the console. [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the ?\194?\160 debugger anymore. ?\194?\160 [GB.FORM] * NEW: Workspace.Orientation is a new property that allows to define the orientation of the Workspace tabstrip. * BUG: Fix the DatePicker button drawing routine in ValueBox. ?\194?\160 [GB.GTK] * BUG: Windows cannot get focus anymore. [GB.NET.SMTP] * NEW: Write a Content-Length header inside MIME parts. [GB.QT] * NEW: Do not automatically transform non catched key events into accelator events. * BUG: Draw.Style.Panel() works correctly now. [GB.SETTINGS] * NEW: Settings.Read and Settings.Write now always store control settings in a slot based on the parent Window name, not the top-level one. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/cy.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FDebugInfo.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/FWorkspace.form gambas/trunk/comp/src/gb.form.mdi/Form1.class gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/libsmtp_mime.h gambas/trunk/gb.net.smtp/src/parts.c gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-21 21:19:08
|
Revision: 1331 http://gambas.svn.sourceforge.net/gambas/?rev=1331&view=rev Author: gambas Date: 2008-04-21 14:18:59 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the debugger anymore. [GB.GTK] * BUG: Windows cannot get focus anymore. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gmainwindow.cpp gambas/branches/2.0/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-21 14:35:15
|
Revision: 1330 http://gambas.svn.sourceforge.net/gambas/?rev=1330&view=rev Author: seraf1 Date: 2008-04-21 07:35:14 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [GB.FORM] * BUG: DatePicker and ValueBox Event handler bug * NEW: New DatePicker and ValueBox Visual Aspect Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-21 08:22:03
|
Revision: 1329 http://gambas.svn.sourceforge.net/gambas/?rev=1329&view=rev Author: seraf1 Date: 2008-04-21 01:22:06 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: DatePicker and ValueBox : new visual aspect * BUG: DatePicker and ValueBox : new form.type and form.border API adaptation Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DateChooser.class gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2008-04-21 08:06:48
|
Revision: 1328 http://gambas.svn.sourceforge.net/gambas/?rev=1328&view=rev Author: seraf1 Date: 2008-04-21 01:06:52 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [GB.DB.FORM] * BUG: new form.type and form.border adaptation Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/DataComboMulti.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-20 07:55:06
|
Revision: 1327 http://gambas.svn.sourceforge.net/gambas/?rev=1327&view=rev Author: gambix Date: 2008-04-20 00:55:10 -0700 (Sun, 20 Apr 2008) Log Message: ----------- I've forget some little things Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/Chart.class gambas/trunk/comp/src/gb.chart/MTools.module gambas/trunk/comp/src/gb.chart/_CLegend.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-19 23:32:25
|
Revision: 1326 http://gambas.svn.sourceforge.net/gambas/?rev=1326&view=rev Author: gambix Date: 2008-04-19 16:32:28 -0700 (Sat, 19 Apr 2008) Log Message: ----------- [GB.CHART] * NEW: Fonts settings on axes, legend, title and toggle on proportional font mode. In proportional mode the fonts are in the real size when the chart have 2/3 of the desktop size. Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/.info gambas/trunk/comp/src/gb.chart/Chart.class gambas/trunk/comp/src/gb.chart/FTest.class gambas/trunk/comp/src/gb.chart/FTest.form gambas/trunk/comp/src/gb.chart/MTools.module gambas/trunk/comp/src/gb.chart/_CAxes.class gambas/trunk/comp/src/gb.chart/_CStyleAreas.class gambas/trunk/comp/src/gb.chart/_CStyleBar.class gambas/trunk/comp/src/gb.chart/_CStyleColumns.class gambas/trunk/comp/src/gb.chart/_CStyleLine.class gambas/trunk/comp/src/gb.chart/_CXAxe.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-19 22:32:19
|
Revision: 1325 http://gambas.svn.sourceforge.net/gambas/?rev=1325&view=rev Author: gambix Date: 2008-04-19 15:32:23 -0700 (Sat, 19 Apr 2008) Log Message: ----------- [GB.CHART] * NEW: Many things on color management as BackColor and Custom color for the sets. * NEW: I've done a work on the demo form so you can see what is possible or not actually on this component. To run it go to the GAMBASDIR/comp/src path and open gb.chart... then just run it ! Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/.info gambas/trunk/comp/src/gb.chart/.list gambas/trunk/comp/src/gb.chart/Chart.class gambas/trunk/comp/src/gb.chart/FTest.class gambas/trunk/comp/src/gb.chart/FTest.form gambas/trunk/comp/src/gb.chart/_CLegend.class gambas/trunk/comp/src/gb.chart/_CStyleAreas.class gambas/trunk/comp/src/gb.chart/_CStyleBar.class gambas/trunk/comp/src/gb.chart/_CStyleColumns.class gambas/trunk/comp/src/gb.chart/_CStyleLine.class gambas/trunk/comp/src/gb.chart/_Colors.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-19 20:58:16
|
Revision: 1324 http://gambas.svn.sourceforge.net/gambas/?rev=1324&view=rev Author: gambix Date: 2008-04-19 13:58:23 -0700 (Sat, 19 Apr 2008) Log Message: ----------- [GB.CHART] * NEW: A new Chart style named Bars. * NEW: X and Y axes inherits a Global Axes class. * NEW: Now the Y ans X labels can be hidden Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/.icon.png gambas/trunk/comp/src/gb.chart/.info gambas/trunk/comp/src/gb.chart/.project gambas/trunk/comp/src/gb.chart/Chart.class gambas/trunk/comp/src/gb.chart/ChartType.class gambas/trunk/comp/src/gb.chart/FTest.class gambas/trunk/comp/src/gb.chart/FTest.form gambas/trunk/comp/src/gb.chart/MTools.module gambas/trunk/comp/src/gb.chart/_CStyleAreas.class gambas/trunk/comp/src/gb.chart/_CStyleBar.class gambas/trunk/comp/src/gb.chart/_CStyleColumns.class gambas/trunk/comp/src/gb.chart/_CStyleLine.class gambas/trunk/comp/src/gb.chart/_CYAxe.class Added Paths: ----------- gambas/trunk/comp/src/gb.chart/FTest2.class gambas/trunk/comp/src/gb.chart/FTest2.form gambas/trunk/comp/src/gb.chart/_CAxes.class gambas/trunk/comp/src/gb.chart/_CXAxe.class Removed Paths: ------------- gambas/trunk/comp/src/gb.chart/CAxe.class gambas/trunk/comp/src/gb.chart/CXAxe.class gambas/trunk/comp/src/gb.chart/FInput.class gambas/trunk/comp/src/gb.chart/FInput.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-19 16:56:50
|
Revision: 1323 http://gambas.svn.sourceforge.net/gambas/?rev=1323&view=rev Author: gambix Date: 2008-04-19 09:56:55 -0700 (Sat, 19 Apr 2008) Log Message: ----------- [GB.FORM] * BUG: Some lines with old windows properties use have been removed. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FColorChooser.form gambas/trunk/comp/src/gb.form/FExpander.form gambas/trunk/comp/src/gb.form/FInputBox.class gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/comp/src/gb.form/FToolBar.form gambas/trunk/comp/src/gb.form/FWizard.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-19 12:41:32
|
Revision: 1322 http://gambas.svn.sourceforge.net/gambas/?rev=1322&view=rev Author: gambix Date: 2008-04-19 05:41:38 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.chart/FTest.class gambas/trunk/comp/src/gb.chart/MTools.module Added Paths: ----------- gambas/trunk/comp/src/gb.chart/_CStyleBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-18 23:43:32
|
Revision: 1321 http://gambas.svn.sourceforge.net/gambas/?rev=1321&view=rev Author: gambas Date: 2008-04-18 16:43:38 -0700 (Fri, 18 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Libraries and include files are automatically searched inside 64 bits specific directories. [DEVELOPMENT ENVIRONMENT] * NEW: Automatically convert old Border property to the new Border and Resizable properties. * BUG: The "Theme" tab of the option dialog is correctly initialized the first time Gambas is run. * BUG: Going to a non-existing line number in the editor does not crash the IDE anymore. * NEW: The IDE forms now use the new Border, Resizable and Type properties of the Window class. [COMPILER] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.EVAL] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.GTK] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. [GB.QT] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCompletion.form gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FDebugInfo.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FFind.class gambas/trunk/app/src/gambas3/FFind.form gambas/trunk/app/src/gambas3/FFindList.form gambas/trunk/app/src/gambas3/FFontChooser.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FFormStack.form gambas/trunk/app/src/gambas3/FGambas.form gambas/trunk/app/src/gambas3/FGotoLine.form gambas/trunk/app/src/gambas3/FIconEditor.form gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/FList.form gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FNewTranslation.form gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FSave.form gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FToolBox.form gambas/trunk/app/src/gambas3/MTheme.module gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FDirChooser.form gambas/trunk/comp/src/gb.form/FExpander.form gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/comp/src/gb.form/FToolBar.form gambas/trunk/comp/src/gb.form/FWizard.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/Makefile.am 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/gmainwindow.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/x11.c gambas/trunk/gb.qt/src/x11.h gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/lib/eval/eval_read.c Added Paths: ----------- gambas/trunk/gb.gtk/src/x11.c gambas/trunk/gb.gtk/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |