[Gambas-devel-svn] SF.net SVN: gambas:[6285] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-05-23 11:52:09
|
Revision: 6285 http://sourceforge.net/p/gambas/code/6285 Author: gambas Date: 2014-05-23 11:52:04 +0000 (Fri, 23 May 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't check conflict on project configuration file if that files does not exist. [INTERPRETER] * OPT: Move the string splitting routine in its own file and optimize it. [INFORMER] * BUG: Remove unneeded parenthesis on a test. [GB.CLIPPER] * BUG: Remove an unused variable. [GB.DESKTOP] * BUG: Fix error message in DesktopMime. [GB.FORM] * BUG: MaskBox: Raise the Change event after moving the cursor, so that it behaves exactly like a TextBox. [GB.FORM.MDI] * NEW: Workspace: Count the number of detached windows so that the "detach current tab" menu entry is disabled when needed. [GB.GTK] * BUG: Window.Utility should work even if the window is mapped now. [GB.GTK3] * BUG: Window.Utility should work even if the window is mapped now. [GB.NET.PO3] * NEW: Add a void constructor to the Pop3Client class for the documentation. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Subversion/VersionControl.module gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopMime.class gambas/trunk/comp/src/gb.form/.src/MaskBox.class gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.memcached/.project gambas/trunk/comp/src/gb.net.pop3/.info gambas/trunk/comp/src/gb.net.pop3/.src/Pop3Client.class gambas/trunk/examples/examples/Control/LCDLabel/.info gambas/trunk/examples/examples/Control/LCDLabel/.src/TimeBox.class gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.project gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_error.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_regexp.c gambas/trunk/main/gbx/gbx_subr_math.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/lib/clipper/clipper.cpp gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_array.h gambas/trunk/main/share/gb_code_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |