[Gambas-devel-svn] SF.net SVN: gambas:[1564] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-09-16 20:49:30
|
Revision: 1564 http://gambas.svn.sourceforge.net/gambas/?rev=1564&view=rev Author: gambas Date: 2008-09-16 20:49:39 +0000 (Tue, 16 Sep 2008) Log Message: ----------- [CONFIGURATION] * BUG: Rename the "SDL_SOUND" autoconf package name as "SDLSOUND". [DEVELOPMENT ENVIRONMENT] * NEW: Add a checkbox to tell the packager if it should create the packages in their own distribution-specific directories. The name of this sub-directory is the package kind: "mandriva" for a Mandriva rpm, "ubuntu" for an Ubuntu deb, and so on. * BUG: The save file dialog now correctly displays unsaved file icons. * BUG: Some other fixes in the case of signature symbols. * BUG: Fix the drawing of symbolic link overlay icon. * NEW: Editors can use non fixed-size fonts. * BUG: Fixes relative to non fixed-size fonts support. [WIKI CGI SCRIPT] * BUG: Handle loops in symbolic links correctly. [SCRIPTER] * BUG: Use gb.eval to analyze script instead of hand-made parsing. * BUG: Print a warning message when a component requirement is not found instead of halting. * NEW: New option -v to be verbose. * NEW: New option -c to ignore cache contents. [GB.DB.MYSQL] * BUG: Fix the drop index driver function. [GB.QT] * BUG: The ComboBox.Item.Text property now correctly returns UTF-8 text. [GB.QT.EXT] * NEW: The editor now support non fixed-size fonts. * OPT: Indention, unindentation, and everything that acts between a Begin() and End() commands only emit the Change event once. Consequently, these actions are not slow anymore. * OPT: Optimize undo and redo the same way as ident and unindent. * NEW: In Editor, CTRL+BACKSPACE deletes the left word now. * NEW: In Editor, CTRL+DELETE deletes the right word now. Modified Paths: -------------- gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CSymbolInfo.class gambas/trunk/app/src/gambas3/FAbout.class gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FMakeInstall.class gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FSave.class gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gbs3/.project gambas/trunk/app/src/gbs3/.settings gambas/trunk/app/src/gbs3/CComponent.class gambas/trunk/app/src/gbs3/MMain.module gambas/trunk/comp/src/gb.form/Stock.class gambas/trunk/gb.db.mysql/src/main.c gambas/trunk/gb.qt/src/CTextBox.cpp gambas/trunk/gb.qt/src/ext/CEditor.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gdocument.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |