[Gambas-Notification] [Git][gambas/gambas][stable] 22 commits: Fix detection with at least pkgconf 2.4.2

Benoît Minisini gitlab at mg.gitlab.com
Tue Aug 7 10:31:58 CEST 2018


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


Commits:
834b3231 by Laurent Carlier at 2018-08-07T07:45:25Z
Fix detection with at least pkgconf 2.4.2

[GB.SDL2]
* BUG: Fix detection with at least pkgconf 2.4.2

- - - - -
835dd9ad by Laurent Carlier at 2018-08-07T07:46:00Z
Fix detection with at least pkgconf 2.4.2.

[GB.SDL]
* BUG: Fix detection with at least pkgconf 2.4.2.

- - - - -
6c188a44 by Laurent Carlier at 2018-08-07T07:46:31Z
Only use pkg-config to detect sqlite3 (feature available since 2004!)

[CONFIGURATION]
* NEW: Only use pkg-config to detect sqlite3 (feature available since 2004!)

- - - - -
2fd53dd5 by Tobias Boege at 2018-08-07T07:46:54Z
Chmod now reads mode bit string correctly.

[INTERPRETER]
* BUG: Fix off-by-one error in FILE_mode_from_string which couldn't read mode bits 's' and 't'.

- - - - -
46b67936 by Tobias Boege at 2018-08-07T07:47:27Z
Complete IDE German translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Complete German translation.

Co-Authored-By: Uwe Keller <uwe.keller at mail.de>

- - - - -
91c3e24f by gambas at 2018-08-07T07:48:06Z
Correctly take default tab size into account when creating a new project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly take default tab size into account when creating a new project.

- - - - -
6fdd4234 by gambas at 2018-08-07T07:48:28Z
Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones.

[GB.GTK]
* NEW: Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones.

[GB.GTK3]
* NEW: Don't remove a control from its parent immediately when destroying it, so that GTK+ components behave like the QT ones.

- - - - -
e3c76533 by gambas at 2018-08-07T07:48:57Z
Renaming an exported class in projects using non-GUI forms should not crash anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: Renaming an exported class in projects using non-GUI forms should not crash anymore.

- - - - -
a245979f by gambas at 2018-08-07T07:49:18Z
Session: Exist() method now works correctly for sessions stored in sqlite databases.

[GB.WEB]
* BUG: Session: Exist() method now works correctly for sessions stored in sqlite databases.

- - - - -
d81fffb4 by bgermann at 2018-08-07T07:50:12Z
Make the AppStream XML adhere to the standard.

[DEVELOPMENT ENVIRONMENT]
* BUG: Make the AppStream XML adhere to the standard.

- - - - -
bc798a58 by bgermann at 2018-08-07T07:50:42Z
Make compilation with clang possible.

[CONFIGURATION]
* BUG: Compilation with clang is possible.

- - - - -
dd26e934 by bgermann at 2018-08-07T07:51:15Z
Make gb.mime compatible with libgmime 3.0.

[GB.MIME]
* NEW: Make compatible with libgmime 3.0.
* NEW: Drop libgmime 2.4 support.

- - - - -
38eb07ad by gambas at 2018-08-07T07:51:46Z
Fix the clang fix. Compiler messages are visible again.

[COMPILER]
* BUG: Fix the clang fix. Compiler messages are visible again.

- - - - -
e15fefe8 by gambas at 2018-08-07T07:52:10Z
Add Session.Path property, and fix the write of session values for sqlite sessions.

[GB.WEB]
* BUG: Fix the write of session values for sqlite sessions.
* NEW: Session.Path is a new property that returns the path of the file where the session is stored.

- - - - -
205c6e98 by gambas at 2018-08-07T07:52:25Z
Menu editor: Always check the menu structure before saving it.

[DEVELOPMENT ENVIRONMENT]
* BUG: Menu editor: Always check the menu structure before saving it.

- - - - -
db363c53 by gambas at 2018-08-07T07:52:39Z
TreeView: Don't mess up multiple selection when automatic sorting is enabled.

[GB.GUI.BASE]
* BUG: TreeView: Don't mess up multiple selection when automatic sorting is enabled.

- - - - -
1979d2f1 by Tobias Boege at 2018-08-07T07:52:55Z
IconView: always raise Click event when clicked.

[GB.GUI.BASE]
* BUG: IconView: Always raise Click event when clicked and not only when selection changes.

See Gambas Bug #1358

- - - - -
89c05d8c by gambas at 2018-08-07T08:27:14Z
Fix a memory leak when connecting to a database.

[GB.DB.ODBC]
* BUG: Fix a memory leak when connecting to a database.

- - - - -
a390781c by gambas at 2018-08-07T08:27:43Z
The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed.

[INTERPRETER]
* BUG: The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed.

- - - - -
fa35f3d2 by gambas at 2018-08-07T08:28:03Z
DataCheckBox: Its default value is now correctly set to NULL.

[GB.DB.FORM]
* BUG: DataCheckBox: Its default value is now correctly set to NULL.

- - - - -
c7354f67 by gambas at 2018-08-07T08:28:18Z
Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component.

[DEVELOPMENT ENVIRONMENT]
* BUG: Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component.

- - - - -
6f6224a9 by gambas at 2018-08-07T08:31:03Z
Allow compilation of structure accesses again.

[COMPILER]
* BUG: Allow compilation of structure accesses again.

- - - - -


24 changed files:

- app/desktop/gambas3.appdata.xml
- app/src/gambas3/.lang/de.mo
- app/src/gambas3/.lang/de.po
- app/src/gambas3/.src/Component/CDocumentation.class
- app/src/gambas3/.src/Editor/Form/FMenu.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/FCreateProject.class
- comp/src/gb.db.form/.component
- comp/src/gb.db.form/.lang/fr.po
- comp/src/gb.db.form/.project
- comp/src/gb.db.form/.src/DataCheckBox.class
- comp/src/gb.db.form/.src/DataView.class
- comp/src/gb.gui.base/.component
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/IconView/IconView.class
- comp/src/gb.gui.base/.src/Paint.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
- comp/src/gb.web/.component
- comp/src/gb.web/.project
- comp/src/gb.web/.src/FileSessionManager.class
- comp/src/gb.web/.src/Session.module
- comp/src/gb.web/.src/SessionManager.class
- comp/src/gb.web/.src/SqliteSessionManager.class
- gb.db.odbc/src/main.c


View it on GitLab: https://gitlab.com/gambas/gambas/compare/d4fd239ed0231a974653ea77fa802bf39732d114...6f6224a9c155bf3e5f213f1c11d73dffc077d709

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/d4fd239ed0231a974653ea77fa802bf39732d114...6f6224a9c155bf3e5f213f1c11d73dffc077d709
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20180807/9bb90b93/attachment-0001.html>


More information about the Notification mailing list