[Gambas-devel-svn] SF.net SVN: gambas:[6331] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-20 13:44:13
|
Revision: 6331 http://sourceforge.net/p/gambas/code/6331 Author: gambas Date: 2014-06-20 13:44:08 +0000 (Fri, 20 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for choosing LinkForeground and VisitedForeground system colors. * NEW: An option to toggle the display of current file name in the IDE window title. [GB.GTK] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. If not applicable, some default colors are returned. [GB.GTK3] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. If not applicable, some default colors are returned. * BUG: Get rid of some warnings. [GB.QT4] * NEW: Color.LinkForeground and Color.VisitedForeground are two new properties that return the system color associated with links and visited links. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.form gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/gb.gtk/src/CColor.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.gtk/src/gdesktop.cpp gambas/trunk/gb.gtk/src/gdesktop.h gambas/trunk/gb.gtk/src/gmessage.cpp gambas/trunk/gb.gtk/src/widgets.h gambas/trunk/gb.qt4/src/CColor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |