[Gambas-devel-svn] SF.net SVN: gambas: [1321] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-04-18 23:43:32
|
Revision: 1321 http://gambas.svn.sourceforge.net/gambas/?rev=1321&view=rev Author: gambas Date: 2008-04-18 16:43:38 -0700 (Fri, 18 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Libraries and include files are automatically searched inside 64 bits specific directories. [DEVELOPMENT ENVIRONMENT] * NEW: Automatically convert old Border property to the new Border and Resizable properties. * BUG: The "Theme" tab of the option dialog is correctly initialized the first time Gambas is run. * BUG: Going to a non-existing line number in the editor does not crash the IDE anymore. * NEW: The IDE forms now use the new Border, Resizable and Type properties of the Window class. [COMPILER] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.EVAL] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.GTK] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. [GB.QT] * NEW: The old Border property of the Window class has been replaced by a two boolean properties: Border and Resizable. * NEW: Window.Type is a new property to set the window manager type of a window: Normal, ToolBar, Splash... * NEW: The Window.ToolBox property has been removed. * NEW: A newly opened non-modal window stays automatically on top of the application main window. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCompletion.form gambas/trunk/app/src/gambas3/FDebugExpr.form gambas/trunk/app/src/gambas3/FDebugInfo.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FFind.class gambas/trunk/app/src/gambas3/FFind.form gambas/trunk/app/src/gambas3/FFindList.form gambas/trunk/app/src/gambas3/FFontChooser.form gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FFormStack.form gambas/trunk/app/src/gambas3/FGambas.form gambas/trunk/app/src/gambas3/FGotoLine.form gambas/trunk/app/src/gambas3/FIconEditor.form gambas/trunk/app/src/gambas3/FInfo.form gambas/trunk/app/src/gambas3/FList.form gambas/trunk/app/src/gambas3/FMenu.form gambas/trunk/app/src/gambas3/FNewTranslation.form gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FSave.form gambas/trunk/app/src/gambas3/FSignature.form gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FToolBox.form gambas/trunk/app/src/gambas3/MTheme.module gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FCalendar.form gambas/trunk/comp/src/gb.form/FDirChooser.form gambas/trunk/comp/src/gb.form/FExpander.form gambas/trunk/comp/src/gb.form/FInputBox.form gambas/trunk/comp/src/gb.form/FSidePanel.form gambas/trunk/comp/src/gb.form/FToolBar.form gambas/trunk/comp/src/gb.form/FWizard.form gambas/trunk/comp/src/gb.form.mdi/FToolBar.form gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/Makefile.am gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/share/gb.form.properties.h gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/CWindow.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/x11.c gambas/trunk/gb.qt/src/x11.h gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/lib/eval/eval_read.c Added Paths: ----------- gambas/trunk/gb.gtk/src/x11.c gambas/trunk/gb.gtk/src/x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |