[Gambas-Notification] [Git][gambas/gambas][master] 15 commits: Fix keyboard event management for GTK+3, use standard colors by default, and...

Benoît Minisini gitlab at mg.gitlab.com
Tue Nov 24 21:54:55 CET 2020



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


Commits:
2b43657a by gambas at 2020-11-24T21:36:12+01:00
Fix keyboard event management for GTK+3, use standard colors by default, and draw matching braces differently.

[GB.FORM.EDITOR]
* BUG: TextEditor: Do not stop keyboard event if the key is not handled by the editor.
* NEW: TextEditor: Use the standard background and foreground colors by default.
* NEW: TextEditor: Draw the matching brace under the cursor with an underline.

- - - - -
38eefd7d by gambas at 2020-11-24T21:37:43+01:00
Translation dialog: Importing a translation now correctly refreshes the translation view.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Importing a translation now correctly refreshes the translation view.
*

- - - - -
9c3fc872 by gambas at 2020-11-24T21:37:55+01:00
Keyboard management fixes.

[GB.GTK]
* BUG: Fix management of default and cancel buttons shortcuts.
* BUG: Workaround the default accelerator management of GTK, so that they are triggered only if no other widget handle the keyboard event.

[GB.GTK3]
* BUG: Fix management of default and cancel buttons shortcuts.
* BUG: Workaround the default accelerator management of GTK, so that they are triggered only if no other widget handle the keyboard event.

- - - - -
d7dbc4ee by gambas at 2020-11-24T21:39:58+01:00
Remove now useless source file symbolic links.

[GB.GTK3]
* BUG: Remove now useless source file symbolic links.

- - - - -
fd478d91 by gambas at 2020-11-24T21:42:02+01:00
SQLRequest: Do not quote "*" field name in Select() method.

[GB.DB]
* NEW: SQLRequest: Do not quote "*" field name in Select() method.

- - - - -
9b3d7b4f by gambas at 2020-11-24T21:43:10+01:00
Undef PACKAGE_* preprocessor constants from 'gambas.h', if they are defined.

[INTERPRETER]
* BUG: Undef PACKAGE_* preprocessor constants from 'gambas.h', if they are defined.

- - - - -
84cbc39b by gambas at 2020-11-24T21:44:37+01:00
Correctly uninstall interpreter metadata files.

[CONFIGURATION]
* BUG: Correctly uninstall interpreter metadata files.

- - - - -
8c4f6d8a by gambas at 2020-11-24T21:45:17+01:00
Fix a warning message.

[INFORMER]
* BUG: Fix a warning message.

- - - - -
0c3c62f7 by gambas at 2020-11-24T21:45:38+01:00
Fix a local variable datatype.

[INTERPRETER]
* BUG: Fix a local variable datatype.

- - - - -
1bf591ab by gambas at 2020-11-24T21:46:23+01:00
Fix some debugging messages.

[GB.QT4]
* NEW: Fix some debugging messages.

[GB.QT5]
* NEW: Fix some debugging messages.

- - - - -
48f84df8 by gambas at 2020-11-24T21:47:29+01:00
DBusConnection: Validate the path sent to the _Introspect() method, to replace a crash by an error or a void result.

[GB.DBUS]
* BUG: DBusConnection: Validate the path sent to the _Introspect() method, to replace a crash by an error or a void result.

- - - - -
27afeb59 by gambas at 2020-11-24T21:48:43+01:00
Remove the undefinition of PACKAGE_* constants. It is now handled directly in 'gambas.h'.

[GB.DB.POSTGRESQL]
* NEW: Remove the undefinition of PACKAGE_* constants. It is now handled directly in 'gambas.h'.

- - - - -
5a5e4688 by gambas at 2020-11-24T21:50:24+01:00
Message: Rework the message box. Copying the message is now done through a popup menu.

[GB.GUI.BASE]
* NEW: Message: Rework the message box. Copying the message is now done through a popup menu.
* OPT: ScrollArea: Remove some useless lines in scrollbar management.

- - - - -
314486fe by gambas at 2020-11-24T21:52:36+01:00
Fix index sorting and use 'gb.qt5' information file for all GUI components now.

[WIKI CGI SCRIPT]
* BUG: Fix index sorting.
* BUG: Use 'gb.qt5' information file for all GUI components now.

- - - - -
5a46d0ac by gambas at 2020-11-24T21:54:43+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


30 changed files:

- app/src/gambas-wiki/.project
- app/src/gambas-wiki/.src/CComponent.class
- app/src/gambas-wiki/.src/WikiMarkdown.class
- app/src/gambas3/.src/Editor/Code/FCompletion.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Translation/FTranslate.class
- app/src/gambas3/img/32/do-not-translate.png
- app/src/gambas3/img/symbol/method.png
- app/src/gambas3/img/symbol/s-method.png
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/_TextEditor_Styles.class
- comp/src/gb.form.editor/.src/test/FTestEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/Main.module
- comp/src/gb.gui.base/.src/Message/FMessage.class
- comp/src/gb.gui.base/.src/Message/FMessage.form
- comp/src/gb.gui.base/.src/ScrollArea.class
- gb.db.postgresql/src/main.c
- gb.dbus/src/c_dbusconnection.c
- gb.dbus/src/gb.dbus/.project
- gb.dbus/src/gb.dbus/.src/MMain.module
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcombobox.cpp
- gb.gtk/src/gcombobox.h
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.gtk/src/gkey.cpp
- gb.gtk/src/gmainwindow.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/52bb08824235bb82a1c53c36e0401f1345a913a3...5a46d0ac4ad71bc6a6b95107956d9839ee5874cb

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/52bb08824235bb82a1c53c36e0401f1345a913a3...5a46d0ac4ad71bc6a6b95107956d9839ee5874cb
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/20201124/b76dce6e/attachment-0001.htm>


More information about the Notification mailing list