[Gambas-devel-svn] SF.net SVN: gambas:[6578] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-10-26 00:51:11
|
Revision: 6578 http://sourceforge.net/p/gambas/code/6578 Author: gambas Date: 2014-10-26 00:50:59 +0000 (Sun, 26 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion of software tags directly from the farm server. * NEW: Tags and dependencies are sent when publishing a software. [FARM SERVER] * NEW: Tags are taken into account. * NEW: A new request for tags automatic completion. [GB.FORM] * NEW: Completion is a new class to implement automatic completion on an already existing TextBox. * NEW: ListEditor.Moveable is a new property to enable or disable items arrangement. [GB.QT4] * BUG: Application.PreviousControl returns the expected value now. * BUG: Sometimes assigning Paint.Font has no effect. Workaround that strange Qt bug. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.project gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Help/Wiki/URL.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/Publish/CTagEditor.class gambas/trunk/app/src/gambas3/.src/Project/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Publish/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Publish/Publish.module gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3-farm-server/.connection/gambas3_farm.connection gambas/trunk/app/src/gambas3-farm-server/.src/MMain.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/ListEditor/FListEditor.class gambas/trunk/comp/src/gb.form/.src/ListEditor/ListEditor.class gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.class gambas/trunk/comp/src/gb.form/.src/TabPanel/_TabPanelButton.class gambas/trunk/comp/src/gb.gui.base/.component gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Paint.class gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/examples/examples/Image/PhotoTouch/.project gambas/trunk/gb.net.curl/src/CHttpClient.c gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/cpaint_impl.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Publish/CTagCompletion.class gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |