gambas-source-code/main/lib
Benoît Minisini 334c9d8beb [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.


git-svn-id: svn://localhost/gambas/trunk@6665 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-11-23 02:22:57 +00:00
..
clipper [DEVELOPMENT ENVIRONMENT] 2014-09-04 15:55:50 +00:00
complex [GB.COMPLEX] 2014-02-14 23:17:45 +00:00
compress [INTERPRETER] 2013-01-06 16:13:31 +00:00
data [CONFIGURATION] 2014-11-11 15:36:40 +00:00
db [DEVELOPMENT ENVIRONMENT] 2014-11-23 02:22:57 +00:00
debug [INTERPRETER] 2014-08-23 15:10:11 +00:00
draw [GB.FORM] 2014-10-10 19:23:44 +00:00
eval [INTERPRETER] 2014-11-09 21:50:42 +00:00
geom [DEVELOPMENT ENVIRONMEMNT] 2013-09-08 17:15:55 +00:00
gui [DEVELOPMENT ENVIRONMENT] 2013-12-29 15:17:40 +00:00
gui.opengl [GB.GUI] 2013-11-01 13:18:47 +00:00
image [GB.IMAGE] 2014-10-12 01:23:16 +00:00
image.effect [CONFIGURATION] 2013-08-03 15:38:01 +00:00
inotify [GB.INOTIFY] 2014-07-28 02:14:37 +00:00
option [CONFIGURATION] 2013-07-23 00:56:01 +00:00
signal [CONFIGURATION] 2013-08-03 15:38:01 +00:00
vb [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [CONFIGURATION] 2013-12-30 11:29:15 +00:00