gambas-devel-svn Mailing List for Gambas (Page 44)
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...> - 2015-05-12 22:47:43
|
Revision: 7081 http://sourceforge.net/p/gambas/code/7081 Author: gambas Date: 2015-05-12 22:47:42 +0000 (Tue, 12 May 2015) Log Message: ----------- [CONFIGURATION] * BUG: Add gb.form.editor to the list of components written in Gambas. Modified Paths: -------------- gambas/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-12 22:46:41
|
Revision: 7080 http://sourceforge.net/p/gambas/code/7080 Author: gambas Date: 2015-05-12 22:46:39 +0000 (Tue, 12 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use IDE breakpoint icon for displaying breakpoints in editor. * NEW: Use a bigger icon for the packager wizard. * NEW: Put some red inside the breakpoint icon. [GB.FORM.EDITOR] * NEW: This new component will provide a text editor with syntax highlighting entirely written in Gambas. A bit slower than the old one, but it will work with any toolkit! [GB.GUI.BASE] * OPT: GridView.Rows[].Refresh now only refreshes the specified row, and not the entire view. * NEW: GridView default cell padding is now zero. * BUG: GridView columns now can have any width. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Packager/FMakeInstall.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/img/16/breakpoint.png gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Column.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Data.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.gui.base/.src/Shortcut.class gambas/trunk/gb.qt4/src/CKey.cpp Added Paths: ----------- gambas/trunk/comp/src/gb.form.editor/ gambas/trunk/comp/src/gb.form.editor/.action/ gambas/trunk/comp/src/gb.form.editor/.component gambas/trunk/comp/src/gb.form.editor/.directory gambas/trunk/comp/src/gb.form.editor/.gambas/ gambas/trunk/comp/src/gb.form.editor/.gitignore gambas/trunk/comp/src/gb.form.editor/.hidden/ gambas/trunk/comp/src/gb.form.editor/.hidden/control/ gambas/trunk/comp/src/gb.form.editor/.icon.png gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.lang/ gambas/trunk/comp/src/gb.form.editor/.list gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/ gambas/trunk/comp/src/gb.form.editor/.src/CCommand.class gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/CLineInfo.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 21:36:10
|
Revision: 7079 http://sourceforge.net/p/gambas/code/7079 Author: gambas Date: 2015-05-11 21:36:09 +0000 (Mon, 11 May 2015) Log Message: ----------- [GB.QT5] * NEW: Now depends on Qt 5.3 only. [GB.QT5.OPENGL] * NEW: Use the old OpenGL widget if QT version if 5.3 or lower, and the new one if QT version is 5.4 or greater. [GB.QT5.WEBKIT] * BUG: Fix a missing space in Makefile.am file. Modified Paths: -------------- gambas/trunk/gb.qt5/configure.ac gambas/trunk/gb.qt5/src/opengl/CGLarea.cpp gambas/trunk/gb.qt5/src/opengl/Makefile.am gambas/trunk/gb.qt5/src/webkit/Makefile.am Added Paths: ----------- gambas/trunk/gb.qt5/src/opengl/COldGLarea.cpp gambas/trunk/gb.qt5/src/opengl/COldGLarea.h gambas/trunk/gb.qt5/src/opengl/main.cpp gambas/trunk/gb.qt5/src/opengl/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 21:33:54
|
Revision: 7078 http://sourceforge.net/p/gambas/code/7078 Author: gambas Date: 2015-05-11 21:33:53 +0000 (Mon, 11 May 2015) Log Message: ----------- [GB.QT4] * BUG: Get fully rid of QT3 support library. [GB.QT4.OPENGL] * NEW: Get rid of QT3 support library. [GB.QT4.WEBKIT] * BUG: Fix a missing space in Makefile.am file. Modified Paths: -------------- gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/opengl/CGLarea.cpp gambas/trunk/gb.qt4/src/opengl/Makefile.am gambas/trunk/gb.qt4/src/opengl/main.cpp gambas/trunk/gb.qt4/src/webkit/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 21:13:59
|
Revision: 7077 http://sourceforge.net/p/gambas/code/7077 Author: gambas Date: 2015-05-11 21:13:57 +0000 (Mon, 11 May 2015) Log Message: ----------- [GB.QT5.OPENGL] * NEW: Delete symbolic links to gb.qt4 source files. Removed Paths: ------------- gambas/trunk/gb.qt5/src/opengl/main.cpp gambas/trunk/gb.qt5/src/opengl/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 01:46:39
|
Revision: 7076 http://sourceforge.net/p/gambas/code/7076 Author: gambas Date: 2015-05-11 01:46:36 +0000 (Mon, 11 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: System information: Search for QT5 core library. [EXAMPLES] * BUG: Fix Browser example. [GB.FORM] * BUG: Fix stock icon map for breeze icon theme. [GB.GUI] * NEW: Use gb.qt5 if the current desktop is KDE5. [GB.GUI.OPENGL] * NEW: Support for gb.qt5.opengl. [GB.QT4] * BUG: Fix component name in warning messages. [GB.QT5] * NEW: Qt 5.4 is now required, because of gb.qt5.opengl. * BUG: Fix component name in warning messages. [GB.QT5.OPENGL] * NEW: QT5 OpenGL support component. Modified Paths: -------------- gambas/trunk/app/examples/Networking/WebBrowser/.project gambas/trunk/app/examples/Networking/WebBrowser/.src/FBrowser.class gambas/trunk/app/examples/OpenGL/Md2Model/.project gambas/trunk/app/examples/OpenGL/Md2Model/.settings gambas/trunk/app/examples/OpenGL/Md2Model/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.class gambas/trunk/app/src/gambas3/.src/Welcome/FSystemInfo.form gambas/trunk/comp/src/gb.form/map/icon.map gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/ScrollArea.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTreeView.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/gb.qt.h gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/opengl/main.cpp gambas/trunk/gb.qt5/configure.ac gambas/trunk/gb.qt5/src/Makefile.am gambas/trunk/gb.qt5/src/opengl/Makefile.am gambas/trunk/main/lib/gui/main.c gambas/trunk/main/lib/gui.opengl/main.c Added Paths: ----------- gambas/trunk/gb.qt5/src/opengl/CGLarea.cpp gambas/trunk/gb.qt5/src/opengl/CGLarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-11 01:41:18
|
Revision: 7075 http://sourceforge.net/p/gambas/code/7075 Author: gambas Date: 2015-05-11 01:41:16 +0000 (Mon, 11 May 2015) Log Message: ----------- [GB.QT5.OPENGL] * NEW: Remove the symbolic links of the GLArea source files. Removed Paths: ------------- gambas/trunk/gb.qt5/src/opengl/CGLarea.cpp gambas/trunk/gb.qt5/src/opengl/CGLarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 13:18:02
|
Revision: 7074 http://sourceforge.net/p/gambas/code/7074 Author: gambas Date: 2015-05-10 13:18:00 +0000 (Sun, 10 May 2015) Log Message: ----------- [INTERPRETER] * NEW: Don't panic if a received signal cannot be written to the signal pipe. Just print a warning. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_signal.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 13:14:06
|
Revision: 7073 http://sourceforge.net/p/gambas/code/7073 Author: gambas Date: 2015-05-10 13:14:04 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT5.WEBKIT] * NEW: New webkit component for Qt5. Modified Paths: -------------- gambas/trunk/gb.qt5/configure.ac gambas/trunk/gb.qt5/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 13:13:36
|
Revision: 7072 http://sourceforge.net/p/gambas/code/7072 Author: gambas Date: 2015-05-10 13:13:34 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * BUG: Fix Qt5 support. [GB.QT4.WEBKIT] * BUG: Fix Qt5 support. Modified Paths: -------------- gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/webkit/main.cpp gambas/trunk/gb.qt4/src/webkit/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:52:10
|
Revision: 7071 http://sourceforge.net/p/gambas/code/7071 Author: gambas Date: 2015-05-10 10:52:09 +0000 (Sun, 10 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Replace "Every software" by "All software", which is better english. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:49:00
|
Revision: 7070 http://sourceforge.net/p/gambas/code/7070 Author: gambas Date: 2015-05-10 10:48:59 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.FORM] * NEW: Support for Breeze and Breeze-dark icon themes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:48:10
|
Revision: 7069 http://sourceforge.net/p/gambas/code/7069 Author: gambas Date: 2015-05-10 10:48:09 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Start supporting KDE5. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Desktop.class gambas/trunk/comp/src/gb.desktop/.src/_Desktop_Passwords.class gambas/trunk/comp/src/gb.desktop/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:47:05
|
Revision: 7068 http://sourceforge.net/p/gambas/code/7068 Author: gambas Date: 2015-05-10 10:47:04 +0000 (Sun, 10 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use MenuButton instead of ToolButton in some places, because Breeze logically always centers the contents even when there is an icon. * NEW: Force the background of some scrollbars to be the text background color. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.form gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:43:29
|
Revision: 7067 http://sourceforge.net/p/gambas/code/7067 Author: gambas Date: 2015-05-10 10:43:28 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.JIT] * BUG: Fix a warning message when configuration fails. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:42:26
|
Revision: 7066 http://sourceforge.net/p/gambas/code/7066 Author: gambas Date: 2015-05-10 10:42:24 +0000 (Sun, 10 May 2015) Log Message: ----------- [INTERPRETER] * NEW: New error constant in API header. Modified Paths: -------------- gambas/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...> - 2015-05-10 00:34:01
|
Revision: 7065 http://sourceforge.net/p/gambas/code/7065 Author: gambas Date: 2015-05-10 00:33:59 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * NEW: Remove the now useless XEmbed tray icon implementation. Removed Paths: ------------- gambas/trunk/gb.qt4/src/systemtrayicon.cpp gambas/trunk/gb.qt4/src/systemtrayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 00:33:10
|
Revision: 7064 http://sourceforge.net/p/gambas/code/7064 Author: gambas Date: 2015-05-10 00:33:08 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT5] * NEW: Support for the new TrayIcon implementation. Modified Paths: -------------- gambas/trunk/gb.qt5/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 00:32:44
|
Revision: 7063 http://sourceforge.net/p/gambas/code/7063 Author: gambas Date: 2015-05-10 00:32:42 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.QT4] * NEW: Get rid of Qt3 support library. * NEW: The TrayIcon is now based on the QSystemTrayIcon class. Consequently, as soon as the 'sni-qt' library is installed on your system, the tray icon will become an indicator visible in the Plasma new system tray, and normally in the Gnome / Unity indicator bar. Beware that This new TrayIcon does not raise any standard Control events, it is entirely managed by the system tray. * NEW: Some hacks for the Breeze Qt4 style. Modified Paths: -------------- gambas/trunk/gb.qt4/configure.ac gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CButton.cpp gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CTrayIcon.h gambas/trunk/gb.qt4/src/Makefile.am gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/gb.qt4/src/main.cpp Added Paths: ----------- gambas/trunk/gb.qt4/share/gb.form.trayicon.large.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-08 17:40:32
|
Revision: 7062 http://sourceforge.net/p/gambas/code/7062 Author: gambas Date: 2015-05-08 17:40:28 +0000 (Fri, 08 May 2015) Log Message: ----------- [CONFIGURATION] * NEW: gb.qt5 component. [EXAMPLES] * BUG: Fix WebBrowser example. [INTERPRETER] * NEW: Fix compilation of EXEC and SHELL for older bytecode versions. [GB.DB.FORM] * NEW: Display the busy mouse cursor while loading SQL data. [GB.QT4] * NEW: Support for QT5. [GB.QT5] * NEW: Initial version of the QT5 component. Not everything is working. There is no Embedder and TrayIcon controls. Modified Paths: -------------- gambas/trunk/Makefile.am gambas/trunk/app/examples/Games/Invaders/.icon.png gambas/trunk/app/examples/Games/Invaders/.project gambas/trunk/app/examples/Games/Pong/.icon.png gambas/trunk/app/examples/Games/Pong/.project gambas/trunk/app/examples/Networking/WebBrowser/.icon.png gambas/trunk/app/examples/Networking/WebBrowser/.project gambas/trunk/app/examples/Networking/WebBrowser/.src/FBrowser.class gambas/trunk/app/examples/Networking/WebBrowser/.src/FBrowser.form gambas/trunk/app/examples/Networking/WebBrowser/.src/FDownload.form gambas/trunk/app/src/gambas-farm-server/.project gambas/trunk/comp/src/gb.db.form/.src/DataTable.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Test/FMain.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/configure.ac gambas/trunk/gb.qt4/src/CCheckBox.cpp gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.h gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CScreen.cpp gambas/trunk/gb.qt4/src/CScrollView.cpp gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/cprinter.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.qt4/src/systemtrayicon.h gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/share/gb_common.h gambas/trunk/main/share/gb_list_temp.h Added Paths: ----------- gambas/trunk/app/examples/Networking/WebBrowser/icon.png gambas/trunk/gb.qt5/ gambas/trunk/gb.qt5/AUTHORS gambas/trunk/gb.qt5/COPYING gambas/trunk/gb.qt5/ChangeLog gambas/trunk/gb.qt5/INSTALL gambas/trunk/gb.qt5/Makefile.am gambas/trunk/gb.qt5/NEWS gambas/trunk/gb.qt5/README gambas/trunk/gb.qt5/acinclude.m4 gambas/trunk/gb.qt5/component.am gambas/trunk/gb.qt5/configure.ac gambas/trunk/gb.qt5/depcomp gambas/trunk/gb.qt5/gambas.h gambas/trunk/gb.qt5/gb.draw.h gambas/trunk/gb.qt5/gb.eval.h gambas/trunk/gb.qt5/gb.geom.h gambas/trunk/gb.qt5/gb.gl.h gambas/trunk/gb.qt5/gb.image.h gambas/trunk/gb.qt5/gb.paint.h gambas/trunk/gb.qt5/gb.qt.am gambas/trunk/gb.qt5/gb_common.h gambas/trunk/gb.qt5/m4 gambas/trunk/gb.qt5/missing gambas/trunk/gb.qt5/reconf gambas/trunk/gb.qt5/share gambas/trunk/gb.qt5/src/ gambas/trunk/gb.qt5/src/CButton.cpp gambas/trunk/gb.qt5/src/CButton.h gambas/trunk/gb.qt5/src/CCheckBox.cpp gambas/trunk/gb.qt5/src/CCheckBox.h gambas/trunk/gb.qt5/src/CClipboard.cpp gambas/trunk/gb.qt5/src/CClipboard.h gambas/trunk/gb.qt5/src/CColor.cpp gambas/trunk/gb.qt5/src/CColor.h gambas/trunk/gb.qt5/src/CConst.cpp gambas/trunk/gb.qt5/src/CConst.h gambas/trunk/gb.qt5/src/CContainer.cpp gambas/trunk/gb.qt5/src/CContainer.h gambas/trunk/gb.qt5/src/CDialog.cpp gambas/trunk/gb.qt5/src/CDialog.h gambas/trunk/gb.qt5/src/CDraw.cpp gambas/trunk/gb.qt5/src/CDraw.h gambas/trunk/gb.qt5/src/CDrawingArea.cpp gambas/trunk/gb.qt5/src/CDrawingArea.h gambas/trunk/gb.qt5/src/CEmbedder.cpp gambas/trunk/gb.qt5/src/CEmbedder.h gambas/trunk/gb.qt5/src/CFont.cpp gambas/trunk/gb.qt5/src/CFont.h gambas/trunk/gb.qt5/src/CFrame.cpp gambas/trunk/gb.qt5/src/CFrame.h gambas/trunk/gb.qt5/src/CImage.cpp gambas/trunk/gb.qt5/src/CImage.h gambas/trunk/gb.qt5/src/CKey.cpp gambas/trunk/gb.qt5/src/CKey.h gambas/trunk/gb.qt5/src/CLabel.cpp gambas/trunk/gb.qt5/src/CLabel.h gambas/trunk/gb.qt5/src/CMenu.cpp gambas/trunk/gb.qt5/src/CMenu.h gambas/trunk/gb.qt5/src/CMessage.cpp gambas/trunk/gb.qt5/src/CMessage.h gambas/trunk/gb.qt5/src/CMouse.cpp gambas/trunk/gb.qt5/src/CMouse.h gambas/trunk/gb.qt5/src/CMovieBox.cpp gambas/trunk/gb.qt5/src/CMovieBox.h gambas/trunk/gb.qt5/src/CPanel.cpp gambas/trunk/gb.qt5/src/CPanel.h gambas/trunk/gb.qt5/src/CPicture.cpp gambas/trunk/gb.qt5/src/CPicture.h gambas/trunk/gb.qt5/src/CPictureBox.cpp gambas/trunk/gb.qt5/src/CPictureBox.h gambas/trunk/gb.qt5/src/CRadioButton.cpp gambas/trunk/gb.qt5/src/CRadioButton.h gambas/trunk/gb.qt5/src/CScreen.cpp gambas/trunk/gb.qt5/src/CScreen.h gambas/trunk/gb.qt5/src/CScrollBar.cpp gambas/trunk/gb.qt5/src/CScrollBar.h gambas/trunk/gb.qt5/src/CScrollView.cpp gambas/trunk/gb.qt5/src/CScrollView.h gambas/trunk/gb.qt5/src/CSlider.cpp gambas/trunk/gb.qt5/src/CSlider.h gambas/trunk/gb.qt5/src/CSpinBox.cpp gambas/trunk/gb.qt5/src/CSpinBox.h gambas/trunk/gb.qt5/src/CStyle.cpp gambas/trunk/gb.qt5/src/CStyle.h gambas/trunk/gb.qt5/src/CTabStrip.cpp gambas/trunk/gb.qt5/src/CTabStrip.h gambas/trunk/gb.qt5/src/CTextArea.cpp gambas/trunk/gb.qt5/src/CTextArea.h gambas/trunk/gb.qt5/src/CTextBox.cpp gambas/trunk/gb.qt5/src/CTextBox.h gambas/trunk/gb.qt5/src/CTrayIcon.cpp gambas/trunk/gb.qt5/src/CTrayIcon.h gambas/trunk/gb.qt5/src/CWatch.cpp gambas/trunk/gb.qt5/src/CWatch.h gambas/trunk/gb.qt5/src/CWatcher.cpp gambas/trunk/gb.qt5/src/CWatcher.h gambas/trunk/gb.qt5/src/CWidget.cpp gambas/trunk/gb.qt5/src/CWidget.h gambas/trunk/gb.qt5/src/CWindow.cpp gambas/trunk/gb.qt5/src/CWindow.h gambas/trunk/gb.qt5/src/Makefile.am gambas/trunk/gb.qt5/src/cpaint_impl.cpp gambas/trunk/gb.qt5/src/cpaint_impl.h gambas/trunk/gb.qt5/src/cprinter.cpp gambas/trunk/gb.qt5/src/cprinter.h gambas/trunk/gb.qt5/src/csvgimage.cpp gambas/trunk/gb.qt5/src/csvgimage.h gambas/trunk/gb.qt5/src/ext/ gambas/trunk/gb.qt5/src/ext/CDial.cpp gambas/trunk/gb.qt5/src/ext/CDial.h gambas/trunk/gb.qt5/src/ext/CEditor.cpp gambas/trunk/gb.qt5/src/ext/CEditor.h gambas/trunk/gb.qt5/src/ext/CLCDNumber.cpp gambas/trunk/gb.qt5/src/ext/CLCDNumber.h gambas/trunk/gb.qt5/src/ext/CTextEdit.cpp gambas/trunk/gb.qt5/src/ext/CTextEdit.h gambas/trunk/gb.qt5/src/ext/Makefile.am gambas/trunk/gb.qt5/src/ext/garray.cpp gambas/trunk/gb.qt5/src/ext/garray.h gambas/trunk/gb.qt5/src/ext/gb.qt5.ext.component gambas/trunk/gb.qt5/src/ext/gdocument.cpp gambas/trunk/gb.qt5/src/ext/gdocument.h gambas/trunk/gb.qt5/src/ext/gstring.cpp gambas/trunk/gb.qt5/src/ext/gstring.h gambas/trunk/gb.qt5/src/ext/gview.cpp gambas/trunk/gb.qt5/src/ext/gview.h gambas/trunk/gb.qt5/src/ext/main.cpp gambas/trunk/gb.qt5/src/ext/main.h gambas/trunk/gb.qt5/src/gb.qt.h gambas/trunk/gb.qt5/src/gb.qt5.component gambas/trunk/gb.qt5/src/main.cpp gambas/trunk/gb.qt5/src/main.h gambas/trunk/gb.qt5/src/opengl/ gambas/trunk/gb.qt5/src/opengl/CGLarea.cpp gambas/trunk/gb.qt5/src/opengl/CGLarea.h gambas/trunk/gb.qt5/src/opengl/Makefile.am gambas/trunk/gb.qt5/src/opengl/gb.qt5.opengl.component gambas/trunk/gb.qt5/src/opengl/main.cpp gambas/trunk/gb.qt5/src/opengl/main.h gambas/trunk/gb.qt5/src/systemtrayicon.cpp gambas/trunk/gb.qt5/src/systemtrayicon.h gambas/trunk/gb.qt5/src/trayicon.xpm gambas/trunk/gb.qt5/src/webkit/ gambas/trunk/gb.qt5/src/webkit/Makefile.am gambas/trunk/gb.qt5/src/webkit/ccookiejar.cpp gambas/trunk/gb.qt5/src/webkit/ccookiejar.h gambas/trunk/gb.qt5/src/webkit/control/ gambas/trunk/gb.qt5/src/webkit/control/webview.png gambas/trunk/gb.qt5/src/webkit/cwebdownload.cpp gambas/trunk/gb.qt5/src/webkit/cwebdownload.h gambas/trunk/gb.qt5/src/webkit/cwebelement.cpp gambas/trunk/gb.qt5/src/webkit/cwebelement.h gambas/trunk/gb.qt5/src/webkit/cwebframe.cpp gambas/trunk/gb.qt5/src/webkit/cwebframe.h gambas/trunk/gb.qt5/src/webkit/cwebhittest.cpp gambas/trunk/gb.qt5/src/webkit/cwebhittest.h gambas/trunk/gb.qt5/src/webkit/cwebsettings.cpp gambas/trunk/gb.qt5/src/webkit/cwebsettings.h gambas/trunk/gb.qt5/src/webkit/cwebview.cpp gambas/trunk/gb.qt5/src/webkit/cwebview.h gambas/trunk/gb.qt5/src/webkit/gb.qt5.webkit.component gambas/trunk/gb.qt5/src/webkit/main.cpp gambas/trunk/gb.qt5/src/webkit/main.h gambas/trunk/gb.qt5/src/x11.c gambas/trunk/gb.qt5/src/x11.h Removed Paths: ------------- gambas/trunk/app/examples/Networking/WebBrowser/konqueror.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-08 06:33:27
|
Revision: 7061 http://sourceforge.net/p/gambas/code/7061 Author: gambas Date: 2015-05-08 06:33:25 +0000 (Fri, 08 May 2015) Log Message: ----------- [GB.QT4] * BUG: Support for nul bytes inside QT strings. Modified Paths: -------------- 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/CClipboard.cpp gambas/trunk/gb.qt4/src/CDialog.cpp gambas/trunk/gb.qt4/src/CFont.cpp gambas/trunk/gb.qt4/src/CFrame.cpp gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CRadioButton.cpp gambas/trunk/gb.qt4/src/CSpinBox.cpp gambas/trunk/gb.qt4/src/CTabStrip.cpp gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/ext/CEditor.cpp gambas/trunk/gb.qt4/src/ext/CTextEdit.cpp gambas/trunk/gb.qt4/src/ext/gdocument.cpp gambas/trunk/gb.qt4/src/ext/gstring.h 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.qt4/src/webkit/ccookiejar.cpp gambas/trunk/gb.qt4/src/webkit/cwebdownload.cpp gambas/trunk/gb.qt4/src/webkit/cwebelement.cpp gambas/trunk/gb.qt4/src/webkit/cwebframe.cpp gambas/trunk/gb.qt4/src/webkit/cwebhittest.cpp gambas/trunk/gb.qt4/src/webkit/cwebsettings.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/main.cpp Removed Paths: ------------- gambas/trunk/gb.qt4/src/ext/CTextView.cpp gambas/trunk/gb.qt4/src/ext/CTextView.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2015-05-05 22:22:06
|
Revision: 7060 http://sourceforge.net/p/gambas/code/7060 Author: gbwilly Date: 2015-05-05 22:22:04 +0000 (Tue, 05 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Improved some strings for Dutch translation Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/nl.mo gambas/trunk/app/src/gambas3/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eh...@us...> - 2015-05-05 17:09:06
|
Revision: 7059 http://sourceforge.net/p/gambas/code/7059 Author: ehasis Date: 2015-05-05 17:09:05 +0000 (Tue, 05 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Updated the Brazilian Portuguese translation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/pt_BR.mo gambas/trunk/app/src/gambas3/.lang/pt_BR.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2015-05-05 15:04:10
|
Revision: 7058 http://sourceforge.net/p/gambas/code/7058 Author: gbwilly Date: 2015-05-05 15:04:08 +0000 (Tue, 05 May 2015) Log Message: ----------- [GB.DB.FORM] * NEW: Updated Dutch translations Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.lang/nl.mo gambas/trunk/comp/src/gb.db.form/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gb...@us...> - 2015-05-05 15:01:53
|
Revision: 7057 http://sourceforge.net/p/gambas/code/7057 Author: gbwilly Date: 2015-05-05 15:01:52 +0000 (Tue, 05 May 2015) Log Message: ----------- [GB.FORM] * NEW: Updated Dutch translations Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/nl.mo gambas/trunk/comp/src/gb.form/.lang/nl.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |