gambas
4417e59f10
WebTimer.Stop() does not prevent the timer to be restarted anymore.
...
[GB.WEB.FORM]
* BUG: WebTimer.Stop() does not prevent the timer to be restarted anymore.
2017-09-11 15:17:52 +02:00
gambas
4bc7cd8ada
Ignore backup files (ending with '~') in .gitignore.
2017-09-11 15:17:16 +02:00
gambas
1434cb0cd0
Form editor: Fix a possible crash when loading forms with Scaled property set to FALSE.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when loading forms with Scaled property set to FALSE.
2017-09-09 10:07:30 +02:00
Benoît Minisini
74722821f0
Merge branch 'poppler-0.58' into 'master'
...
adapt to poppler 0.58
See merge request !14
2017-09-08 23:45:36 +00:00
gambas
90a872d05e
Fix toolbar menu buttons and procedure popup management.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Fix procedure popup management so that the focus starts on the current procedure.
* BUG: Main window: Menu buttons of the main toolbar are now correctly disabled like standard menus.
* NEW: Option dialog: Change the look of the background panel of the option dialog.
2017-09-09 01:40:09 +02:00
gambas
7397bbd386
MenuButton: Fix the button drawing when raising the Click event.
...
[GB.FORM]
* BUG: MenuButton: Fix the button drawing when raising the Click event.
2017-09-09 01:37:51 +02:00
gambas
24bbfdc2b2
Fix menu proxy management that could lead to a crash.
...
[GB.QT4]
* BUG: Fix menu proxy management that could lead to a crash.
[GB.QT5]
* BUG: Fix menu proxy management that could lead to a crash.
2017-09-09 01:36:45 +02:00
gambas
f9bb3106aa
Merge branch 'master' of gitlab.com:gambas/gambas
2017-09-09 01:33:04 +02:00
gambas
82c94e87a4
Dir() does not loop indefinitely anymore when browsing an archive file with a void pattern.
...
[INTERPRETER]
* BUG: Dir() does not loop indefinitely anymore when browsing an archive file with a void pattern.
2017-09-09 01:31:57 +02:00
gambix
82a458e5bf
[GB.FORM.EDITOR]
...
* BUG: On sidebar the scroll handle never be smaller than 10 px with file that have
more than 10000 lines.
* NEW: Middle click on buttons scroll to the beginning or the end of the file.
2017-09-08 17:04:01 +02:00
gambas
2384212c8f
DateBox now has a Text read-only property so that ValueBox.Text does not crash anymore in date mode.
...
[GB.FORM]
* NEW: DateBox now has a Text read-only property so that ValueBox.Text does not crash anymore in date mode.
2017-09-08 02:14:09 +02:00
gambas
ce5780c916
Define an explicit accurate QImage constructor so that effect methods do not crash anymore.
...
[GB.IMAGE.EFFECT]
* BUG: Define an explicit accurate QImage constructor so that effect methods do not crash anymore.
2017-09-08 02:11:09 +02:00
gambas
54a0ce9d31
More keyboard events debugging messages.
...
[GB.QT4]
* NEW: More keyboard events debugging messages.
[GB.QT5]
* NEW: More keyboard events debugging messages.
2017-09-07 22:17:26 +02:00
gambas
b4899b113b
Add an environment variable that toggles key event debugging messages for bug #1161 .
...
[GB.QT4]
* NEW: Add an environment variable that toggles key event debugging messages for bug #1161 .
[GB.QT5]
* NEW: Add an environment variable that toggles key event debugging messages for bug #1161 .
2017-09-07 22:00:17 +02:00
David Tardon
6a4adabfd7
adapt to poppler 0.58
2017-09-06 12:58:12 +02:00
gambas
bac61774be
Add a "reload project" menu entry in the IDE.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a "reload project" menu entry.
* BUG: Fix a typo in the author list.
2017-09-04 00:23:25 +02:00
gambas
2fe8178dfd
Fix Style drawing methods of gb.gtk3, as GTK+3 breaks again its themin API (for the second time? third time? I dunno).
...
[GB.GTK3]
* BUG: Fix Style drawing methods, as GTK+3 breaks again its themin API (for the second time? third time? I dunno).
2017-09-03 01:12:14 +02:00
gambas
628c1f3875
ColorButton: Rewrite its implementation, so that it does not crash anymore with GTK+.
...
[GB.FORM]
* BUG: ColorButton: Rewrite its implementation, so that it does not crash anymore with GTK+.
2017-09-02 22:26:55 +02:00
gambas
ae97d469fb
TextEditor: Fix a possible crash when the side bar preview is hidden.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix a possible crash when the side bar preview is hidden.
2017-09-02 21:41:18 +02:00
gambas
de0689e90a
SpinBar: Mouse wheel events are not propagated anymore, unless the control is disabled.
...
[GB.FORM]
* BUG: SpinBar: Mouse wheel events are not propagated anymore, unless the control is disabled.
2017-09-02 03:57:14 +02:00
gambas
bb8b7deae6
About dialog: Little redesign of the introduction of the about message.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: About dialog: Little redesign of the introduction of the about message.
2017-09-02 03:48:31 +02:00
gambas
54504c4d13
Fix look and refresh of MenuButton used as popup-menus.
...
[GB.FORM]
* BUG: MenuButton: Use a flat selected look when the MenuButton is just for opening a popup menu.
* BUG: MenuButton: Refresh correctly when moving from one MenuButton to another in the same container.
2017-09-02 03:45:33 +02:00
gambas
6450456741
Add a web form project template.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a web form project template.
2017-09-02 03:44:57 +02:00
gambas
c02be7127f
Fix ComboBox look with Oxygen style.
...
[GB.QT4]
* BUG: Fix ComboBox look with Oxygen style.
[GB.QT5]
* BUG: Fix ComboBox look with Oxygen style.
2017-09-02 03:43:23 +02:00
gambas
fcfb16b779
[INTERPRETER]
...
* OPT: RDir() now does less stat() system calls, by assuming that the number of hard links of a directory is its number of sub-directories plus two.
Scanning my home directory calls stat() about 640,000 times instead of 715,000 before. About a 10% gain.
2017-09-01 04:22:08 +02:00
gambas
8443394b9a
TextEditor: Refresh the sideview immediately when the style changes.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Refresh the sideview immediately when the style changes.
2017-08-31 17:00:06 +02:00
gambas
0e2a8d062a
Add dark versions of module icons.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add dark versions of module icons.
2017-08-31 16:59:37 +02:00
gambas
4d9579f217
Correctly initialize DBus connection slot for managing DBus signals.
...
[GB.DBUS]
* BUG: Correctly initialize DBus connection slot for managing DBus signals.
2017-08-30 21:55:53 +02:00
gambas
06809b9426
Redraw modules icons again and automatic variable declaration with INC and DEC instructions.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Redraw modules icons again.
* NEW: Automatic variable declaration with INC and DEC instructions.
2017-08-30 21:43:37 +02:00
gambas
7d6cf08a4b
Some fixes in Format$() function.
...
[INTERPRETER]
* BUG: Translate comments in english.
* BUG: Take '\' escape character into account correctly in format strings.
* BUG: Remove undocumented feature in format strings.
2017-08-30 20:40:17 +02:00
gambas
0bfd1edb7a
Make bookmarks path editable.
...
[GB.FORM]
* NEW: Bookmarks: The path of the bookmarks is now editable, with an automatic path completion.
* NEW: Completion: Add a Close() method that closes the popup if it is about to be shown. Useful if the completion is associated with a TableView editor.
* NEW: Completion: Hide the popup if the left or right key is pressed.
2017-08-30 04:32:26 +02:00
gambas
b3b717a526
Fix scrolling to an anchor with a CSS trick.
...
[GAMBAS WIKI]
* BUG: Fix scrolling to an anchor with a CSS trick.
2017-08-30 04:31:40 +02:00
gambas
d4c707d21d
Index anchors now use 'id'attribute instead of 'name'.
...
[GB.MARKDOWN]
* BUG: Index anchors now use 'id'attribute instead of 'name'.
2017-08-30 04:29:43 +02:00
gambas
e2e8a29f77
ListView, TreeView, ColumnView: The height of newly created items is now correctly updated when they are explicitly inserted after the last element of their parent.
...
[GB.GUI.BASE]
* BUG: ListView, TreeView, ColumnView: The height of newly created items is now correctly updated when they are explicitly inserted after the last element of their parent.
2017-08-30 04:25:33 +02:00
gambas
5a7634f301
Merge branch 'master' of gitlab.com:gambas/gambas
2017-08-30 00:55:07 +02:00
gambas
a2183117ff
DBus signals now work correctly on different buses simultaneously.
...
[GB.DBUS]
* BUG: Use one watcher by bus, not one for all buses.
2017-08-30 00:52:52 +02:00
Benoît Minisini
5bba498ae0
Update README.md
2017-08-28 23:06:39 +00:00
gambas
bf48f40f5c
[DEVELOPMENT ENVIRONMENT]
...
* NEW: Add support for gb.gui.qt.opengl.
* NEW: Update french translation.
[GB.GUI.QT.OPENGL]
* NEW: New Qt OpenGL switcher component.
2017-08-29 00:42:58 +02:00
gambas
0abba10995
Switcher component are now more clever, and support the lack of gb.qt4.
...
[INFORMER]
* NEW: Components now can include information for a list of alternatives component. The first one available will be included.
[GB.GUI]
* NEW: Includes information of the first available gui component.
[GB.GUI.OPENGL]
* NEW: Includes information of the first available gui OpenGL component.
[GB.GUI.QT]
* NEW: Includes information of the first available Qt component.
[GB.GUI.QT.WEBKIT]
* NEW: Includes information of the first available Qt webkit component.
2017-08-29 00:38:43 +02:00
gambas
838116070e
Remove useless 'gb.termapp' component.
2017-08-29 00:37:04 +02:00
gambas
026bc6ee1f
Merge branch 'master' of gitlab.com:gambas/gambas
2017-08-28 22:09:27 +02:00
gambas
21bf519dc9
Don't use CLOCK_MONOTONIC_RAW if the constant is not defined.
...
[INTERPRETER]
* BUG: Don't use CLOCK_MONOTONIC_RAW if the constant is not defined.
2017-08-28 22:08:48 +02:00
Benoît Minisini
9a90437517
Merge branch 'master' into 'master'
...
Updated all Dutch translations and dutch translator e-mail address
See merge request !10
2017-08-28 19:56:15 +00:00
W. Raets
f764361295
Updated all Dutch translations and dutch translator e-mail address
2017-08-28 19:56:14 +00:00
Benoît Minisini
149d41d279
Update CONTRIBUTING.md
2017-08-28 19:48:01 +00:00
gambas
288fcef39e
Fix current class metadata refresh in the IDE.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Fix current class metadata refresh.
[GB.FORM.EDITOR]
* NEW: TextEditor: Always raise Change events before Cursor events.
2017-08-28 21:40:09 +02:00
gambas
982222e37f
Merge branch 'master' of gitlab.com:gambas/gambas
2017-08-28 19:13:13 +02:00
gambas
0538985834
Embedding controls in a new container now takes the form family into account.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Don't open the console if the compilation is successful.
* BUG: Form editor: Embedding controls in a new container now takes the form family into account.
2017-08-28 19:11:15 +02:00
gambas
088f5b9cfa
New 'exec' icon for breeze themes, and new String.FromHTM() method.
...
[GB.FORM]
* NEW: Change 'exec' icon for breeze themes.
[GB.UTIL]
* NEW: String.FromHTML() is a new method that extract text from a piece of HTML. Named entities are mostly not supported. But everything enclosed in a <script> or <style> markup is ignored.
2017-08-28 19:08:33 +02:00
gambas
6296389b6d
TerminalView: Hitting RETURN or ENTER sends a '\r' instead of a '\n' by default.
...
[GB.FORM.TERMINAL]
* BUG: TerminalView: Hitting RETURN or ENTER sends a '\r' instead of a '\n' by default.
2017-08-28 19:06:17 +02:00