Commit graph

6597 commits

Author SHA1 Message Date
gambas
c13f650c8f Val() correctly reads thousand separators again.
[INTERPRETER]
* BUG: Val() correctly reads thousand separators again.
2018-08-11 23:37:25 +02:00
gambas
d189a564e3 Use the correct default value for XDG_DATA_DIRS environment variable.
[GB.DESKTOP]
* BUG: Use the correct default value for XDG_DATA_DIRS environment variable.
2018-08-10 14:31:26 +02:00
gambas
a6a8d04b99 Format$ now prints the expected number of decimal digits when using exponential format.
[INTERPRETER]
* BUG: Format$ now prints the expected number of decimal digits when using exponential format.
2018-08-10 14:27:16 +02:00
gambas
dd53172230 Fix thousand separators again.
[INTERPRETER]
* BUG: Fix thousand separators again.
2018-08-10 14:26:57 +02:00
gambas
9e0ff90c65 Update version to 3.11.4. 2018-08-10 14:26:12 +02:00
gambas
80595fe5fa Finish fixing thousand separator bug.
[INTERPRETER]
* BUG: Finish fixing thousand separator bug.
2018-08-07 13:39:18 +02:00
gambas
6f6224a9c1 Allow compilation of structure accesses again.
[COMPILER]
* BUG: Allow compilation of structure accesses again.
2018-08-07 10:31:03 +02:00
gambas
c7354f67b9 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.
2018-08-07 10:28:18 +02:00
gambas
fa35f3d248 DataCheckBox: Its default value is now correctly set to NULL.
[GB.DB.FORM]
* BUG: DataCheckBox: Its default value is now correctly set to NULL.
2018-08-07 10:28:03 +02:00
gambas
a390781cd6 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.
2018-08-07 10:27:43 +02:00
gambas
89c05d8c9f Fix a memory leak when connecting to a database.
[GB.DB.ODBC]
* BUG: Fix a memory leak when connecting to a database.
2018-08-07 10:27:14 +02:00
Tobias Boege
1979d2f142 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
2018-08-07 09:52:55 +02:00
gambas
db363c53fa 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.
2018-08-07 09:52:39 +02:00
gambas
205c6e98be Menu editor: Always check the menu structure before saving it.
[DEVELOPMENT ENVIRONMENT]
* BUG: Menu editor: Always check the menu structure before saving it.
2018-08-07 09:52:25 +02:00
gambas
e15fefe8ce 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.
2018-08-07 09:52:10 +02:00
gambas
38eb07adf5 Fix the clang fix. Compiler messages are visible again.
[COMPILER]
* BUG: Fix the clang fix. Compiler messages are visible again.
2018-08-07 09:51:46 +02:00
bgermann
dd26e934ac Make gb.mime compatible with libgmime 3.0.
[GB.MIME]
* NEW: Make compatible with libgmime 3.0.
* NEW: Drop libgmime 2.4 support.
2018-08-07 09:51:15 +02:00
bgermann
bc798a5860 Make compilation with clang possible.
[CONFIGURATION]
* BUG: Compilation with clang is possible.
2018-08-07 09:50:42 +02:00
bgermann
d81fffb4e8 Make the AppStream XML adhere to the standard.
[DEVELOPMENT ENVIRONMENT]
* BUG: Make the AppStream XML adhere to the standard.
2018-08-07 09:50:12 +02:00
gambas
a245979f2a 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.
2018-08-07 09:49:18 +02:00
gambas
e3c7653396 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.
2018-08-07 09:48:57 +02:00
gambas
6fdd423409 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.
2018-08-07 09:48:28 +02:00
gambas
91c3e24f95 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.
2018-08-07 09:48:06 +02:00
Tobias Boege
46b6793642 Complete IDE German translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Complete German translation.

Co-Authored-By: Uwe Keller <uwe.keller@mail.de>
2018-08-07 09:47:27 +02:00
Tobias Boege
2fd53dd559 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'.
2018-08-07 09:46:54 +02:00
Laurent Carlier
6c188a4439 Only use pkg-config to detect sqlite3 (feature available since 2004!)
[CONFIGURATION]
* NEW: Only use pkg-config to detect sqlite3 (feature available since 2004!)
2018-08-07 09:46:31 +02:00
Laurent Carlier
835dd9adf0 Fix detection with at least pkgconf 2.4.2.
[GB.SDL]
* BUG: Fix detection with at least pkgconf 2.4.2.
2018-08-07 09:46:00 +02:00
Laurent Carlier
834b323124 Fix detection with at least pkgconf 2.4.2
[GB.SDL2]
* BUG: Fix detection with at least pkgconf 2.4.2
2018-08-07 09:45:25 +02:00
gambas
d4fd239ed0 Fix thousands separator.
[INTERPRETER]
* BUG: Fix thousands separator.
2018-08-07 09:42:03 +02:00
gambas
3fe36ae5a9 Update version file to 3.11.3. 2018-06-03 21:34:46 +02:00
gambas
96be03b3c6 Merge branch 'master' into stable 2018-05-17 00:38:57 +02:00
gambas
8200600168 Don't crash when opening a Gambas source file as an external file.
[DEVELOPMENT ENVIRONMENT]
* BUG: Don't crash when opening a Gambas source file as an external file.
2018-05-16 19:07:50 +02:00
gambas
e9bc65686c Software farm: Don't crash when installing an example if its symbolic link alread exists.
[DEVELOPMENT ENVIRONMENT]
* BUG: Software farm: Don't crash when installing an example if its symbolic link alread exists.
* BUG: Project tree: CTRL + double-click is now triggered only on source files.
2018-05-16 19:00:22 +02:00
gambas
64f20f041f Continue fixing compilation on old versions of the horrible poppler library.
[GB.PDF]
* BUG: Continue fixing compilation on old versions of the horrible poppler library.
2018-05-16 03:50:46 +02:00
gambas
f87cd1025b Continue fixing compilation on old popplers.
[GB.PDF]
* BUG: Continue fixing compilation on old popplers.
2018-05-16 02:29:12 +02:00
gambas
e528f3441a Fix compilation with poppler < 0.64.
[GB.PDF]
* BUG: Fix compilation with poppler < 0.64.
2018-05-16 02:24:20 +02:00
Tobias Boege
0893ca7dee gb.pdf: Fix compilation with older popplers
[GB.PDF]
* BUG: Fix compilation with older popplers
2018-05-16 02:04:47 +02:00
Adrien Prokopowicz
6c9f64666a
[GB.XML]
* BUG: Fix the XmlNode.GetElementsByAttributeValue() method.
2018-05-16 01:43:21 +02:00
Tobias Boege
fdf8fa658f gb.pdf: Compile with poppler 0.64
[GB.PDF]
* NEW: Add many consts to compile with poppler 0.64. Partial patch thanks to Tony Morehen
2018-05-15 21:27:51 +02:00
gambas
dc1ccab81e Merge branch 'master' into stable 2018-05-14 01:19:51 +02:00
gambas
6858457dbb Automatic completion: Don't crash when completing an unreadable directory.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Don't crash when completing an unreadable directory.
2018-05-14 01:18:11 +02:00
gambas
4ae4256daf Merge branch 'master' into stable 2018-05-13 23:25:37 +02:00
gambas
3c3270be90 Switch to version 3.11.2 2018-05-13 23:22:53 +02:00
Benoît Minisini
df6bf93820 Merge branch 'master' into 'master'
This commit contains bug fix for the Chart component.

See merge request gambas/gambas!18
2018-05-13 21:20:21 +00:00
Adrien Prokopowicz
2ac99a0f2a
[GB.XML]
* BUG: Fix reading XML comments and CDATA tags when they contain
characters that belong to the end tag while not forming a complete one.
* BUG: Fix returning value of XML comments.

[GB.XML.HTML]
* BUG: Fix reading lowercase HTML doctypes.
2018-05-13 15:49:00 +02:00
gambas
790c023ff7 Merge branch 'master' into stable 2018-05-12 19:45:54 +02:00
gambas
dce6496cd9 Use text colors and not tooltip colors for form & image editors' information panel. Tooltip colors are sometimes unreadable.
[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Use text colors and not tooltip colors for information panel. Tooltip colors are sometimes unreadable.
* NEW: Image editor: Use text colors and not tooltip colors for information panel.
2018-05-12 19:41:48 +02:00
gambas
2c2146d594 Merge branch 'master' of gitlab.com:gambas/gambas 2018-05-12 19:40:38 +02:00
gambas
352bf8230d Fix use of QFont::setStyleName()
[GB.QT4]
* BUG: Don't use QFont::setStyleName() if Qt version is not at least 4.8.

[GB.QT5]
* BUG: Call QFont::setStyleName() last, as it may be buggy if Qt version is not at least 5.3.
2018-05-12 19:38:38 +02:00
Benoît Minisini
386edd1f79 Merge branch 'patch-2' into 'master'
fix forgotten conditional, not property a bug, conserves minimal build requirements

See merge request gambas/gambas!20
2018-05-12 13:07:30 +00:00