gambas-source-code/app/src/gambas3/.project
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

47 lines
1.2 KiB
XML

# Gambas Project File 3.0
# Compiled with Gambas 3.6.90
Title=Gambas 3
Startup=Project
Icon=img/logo/logo-ide.png
Version=3.6.90
VersionFile=1
Component=gb.image
Component=gb.qt4
Component=gb.form
Component=gb.clipper
Component=gb.db
Component=gb.db.form
Component=gb.debug
Component=gb.desktop.x11
Component=gb.desktop
Component=gb.eval
Component=gb.eval.highlight
Component=gb.form.dialog
Component=gb.settings
Component=gb.form.mdi
Component=gb.form.stock
Component=gb.net
Component=gb.net.curl
Component=gb.markdown
Component=gb.qt4.ext
Component=gb.qt4.webkit
Description="Integrated Development Environment for Gambas"
Authors="Benoît Minisini\nFabien Bodard\nCharlie Reinl\nJosé Luis Redrejo\nRobert Rowe\nTobias Boege"
TabSize=2
Translate=1
Language=en
Maintainer=gambas
Address=gambas@users.sourceforge.net
License=General Public License
PackageName=gambas3-3.0
CreateEachDirectory=1
Packager=1
Systems=slackware,ubuntu
ExtraAutoconfTest="\n"
Menus=slackware:"Amusement"
Categories=slackware:"Amusement"
Groups=slackware:"Development/Languages"
Menus=ubuntu:"Applications/Amateur Radio"
Categories=ubuntu:"Audio;AudioVideo"
Groups=ubuntu:"devel"
Tags=Development,IDE,Database,ImageEditor