[Gambas-devel-svn] SF.net SVN: gambas:[6665] gambas/trunk
Brought to you by:
gambas
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. |