[Gambas-devel-svn] SF.net SVN: gambas:[6815] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-06 22:44:37
|
Revision: 6815 http://sourceforge.net/p/gambas/code/6815 Author: gambas Date: 2015-01-06 22:44:35 +0000 (Tue, 06 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Component/Library dependencies now are chosen from a new component selection dialog. * BUG: Database editor: Support for requests beginning with "WITH" or "PRAGMA". [WIKI CGI SCRIPT] * NEW: New login panel. * BUG: Fix creatable class detection. [GB.FORM] * BUG: IconPanel: The mouse wheel cannot select hidden tabs anymore. * BUG: Wizard: Remove default padding for wizards having a border. [GB.GUI.BASE] * BUG: Border: Rewrite the painting routine. Simplify the clipping to help workaround Qt4 bugs. [GB.DB.SQLITE] * NEW: Mark the component as deprecated. [GB.DB.SQLITE3] * BUG: Support for PRAGMA requests. Start cleaning up the horrible C++ classes. [GB.QT4] * BUG: Simplify the clipping management, because the old one was based on the QPainterPath::intersected() Qt method that is buggy. Clipping mixed with world transform matrix has still to be checked. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/comp/src/gb.db.form/.src/DataTable.class gambas/trunk/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Paint.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/gb.db.sqlite2/src/gb.db.sqlite2.component gambas/trunk/gb.db.sqlite3/src/dataset.h gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.db.sqlite3/src/sqlitedataset.cpp gambas/trunk/gb.db.sqlite3/src/sqlitedataset.h gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/main/lib/db/gb.db/.settings Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Component/ gambas/trunk/app/src/gambas3/.src/Project/Component/ComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestClipping.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestClipping.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |