[Gambas-Notification] [Git][gambas/gambas][stable] 17 commits: Don't try to save breakpoints when dealing with a "fake" project.

Benoît Minisini gitlab at mg.gitlab.com
Thu Apr 5 00:46:43 CEST 2018


Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
117d4ed5 by gambas at 2018-03-27T21:07:40Z
Don't try to save breakpoints when dealing with a "fake" project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Don't try to save breakpoints when dealing with a "fake" project.

- - - - -
66b1cfe2 by gambas at 2018-03-29T20:51:09Z
Project tree: Do not crash if a file has no mime-type or no associated icon.

[DEVELOPMENT ENVIRONMENT]
* BUG: Project tree: Do not crash if a file has no mime-type or no associated icon.

- - - - -
b81e6539 by gambas at 2018-03-29T22:38:13Z
TerminalView: Add a default popup-menu that allows to copy, paste, and clear the terminal.

[GB.FORM.TERMINAL]
* NEW: TerminalView: Add a default popup-menu that allows to copy, paste, and clear the terminal.

- - - - -
f218d6a3 by gambas at 2018-03-29T22:51:10Z
Code editor: Correctly hide the insert special character button when the editor is read-only.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Correctly hide the insert special character button when the editor is read-only.

- - - - -
789227d5 by gambas at 2018-03-30T00:11:27Z
Debugger: Correctly update breakpoints when a source file is renamed.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Correctly update breakpoints when a source file is renamed.

- - - - -
62bc061d by gambas at 2018-03-30T14:57:00Z
Integer computed fields are always 64 bits.

[GB.DB.SQLITE3]
* BUG: Computed fields are always 64 bits.

- - - - -
b7ce3160 by gambas at 2018-03-30T14:57:54Z
DataView: Long integers are now right aligned like other numbers.

[GB.DB.FORM]
* BUG: DataView: Long integers are now right aligned like other numbers.

- - - - -
31193668 by gambas at 2018-04-01T16:52:52Z
Debugger: Don't allow to change breakpoints while the project is running.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Don't allow to change breakpoints while the project is running, as the internal debugger does not support it.

- - - - -
9969c3c5 by gambas at 2018-04-02T09:12:03Z
Debugger: Renaming a module correctly updates breakpoints now.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Renaming a module correctly updates breakpoints now.

- - - - -
a2eec9ea by gambas at 2018-04-02T09:38:18Z
Fix Gambas 2 to Gambas 3 project conversion.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix Gambas 2 to Gambas 3 project conversion.

- - - - -
362aa289 by gambas at 2018-04-02T11:20:12Z
Debugger: Do not switch to the debugging panel each time the debugger stops. Instead, switch to it only at startup, and automatically switch to the console only when something is written in it.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Do not switch to the debugging panel each time the debugger stops. Instead, switch to it only at startup, and automatically switch to the console only when something is written in it.

- - - - -
77392c32 by gambas at 2018-04-03T21:44:32Z
DataSource: Better support of SQL queries in the Table property.

[GB.DB.FORM]
* BUG: DataSource: Better support of SQL queries in the Table property. Using a SQL query now make the DataSource automatically read-only.

- - - - -
29b8b10c by gambas at 2018-04-03T21:45:43Z
GridView: Use a lighter version of the SelectedBackground color instead of a light gray when the control loses the focus.

[GB.GUI.BASE]
* NEW: GridView: Use a lighter version of the SelectedBackground color instead of a light gray when the control loses the focus.

- - - - -
ac7ac1e9 by gambas at 2018-04-03T21:47:16Z
Update French translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.

- - - - -
19609d3e by gambas at 2018-04-04T22:39:03Z
TextEditor: Fix a potential crash when some editor views are invalid.

[GB.FORM.EDITOR]
* BUG: TextEditor: Fix a potential crash when some editor views are invalid.

- - - - -
6136b8e8 by gambas at 2018-04-04T22:45:16Z
TerminalView: Process output is sent to the terminal each 50 ms now, instead of 250 ms before.

[GB.FORM.TERMINAL]
* NEW: TerminalView: Process output is sent to the terminal each 50 ms now, instead of 250 ms before.

- - - - -
8adcd5c3 by gambas at 2018-04-04T22:46:30Z
Merge branch 'master' into stable

- - - - -


24 changed files:

- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- app/src/gambas3/.src/Project/Conversion/MConvert.module
- comp/src/gb.db.form/.connection/Connection3.connection
- comp/src/gb.db.form/.src/DataSource.class
- comp/src/gb.db.form/.src/DataTable.class
- comp/src/gb.db.form/.src/DataView.class
- comp/src/gb.db.form/.src/Test/FMain.class
- comp/src/gb.db.form/.src/Test/FMain.form
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form
- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/MMain.module
- comp/src/gb.gui.base/.src/Paint.class
- comp/src/gb.gui.base/.src/Test/FGridView.form
- gb.db.sqlite3/src/helper.c


View it on GitLab: https://gitlab.com/gambas/gambas/compare/9a51a5efd380a19be1a7b64053fb4973224f3039...8adcd5c3e8da98cfe58fd45c51a7d3bc82753764

---
View it on GitLab: https://gitlab.com/gambas/gambas/compare/9a51a5efd380a19be1a7b64053fb4973224f3039...8adcd5c3e8da98cfe58fd45c51a7d3bc82753764
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20180404/8fef21c0/attachment-0001.html>


More information about the Notification mailing list