* BUG: Support for common table expressions ("WITH ... SELECT ..." SQL
expressions) that appeared in 3.8.3 version.
git-svn-id: svn://localhost/gambas/trunk@6737 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: A tool to take a screenshot of the current active window. The
screenshot is stored in a 'screenshots' directory inside the 'Project'
pseudo-folder.
* NEW: Software farm: The screenshot of the published project is now taken
from the screenshots saved by the screenshot tool. The screenshot is
automatically converted to the JPEG format before being sent.
git-svn-id: svn://localhost/gambas/trunk@6734 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Now the proj class take and return MapPoints convertion in the good way
* BUG: The WMS is really working now and _maptile layer is now able to tile and
cache a BBoxed wms rendered map.
* NEW: and external httpserver can be instanciate to load layer maps. This is usefull
when the server queries a specific way to access to the wms permissions.
git-svn-id: svn://localhost/gambas/trunk@6733 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Make Wizard.ActionText property translatable.
* NEW: Software farm: When publishing a software, we can now tell if a menu
entry must be created or not. The project must use a GUI component or the
SDL component for that.
* NEW: Software farm: The project components now automatically become
project tags. These kind of project tags are displayed with an orange
background.
* NEW: Project version display routine is now centralized.
git-svn-id: svn://localhost/gambas/trunk@6732 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Correctly refresh the 'Recent' tab in the open project dialog.
* BUG: SoftwareFarm: Forgot to make two strings translatable.
git-svn-id: svn://localhost/gambas/trunk@6730 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Animate wizards.
* NEW: Software farm: The software description is now selectable.
* NEW: Software farm: The software box text contents is now displayed
without waiting for the icon to be available.
[EXAMPLES]
* BUG: Fix the GNUBoxWorld icon.
[GB.FORM]
* NEW: Wizard.Animated is a new property that animate the wizard when
going to the next or previous step.
git-svn-id: svn://localhost/gambas/trunk@6728 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Software farm: Remove the vendor filter. Use the tag filter instead.
[FARM SERVER]
* NEW: Automatically create a tag from the vendor name when publishing a
software.
[EXAMPLES]
* BUG: Remove all examples, they were not correctly added to their new
location.
git-svn-id: svn://localhost/gambas/trunk@6725 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Examples are not installed anymore and were removed. They will be
stored in the Gambas farm server.
[DEVELOPMENT ENVIRONMENT]
* NEW: Remove the examples from the welcome dialog, the open project dialog
and the 'File' menu.
git-svn-id: svn://localhost/gambas/trunk@6721 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Ignore comment lines when completing a control structure after the
RETURN key has been hit.
git-svn-id: svn://localhost/gambas/trunk@6719 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Format files sizes with two decimals.
[GB.UTIL]
* BUG: File.FormatSize() now takes an optional argument that allows to
format the size in binary format (1K = 1024) instead of decimal format
(1K = 1000).
git-svn-id: svn://localhost/gambas/trunk@6718 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Help on virtual classes (like TreeView.Item) is correctly displayed
now.
* NEW: Software farm: Filter softwares by vendor name.
[FARM SERVER]
* NEW: Use X.Y.Z version number syntax inside requests arguments.
* NEW: Software can be stored in different X.Y versions.
* NEW: Request for computing software dependencies.
* NEW: Filter software search by vendor name.
[GB.FORM]
* NEW: ButtonBox: ClearButton is a new property that enabled a clear button
besides the standard ButtonBox button. The 'Clear' event is raised when
the clear button is clicked.
[GB.UTIL]
* NEW: File.FormatSize() formats a file size in bytes, KiB (1000 bytes),
MiB (1 000 000 bytes), and GiB (10^9 bytes).
git-svn-id: svn://localhost/gambas/trunk@6717 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* New: Interface to implement WMS support
* New: Proj class is a frontend to cs2cs to make projection
transformation.
git-svn-id: svn://localhost/gambas/trunk@6715 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Parsing errors are now correctly thrown.
* BUG: Fixed some memory leaks when an error is raised.
git-svn-id: svn://localhost/gambas/trunk@6711 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Menu opened through the PopupMenu property work correctly now.
[GB.GTK3]
* BUG: Menu opened through the PopupMenu property work correctly now.
git-svn-id: svn://localhost/gambas/trunk@6709 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Do read ahead for any watched file descriptor. It may break when
watching special device files, depending on its internal kernel driver
behaviour. We'll see.
git-svn-id: svn://localhost/gambas/trunk@6708 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Publishing a software now requires a vendor name.
* NEW: Software installation state is now indicated by a little triangle on
the bottom right of the software box.
* NEW: No gradient for drawing project or software boxes, but a solid
background.
[FARM SERVER]
* NEW: Add 'vendor' and 'size' field in the software table.
* NEW: Vendor is required when publishing a software.
* NEW: One can search for software by package size.
[GB.DESKTOP]
* NEW: DesktopFile: GenericName and Comment are two new properties
corresponding to the *.desktop file fields.
git-svn-id: svn://localhost/gambas/trunk@6707 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Design changes in the welcome dialog.
* NEW: Add a dark gray background.
[GB.FORM]
* NEW: DirChooser & FileChooser: Draw a little arrow instead of a big arrow
in the top directory box.
git-svn-id: svn://localhost/gambas/trunk@6706 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Don't crash when trying to open a non-existing sqlite database with
the 'sqlite' pseudo-driver.
git-svn-id: svn://localhost/gambas/trunk@6705 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Fix replacement of lines of dashes by '<hr/>' markup.
[GB.UTIL]
* NEW: Date.ToUnixTime() and Date.FromUnixTime() are two new methods to
convert between Date and Unix timestamp.
git-svn-id: svn://localhost/gambas/trunk@6703 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: The project open dialog has a bookmark that points at software
sources installed form the farm.
* NEW: Software farm: Software can be deleted from the farm, provided that
you are the owner.
[FARM SERVER]
* NEW: A new request to remove a software from the farm.
[GB.FORM]
* BUG: FileChooser.Bookmarks and DirChooser.Bookmarks properties now have
the 'Collection[]' datatype.
git-svn-id: svn://localhost/gambas/trunk@6700 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Publishing dialog: Take the description into account correctly.
* NEW: Software farm: Display the installed softwares.
* NEW: Software farm: Emit at most three requests simultaneously.
* BUG: Opening a web page in a browser now works if the BROWSER environment
variable is not defined.
* NEW: Remove the white borders in the welcome dialog.
[GB.FORM]
* NEW: Wizard.ActionText and Wizard.ActionPicture are two new properties to
define the contents of the final 'OK' wizard button.
git-svn-id: svn://localhost/gambas/trunk@6696 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: ScrollView: Layout is now correct if the ScrollBar property is set
to Scroll.None.
git-svn-id: svn://localhost/gambas/trunk@6695 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: The process error output callback now immediately closes its file
descriptor as soon as read() returns zero or an error, or if the Error
event is not handled.
git-svn-id: svn://localhost/gambas/trunk@6694 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* BUG: Don't remove the possible watch when freeing the file. The file may
be closed, and the file descritor may have been reused!
git-svn-id: svn://localhost/gambas/trunk@6693 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Software farm: When installing a software, tags that are desktop
menu official categories are used for creating the '*.desktop' file.
Consequently, the menu entry shold go to an accurate location of the
desktop application menu.
* NEW: Software farm: Some little desgin fixes.
* NEW: Publishing dialog: Some little fixes.
[FARM SERVER]
* BUG: Fix two bugs in search software request.
[INTERPRETER]
* NEW: The data format 'u' displays all milliseconds digits as soon as
there is at least two 'u' characters, and not if there is exactly two
'u' characters only.
[GB.DESKTOP]
* NEW: DesktopFile.Categories is a new property to read or set the
categories of a desktop menu entry.
git-svn-id: svn://localhost/gambas/trunk@6692 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* 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.
git-svn-id: svn://localhost/gambas/trunk@6691 867c0c6c-44f3-4631-809d-bfa615b0a4ec
* NEW: Software farm: Software now can be safely installed or removed. The
source checksum is checked, as well as the required components. Libraries
and dependencies on other software are not yet taken into account. A
'*.desktop' file is automatically created on installation now.
[INTERPRETER]
* NEW: Split() has a new behaviour when its escape argument has two
characters, the second one being the first splitting character. It uses
the first character to escape splitting characters. For example,
Split("a;b~;c;d",";","~;") returns ["a","b;c","d"].
* NEW: String[].Join() method handle the new Split syntax.
["a","b;c","d"].Join(";","~;") returns "a;b~;c;d". Moreover, in the
traditional escape syntax, the joined string are not escaped anymore if
they are void.
[GB.DESKTOP]
* NEW: DesktopFile.MimeTypes is a new property corresponding to the
'MimeType' entry of the '*.desktop' file.
* NEW: DesktopFile now can be used for creating or modifying '*.desktop'
files.
git-svn-id: svn://localhost/gambas/trunk@6689 867c0c6c-44f3-4631-809d-bfa615b0a4ec