gambas-source-code/main/lib/db
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
..
gb.db [DEVELOPMENT ENVIRONMENT] 2014-11-23 02:22:57 +00:00
c_subcollection.c
c_subcollection.h
CConnection.c [DEVELOPMENT ENVIRONMENT] 2014-11-19 18:45:18 +00:00
CConnection.h
CDatabase.c
CDatabase.h
CField.c
CField.h
CIndex.c
CIndex.h
CResult.c
CResult.h
CResultField.c [DEVELOPMENT ENVIRONMENT] 2014-10-18 13:23:29 +00:00
CResultField.h
CTable.c
CTable.h
CUser.c
CUser.h
deletemap.c
deletemap.h
gb.db.component
gb.db.h [DEVELOPMENT ENVIRONMENT] 2014-11-16 21:40:47 +00:00
gb.db.proto.h
gb_barray.h
main.c [DEVELOPMENT ENVIRONMENT] 2014-10-18 13:23:29 +00:00
main.h
Makefile.am
sqlite.c [DEVELOPMENT ENVIRONMENT] 2014-11-19 18:45:18 +00:00
sqlite.h