gambas
7a49f039b5
Uncatched errors raised from an event handler can be ignored now.
...
[INTERPRETER]
* NEW: Uncatched errors raised from an event handler can be ignored now.
[GB.GTK]
* NEW: Uncatched errors raised from an event handler can be ignored now.
[GB.GTK3]
* NEW: Uncatched errors raised from an event handler can be ignored now.
[GB.QT4]
* NEW: Uncatched errors raised from an event handler can be ignored now.
[GB.QT5]
* NEW: Uncatched errors raised from an event handler can be ignored now.
2019-09-17 10:10:36 +02:00
gambas
4c1850e66c
Update Gambas 16 fonts.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
2019-09-14 23:44:23 +02:00
gambas
f34989d4be
Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.
...
[GB.DBUS]
* BUG: Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.
2019-09-12 03:40:44 +02:00
gambas
6c9e09730d
Add a bookmark on the current project in all directory and file choosers.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a bookmark on the current project in all directory and file choosers.
2019-09-12 03:39:04 +02:00
gambas
a75610924a
Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.
...
[GB.FORM]
* NEW: Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.
* NEW: Add separators between the different kind of bookmarks in the bookmark menu.
2019-09-12 03:37:07 +02:00
gambas
225f2833da
Fix again the management of the new new PROPERTY ... USE syntax.
...
[COMPILER]
* NEW: Don't emit debugging information for generated functions, but emit void sections for backward compatibility.
* NEW: Don't emit source file path in the debugging information.
2019-09-12 03:23:38 +02:00
gambas
ceae6929c3
Take column in compiler warning messages into account.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Take column in compiler warning messages into account.
2019-09-12 02:15:34 +02:00
gambas
133fd6e2d9
Fix again some crash when using the new PROPERTY ... USE syntax.
...
[COMPILER]
* BUG: Fix again some crash when using the new PROPERTY ... USE syntax.
2019-09-11 19:50:19 +02:00
gambas
51a9a1035d
Fix crash when using the new PROPERTY ... USE syntax.
...
[COMPILER]
* BUG: Fix crash when using the new PROPERTY ... USE syntax.
2019-09-11 19:38:04 +02:00
gambas
d3fdd6fdda
Error.Clear() now clears the error flag returned by the ERROR function.
...
[INTERPRETER]
* NEW: Error.Clear() now clears the error flag returned by the ERROR function.
2019-09-09 23:58:11 +02:00
gambas
53b0a9419e
Remove a debugging message.
...
[GB.DB.SQLITE3]
* BUG: Remove a debugging message.
2019-09-09 13:22:06 +02:00
gambas
c0a3767002
Take newlines, tabs, and backticks into account when analyzing a table schema.
...
[GB.DB.SQLITE3]
* BUG: Take newlines, tabs, and backticks into account when analyzing a table schema.
2019-09-09 04:37:56 +02:00
gambas
52b4f74325
Update Gambas 16 font.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
2019-09-06 01:58:33 +02:00
gambas
a3b14f765b
Fix the declaration of static properties using USE.
...
[COMPILER]
* BUG: Fix the declaration of static properties using USE.
2019-09-05 23:31:19 +02:00
gambas
630d2f4f33
Automatic completion: Don't crash when displaying the signature of '_new'.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Don't crash when displaying the signature of '_new'.
* NEW: Update Gambas 16 fonts.
2019-09-05 23:23:39 +02:00
Benoît Minisini
dbdb10f344
Merge branch 'master' into 'master'
...
Patch forward from Ubuntu
See merge request gambas/gambas!110
2019-09-04 23:06:43 +00:00
Christian Ehrhardt
38b9915c42
build with newer mysql/mariadb
...
Recent releases only need to include mysql.h for a long time and in the
meantime even removed most other headers.
Un-break gb.db.mysql/configure.ac by not strictly requiring this old header.
2019-09-04 23:42:18 +02:00
gambas
ead1bb23c8
Update Gambas 16 pt fonts.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 pt fonts.
2019-09-04 02:07:01 +02:00
gambas
24c3bdcf51
Fix menu proxy management that could crash combo-box popups.
...
[GB.GTK]
* BUG: Fix menu proxy management that could crash combo-box popups.
[GB.GTK3]
* BUG: Fix menu proxy management that could crash combo-box popups.
2019-09-03 00:06:30 +02:00
gambas
0ae2659764
Add a bold version of the 16 pt Gambas font.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update support file.
* NEW: Add a bold version of the 16 pt Gambas font.
* NEW: Update 16 pt Gambas medium font.
2019-09-02 23:47:27 +02:00
gambas
c044148d52
Fix some memory leaks in font management.
...
[GB.GTK]
* BUG: Fix a memory leak when getting the size of a piece of text.
[GB.GTK3]
* BUG: Fix a memory leak in font object creation.
* BUG: Fix a memory leak when getting the size of a piece of text.
2019-09-01 00:03:36 +02:00
gambas
a116861d8e
Update Gambas fonts.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas Medium size 13 font.
* NEW: Update Gambas Medium size 16 font.
2019-08-30 18:37:49 +02:00
gambas
234c2c690a
[GB.DB]
...
* NEW: Add a driver API that handles debugging messages.
* NEW: Print the current date/time before any debugging message.
[GB.DB.MYSQL]
* NEW: Use the new driver API to print debugging messages.
[GB.DB.ODBC]
* NEW: Use the new driver API to print debugging messages.
[GB.DB.POSTGRESQL]
* NEW: Use the new driver API to print debugging messages.
[GB.DB.SQLITE2]
* NEW: Use the new driver API to print debugging messages.
[GB.DB.SQLITE3]
* NEW: Use the new driver API to print debugging messages.
2019-08-30 09:09:16 +02:00
gambas
17d57a712a
Update Gambas medium size 16 font.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas medium size 16 font.
2019-08-29 23:32:43 +02:00
gambas
30b1912ffa
Add a 16 point size version of the medium Gambas font.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a 16 point size version of the medium Gambas font.
2019-08-29 22:21:52 +02:00
gambas
46c63624f9
Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
* NEW: Translation dialog: The automatic translation now stops as soon as the translation program fails.
* NEW: Update common Spanish translation.
2019-08-28 00:39:08 +02:00
Benoît Minisini
cce5b3eb42
Merge branch 'italian-translations' into 'master'
...
Contains new Italian translations
See merge request gambas/gambas!108
2019-08-27 22:02:56 +00:00
GianluigiOr
6a0540a700
Contains fix and new Italian translations
...
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now fix and complete.
[GB.UTIL]
* NEW: The translation is now complete.
2019-08-27 18:01:24 +02:00
GianluigiOr
1a41272c4f
Merge branch 'master' of https://gitlab.com/gambas/gambas into italian-translations
2019-08-27 16:20:56 +02:00
gambas
1cc44adf79
Update component version.
...
[GB.NET.SMTP]
* NEW: Update component version.
[GB.SETTINGS]
* NEW: Update component version.
2019-08-27 13:00:03 +02:00
gambas
f7d07bae3d
Component version is now taken from the VERSION file.
...
[GB.XML]
* BUG: Component version is now taken from the VERSION file.
2019-08-27 12:58:51 +02:00
gambas
cf5be5b63d
Some minus signs reformatting.
...
[GB.REPORT2]
* NEW: Some minus signs reformatting.
2019-08-27 12:57:25 +02:00
gambas
649d3cd92e
Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.
2019-08-27 12:56:12 +02:00
gambas
7ad9db74c4
TextEditor: Draw multi-line markers darker.
...
[GB.FORM.EDITOR]
* NEW: TextEditor: Draw multi-line markers darker.
2019-08-27 12:55:07 +02:00
gambas
d194837339
Update French translation.
...
[GB.UTIL]
* NEW: Update French translation.
2019-08-26 00:27:29 +02:00
gambas
56b7b9e322
Forgot a comma in the error message list, making the raise of the last error message crash.
...
[INTERPRETER]
* BUG: Forgot a comma in the error message list, making the raise of the last error message crash.
2019-08-24 01:57:16 +02:00
gambas
51e271f107
Fix '&/' operator.
...
[INTERPRETER]
* BUG: Fix '&/' operator.
2019-08-22 12:36:52 +02:00
gambas
445784e820
Take the window menu bar into account when drawing drag and drop frame.
...
[GB.GUI.BASE]
* BUG: Take the window menu bar into account when drawing drag and drop frame.
2019-08-22 03:19:40 +02:00
gambas
b6900124a0
Update error messages.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update French translation.
2019-08-22 03:18:37 +02:00
gambas
abf4dfb110
PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.
...
[COMPILER]
* NEW: PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.
2019-08-22 03:13:58 +02:00
gambas
7b74fec6cc
'&/' operator now automatically converts its arguments to strings.
...
[INTERPRETER]
* NEW: '&/' operator now automatically converts its arguments to strings.
2019-08-21 22:36:54 +02:00
gambas
411ee75e7d
Fix JIT compilation when there are a lot of functions.
...
[INTERPRETER]
* BUG: Fix JIT compilation when there are a lot of functions.
2019-08-21 22:08:45 +02:00
gambas
69231c5ab6
Automatic completion: Fix constructor signature computation.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Fix constructor signature computation.
2019-08-21 21:20:45 +02:00
gambas
791ca46db6
WebForm: Forms embedded into other forms work correctly now.
...
[GB.WEB.FORM]
* BUG: WebForm: Forms embedded into other forms work correctly now.
* BUG: WebForm: An error is raised now when trying to show an embedded form.
* BUG: WebForm: Fix message box icons pre-loading.
2019-08-21 21:18:34 +02:00
gambas
9bd4691ba6
Form editor: Fix a possible crash when dragging a toolbox control on a form.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when dragging a toolbox control on a form.
2019-08-21 02:40:29 +02:00
gambas
4d59c6062d
Fix boolean datatype management.
...
[GB.JIT]
* BUG: Fix boolean datatype management.
2019-08-21 01:23:12 +02:00
gambas
3364074b48
Fix incorrect datatype of some driver function arguments.
...
[GB.COMPRESS.BZLIB2]
* BUG: Fix incorrect datatype of some driver function arguments.
* BUG: Fix a few error messages.
[GB.COMPRESS.ZLIB]
* BUG: Fix a few error messages.
2019-08-20 01:23:59 +02:00
GianluigiOr
5193e79d3d
Contains new Italian translations
...
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
2019-08-03 22:55:19 +02:00
gambas
f7292f3be8
Update default font with latest version of Gambas font.
...
[GB.SDL2]
* NEW: Update default font with latest version of Gambas font.
2019-08-03 00:33:46 +02:00
gambas
57d9196c90
The defaut country of language collection has been replaced by a string, faster to initialize.
...
[GB.WEB]
* OPT: The defaut country of language collection has been replaced by a string, faster to initialize.
2019-08-03 00:25:57 +02:00