August 2021 Archives by thread
Starting: Sun Aug 1 01:00:11 CEST 2021
Ending: Mon Aug 30 19:54:09 CEST 2021
Messages: 39
- [Gambas-Notification] [Git][gambas/gambas][master] Use the class name for the project help on a '_call' special method.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Image properties can be set without error.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Workspace: Activating an unknown window is nw silently ignored.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] MaskBox: Fix cursor move when inserting a character in a filled mask pattern.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Fix popup menu behaviour.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Update 'xdg-utils' scripts to version 1.1.3+.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Read watches are not automatically disabled anymore for non-regular files.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Now only standard input, output, error, pipes and process streams are automatically unwatched.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Splitter: Fix how the panels follow the mouse on resize.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Restore the end-of-file detection for buffered streams whose read ahead is allowed.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Message: Correctly define the message title for standard message box style.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: 'Desktop.Type', 'Desktop.Types', and 'Desktop.Is()' are now implemented in 'gb.gui.base'.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Modal windows are now centered before being shown.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Realize the window widget before trying to center it, as we need the monitor it is displayed on.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] New release of Debian.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] New release of Debian (2).
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Key.Shortcut is a new property that returns a string describing the key of a...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Menu shortcuts do not propagate to the browser.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] WebForm.Shortcuts is a new property that allows to declare a list of shortcuts...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Creating a numeric field with a default value works correctly now.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Args.Abort is a new property that tells if the program aborts or raises an...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] All UTF-8 charsets variants are now returned as "utf8".
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] WebTable: If the Display property is negative, then the full contents is displayed in one shot.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] WebControl: RenderToString() is a new method that return the generated HTML...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] WebControl: Rename the 'RenderToString' method as 'ToHTML'.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Menu editor properties now apply to all selected items (except the name).
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Fix desktop detection. The GridView 'Change' event now can be stopped to cancel a cursor move.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Desktop.Passwords: Fix KDE support. Use the 'Desktop.Type' property.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] DBusConnection: Open() and Close() now allow to explicitly register to a bus.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] DirBox: Correctly raise the Change event each time the contents actually changes.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Locked objects now can receive events. Beware, this a test, as that change is...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Rollback the previous commit, it breaks too many things.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] SliderBox: Always set both the SpinBox and the Slider, so that they keep being...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Use 'qApp->sync()' instead of 'X11_flush()' to synchronize with the X11 server.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Support for absolute URLs in WebImage and WebAudio. Add WebAudio.Loop property.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Group property is now associated with a combo-box containing a...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Tooltip and link properties of the Color class are now writable. Fix 'Key.Backspace' property name.
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] WebTable: ShowRowNumber is a new property that displays the row number in the...
Benoît Minisini ( at bminisini)
- [Gambas-Notification] [Git][gambas/gambas][master] Update German translation. Form editor: Make the property name column a bit larger.
Benoît Minisini ( at bminisini)
Last message date:
Mon Aug 30 19:54:09 CEST 2021
Archived on: Mon Aug 30 19:56:01 CEST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).