[Gambas-Notification] [Git][gambas/gambas][stable] 23 commits: Don't center modal forms if they have been explicitely moved.

Benoît Minisini gitlab at mg.gitlab.com
Sat Apr 28 16:07:12 CEST 2018


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


Commits:
c88b94cf by gambas at 2018-04-13T15:06:00Z
Don't center modal forms if they have been explicitely moved.

[GB.QT4]
* BUG: Don't center modal forms if they have been explicitely moved.

[GB.QT5]
* BUG: Don't center modal forms if they have been explicitely moved.

- - - - -
4454c726 by gambas at 2018-04-13T15:07:41Z
Database editor: Display the record counts of tables and SQL queries, and use true toolbars.

[DEVELOPMENT ENVIRONMENT]
* BUG: Remove all explicit form positions, so that they are now automatically centered.
* NEW: Database editor: Display the record counts of tables and SQL queries.
* NEW: Database editor: Use true toolbars.

- - - - -
27af7609 by gambas at 2018-04-13T15:09:38Z
Toolbar: Disabled controls are now correctly managed when the toolbar is in configuration mode.

[GB.FORM.MDI]
* BUG: Toolbar: Disabled controls are now correctly managed when the toolbar is in configuration mode.

- - - - -
d4e2dfcc by gambas at 2018-04-14T16:43:25Z
Paint.DrawRect() is a new method that draws a rectangle frame.

[GB.GUI.BASE]
* NEW: Paint.DrawRect() is a new method that draws a rectangle frame.

- - - - -
c3d36e65 by gambas at 2018-04-14T16:44:09Z
Toolbar: Correctly manage the disabled state of the item when dropping it on a toolbar.

[GB.FORM.MDI]
* BUG: Toolbar: Correctly manage the disabled state of the item when dropping it on a toolbar.
* NEW: Toolbar: Size is a new property that returns the toolbar icon size as a stock string size.
* NEW: Toolbar: Redesign the expander, separator and space items icons.

- - - - -
96a52309 by gambas at 2018-04-14T17:22:46Z
Redraw the 'database', 'security' and 'table' icons.

[GB.FORM.STOCK]
* NEW: Redraw the 'database', 'security' and 'table' icons.

- - - - -
a18b5eb7 by gambas at 2018-04-14T17:26:37Z
Image editor: Fix undo/redo management.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix undo/redo management.
* NEW: Database editor: Use the 'table' stock icon to create the system table icon.

- - - - -
a4c94e1d by gambas at 2018-04-16T14:27:06Z
Database editor: Do not try to open a newly created connection if a password is required but not provided.

[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: Do not try to open a newly created connection if a password is required but not provided.

- - - - -
4fdd2722 by gambas at 2018-04-16T14:28:44Z
Correctly quote index fields when generating an UPDATE or DELETE request in Result.Save() and Result.Delete() methods.

[GB.DB]
* BUG: Correctly quote index fields when generating an UPDATE or DELETE request in Result.Save() and Result.Delete() methods.

- - - - -
cc96782e by gambas at 2018-04-16T14:31:44Z
Correctly quote field names everywhere and always display error balloons on the accurate cell.

[GB.DB.FORM]
* BUG: DataView: Always display the error balloon on the accurate cell.
* BUG: Correctly quote field names everywhere.

- - - - -
aaeebacc by gambas at 2018-04-16T14:33:51Z
DateBox: Clicking on a date automatically closes the date chooser popup.

[GB.FORM]
* NEW: DateChooser: Raise a Click event when a date is clicked in the inner calendar.
* NEW: DateBox: Clicking on a date automatically closes the date chooser popup.

- - - - -
f0ad78cb by gambas at 2018-04-16T14:36:10Z
Toolbar: Make the toolbar configuration dialog defaut size smaller.

[GB.FORM.MDI]
* NEW: Toolbar: Make the toolbar configuration dialog defaut size smaller.

- - - - -
87f546bb by gambas at 2018-04-16T18:57:56Z
Correctly quote table names when using schemas.

[GB.DB]
* BUG: Correctly quote table names when using schemas.

- - - - -
6712de71 by gambas at 2018-04-18T01:17:30Z
Support for case sensitive schema names.

[GB.DB]
* BUG: Support for case sensitive schema names.

[GB.DB.POSTGRESQL]
* BUG: Support for case sensitive schema names.

- - - - -
43285550 by gambas at 2018-04-20T16:26:52Z
UTF-8 string routines position cache now should behave correctly in all cases.

[INTERPRETER]
* BUG: UTF-8 string routines position cache now should behave correctly in all cases.

- - - - -
9fc9132b by gambas at 2018-04-20T16:31:02Z
String controls can be used as toolbar expander now.

[DEVELOPMENT ENVIRONMENT]
* NEW: Move lock icons to the right of the toolbar.
* NEW: Remove some unused icons.
* BUG: Form editor: String controls can be used as toolbar expander now.
* NEW: Project tree: symbolic link emblem should be more visible now.

- - - - -
9b527616 by gambas at 2018-04-21T13:31:09Z
DesktopFile: Properties should be correctly writable now.

[GB.DESKTOP]
* BUG: DesktopFile: Properties should be correctly writable now.

- - - - -
2b3cbd92 by gambas at 2018-04-21T18:38:57Z
TerminalView: Fix "EraseStartOfLine" VT-100 command and remove "Erase screen" optimization.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Remove "Erase screen" optimization.
* BUG: TerminalView: Fix "EraseStartOfLine" VT-100 command.

- - - - -
15cab715 by gambas at 2018-04-21T18:41:05Z
Search dialog: Do not crash anymore if the last searched window has been closed.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: Do not crash anymore if the last searched window has been closed.

- - - - -
93fe4c8a by gambas at 2018-04-28T13:53:17Z
Shortcut: Write modifier keys with the first letter capitalized only.

[GB.GUI.BASE]
* BUG: Shortcut: Write modifier keys with the first letter capitalized only.

- - - - -
20f650aa by gambas at 2018-04-28T13:54:33Z
Shortcut configuration dialog: Use the Shortcut class and display action icons correctly.

[GB.FORM.MDI]
* NEW: Shortcut configuration dialog: Use the Shortcut class.
* BUG: Shortcut configuration dialog: Display action icons correctly.

- - - - -
f57ffd73 by gambas at 2018-04-28T14:00:12Z
Automatic completion: SUPER and ME always show all hidden symbols and update source archive exclude list.

[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: SUPER and ME always show all hidden symbols.
* NEW: Option dialog: Remove unused source archive configuration.
* NEW: Update source archives exclude list.
* BUG: Project tree: Modified classes correctly update their form icons.
* NEW: Update support file.

- - - - -
cdd5be47 by gambas at 2018-04-28T14:06:52Z
Merge branch 'master' into stable

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Connection/MConnection.module
- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/Debug/FOutput.form
- app/src/gambas3/.src/Dialog/FColorChooser.form
- app/src/gambas3/.src/Dialog/FFontChooser.form
- app/src/gambas3/.src/Dialog/FList.form
- app/src/gambas3/.src/Editor/Code/CCompletion.class
- app/src/gambas3/.src/Editor/Code/FCompletion.class
- app/src/gambas3/.src/Editor/Code/FCompletion.form
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FEditor.form
- app/src/gambas3/.src/Editor/Code/FSignature.form
- app/src/gambas3/.src/Editor/Code/FTextEditor.form
- app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class
- app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form
- app/src/gambas3/.src/Editor/FGotoLine.form
- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FForm.form
- app/src/gambas3/.src/Editor/Form/FFormStack.form
- app/src/gambas3/.src/Editor/Form/FMenu.form
- app/src/gambas3/.src/Editor/Form/FProperty.form
- app/src/gambas3/.src/Editor/Form/FText.form
- app/src/gambas3/.src/Editor/Form/FToolBox.form
- app/src/gambas3/.src/Editor/Form/FToolPanel.form
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- app/src/gambas3/.src/FSave.form


View it on GitLab: https://gitlab.com/gambas/gambas/compare/fe83704adb1d42f06cbcc8ffb7b53c0a2535505b...cdd5be47c06988bcb1056b02d931776b6cebf9a8

---
View it on GitLab: https://gitlab.com/gambas/gambas/compare/fe83704adb1d42f06cbcc8ffb7b53c0a2535505b...cdd5be47c06988bcb1056b02d931776b6cebf9a8
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/20180428/f7820da2/attachment-0001.html>


More information about the Notification mailing list