[Gambas-devel-svn] SF.net SVN: gambas:[6691] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-11-30 22:41:46
|
Revision: 6691 http://sourceforge.net/p/gambas/code/6691 Author: gambas Date: 2014-11-30 22:41:41 +0000 (Sun, 30 Nov 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't crash when trying to download the offline help if 'wget' is not installed on the system. * BUG: Software farm: Don't create a '*.desktop' file if the software is a library or a component. * NEW: Redesign the publish dialog by using a wizard. * NEW: Use freedesktop categories as possible software tags. [FARM SERVER] * NEW: Add a 'size' field in the 'software' table, and an index to be able to sort sotfwares by size later. [INTERPRETER] * BUG: Read data ahead before raising a Read event (on Process, File, or any stream). Use the result of that read to detect EOF, as using the stream end-of-file detection routine is not reliable. [GB.FORM] * BUG: FileProperties: Fix the media preview. [GB.MEDIA.FORM] * BUG: MediaView: Don't crash if the internal media player is not yet initialized. Modified Paths: -------------- gambas/trunk/app/src/gambas-farm-server/.connection/gambas3_farm.template gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas-wiki/.project gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Project/CProjectInfo.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FFarmRequest.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagEditor.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.class gambas/trunk/main/gbx/gbx_c_process.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FOldPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FOldPublish.form gambas/trunk/app/src/gambas3/tags.txt Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/FPublish.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |