gambas-devel-svn Mailing List for Gambas (Page 279)
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-03-18 18:07:10
|
Revision: 1195 http://gambas.svn.sourceforge.net/gambas/?rev=1195&view=rev Author: gambas Date: 2008-03-18 11:07:17 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [GB.GTK] * BUG: Disable the management of input methods in TextBox and TextArea controls, so that the input methods are not disturbed. Consequently; SCIM and Bridged SCIM work again. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gapplication.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.h gambas/branches/2.0/gb.gtk/src/gkey.h gambas/branches/2.0/gb.gtk/src/gsignals.cpp gambas/branches/2.0/gb.gtk/src/gtextarea.cpp gambas/branches/2.0/gb.gtk/src/gtextbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-18 17:07:26
|
Revision: 1194 http://gambas.svn.sourceforge.net/gambas/?rev=1194&view=rev Author: gambas Date: 2008-03-18 10:07:33 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Two stock icons were chosen for the "Find definition" and "Go to last position" actions. * NEW: The two corresponding buttons were put to the right of the method combo-box, and were activated. Two menu entries were associated to them. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FEditor.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-18 16:52:56
|
Revision: 1193 http://gambas.svn.sourceforge.net/gambas/?rev=1193&view=rev Author: gambas Date: 2008-03-18 09:52:59 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Remove .settings file from the svn repository. Removed Paths: ------------- gambas/trunk/app/src/gambas3/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-18 12:48:47
|
Revision: 1192 http://gambas.svn.sourceforge.net/gambas/?rev=1192&view=rev Author: gambas Date: 2008-03-18 05:47:12 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [COMPILER] * BUG: Removed the ability to compile property access without having to use the ME keyword. This is too disturbing. [GB.FORM] * NEW: Uses the Draw.Style API for drawing SidePanel arrows. [GB.FORM.MDI] * NEW: Uses the Draw.Style API for drawing Toolbar handles. [GB.QT] * BUG: The style drawing methods really work. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FSidePanel.class gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.class gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/main/gbc/gbc_trans_expr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-18 10:04:11
|
Revision: 1191 http://gambas.svn.sourceforge.net/gambas/?rev=1191&view=rev Author: gambas Date: 2008-03-18 03:04:10 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [INTERPRETER] * NEW: A new API that returns if the current language is right-to-left written. [GB.DRAW] * NEW: New Draw.Style.* style drawing methods for drawing arrows, check-boxes, option buttons, separators, focus rectangles, push buttons, panels, and splitter handles. * NEW: Draw.Save() and Draw.Restore() are two new methods that save and restore the state of the current drawing properties. [GB.GTK] * NEW: Support for the style drawing methods. * NEW: Support for Draw.Save() and Draw.Restore(). [GB.QT] * NEW: Support for the style drawing methods. * NEW: Support for Draw.Save() and Draw.Restore(). Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.settings gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gdraw.h gambas/trunk/gb.qt/share/gb.form.const.h gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/lib/draw/CDraw.h gambas/trunk/main/lib/draw/gb.draw.h gambas/trunk/main/lib/draw/main.c 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: <rob...@us...> - 2008-03-18 02:27:24
|
Revision: 1190 http://gambas.svn.sourceforge.net/gambas/?rev=1190&view=rev Author: robert_rowe Date: 2008-03-17 19:27:26 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Changed the icons for the Definition and Last Position buttons on the Editor to ones in the Crystal collection. * OPT: Changed the creation of the split editors to dynamic vs. systematic Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FEditor.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.form gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.class gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.form Added Paths: ----------- gambas/branches/3.0-rw/app/src/gambas3/img/16/back.png gambas/branches/3.0-rw/app/src/gambas3/img/16/up.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-17 23:55:31
|
Revision: 1189 http://gambas.svn.sourceforge.net/gambas/?rev=1189&view=rev Author: robert_rowe Date: 2008-03-17 16:55:37 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Removed the hotkey definitions from the editor button tooltips as this broke the translation Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FEditor.form gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-17 15:04:48
|
Revision: 1188 http://gambas.svn.sourceforge.net/gambas/?rev=1188&view=rev Author: gambas Date: 2008-03-17 08:04:36 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [GB.GTK] * BUG: Using stock pictures work correctly again, and does not crash the interpreter anymore. * BUG: Fixes memory leaks with font and picture management. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CPicture.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/ext/Makefile.am gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.gtk/src/gfont.h gambas/trunk/gb.gtk/src/ggambastag.h gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/gshare.h gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/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-03-17 14:54:39
|
Revision: 1187 http://gambas.svn.sourceforge.net/gambas/?rev=1187&view=rev Author: gambas Date: 2008-03-17 07:54:17 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [INTERPRETER] * NEW: New API for returning the parent (event observer) of an object. [COMPILER] * BUG: Setting a property without having to use ME is possible now, if the property is defined in the same file of course. * NEW: Mid$() can be used on the left side of an assignment. [GB.FORM] * BUG: ValueBox now reformats its contents after its Value property has been set. [GB.GTK] * BUG: Composed keys are correctly handled again by KeyPress events, but the SCIM input method does not work yet. * BUG: Form are their own event observer only if no event observer is defined at form instanciation. * BUG: The default tray icon is the same as gb.qt now. [GB.QT] * BUG: TrayIcon objects are correctly destroyed at program exit. * BUG: Form are their own event observer only if no event observer is defined at form instanciation. * BUG: TrayIcon Width, Height, ScreenX and ScreenY properties do not crash anymore when the tray icon is hidden. They return zero instead. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.settings gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/examples/examples/Games/GameOfLife/.settings gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.qt/src/CTrayIcon.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_code.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbc/gbc_trans_subr.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_expression.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_temp.h Added Paths: ----------- gambas/trunk/gb.qt/share/gb.form.trayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-17 02:22:12
|
Revision: 1186 http://gambas.svn.sourceforge.net/gambas/?rev=1186&view=rev Author: robert_rowe Date: 2008-03-16 19:20:36 -0700 (Sun, 16 Mar 2008) Log Message: ----------- Initial brach for development by Robert Rowe Added Paths: ----------- gambas/branches/2.0-rw/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-16 22:08:27
|
Revision: 1185 http://gambas.svn.sourceforge.net/gambas/?rev=1185&view=rev Author: gambas Date: 2008-03-16 15:08:32 -0700 (Sun, 16 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: More space for displaying the project name in the project property dialog. [GB.GTK] * BUG: Composed keys are correctly handled again by KeyPress events, but the SCIM input method does not work yet. * BUG: Using stock pictures work correctly again, and does not crash the interpreter anymore. * BUG: Fixes memory leaks with font and picture management. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/FPropertyProject.class gambas/branches/2.0/app/src/gambas2/FPropertyProject.form gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.form/ValueBox.class gambas/branches/2.0/gb.gtk/src/CPicture.cpp gambas/branches/2.0/gb.gtk/src/gapplication.cpp gambas/branches/2.0/gb.gtk/src/gcontrol.cpp gambas/branches/2.0/gb.gtk/src/gdesktop.cpp gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gfont.h gambas/branches/2.0/gb.gtk/src/ggambastag.h gambas/branches/2.0/gb.gtk/src/gmessage.cpp gambas/branches/2.0/gb.gtk/src/gshare.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-16 17:45:11
|
Revision: 1184 http://gambas.svn.sourceforge.net/gambas/?rev=1184&view=rev Author: ldnp Date: 2008-03-16 10:44:52 -0700 (Sun, 16 Mar 2008) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Swedish translation updated. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/sv.mo gambas/trunk/app/src/doc.cgi/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-15 23:56:22
|
Revision: 1183 http://gambas.svn.sourceforge.net/gambas/?rev=1183&view=rev Author: gambas Date: 2008-03-15 16:56:27 -0700 (Sat, 15 Mar 2008) Log Message: ----------- [GB.QT] * BUG: TrayIcon Width, Height, ScreenX and ScreenY properties do not crash anymore when the tray icon is hidden. They return zero instead. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-15 23:34:33
|
Revision: 1182 http://gambas.svn.sourceforge.net/gambas/?rev=1182&view=rev Author: robert_rowe Date: 2008-03-15 16:34:36 -0700 (Sat, 15 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added split editor views * NEW: Added the hotkey definitions to the tooltips of the editor buttons * NEW: Added buttons for Definition and Last Position to the editor toolbar * NEW: Added additional hotkeys for Cut (Shift+Delete), Copy (CTRL+Insert) and Paste (Shift+Insert) * BUG: Fixed comment/uncomment so that they will work correctly if there is not a space after the comment mark Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.project gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FCompletion.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.form gambas/branches/3.0-rw/app/src/gambas3/FProperty.class gambas/branches/3.0-rw/app/src/gambas3/FProperty.form gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.class gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.form gambas/branches/3.0-rw/main/libltdl/aclocal.m4 Added Paths: ----------- gambas/branches/3.0-rw/app/src/gambas3/img/16/left-b.png gambas/branches/3.0-rw/app/src/gambas3/img/16/no-split.png gambas/branches/3.0-rw/app/src/gambas3/img/16/up-b.png gambas/branches/3.0-rw/app/src/gambas3/img/16/v-split.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-15 23:24:11
|
Revision: 1181 http://gambas.svn.sourceforge.net/gambas/?rev=1181&view=rev Author: gambas Date: 2008-03-15 16:24:14 -0700 (Sat, 15 Mar 2008) Log Message: ----------- * Forgot to add the new file gb.form.trayicon.h Added Paths: ----------- gambas/branches/2.0/gb.qt/share/gb.form.trayicon.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-15 22:26:45
|
Revision: 1180 http://gambas.svn.sourceforge.net/gambas/?rev=1180&view=rev Author: gambas Date: 2008-03-15 15:26:51 -0700 (Sat, 15 Mar 2008) Log Message: ----------- [GB.QT] * BUG: TrayIcon objects are correctly destroyed at program exit. [GB.GTK] * BUG: The default tray icon is the same as gb.qt now. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/gtrayicon.cpp gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp gambas/branches/2.0/gb.qt/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 18:01:47
|
Revision: 1179 http://gambas.svn.sourceforge.net/gambas/?rev=1179&view=rev Author: ldnp Date: 2008-03-15 11:01:52 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Added Paths: ----------- gambas/trunk/examples/examples/Drawing/Sensor/.lang/sv.mo gambas/trunk/examples/examples/Drawing/Sensor/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 18:01:09
|
Revision: 1178 http://gambas.svn.sourceforge.net/gambas/?rev=1178&view=rev Author: ldnp Date: 2008-03-15 11:01:15 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Added Paths: ----------- gambas/trunk/examples/examples/Control/TextEdit/.lang/sv.mo gambas/trunk/examples/examples/Control/TextEdit/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 18:00:16
|
Revision: 1177 http://gambas.svn.sourceforge.net/gambas/?rev=1177&view=rev Author: ldnp Date: 2008-03-15 11:00:17 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Added Paths: ----------- gambas/trunk/examples/examples/Basic/Blights/.lang/sv.mo gambas/trunk/examples/examples/Basic/Blights/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:59:24
|
Revision: 1176 http://gambas.svn.sourceforge.net/gambas/?rev=1176&view=rev Author: ldnp Date: 2008-03-15 10:59:30 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.form.mdi/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:58:42
|
Revision: 1175 http://gambas.svn.sourceforge.net/gambas/?rev=1175&view=rev Author: ldnp Date: 2008-03-15 10:58:47 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.lang/sv.mo gambas/trunk/comp/src/gb.form/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:57:50
|
Revision: 1174 http://gambas.svn.sourceforge.net/gambas/?rev=1174&view=rev Author: ldnp Date: 2008-03-15 10:57:53 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.form.dialog/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:56:41
|
Revision: 1173 http://gambas.svn.sourceforge.net/gambas/?rev=1173&view=rev Author: ldnp Date: 2008-03-15 10:56:45 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.lang/sv.mo gambas/trunk/comp/src/gb.db.form/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:55:19
|
Revision: 1172 http://gambas.svn.sourceforge.net/gambas/?rev=1172&view=rev Author: ldnp Date: 2008-03-15 10:55:24 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/app/src/gambas-database-manager/.lang/sv.mo gambas/trunk/app/src/gambas-database-manager/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-03-15 17:54:39
|
Revision: 1171 http://gambas.svn.sourceforge.net/gambas/?rev=1171&view=rev Author: ldnp Date: 2008-03-15 10:54:43 -0700 (Sat, 15 Mar 2008) Log Message: ----------- Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/sv.mo gambas/trunk/app/src/gambas3/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |