gambas-devel-svn Mailing List for Gambas (Page 267)
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-08-15 13:41:21
|
Revision: 1495 http://gambas.svn.sourceforge.net/gambas/?rev=1495&view=rev Author: gambas Date: 2008-08-15 13:41:30 +0000 (Fri, 15 Aug 2008) Log Message: ----------- * ChangeLog updated for 2.8 Modified Paths: -------------- gambas/branches/2.0/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-15 13:19:39
|
Revision: 1494 http://gambas.svn.sourceforge.net/gambas/?rev=1494&view=rev Author: gambas Date: 2008-08-15 13:19:46 +0000 (Fri, 15 Aug 2008) Log Message: ----------- [CONFIGURATION] * BUG: Compiles optimized files in a clean way, so that ./configure --disable-optimization effectively disables optimizations on these files. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/FAbout.form gambas/branches/2.0/app/src/gambas2/FWelcome.form gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/main/gbc/Makefile.am gambas/branches/2.0/main/gbx/Makefile.am gambas/branches/2.0/main/gbx/gbx_object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-14 19:42:23
|
Revision: 1493 http://gambas.svn.sourceforge.net/gambas/?rev=1493&view=rev Author: gambas Date: 2008-08-14 19:42:27 +0000 (Thu, 14 Aug 2008) Log Message: ----------- [CONFIGURATION] * NEW: Use colorgcc if it is present. Beware that ccache removes the colors. [DEVELOPMENT ENVIRONMENT] * BUG: Fix the output console search. * BUG: When making a package, ignore the charset translation errors while printing the commands output. * NEW: Support for the Khmer language. [WIKI CGI SCRIPT] * NEW: Support for the macedonian language. [INTERPRETER] * BUG: Fix the interpreter for gcc 4.3. * NEW: Prints the gcc version used for compiling the interpreter when running 'gbx2 -h'. * BUG: Fix the initialization of standard input/output streams. [COMPILER] * BUG: Fix a compilation warning on FILE_set_chown. [GB.GTK] * BUG: Initialize correctly the gControl class. * BUG: Draw.Tile now works correctly. * BUG: Fix the vertical alignment management. * BUG: The alignment of a GridView cell with a picture only is correct now. [GB.QT] * BUG: Choose the right moc executable when both QT3 and QT4 are installed on the system. * BUG: Fix the system tray icons for KDE 3.5.10. :-) * BUG: The alignment of a GridView cell with a picture only is correct now. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/acinclude.m4 gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FWelcome.form gambas/trunk/app/src/gambas3/Language.module gambas/trunk/app/src/gambas3/Package.module gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/tablerender.cpp gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CDraw.h gambas/trunk/gb.qt/src/CGridView.cpp gambas/trunk/gb.qt/src/CTrayIcon.cpp gambas/trunk/gb.qt/src/CTrayIcon.h gambas/trunk/gb.qt/src/x11.c gambas/trunk/main/gbc/gbc_chown.c gambas/trunk/main/gbc/gbc_chown.h gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_compile.h gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_array.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_class.c gambas/trunk/main/gbx/gbx_c_enum.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_c_file.h gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_object.c gambas/trunk/main/gbx/gbx_object.h gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/gbx/gbx_subr_misc.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/gbx/gbx_value.c gambas/trunk/main/gbx/gbx_variant.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-12 10:44:30
|
Revision: 1492 http://gambas.svn.sourceforge.net/gambas/?rev=1492&view=rev Author: gambas Date: 2008-08-12 10:44:39 +0000 (Tue, 12 Aug 2008) Log Message: ----------- [GB.GTK] * BUG: Fix the vertical alignment management. * BUG: The alignment of a GridView cell with a picture only is correct now. [GB.QT] * BUG: The alignment of a GridView cell with a picture only is correct now. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gtools.cpp gambas/branches/2.0/gb.gtk/src/tablerender.cpp gambas/branches/2.0/gb.qt/src/CDraw.cpp gambas/branches/2.0/gb.qt/src/CDraw.h gambas/branches/2.0/gb.qt/src/CGridView.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-08-08 14:41:48
|
Revision: 1491 http://gambas.svn.sourceforge.net/gambas/?rev=1491&view=rev Author: lordheavy Date: 2008-08-08 14:41:57 +0000 (Fri, 08 Aug 2008) Log Message: ----------- Code cleanup, remove obsolete and uneeded specific OpenBSD code. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/gbx/gbx_print.c gambas/trunk/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-08-08 12:40:44
|
Revision: 1490 http://gambas.svn.sourceforge.net/gambas/?rev=1490&view=rev Author: lordheavy Date: 2008-08-08 12:40:54 +0000 (Fri, 08 Aug 2008) Log Message: ----------- [GB.SDL] * NEW: Add Tracking property in Window class, if Tracking is set, MouseMove is raised without any button pressed. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-08-07 22:00:58
|
Revision: 1489 http://gambas.svn.sourceforge.net/gambas/?rev=1489&view=rev Author: dvillalobos Date: 2008-08-07 22:01:06 +0000 (Thu, 07 Aug 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-01 17:42:55
|
Revision: 1488 http://gambas.svn.sourceforge.net/gambas/?rev=1488&view=rev Author: gambas Date: 2008-08-01 17:42:58 +0000 (Fri, 01 Aug 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for the Khmer language. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.mo gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/Language.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-30 11:41:41
|
Revision: 1487 http://gambas.svn.sourceforge.net/gambas/?rev=1487&view=rev Author: gambas Date: 2008-07-30 11:41:50 +0000 (Wed, 30 Jul 2008) Log Message: ----------- [INTERPRETER] * NEW: Prints the gcc version used for compiling the interpreter when running 'gbx2 -h'. * BUG: Fix the initialization of standard input/output streams. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_c_file.c gambas/branches/2.0/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-27 23:22:00
|
Revision: 1486 http://gambas.svn.sourceforge.net/gambas/?rev=1486&view=rev Author: gambas Date: 2008-07-27 23:22:06 +0000 (Sun, 27 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix the interpreter for gcc 4.3. [COMPILER] * BUG: Fix a compilation warning on FILE_set_chown. [GB.GTK] * BUG: Initialize correctly the gControl class. * BUG: Draw.Tile now works correctly. [GB.QT] * BUG: Fix the system tray icons for KDE 3.5.10. :-) Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form.mdi/.icon.png gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/gb.gtk/src/CContainer.cpp gambas/branches/2.0/gb.gtk/src/CWidget.cpp gambas/branches/2.0/gb.gtk/src/gcontainer.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gpicture.cpp gambas/branches/2.0/gb.qt/configure.ac gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp gambas/branches/2.0/gb.qt/src/CTrayIcon.h gambas/branches/2.0/main/gbc/gbc_chown.c gambas/branches/2.0/main/gbc/gbc_chown.h gambas/branches/2.0/main/gbc/gbc_dump.c gambas/branches/2.0/main/gbx/gb_error.c gambas/branches/2.0/main/gbx/gbx_api.c gambas/branches/2.0/main/gbx/gbx_array.c gambas/branches/2.0/main/gbx/gbx_c_array.c gambas/branches/2.0/main/gbx/gbx_c_class.c gambas/branches/2.0/main/gbx/gbx_c_enum.c gambas/branches/2.0/main/gbx/gbx_c_file.c gambas/branches/2.0/main/gbx/gbx_c_file.h gambas/branches/2.0/main/gbx/gbx_c_process.c gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_class.h gambas/branches/2.0/main/gbx/gbx_exec.c gambas/branches/2.0/main/gbx/gbx_exec_pop.c gambas/branches/2.0/main/gbx/gbx_exec_push.c gambas/branches/2.0/main/gbx/gbx_extern.c gambas/branches/2.0/main/gbx/gbx_object.c gambas/branches/2.0/main/gbx/gbx_object.h gambas/branches/2.0/main/gbx/gbx_subr_file.c gambas/branches/2.0/main/gbx/gbx_subr_misc.c gambas/branches/2.0/main/gbx/gbx_subr_test.c gambas/branches/2.0/main/gbx/gbx_value.c gambas/branches/2.0/main/gbx/gbx_variant.h gambas/branches/2.0/main/share/gambas.h gambas/branches/2.0/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ak...@us...> - 2008-07-27 09:25:57
|
Revision: 1485 http://gambas.svn.sourceforge.net/gambas/?rev=1485&view=rev Author: akdengi Date: 2008-07-27 09:26:07 +0000 (Sun, 27 Jul 2008) Log Message: ----------- update on Russian Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/ru.mo gambas/trunk/app/src/gambas3/.lang/ru.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ak...@us...> - 2008-07-27 08:48:13
|
Revision: 1484 http://gambas.svn.sourceforge.net/gambas/?rev=1484&view=rev Author: akdengi Date: 2008-07-27 08:48:21 +0000 (Sun, 27 Jul 2008) Log Message: ----------- update on Russian Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/ru.mo gambas/branches/2.0/app/src/gambas2/.lang/ru.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-26 14:23:50
|
Revision: 1483 http://gambas.svn.sourceforge.net/gambas/?rev=1483&view=rev Author: gambas Date: 2008-07-26 14:23:58 +0000 (Sat, 26 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: When making a package, ignore the charset translation errors while printing the commands output. [GB.QT] * BUG: Choose the right moc executable when both QT3 and QT4 are installed on the system. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/Package.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-07-25 17:54:50
|
Revision: 1482 http://gambas.svn.sourceforge.net/gambas/?rev=1482&view=rev Author: dvillalobos Date: 2008-07-25 17:54:59 +0000 (Fri, 25 Jul 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Avoid the use of DB.Qoute(), use ` instead. * NEW: Added function Quote to _MySQL class. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Index.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Routines.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-22 21:31:12
|
Revision: 1481 http://gambas.svn.sourceforge.net/gambas/?rev=1481&view=rev Author: gambas Date: 2008-07-22 21:31:17 +0000 (Tue, 22 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not abort if you try to open a dead symbolic link. [INTERPRETER] * BUG: Fix base object structure size when compiling with gcc 4.3 on a 64 bits system. [INFORMER] * BUG: The informer now can be run without argument from anywhere. [GB.FORM] * NEW: The ListContainer refreshes itself before raising the Click event. Modified Paths: -------------- gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.project gambas/trunk/app/src/gambas-database-manager/FPassword.form gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FOpenProject.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/FWizard.form gambas/trunk/comp/src/gb.form/ListContainer.class gambas/trunk/comp/src/gb.form.dialog/.project gambas/trunk/comp/src/gb.form.dialog/FDirDialog.form gambas/trunk/comp/src/gb.form.dialog/FFileDialog.form gambas/trunk/comp/src/gb.form.dialog/FInputDate.form gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gbx_object.h 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...> - 2008-07-21 15:31:41
|
Revision: 1480 http://gambas.svn.sourceforge.net/gambas/?rev=1480&view=rev Author: gambas Date: 2008-07-21 15:31:50 +0000 (Mon, 21 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix base object structure size when compiling with gcc 4.3 on a 64 bits system. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_object.h gambas/branches/2.0/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...> - 2008-07-20 22:22:49
|
Revision: 1479 http://gambas.svn.sourceforge.net/gambas/?rev=1479&view=rev Author: gambas Date: 2008-07-20 22:22:14 +0000 (Sun, 20 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Do not abort if you try to open a dead symbolic link. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.project gambas/branches/2.0/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-20 19:53:47
|
Revision: 1478 http://gambas.svn.sourceforge.net/gambas/?rev=1478&view=rev Author: gambas Date: 2008-07-20 19:53:54 +0000 (Sun, 20 Jul 2008) Log Message: ----------- [CONFIGURATION] * NEW: Switch to 2.8 version. [GB.FORM] * NEW: The ListContainer refreshes itself before raising the Click event. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/comp/src/gb.form/ListContainer.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 23:37:21
|
Revision: 1477 http://gambas.svn.sourceforge.net/gambas/?rev=1477&view=rev Author: gambas Date: 2008-07-19 23:36:42 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [INFORMER] * BUG: The informer now can be run without argument from anywhere. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 23:09:17
|
Revision: 1476 http://gambas.svn.sourceforge.net/gambas/?rev=1476&view=rev Author: gambas Date: 2008-07-19 23:08:00 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Replace the old Border property by the new Resizable property in the forms created by the file creation dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FCreateFile.class gambas/trunk/app/src/gambas3/support.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 22:24:20
|
Revision: 1475 http://gambas.svn.sourceforge.net/gambas/?rev=1475&view=rev Author: gambas Date: 2008-07-19 22:24:13 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [GB.QT.EXT] * BUG: Blended procedure separation is now correctly refreshed when the font size changes. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 21:53:46
|
Revision: 1474 http://gambas.svn.sourceforge.net/gambas/?rev=1474&view=rev Author: gambas Date: 2008-07-19 21:53:22 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Observers don't raise events anymore if their parent is invalid, like other objects do. [GB.FORM] * NEW: FileView now display image preview if the image size is up to 64 Kb. [GB.QT.EXT] * BUG: Blended procedure separation is now correctly refreshed when the font size changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/FileView.class gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_object.c gambas/trunk/main/gbx/gbx_object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 19:09:25
|
Revision: 1473 http://gambas.svn.sourceforge.net/gambas/?rev=1473&view=rev Author: gambas Date: 2008-07-19 19:04:09 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Observers don't raise events anymore if their parent is invalid, like other objects do. [GB.FORM] * NEW: FileView now display image preview if the image size is up to 64 Kb. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/FileView.class gambas/branches/2.0/main/gbx/gbx_api.c gambas/branches/2.0/main/gbx/gbx_class_load.c gambas/branches/2.0/main/gbx/gbx_object.c gambas/branches/2.0/main/gbx/gbx_object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 17:37:46
|
Revision: 1472 http://gambas.svn.sourceforge.net/gambas/?rev=1472&view=rev Author: gambas Date: 2008-07-19 17:35:27 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Commenting and uncommenting now do not forget the last line if the text was selected from bottom to top. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-19 17:27:48
|
Revision: 1471 http://gambas.svn.sourceforge.net/gambas/?rev=1471&view=rev Author: gambas Date: 2008-07-19 17:27:38 +0000 (Sat, 19 Jul 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Commenting and uncommenting now do not forget the last line if the text was selected from bottom to top. Modified Paths: -------------- 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. |