gambas-source-code/main/lib/eval
Benoît Minisini 0ac184012a [DEVELOPMENT ENVIRONMENT]
* NEW: Database manager integration continues. You can create, edit and 
  remove tables now. You cannot rename them yet, nor modify their contents.
* BUG: Fix popup menu activation in text editor.
* NEW: Almost any character is allowed now in the name of directories 
  storing source files.

[GB.DB.FORM]
* NEW: DataSource.Reset() is a new method that clears the internal 
  metadata cache. That method is dynamic because it is intended to only
  reset the metadata associated with the DataSource. At the moment all the
  metadata is dropped.

[GB.FORM]
* NEW: TableView.Save() now returns a boolean that will tell you if the 
  Save event has been cancelled.
* BUG: TableView should manage arrow keys correctly if the current editor 
  is a read-only ComboBox.

[GB.FORM.MDI]
* OPT: Toolbars do no useless layout anymore when in design mode.

[GB.QT4]
* BUG: The Message class has been fixed.
* BUG: Fix the behaviour of TabStrip when all its page are hidden.


git-svn-id: svn://localhost/gambas/trunk@2115 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-07-14 02:24:54 +00:00
..
CExpression.c
CExpression.h
CHighlight.c [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
CHighlight.h
CSystem.c
CSystem.h
eval.c
eval.h
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
eval_analyze.h [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
eval_code.c
eval_code.h
eval_read.c [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c
eval_trans_tree.c
gb.eval.component
gb.eval.h [DEVELOPMENT ENVIRONMENT] 2009-07-14 02:24:54 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am