gambas
b9389e5d61
Update French translation.
...
[GB.FORM.MDI]
* NEW: Update French translation.
2018-03-17 23:36:54 +01:00
gambas
cf70b1e3ff
Support for the new interpreter error message "Free object referenced".
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the new interpreter error message "Free object referenced".
* NEW: Update french translation.
2018-03-17 23:35:27 +01:00
gambas
f47d63100c
Raise an error if a object being freed has been referenced by its '_free' special method.
...
[INTERPRETER]
* NEW: Add a new message error for free object being referenced.
* NEW: Raise an error if a object being freed has been referenced by its '_free' special method.
* OPT: Add a boolean flag in the class structure not to try to call the '_free' special method if there is not.
2018-03-17 23:33:02 +01:00
gambas
a3fa96bed9
New tooltip design in the form editor, and many fixes in the image editor.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Don't open console when an external command emits a message.
* NEW: Form editor: Display tooltip on the top left corner, like the image editor does.
* NEW: Use system tooltip colors for form and image editor tooltips.
* BUG: Image editor: Fix rectangle selection with SHIFT key.
* NEW: Image editor: Double-click now hides the selection, and single click never hides it.
* BUG: Image editor: Fix zero width line drawing.
* NEW: Image editor: Display fractional coordinates in the tooltip.
* NEW: Image editor: The ALT key is now used for rotating or drawing a line with an angle that is a multiple of 15 degrees.
* NEW: Image editor: Highlight the last point with the "draw" and "erase" tool.
2018-03-17 21:00:05 +01:00
gambas
1a1db93658
Update a test form.
...
[GB.FORM]
* NEW: Update a test form.
2018-03-17 03:29:35 +01:00
gambas
ec7c275a21
Use the 'vector' stock icon for '*.svgz' files too.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Use the 'vector' stock icon for '*.svgz' files too.
2018-03-17 02:54:12 +01:00
gambas
d5c21d4486
Use the console font for the local variable tree.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Debug panel: Use the console font for the local variable tree.
* BUG: File properties: Undoing the changes correctly resets the change tab.
* NEW: Form editor: Draw project exported controls icons with a square border.
* NEW: Use the new 'vector' stock icon for svg images in the project.
2018-03-17 02:51:16 +01:00
gambas
870ad90a71
Use 'vector' stock icon for '*.svg' and '*.svgz' files in the Desktop.GetFileIcon() method.
...
[GB.DESKTOP]
* NEW: Use 'vector' stock icon for '*.svg' and '*.svgz' files in the Desktop.GetFileIcon() method.
2018-03-17 02:37:01 +01:00
gambas
b2cedc658c
Redraw the control icons.
...
[GB.DB.FORM]
* NEW: Redraw the control icons.
2018-03-17 02:36:18 +01:00
gambas
a57f909fdb
Use the 'vector' icon for svg mime type.
...
[GB.FORM.STOCK]
* NEW: Redraw the 'vector' icon.
* NEW: Use the 'vector' icon for svg mime type.
2018-03-17 02:35:23 +01:00
gambas
14be5945df
Update control icons in many places.
2018-03-16 23:46:35 +01:00
gambas
f7f01c0c53
Image editor: Add optional diagonals to the grid.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Add optional diagonals to the grid.
2018-03-16 23:45:53 +01:00
gambas
759020b263
Forgot to add the new icon for 'gambas' theme.
...
[GB.FORM.STOCK]
* BUG: Forgot to add the new icon for 'gambas' theme.
2018-03-16 23:43:34 +01:00
gambas
1df3488f93
New stock icon 'vector'.
...
[GB.FORM]
* NEW: New stock icon 'vector'.
[GB.FORM.STOCK]
* NEW: New stock icon 'vector'.
* NEW: Fix some icons.
2018-03-16 23:42:08 +01:00
gambas
557165ebcb
TabPanel: Tab icons are now stretched if they are too big for the tab bar height.
...
[GB.FORM]
* BUG: TabPanel: Tab icons are now stretched if they are too big for the tab bar height.
2018-03-16 23:41:06 +01:00
gambas
598bb58e78
Merge branch 'master' of gitlab.com:gambas/gambas
2018-03-16 14:14:00 +01:00
gambas
900fee66d5
Update many project configuration files.
2018-03-16 14:13:21 +01:00
gambas
e7a98f3ab9
TabPanel: Draw tab close buttons so that they adapt to the desktop scale.
...
[GB.FORM]
* BUG: TabPanel: Draw tab close buttons so that they adapt to the desktop scale.
2018-03-16 14:11:55 +01:00
gambas
539f17a4bd
Redraw many control icons using the new stock icons.
2018-03-16 14:10:12 +01:00
gambas
4c38b0f5c3
RDir() now works correctly when browsing executable directories.
...
[INTERPRETER]
* BUG: RDir() now works correctly when browsing executable directories.
2018-03-16 14:02:58 +01:00
Tobias Boege
6a87383c32
Fix typo in German translation
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix typo in German translation
2018-03-16 09:41:47 +01:00
gambas
c995af165c
Fix the mysql logo that made libpng displays a warning.
...
[GB.MYSQL]
* BUG: Fix the mysql logo that made libpng displays a warning.
2018-03-16 03:05:56 +01:00
gambas
b80c0fbaa9
TextEditor: Fix the side view tooltip contents again.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix the side view tooltip contents again.
2018-03-16 02:55:30 +01:00
gambas
3f6c0961e6
Remove an unused local variable.
...
[SCRIPTER]
* BUG: Remove an unused local variable.
2018-03-16 02:29:44 +01:00
gambas
2ac50c7ea0
TextEditor: Fix the side view range and the side view tooltips.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: The side view does not allow to move the view past the last line anymore.
* BUG: TextEditor: Fix the values displayed in the side view tooltip.
* NEW: TextEditor: Draw the side view tooltip in a more compact way.
2018-03-16 02:09:30 +01:00
gambas
d77dbfd086
Do not write the comment line `# Compile with Gambas 3.X.X' in the '.project' file anymore.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Do not write the comment line `# Compile with Gambas 3.X.X' in the '.project' file anymore.
2018-03-16 02:08:19 +01:00
gambas
15f0960ab7
Never disable the Qt GLib event loop, even on KDE.
...
[GB.QT4]
* NEW: Never disable the Qt GLib event loop, even on KDE.
[GB.QT5]
* NEW: Never disable the Qt GLib event loop, even on KDE.
2018-03-16 01:58:52 +01:00
gambas
b517994783
Years written with a initial zero digit are not converted to years between 1931 and 2030 if lower then 100.
...
[INTERPRETER]
* NEW: When formatting a date, the number of 'y' is now the minimum number of digits used for displaying the date year.
* NEW: When converting a string to a date with Val(), if the year begins with a zero character, then it is not converted to years between 1931 and 2030 if it is lower than 100.
2018-03-16 01:45:32 +01:00
gambas
d78f4de7e7
Fix again breakpoint tab refresh after a file has been modified.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix again breakpoint tab refresh after a file has been modified.
2018-03-15 17:13:19 +01:00
gambas
c9e2c34081
Refresh breakpoints correctly even if the breakpoint tab is hidden.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Refresh breakpoints correctly even if the breakpoint tab is hidden.
2018-03-15 16:23:31 +01:00
gambas
d6b8c451c9
Raise a more explicit "No return value" error when trying to get the return value of a task that didn't return anything.
...
[INTERPRETER]
* BUG: Raise a more explicit "No return value" error when trying to get the return value of a task that didn't return anything.
2018-03-14 16:59:57 +01:00
gambas
52056b6146
The startup emblem should not be duplicated anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: The startup emblem should not be duplicated anymore.
2018-03-13 15:46:45 +01:00
gambas
b9a31ab989
BUG: Using pretty printing on load or save does not crash anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Using pretty printing on load or save does not crash anymore.
2018-03-13 15:34:17 +01:00
gambas
56bf5447e3
Form editor: Double-clicking on the form title now opens the menu editor.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Double-clicking on the form title now opens the menu editor.
2018-03-12 02:43:44 +01:00
gambas
25d7b565ab
Code editor: Add groups to the procedure list popup for event handlers and hidden public methods.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Add groups to the procedure list popup for event handlers and hidden public methods.
2018-03-12 02:34:16 +01:00
gambas
2a0be69773
TextEditor: Fix highlighting of matching indentations.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix highlighting of matching indentations.
2018-03-12 00:07:51 +01:00
gambas
cc79f63461
Search dialog: You cannot replace in read-only files anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: You cannot replace in read-only files anymore.
* NEW: Help browser: Try to guess a monospace font that matches the default font.
2018-03-11 17:58:30 +01:00
gambas
e0dca9514d
GridView: The Selection property cannot return invalid rows anymore.
...
[GB.GUI.BASE]
* BUG: GridView: The Selection property cannot return invalid rows anymore.
2018-03-11 01:04:04 +01:00
gambas
be3375e0d2
Fix property retrieving implementation
...
[GB.DBUS]
* BUG: Fix property retrieving implementation.
2018-03-10 15:54:56 +01:00
gambas
2b4d8553e2
Still fixing breakpoint management.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Still fixing breakpoint management.
* NEW: Update french translation.
2018-03-10 15:09:32 +01:00
gambas
dd825e85c3
Keep fixing breakpoint management, and try to be clever about which panel to show during debugging.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Keep fixing breakpoint management.
* NEW: Automatically show the console while the program is running, and the debugging tab when the program is stopped.
* NEW: Add a new button to the console output that suspends the terminal.
2018-03-10 13:28:57 +01:00
gambas
53cbe2370c
TerminalView.Suspended is a new property that allows to suspend or restart the terminal.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: TerminalView.Suspended is a new property that allows to suspend or restart the terminal.
* NEW: TerminalView: Terminal.Reset() now takes an optional argument to keep the cursor position.
2018-03-10 13:27:02 +01:00
gambas
4244505ba6
Code prettyfier: Try to keep the cursor on the same line after the code has been rewritten.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Code prettyfier: Try to keep the cursor on the same line after the code has been rewritten.
2018-03-10 03:04:23 +01:00
gambas
f6231bf616
TextEditor: Enhance undo & redo management of breakpoints and bookmarks.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Enhance undo & redo management of breakpoints and bookmarks.
2018-03-10 02:55:07 +01:00
gambas
6fd7ddaab0
Internal breakpoint management has been redesigned, and code prettyfier should not lose breakpoints and bookmarks anymore.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Internal redesign of breakpoint management.
* NEW: Code editor: Code prettyfier should not lose breakpoints and bookmarks anymore.
2018-03-10 02:46:18 +01:00
gambas
9ef5ef6abf
Undo & redo now take the breakpoints and the bookmarks into account.
...
[GB.FORM.EDITOR]
* NEW: Undo & redo now take the breakpoints and the bookmarks into account.
* NEW: Change the way bookmarks are drawn.
2018-03-10 02:45:07 +01:00
gambas
6eeca9c0f3
Debugger: Setting breakpoints at runtime works again.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Setting breakpoints at runtime works again.
2018-03-09 21:28:08 +01:00
gambas
a8ddb2a634
Highlight matching indentations.
...
[GB.FORM.EDITOR]
* NEW: Highlight matching indentations.
2018-03-09 21:26:43 +01:00
gambas
ac0ae560e9
Rename "very small" stock icon size into "tiny".
...
[GB.FORM.MDI]
* NEW: Rename "very small" stock icon size into "tiny".
2018-03-09 21:25:53 +01:00
gambas
bd3a57dc0f
Rename "very small" stock icon size into "tiny" and add Stock.Sizes property.
...
[GB.FORM]
* NEW: Rename "very small" stock icon size into "tiny".
* NEW: Stock.Sizes is a new property that returns the list of stock icon default sizes.
2018-03-09 21:25:07 +01:00