[Gambas-devel-svn] SF.net SVN: gambas: [1373] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-05-13 12:52:04
|
Revision: 1373 http://gambas.svn.sourceforge.net/gambas/?rev=1373&view=rev Author: gambas Date: 2008-05-13 05:52:06 -0700 (Tue, 13 May 2008) Log Message: ----------- [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. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FDirChooser.class gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.settings/.project gambas/trunk/examples/examples/Control/Embedder/.project gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.desktop/configure.ac gambas/trunk/gb.desktop/src/Makefile.am gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.desktop/src/gb.desktop/.list gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.qt/src/CTrayIcon.cpp gambas/trunk/gb.qt/src/gb.qt/.project gambas/trunk/gb.qt/src/gb.qt/Action.class gambas/trunk/gb.qt/src/qtxembed.cpp gambas/trunk/gb.qt/src/qtxembed.h gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_header.c gambas/trunk/main/gbc/gbc_output.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/lib/db/main.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/gb.desktop/src/gb.desktop/_DesktopPasswords.class gambas/trunk/gb.desktop/src/gnome/ gambas/trunk/gb.desktop/src/gnome/Makefile.am gambas/trunk/gb.desktop/src/gnome/keyring.c gambas/trunk/gb.desktop/src/gnome/keyring.h gambas/trunk/gb.desktop/src/gnome/main.c gambas/trunk/gb.desktop/src/gnome/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |