* NEW: New icon for ImageView control.
[GB.GUI.BASE]
* NEW: ScrollArea now raises a Font event when its font has changed.
* BUG: GridView default row height now correctly follows font changes.
* BUG: ListBox row height and column width now correctly follow font
changes.
git-svn-id: svn://localhost/gambas/trunk@6897 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Image editor: Fix a possible crash when pasting an image.
* NEW: Project property dialog: Merge the list of required and excluded
components.
* NEW: Redraw some icons.
[GB.REPORT2]
* NEW: Redraw some icons.
git-svn-id: svn://localhost/gambas/trunk@6894 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Add the ReportLine class
* NEW: Add the ReportPanel class
* BUG: Margin computing improvement... again. Seem that report2 will not be backward compatible.
git-svn-id: svn://localhost/gambas/trunk@6888 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: When creating a Control, a Printer or displaying a MessageBox, check
that the GUI has been initialized, and raise an error if not, instead of
letting Qt abort the application.
git-svn-id: svn://localhost/gambas/trunk@6886 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Change the Mime loading code so it not fail on the first readed glob2 file
and read all the available files.
git-svn-id: svn://localhost/gambas/trunk@6885 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Correctly update end-of-line menu and button visibility.
* BUG: Project property dialog: Resetting or removing a library works
correctly again.
[GB.DESKTOP]
* NEW: More detailed error message when the mime database cannot be read.
[GB.FORM]
* NEW: Completion.Icons is a new property that allows to associate an icon
to each completion item.
* NEW: FileCompletion now displays an icon for files and another icon for
directories.
[GB.QT4]
* BUG: Update initial control visibility when the Expand property changes,
but not when the Ignore property changes.
git-svn-id: svn://localhost/gambas/trunk@6884 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Text editor now can handle Unix, Windows and MAC end-of-line
formats, through a new toolbar button and a menu.
[GB.QT4.EXT]
* NEW: Editor: When setting the Text property, the end-of-line format is
automatically determined.
git-svn-id: svn://localhost/gambas/trunk@6883 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Add end-of-line format constants to the interpreter API.
[GB.QT4]
* BUG: If a control triggers the arrangement of its parent contents, the
delayed visibility is realized so that the control is taken into account
by the arrangement routine.
[GB.QT4.EXT]
* NEW: Editor.EndOfLine is a new property that defines which end-of-line
format (gb.Unix, gb.Windows or gb.Mac) is used when retrieving text from
the control.
git-svn-id: svn://localhost/gambas/trunk@6882 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Files including a '\r' character are not considered as binary files
anymore.
[GB.FORM]
* BUG: ColorPalette: Default background is now transparent.
[GB.DB.SQLITE3]
* BUG: Use the official standard quoting character.
git-svn-id: svn://localhost/gambas/trunk@6881 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Fix search inside output console.
* BUG: Image editor: Don't crash when starting drawing outside of the
image.
* BUG: Image editor: Fix color palette.
* NEW: Remove some icons that are not used anymore.
[GB.FORM]
* NEW: ColorPalette.Exist() is a new method that returns if a specific
color exists in the palette.
git-svn-id: svn://localhost/gambas/trunk@6880 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Use specific gray icons for the debugging panel.
* BUG: Loading a new project correctly updates the desktop component
toolbar button.
* NEW: Balloon message have been replaced by the new MessageView control.
[GB.FORM]
* NEW: MessageView is a new control that implements an embedded
notification panel that is automatically hidden and shown if there is a
message to display.
* BUG: MenuButton: Draw the focus state correctly.
[GB.GTK]
* NEW: Now Frame can be replaced by any Panel-like containers in the IDE.
[GB.QT4]
* NEW: Now Frame can be replaced by any Panel-like containers in the IDE.
git-svn-id: svn://localhost/gambas/trunk@6879 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Packager: Forbid spaces in extra files for Debian systems, as they
are not supported: this is a many years old bug in the Debian packaging
system that has never been fixed!
git-svn-id: svn://localhost/gambas/trunk@6878 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Implement the new wiki component description and class list for the
offline help.
* BUG: Several fixes in the editor position history.
* BUG: Workaround some spurious Qt4 webkit warnings.
* NEW: The argument editor of the project property dialog now has an
automatic file completion.
[GB.FORM]
* NEW: The Completion class has been redesigned to allow completion on a
part of the edited string.
* NEW: FileCompletion is a new class that implements automatic file name
completion.
* BUG: FileView: Fix a possible crash when the current item disappears
before begin made visible.
[GB.QT4]
* NEW: A newly created control becomes visible the first time it is resized
now, and not immediately. The goal is having almost the same behaviour as
gb.gtk, even if it not 100% backward-compatible in a few cases.
[GB.QT4.WEBKIT]
* BUG: WebView: Don't raise the Error event if the webview has been
explicitly stopped by the Stop() method.
git-svn-id: svn://localhost/gambas/trunk@6875 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Support for the 'secret-tool' utility. If it is installed on the
system, it is used instead of the 'gb.desktop.gnome.keyring' component.
* BUG: Desktop.Passwords.Enabled works correctly now on Gnome-like systems.
* BUG: Fix compilation warnings.
git-svn-id: svn://localhost/gambas/trunk@6874 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Retrieving a password now returns NULL if no password is stored in
the keyring, instead of raising an error.
* NEW: Storing a NULL password now removes the password from the keyring
instead of storing a void password.
git-svn-id: svn://localhost/gambas/trunk@6873 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Packager wizard: Clean up system selection.
* NEW: New icon for autotools packages.
git-svn-id: svn://localhost/gambas/trunk@6871 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Don't crash when opening a connection if the database driver is
unknown or not specified.
git-svn-id: svn://localhost/gambas/trunk@6870 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Packager: Really use the same package name as displayed in the first
wizard step in all cases.
git-svn-id: svn://localhost/gambas/trunk@6869 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Full rewriting of the VBox layout procedure to really take care of
margins
* BUG: Now Indexs are accurate
* BUG: ReportImage autoresize are based on a 96 dpi resolution for internal
conversion.
* BUG: ReportImage tale care of the proportional mode for autoresizing.
git-svn-id: svn://localhost/gambas/trunk@6867 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Packager: Use a ListEditor to edit mimetypes.
* NEW: Packager: A checkbox now allows to enable or disable package
signature. Works only for *.deb package, and only if you have correctly
configured 'gpg'.
* NEW: The '.component' file is removed if the project type is switched
back to "normal".
[GB.FORM]
* NEW: ColorPalette: Click event now has no argument.
* BUG: Wizard: The final OK button size is now correctly refreshed
according to the ActionText and ActionPicture property in all cases.
git-svn-id: svn://localhost/gambas/trunk@6864 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Remove two ugly backgrounds.
* BUG: Don't crash if the selected background is not available anymore.
[GB.FORM]
* NEW: ColorPalette.ReadOnly is a new property to prevent the palette
contents to be modified.
* NEW: ColorPalette.AddFirst() is a new method that adds a color to the
beginning of the palette.
* NEW: ColorPalette now has a popup menu to remove or sort colors.
* NEW: ColorPalette.Index is a new property to define or get the index of
the current color. The current color is drawn with a big black border.
* NEW: ColorPalette.Current is a new property to define or set the current
color.
* NEW: ColorChooser now uses a ColorPalette.
git-svn-id: svn://localhost/gambas/trunk@6863 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: The reportImage take now care of strech mode
for computing the needed size
* NEW: The default autoresize size of an image is based on a standart
resolution of 96 dpi.
* BUG: The ReporView now show all the report pages.
git-svn-id: svn://localhost/gambas/trunk@6862 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Add a "run that class" button in the class editor.
* NEW: Add a "run that class" entry in the project tree popup menu.
* BUG: Don't apply theme background to the hierarchy window.
[GB.FORM]
* BUG: FileView: When setting the Current property, the current item is
made visible later.
* BUG: Remove the Mode property from the DocumentView description, as it
has no Mode property.
git-svn-id: svn://localhost/gambas/trunk@6860 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Rename CURL_CopyFrom function to CURL_copy_from as defined in CCurl.h and used in CHttpClient.c.
Enables compile in Cygwin
git-svn-id: svn://localhost/gambas/trunk@6858 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: The Task return value is now persistent (it is stored inside the
Task object).
git-svn-id: svn://localhost/gambas/trunk@6857 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: A symbol followed by a point is never interpreted as a function if
it is used as a function name in the current class.
git-svn-id: svn://localhost/gambas/trunk@6856 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Support for "huge" toolbar icons.
[GB.GUI.BASE]
* NEW: ScrollArea.UseMouse is a new property. When set to FALSE, the
mouse wheel will not automatically scroll the ScrollArea contents.
git-svn-id: svn://localhost/gambas/trunk@6855 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Fix form control check by ignoring the action part of the form file.
git-svn-id: svn://localhost/gambas/trunk@6853 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Opening a form using an unknown control now displays an error
message and the form is not opened.
* BUG: Pasting an unknown control from another project now displays an
error message and nothing is pasted.
git-svn-id: svn://localhost/gambas/trunk@6851 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Fix a crash when using the Connection.Collation property on a not
yet opened connection.
* BUG: The timeout is now really taken into account at database opening,
and it is 20 seconds by default as wanted initially.
git-svn-id: svn://localhost/gambas/trunk@6850 867c0c6c-44f3-4631-809d-bfa615b0a4ec