[Gambas-devel-svn] SF.net SVN: gambas:[7189] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-07-29 12:59:16
|
Revision: 7189 http://sourceforge.net/p/gambas/code/7189 Author: gambas Date: 2015-07-29 12:59:14 +0000 (Wed, 29 Jul 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The system colors of the color choose dialog are now dynamically filled from the Color class information. Consequently, you can add new colors by extending and adding new color constants or properties to the Color class in your project. * BUG: Prevent a possible crash in the farm client request manager. [GB.GTK] * BUG: The color properties of the Color class are now correctly read-only. * BUG: Add a forgotten source file header symbolic link. [GB.GTK3] * BUG: The color properties of the Color class are now correctly read-only. * BUG: Add a forgotten source file header symbolic link. [GB.QT4] * BUG: The color properties of the Color class are now correctly read-only. [GB.QT5] * BUG: The color properties of the Color class are now correctly read-only. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.form gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/gb.gtk/src/CColor.cpp gambas/trunk/gb.net.curl/src/gb.net.curl/.project gambas/trunk/gb.qt4/src/CColor.cpp Added Paths: ----------- gambas/trunk/gb.gtk/gb.geom.h gambas/trunk/gb.gtk3/gb.geom.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |