gambas-source-code/main/gbc
Benoît Minisini abdd0a0866 [DEVELOPMENT ENVIRONMENT]
* NEW: Start assigning actions to everything.
* NEW: Action shortcuts can be configured.
* NEW: Project actions are automatically saved in the .action directory.
* BUG: Signature of native arrays is correct now.

[INTERPRETER]
* BUG: GB_LoadFile() does not leak file descriptors anymore.
* NEW: Relative paths starting with "../" allows to open files located in 
  the main archive from a component.

[ARCHIVER]
* NEW: Store the ".action" directory in the archive.

[GB.DB]
* BUG: Correctly check that table name are not void in Create(), Find(), 
  Edit() and Delete() methods.

[GB.FORM]
* NEW: A new stock icon named "shortcut". Mmm... Should be named 
  "keyboard".

[GB.FORM.MDI]
* NEW: Support for automatic configuration of action shortcuts.
* NEW: Action.Configure() is a new method that opens a dialog for 
  configuring shortcuts. Shortcut configuration is stored in the 
  application setting files, under the '[gb.form.mdi/Shortcuts]' slot.

[GB.QT]
* NEW: Action[].Shortcut is a new property for setting or getting the 
  shortcut of an action.
* BUG: Correctly opens startup forms again.


git-svn-id: svn://localhost/gambas/trunk@1758 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-12-31 15:55:40 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c [DEVELOPMENT ENVIRONMENT] 2008-12-31 15:55:40 +00:00
gbc.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_archive.c
gbc_archive.h
gbc_chown.c [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_chown.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_class.c [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_class.h [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_code.c
gbc_compile.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_compile.h [CONFIGURATION] 2008-08-14 19:42:27 +00:00
gbc_dump.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_form.c
gbc_form.h
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2008-07-19 13:35:36 +00:00
gbc_header.h
gbc_output.c [CONFIGURATION] 2008-08-31 00:32:21 +00:00
gbc_output.h
gbc_pcode.c
gbc_read.c [COMPILER] 2008-09-16 12:48:21 +00:00
gbc_read.h [INTERPRETER] 2008-08-31 23:45:47 +00:00
gbc_reserved.c
gbc_trans.c [WIKI CGI SCRIPT] 2008-09-21 23:22:07 +00:00
gbc_trans.h [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_code.c
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2008-06-26 09:49:06 +00:00
gbc_trans_expr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_subr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_trans_tree.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gbc_type.c
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2008-07-22 21:31:17 +00:00
Makefile.am