gambas
3bd3cc2cf5
Deleting a database now also deletes the possible associated sqlite temporary files that may be present.
...
[GB.DB.SQLITE3]
* BUG: Deleting a database now also deletes the possible associated sqlite temporary files that may be present.
2018-11-14 23:47:40 +01:00
gambas
62d6f9553d
DownloadManager is a new class for managing downloads, and FtpClient got a TargetFile property.
...
[GB.NET.CURL]
* BUG: Progress event is now posted, because libcurl can crash if you stop a client during this event.
* NEW: HttpClient and FtpClient now share the same TargetFile property.
* NEW: DownloadManager is a new class that allows to manage several downloads simultaneously.
2018-11-14 23:42:50 +01:00
gambas
7759a19f3a
Button automatic resize is not freezed anymore when one of its parent is in design mode.
...
[GB.QT4]
* BUG: Button automatic resize is not freezed anymore when one of its parent is in design mode.
[GB.QT5]
* BUG: Button automatic resize is not freezed anymore when one of its parent is in design mode.
2018-11-14 23:40:16 +01:00
Tobias Boege
1b66fb3373
gb.ncurses: Fix wrong colors when setting Window.{Pen,Paper}
...
[GB.NCURSES]
* BUG: Do not OR the window's attr_t into the background chtype in wbkgd(), the background itself has no attributes.
2018-11-14 23:20:13 +01:00
Tobias Boege
0b439f2279
gb.ncurses: Silence compiler warnings
...
[GB.NCURSES]
* BUG: Silence compiler warnings
2018-11-14 23:19:25 +01:00
gambas
db89271ef6
Merge branch 'master' of gitlab.com:gambas/gambas
2018-11-09 00:07:02 +01:00
gambas
9726b53bb3
Add First and Last read-write properties to arrays.
...
[INTERPRETER]
* NEW: Add First and Last read-write properties to arrays.
2018-11-09 00:06:20 +01:00
gambix
38da5ea0f7
Change Timer delay for a trigger loop in ReportView layout
...
[GB.REPORT]
* BUG: Change Timer delay for a trigger loop in ReportView layout lookup. Now the processor will not
have any over use any more.
2018-11-08 15:05:49 +01:00
Benoît Minisini
b9aca206ee
Remove libesd0-dev from debian unstable and use postgresql-dev-11 for debian testing & unstable
2018-11-07 18:46:53 +00:00
gambas
ecf3410e99
Fix a crash in exception management.
...
[INTERPRETER]
* BUG: Fix a crash in exception management.
2018-11-07 17:21:38 +01:00
gambas
6ffa483e4f
TreeView: The space between the icon and the item text is now bigger, and proportional to the desktop font size.
...
[GB.GUI.BASE]
* NEW: TreeView: The space between the icon and the item text is now bigger, and proportional to the desktop font size.
2018-11-07 17:20:39 +01:00
gambas
79a8e61c61
Option dialog: Add Mate terminal to the list of external terminals.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add Mate terminal to the list of external terminals.
2018-11-07 17:15:38 +01:00
gambas
682245ae88
Raise the offline documentation download timeout, for slow connections.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Raise the offline documentation download timeout, for slow connections.
2018-11-07 17:11:12 +01:00
gambas
a0af45675e
DocumentView: Use Timer.Trigger() method to prevent 100% CPU usage with QT4.
...
[GB.FORM]
* BUG: DocumentView: Use Timer.Trigger() method to prevent 100% CPU usage with QT4.
2018-11-07 17:03:36 +01:00
gambas
4f5215e1a6
Merge branch 'master' of gitlab.com:gambas/gambas
2018-11-06 18:13:23 +01:00
gambas
31901d72c9
Fix the LANGUAGE environment variable at startup, and add hebrew to the list of right-to-left written languages
...
[INTERPRETER]
* BUG: Fix the LANGUAGE environment variable at startup, not just when System.Language is set. This is a temporary fix, as you lost the contents of LANGUAGE.
* NEW: Add hebrew to the list of right-to-left written languages.
2018-11-06 18:11:51 +01:00
gambix
56f68cf840
Now if the layer in not existing return null and do nothing if .remove(shape) not exist.
...
[GB.MAP]
* BUG: return null if the required layer not exist
* BUG: Remove function of Shape Layer do nothing if the Layer did not exist
* BUG: All the object can be removed in all order now.
2018-11-06 11:32:14 +01:00
gambas
1f641f3dc9
Make gb.pdf compile with poppler 0.71.
...
[GB.PDF]
* BUG: Make gb.pdf compile with poppler 0.71.
2018-11-03 11:19:42 +01:00
gambas
29135ad637
Image editor: correctly refresh paste selection frame.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: correctly refresh paste selection frame.
2018-11-03 09:59:34 +01:00
gambas
5abdff41e5
Correctly install appdata file.
...
[CONFIGURATION]
* BUG: Correctly install appdata file.
2018-11-03 09:59:16 +01:00
gambas
dcac5c2a26
Handle TRY inside JIT functions correctly.
...
[INTERPRETER]
* BUG: Handle TRY inside JIT functions correctly.
[GB.DEBUG]
* NEW: Add explicit messages when something fails during initialization.
[GB.JIT]
* BUG: Handle TRY correctly.
2018-11-02 21:44:40 +01:00
Benoît Minisini
e0495b2535
Merge branch 'master' into 'master'
...
Make main compile on Hurd
See merge request gambas/gambas!48
2018-11-01 00:25:01 +00:00
Benoît Minisini
5d612e655c
Merge branch 'spelling' into 'master'
...
Correct the license flag spelling
See merge request gambas/gambas!51
2018-11-01 00:24:26 +00:00
gambas
64ea8c3a79
Correctly refresh the debug panel contents when fonts are changed in the option dialog.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly refresh the debug panel contents when fonts are changed in the option dialog.
2018-11-01 01:19:55 +01:00
gambas
52d0fe2a6a
Install the Gambas appdata file in both old 'appdata' and new 'metainfo' directories.
...
[CONFIGURATION]
* BUG: Install the Gambas appdata file in both old 'appdata' and new 'metainfo' directories.
2018-10-31 12:48:32 +01:00
gambas
615ff675d2
Calling a jit function now correctly checks the number of arguments.
...
[INTERPRETER]
* BUG: Calling a jit function now correctly checks the number of arguments.
* BUG: Fix a panic message.
2018-10-31 01:56:35 +01:00
bgermann
c0314dc47e
Correct the license flag spelling
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Correct the license flag spelling
2018-10-27 23:17:33 +02:00
gambas
04ea50d750
The toplevel AUTHORS file now contains the list of all Gambas authors.
...
[CONFIGURATION]
* NEW: The toplevel AUTHORS file now contains the list of all Gambas authors.
[DEVELOPMENT ENVIRONMENT]
* NEW: Remove the 'authors.txt' file and use a symbolic link on the toplevel AUTHORS files instead.
2018-10-26 03:32:46 +02:00
gambas
a32169005a
Install appdata files in 'appdata' or 'metainfo' according to which directory exists.
...
[CONFIGURATION]
* BUG: Install appdata files in 'appdata' or 'metainfo' according to which directory exists.
2018-10-26 03:31:37 +02:00
gambas
9aa856c3a6
Do not use __DATE__ and __TIME__ macros, they prevent reproducible builds.
...
[INTERPRETER]
* BUG: Do not use __DATE__ and __TIME__ macros, they prevent reproducible builds.
[COMPILER]
* BUG: Do not use __DATE__ and __TIME__ macros, they prevent reproducible builds.
[ARCHIVER]
* BUG: Do not use __DATE__ and __TIME__ macros, they prevent reproducible builds.
[INFORMER]
* BUG: Do not use __DATE__ and __TIME__ macros, they prevent reproducible builds.
2018-10-26 03:05:02 +02:00
gambas
07e4113e83
Merge branch 'master' of gitlab.com:gambas/gambas
2018-10-25 23:35:41 +02:00
gambas
6d4be9a1ae
[DEVELOPMENT ENVIRONMENT]
...
* BUG: Code editor: "Run this class" uses ALT+F5 shortcut, and not SHIFT+F5 that was already used.
* BUG: Javascript compression does not break 'return xxx;' expressions anymore.
* NEW: Search result is highlighted now.
* NEW: Update support text file.
2018-10-25 23:32:15 +02:00
gambas
86c1836003
[GB.EVAL.HIGHLIGHT]
...
* NEW: TextHighlighter.ToHTML() replaces all space by ' '.
* NEW: TextHighlighter.ToRichText() returns an highlighted text in rich text format.
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix automatic insertion of string delimiters.
[GB.FORM.MDI]
* NEW: Toolbar: Redraw expander icon.
[GB.FORM.STOCK]
* NEW: Redraw 'spell-check' icon.
2018-10-25 23:28:46 +02:00
Benoît Minisini
b8987158d3
Merge branch 'ssl' into 'master'
...
Reduce deprecated features
See merge request gambas/gambas!49
2018-10-22 21:22:11 +00:00
bgermann
9d61797908
Install AppStream in non-legacy metainfo directory
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Install AppStream in non-legacy metainfo directory
2018-10-22 22:57:13 +02:00
bgermann
c41ebd5dda
[GB.OPENSSL] Replace deprecated RAND_pseudo_bytes
...
[GB.OPENSSL]
* NEW: Replace the deprecated (as of OpenSSL 1.1.0) function RAND_pseudo_bytes with RAND_bytes
2018-10-22 22:52:52 +02:00
bgermann
730bd63a34
Make main compile on Hurd
...
Replace some BSD-exclusive with Linux-only ifdefs to not pollute term
with Hurd ifdefs
2018-10-17 22:08:50 +02:00
gambas
921067cd34
The IsAlnum() function was never defined in the subroutine symbol table!
...
[COMPILER]
* NEW: The IsAlnum() function was never defined in the subroutine symbol table!
2018-10-16 19:31:24 +02:00
gambas
1c6a9c1b52
Define the TRUE/FALSE constant in the generated code again.
...
[GB.JIT]
* NEW: Define the TRUE/FALSE constant in the generated code again.
2018-10-16 19:30:28 +02:00
Benoît Minisini
aab5aecd72
Merge branch 'mipsterm' into 'master'
...
Fix missing define on MIPS
See merge request gambas/gambas!47
2018-10-16 17:29:38 +00:00
Benoît Minisini
f24657f3ba
Merge branch 'master' into 'master'
...
Fix undefined TRUE/FALSE in postgresql driver, don't use or define TRUE/FALSE constants if not needed, and fix some english mistakes.
[INTERPRETER]
* BUG: Fix some english mistakes in comments of various files.
[GB.DB.POSTGRESQL]
* BUG: Fix undefined TRUE/FALSE
[GB.DB.SQLITE2]
* NEW: Do not define TRUE/FALSE constants.
[GB.GTK]
* NEW: Do not use TRUE/FALSE constants in 'font-parser.cpp'.
[GB.GTK3]
* NEW: Do not use TRUE/FALSE constants in 'font-parser.cpp'.
[GB.JIT]
* NEW: Remove the definition of TRUE/FALSE constants in generated code. That prevents the generated code from compiling, so it will be undone in a next commit.
[GB.SIGNAL]
* BUG: Fix an english mistake in an error message.
See merge request gambas/gambas!45
2018-10-16 17:29:19 +00:00
bgermann
1d93023181
Fix missing define on MIPS
...
More information: http://lists.busybox.net/pipermail/buildroot/2015-October/140931.html
2018-10-15 21:54:31 +02:00
bgermann
dace3b09ac
Remove boolean definitions except in gb_common.h
2018-10-15 18:48:01 +02:00
bgermann
a0e95cc0b8
Spelling: catched -> caught
2018-10-14 21:52:07 +02:00
bgermann
75c0cafe4d
[GB.DB.POSTGRESQL] Fix undefined TRUE/FALSE
...
[GB.DB.POSTGRESQL]
* BUG: Fix undefined TRUE/FALSE
2018-10-14 16:31:24 +02:00
gambas
9b73e821ef
Fix a file descriptor leak when a socket fails to connect.
...
[GB.NET]
* BUG: Fix a file descriptor leak when a socket fails to connect.
2018-10-12 17:12:06 +02:00
gambas
3f002896b5
Panels controls got a smaller default size.
...
[GB.GTK]
* NEW: Panels controls got a smaller default size.
[GB.GTK3]
* NEW: Panels controls got a smaller default size.
[GB.QT4]
* NEW: Panels controls got a smaller default size.
[GB.QT5]
* NEW: Panels controls got a smaller default size.
2018-10-11 12:33:31 +02:00
gambas
ad8ea52b64
Don't crash after a buffered file failed to close.
...
[INTERPRETER]
* BUG: Don't crash after a buffered file failed to close.
2018-10-11 12:30:45 +02:00
gambas
901b84a36c
Update xdg-utils to 1.1.3 version.
...
[GB.DESKTOP]
* NEW: Update xdg-utils to 1.1.3 version.
2018-10-11 00:03:41 +02:00
gambas
73a3d976f5
Fix project arguments editor.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project property dialog: Some fixes in argument editor.
* NEW: Small changes in toolbar buttons.
2018-10-10 10:34:30 +02:00