[Gambas-devel-svn] SF.net SVN: gambas:[6617] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-11-09 15:25:51
|
Revision: 6617 http://sourceforge.net/p/gambas/code/6617 Author: gambas Date: 2014-11-09 15:25:46 +0000 (Sun, 09 Nov 2014) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Help comments of component classes and symbols are now automatically used for creating non-existing documentation pages. * NEW: Images are clickable in editing mode. They point at the image wiki page. [INTERPRETER] * NEW: Url$() is a new function to encode an URL. * NEW: FromUrl$() is a new function to decode an URL. * NEW: FromBase64$() is now a synonymous for UnBase64$(). [GB.MEDIA] * BUG: MediaPipeline.Pause() does nothing if the media is not playing. That avoid some GStreamer bad behaviour. [GB.MEDIA.FORM] * NEW: MediaView: Remove the ShowVideo property, it is useless. * NEW: MediaView: The URL property can receive a true URL or a file path. The conversion is automatically done. * BUG: MediaView: Do pause or stop the media file only if it has sense. * NEW: MediaView: Hide the video part if the control height is too low. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.class gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/ProjectBox.class gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/comp/src/gb.markdown/.component gambas/trunk/comp/src/gb.markdown/.project gambas/trunk/comp/src/gb.media.form/.info gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.class gambas/trunk/comp/src/gb.media.form/.src/FMediaPlayer.form gambas/trunk/comp/src/gb.media.form/.src/FTest.class gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/comp/src/gb.media.form/.src/MediaView.class gambas/trunk/gb.media/src/c_media.c gambas/trunk/main/gbx/gbx_class_info.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |