gambas-devel-svn Mailing List for Gambas (Page 60)
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...> - 2014-11-24 02:17:29
|
Revision: 6673 http://sourceforge.net/p/gambas/code/6673 Author: gambas Date: 2014-11-24 02:17:22 +0000 (Mon, 24 Nov 2014) Log Message: ----------- [GB.SETTINGS] * BUG: Fix settings saving routine. Modified Paths: -------------- gambas/trunk/comp/src/gb.settings/.src/Settings.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-24 02:10:13
|
Revision: 6672 http://sourceforge.net/p/gambas/code/6672 Author: gambas Date: 2014-11-24 02:10:00 +0000 (Mon, 24 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Move the farm servers configuration from the option dialog to its own dialog. * NEW: The farm servers configuration is accessible from the farm software window and from the publishing dialog. * NEW: Once identified, you can now vote for a software, or remove your vote, by clicking on the star button. * OPT: Information on farm softwares is cached as much as possible. * NEW: Add the 'blues' color theme made by Kevin Fishburne. [FARM SERVER] * NEW: A ping request. * BUG: Voting for a software now correctly update the total vote count. [GB.SETTINGS] * BUG: Erasing a settings is correctly saved in all cases now. Modified Paths: -------------- gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTag.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.settings/.src/Main.module gambas/trunk/comp/src/gb.settings/.src/Settings.class gambas/trunk/examples/examples/Control/MapView/.project gambas/trunk/examples/examples/Control/Wizard/.project gambas/trunk/examples/examples/Drawing/Painting/.project gambas/trunk/examples/examples/OpenGL/GambasGears/.project Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmConfig.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmConfig.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmIdentity.class gambas/trunk/app/src/gambas3/theme/blues This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 18:20:00
|
Revision: 6671 http://sourceforge.net/p/gambas/code/6671 Author: gambas Date: 2014-11-23 18:19:57 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [INTERPRETER] * NEW: Apply the "close on exec" flag to all non-temporary file descriptors opened by the interpreter. Modified Paths: -------------- gambas/trunk/main/gbx/gbx.c gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream_buffer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 13:03:03
|
Revision: 6670 http://sourceforge.net/p/gambas/code/6670 Author: gambas Date: 2014-11-23 13:02:55 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.DESKTOP] * BUG: Patch 'xdg-open' so that 'kde-open' uses its '-noninteracitve' flag. That way, the return value seems to be accurate in case of failure. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.startup gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 10:39:31
|
Revision: 6669 http://sourceforge.net/p/gambas/code/6669 Author: gambas Date: 2014-11-23 10:39:19 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix crash when there is no farm configured. * NEW: Add a menu entry for opening the farm window. * NEW: The farm window saves its configuration now. * NEW: Hitting space in the tag editor opens a list of all tags stored in the farm. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagCompletion.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagEditor.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmClient.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 10:14:38
|
Revision: 6668 http://sourceforge.net/p/gambas/code/6668 Author: gambas Date: 2014-11-23 10:14:30 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.FORM] * BUG: ValueBox: The Value property is not visible to the IDE anymore. * BUG: ValueBox.Text can understand a void string for all ValueBox types now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.form/.src/ValueBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 09:51:09
|
Revision: 6667 http://sourceforge.net/p/gambas/code/6667 Author: gambas Date: 2014-11-23 09:50:54 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.FORM] * BUG: Remove testing dependencies on 'gb.desktop'. * NEW: Completion.Open() is a new method that explicitly opens the completion list. * NEW: Completion.Open() is automatically called when pressing the space key on a void editor. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 02:30:08
|
Revision: 6666 http://sourceforge.net/p/gambas/code/6666 Author: gambas Date: 2014-11-23 02:30:00 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: French translation updated. 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.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 02:23:03
|
Revision: 6665 http://sourceforge.net/p/gambas/code/6665 Author: gambas Date: 2014-11-23 02:22:57 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Experimental "Gambas Software Farm" dialog. It allows to browse a farm server, but voting and installing are not yet possible. * NEW: Requests to the farm server are now displayed in a modal dialog with an optional progress bar. [FARM SERVER] * BUG: Fix many bugs. * NEW: Search software by tags. [GB.DB] * BUG: Connections: Fix a not enough argument error. [GB.FORM] * NEW: URLLabel is a new control that displays a clickable URL. If the 'gb.desktop' component is loaded, then a browser is automatically opened when clicking on the link. [GB.GUI.BASE] * NEW: ProgressBar now has a flat look. And a new Border property that allows to hide the border. [GB.NET.CURL] * NEW: HttpClient and FtpClient now raise a 'Cancel' event when their Stop() method is called. * BUG: Found a workaround for having accurate upload progress data. * NEW: HttpClient.CopyFrom() is a new method that allows to fill an HttpClient object with the configuration of another HttpClient object. [GB.QT4] * BUG: Do not use 'QEventLoop::DeferredDeletion' anymore, it is deprecated. Use qApp->sendPostedEvents() instead. Modified Paths: -------------- gambas/trunk/app/src/gambas-farm-server/.project gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas-farm-server/.startup gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/ProgressBar.class gambas/trunk/examples/examples/Basic/Blights/.project gambas/trunk/examples/examples/Basic/Timer/.project gambas/trunk/examples/examples/Control/HighlightEditor/.project gambas/trunk/examples/examples/Drawing/Fractal/.icon.png gambas/trunk/examples/examples/Drawing/Fractal/.project gambas/trunk/examples/examples/Drawing/Fractal/.startup gambas/trunk/examples/examples/Multimedia/MediaPlayer/.project gambas/trunk/examples/examples/Multimedia/MediaPlayer/.startup gambas/trunk/gb.db.postgresql/src/main.c gambas/trunk/gb.net.curl/src/CCurl.c gambas/trunk/gb.net.curl/src/CCurl.h gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/trunk/gb.net.curl/src/CHttpClient.c gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connection.class gambas/trunk/main/lib/db/gb.db/.src/Connections.class Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Farm/ gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmRequest.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmRequest.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmClient.module gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequestManager.module gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/ gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTag.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagCompletion.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagEditor.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/SoftwareBox.class gambas/trunk/comp/src/gb.form/.hidden/control/urllabel.png gambas/trunk/comp/src/gb.form/.src/URLLabel.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/Publish/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-23 02:16:43
|
Revision: 6664 http://sourceforge.net/p/gambas/code/6664 Author: gambas Date: 2014-11-23 02:16:34 +0000 (Sun, 23 Nov 2014) Log Message: ----------- [GB.NET] * BUG: Fix the DnsClient properties description: it is synchronous by default. Modified Paths: -------------- gambas/trunk/gb.net/src/CDnsClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-22 23:37:53
|
Revision: 6663 http://sourceforge.net/p/gambas/code/6663 Author: gambas Date: 2014-11-22 23:37:52 +0000 (Sat, 22 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: Message boxes now uses the current modal dialog as parent if there is no active window. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CMessage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-22 22:27:25
|
Revision: 6662 http://sourceforge.net/p/gambas/code/6662 Author: gambas Date: 2014-11-22 22:27:17 +0000 (Sat, 22 Nov 2014) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView.Select() with one argument now only selects one row, as stated by the documentation. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-21 20:36:39
|
Revision: 6661 http://sourceforge.net/p/gambas/code/6661 Author: gambas Date: 2014-11-21 20:36:37 +0000 (Fri, 21 Nov 2014) Log Message: ----------- [GB.QT4] * BUG: ScrollView layout algorithm now takes the margin into account correctly. * BUG: Don't crash when a modal dialog is destroyed while visible. * BUG: Close the main window explicitly during the QUIT instruction. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CContainer.cpp gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/CWindow.h 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...> - 2014-11-19 21:54:09
|
Revision: 6660 http://sourceforge.net/p/gambas/code/6660 Author: gambas Date: 2014-11-19 21:54:05 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [GB.DB] * BUG: Fix Connection.ApplyTemplate() method. Modified Paths: -------------- gambas/trunk/main/lib/db/gb.db/.src/Connection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-19 20:02:56
|
Revision: 6659 http://sourceforge.net/p/gambas/code/6659 Author: gambas Date: 2014-11-19 20:02:43 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [WIKI SERVER] * BUG: Some style fixes for lists. * NEW: Automatically use the english page if the current page has not been translated. * NEW: Automatically use the parent class if possible when a symbol page does not exist. [GB.DB] * BUG: Fix a 'not enough arguments' error in Connections.Create(). [GB.MARKDOWN] * BUG: <hr> are now only generated from lines including only '*' or '-'. No space is allowed anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/comp/src/gb.markdown/.src/Markup.module gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connections.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-19 19:50:56
|
Revision: 6658 http://sourceforge.net/p/gambas/code/6658 Author: gambas Date: 2014-11-19 19:50:53 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: The list syntax works correctly again. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-19 18:45:31
|
Revision: 6657 http://sourceforge.net/p/gambas/code/6657 Author: gambas Date: 2014-11-19 18:45:18 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Expression analyze now works correctly when ME or SUPER is used. [FARM SERVER] * NEW: Use the new automatic database creation feature. [WIKI SERVER] * NEW: Support for babelmark markdown syntax comparison. [GB.DB] * BUG: Don't crash at connection opening when no database name is specified. * NEW: The Connection class has now a part written in Gambas, and the C part has been put in a parent hidden class named '_Connection'. * NEW: Connection.GetTemplate() is a new method that return the description of the database as a string template. * NEW: Connection.ApplyTemplate() is a new method that takes the previous template to initialize the structure of the database. If a table included in the description already exists, it is silently ignored. * NEW: Connections.Create() is a new static method that create a specific database from a named connection and its template as saved by the IDE in the current project. Modified Paths: -------------- gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.class gambas/trunk/app/src/gambas3/.src/Connection/FNewConnection.form gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/main/lib/db/CConnection.c gambas/trunk/main/lib/db/gb.db/.settings gambas/trunk/main/lib/db/gb.db/.src/Connections.class gambas/trunk/main/lib/db/sqlite.c Added Paths: ----------- gambas/trunk/app/src/gambas-farm-server/.connection/Connection1.template gambas/trunk/app/src/gambas-farm-server/.connection/gambas3_farm.template gambas/trunk/app/src/gambas-farm-server/usage.txt gambas/trunk/comp/src/gb.form.stock/.info gambas/trunk/comp/src/gb.form.stock/.list gambas/trunk/main/lib/db/gb.db/.src/Connection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-19 09:38:55
|
Revision: 6656 http://sourceforge.net/p/gambas/code/6656 Author: gambas Date: 2014-11-19 09:38:48 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [GB.MARKDOWN] * NEW: Support for "standard" markdown ordered list syntax. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-19 09:00:04
|
Revision: 6655 http://sourceforge.net/p/gambas/code/6655 Author: gambas Date: 2014-11-19 08:59:54 +0000 (Wed, 19 Nov 2014) Log Message: ----------- [GB.MARKDOWN] * BUG: Don't forget to close the last paragraph. Modified Paths: -------------- gambas/trunk/comp/src/gb.markdown/.src/Markup.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-18 09:53:44
|
Revision: 6654 http://sourceforge.net/p/gambas/code/6654 Author: gambas Date: 2014-11-18 09:53:42 +0000 (Tue, 18 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix offline help of project classes. Events are visible now. * NEW: Database editor: The database structure is now written to a '*.template' file in the '.connection' directory. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/AngleBox.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/help/class-help.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-11-17 13:35:17
|
Revision: 6653 http://sourceforge.net/p/gambas/code/6653 Author: tobiasboe Date: 2014-11-17 13:35:14 +0000 (Mon, 17 Nov 2014) Log Message: ----------- [GB.OPENSSL] * BUG: Cipher: Fix memory leaks from returning strings. * BUG: Cipher[...].Encrypt() now passes the three mandatory arguments when creating a CipherText. Modified Paths: -------------- gambas/trunk/gb.openssl/src/c_cipher.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-16 21:40:59
|
Revision: 6652 http://sourceforge.net/p/gambas/code/6652 Author: gambas Date: 2014-11-16 21:40:47 +0000 (Sun, 16 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The structure of databases is now stored in the *.connection files. It will be used for an automatic database initialization feature. [WEBSITE MAKER] * NEW: Update for 3.6.2. [WIKI CGI SCRIPT] * BUG: Fix the display of page without headers. * NEW: Indexes are now displayed on two or more columns. [INTERPRETER] * NEW: New GB.AllocZero() API for allocating memory and filling it with zeros. [GB.DB.MYSQL] * OPT: Cache metadata queries during 30 secondes to speed up things. [GB.FORM] * NEW: MenuButton displays a focus rectangle now. [GB.GUI.BASE] * BUG: ProgressBar now raises native control events. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gbs3/.settings gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/MenuButton.class gambas/trunk/comp/src/gb.gui.base/.src/ProgressBar.class gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/lib/db/CConnection.c gambas/trunk/main/lib/db/gb.db.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...> - 2014-11-14 18:16:51
|
Revision: 6651 http://sourceforge.net/p/gambas/code/6651 Author: gambix Date: 2014-11-14 18:16:46 +0000 (Fri, 14 Nov 2014) Log Message: ----------- [GB.FORM] * NEW: DOcumentView have now a property .Arrangement that allow to use the ARrange class to select the way that the documents are diplayed. * NEW: DocumentView have a property goto to force the Viewer to slide to the wanted page. * NEW: DocumentView have a property ShowShadow to display or not the doc shadows. * NEW: The properties Spacing and Padding allowto define space between and around the docs. The size is given in pixel at zoom = 1. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.class gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentItem.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form/.src/DocumentView/_DocumentLayout.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-13 18:50:07
|
Revision: 6650 http://sourceforge.net/p/gambas/code/6650 Author: gambas Date: 2014-11-13 18:49:58 +0000 (Thu, 13 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Some fixes in offline help generation. * NEW: The offline stylesheet file is now a symbolic link to the style sheet file located in the wiki project. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class Added Paths: ----------- gambas/trunk/app/src/gambas3/help/wiki/style.css Removed Paths: ------------- gambas/trunk/app/src/gambas3/help/wiki/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-11-12 22:48:41
|
Revision: 6649 http://sourceforge.net/p/gambas/code/6649 Author: gambas Date: 2014-11-12 22:48:31 +0000 (Wed, 12 Nov 2014) Log Message: ----------- [COMPILER] * NEW: USE now can be followed by a comma-separated list of component names. That way the syntax is the same as what was implemented in the gambas scripter 'gbs3'. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_header.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |