gambas-source-code/main/share
Benoît Minisini c47cb3d8e4 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix some use of boolean value incrementing.

[INTERPRETER]
* BUG: Class declared with the 'Class' keyword are alwyas global.
* BUG: A stupid hack in gb.db requires that the value is always stored 
  just after the datatype in the VALUE and GB_VALUE structures.

[COMPILER]
* BUG: Class declared with the 'Class' keyword are alwyas global.

[GB.DESKTOP]
* NEW: Desktop.Passwords is a new property that allows to store and 
  retrieve passwords in the KDE wallet or the GNOME keyring, according to 
  the running desktop. Only KDE and GNOME are supported. I don't know if
  XFCE has something equivalent...
  
[GB.DESKTOP.GNOME]
* NEW: This new component is automatically loaded by gb.desktop when the
  GNOME keyring is requested.

[GB.FORM]
* BUG: Fix some use of boolean value incrementing.

[GB.FORM.MDI]
* NEW: The Workspace popup menu now sort the windows by title.

[GB.QT]
* NEW: XEMBED support was upgraded to the 1.3 version of QtXEmbed classes.
* BUG: Fix some use of boolean value incrementing.


git-svn-id: svn://localhost/gambas/trunk@1373 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-05-13 12:52:06 +00:00
..
gambas.h [DEVELOPMENT ENVIRONMENT] 2008-05-13 12:52:06 +00:00
gb_alloc.h [INTERPRETER] 2008-03-23 01:02:27 +00:00
gb_alloc_temp.h [INTERPRETER] 2008-05-03 15:07:55 +00:00
gb_arch.h
gb_arch_temp.h
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gb_code_temp.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gb_common.h [INTERPRETER] 2008-03-21 00:35:39 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
gb_file_share.h
gb_file_temp.h [INTERPRETER] 2008-03-21 00:55:43 +00:00
gb_hash.h
gb_hash_temp.h
gb_limit.h [CONFIGURATION] 2008-04-10 12:06:14 +00:00
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h
gb_pcode_temp.h
gb_replace.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_replace_temp.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_reserved.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
gb_table.h
gb_table_temp.h
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h [CONFIGURATION] 2008-02-24 16:29:02 +00:00
Makefile.am