gambas-source-code/main
Benoît Minisini 76275850fb [DEVELOPMENT ENVIRONMENT]
* NEW: The IDE now uses the WebKit component to display an online help 
  directly into the automatic completion popup. The online help management
  is quick and dirty at the moment.
* NEW: The option dialog is being redesigned. Not finished yet...
* NEW: Some cosmetic changes in the user control that displays the 
  information about a project. Not perfect yet.

[WIKI CGI SCRIPT]
* NEW: The wiki now sends the "Last-Modified", "Expires" and 
  "Cache-Control: max-age" headers with the HTML pages.
* NEW: Adding "?help" to an URL returns the page for the IDE online help.

[INTERPRETER]
* BUG: Try to stop breaking strict aliasing rules. This way the interpreter 
  should behave better on ARM architecture.
* BUG: Remove a possible crash when calling a constructor.

[GB.DRAW]
* NEW: The deprecated properties Draw.ForeColor and Draw.BackColor have 
  been removed.

[GB.NET]
* BUG: Do not watch the SerialPort file descriptor for reading if there is 
  no Read event handler.

[GB.QT4.WEBKIT]
* NEW: WebSettings.Cache.Path is a new property to define the directory 
  used for storing the disk cache contents. If this property is not 
  defined, no cache will be used.
* NEW: WebView.Cached is a new property to tell if the web browser will use
  the disk cache. The WebSettings.Cache.Path *must* be defined before 
  setting that property.
* NEW: WebView.HTML is not read-only anymore.


git-svn-id: svn://localhost/gambas/trunk@2460 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-07 17:14:32 +00:00
..
gbc [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
gbx [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
lib [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
mime
share [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
config.guess
config.sub
configure.ac [CONFIGURATION] 2009-09-01 01:14:13 +00:00
COPYING
depcomp
INSTALL
install-sh
ltmain.sh
m4
Makefile.am
missing
NEWS
README
reconf
TODO