gambas
94e6feaf5c
New 'gb.poppler' component that will replace 'gb.pdf'.
...
[CONFIGURATION]
* NEW: Fix component template generator.
[GB.POPPLER]
* NEW: New 'gb.poppler' component that will replace 'gb.pdf'.
2020-06-18 00:04:33 +02:00
gambas
577779961a
Negative values are replaced by zero when setting Application.Busy.
...
[GB.GTK]
* NEW: Negative values are replaced by zero when setting Application.Busy.
[GB.GTK3]
* NEW: Negative values are replaced by zero when setting Application.Busy.
[GB.QT4]
* NEW: Negative values are replaced by zero when setting Application.Busy.
[GB.QT5]
* NEW: Negative values are replaced by zero when setting Application.Busy.
2020-06-17 18:26:08 +02:00
gambas
4ad678ea9b
Rely on 'pkg-config' only to detect poppler library.
...
[GB.PDF]
* BUG: Rely on 'pkg-config' only to detect poppler library.
2020-06-15 00:10:27 +02:00
gambas
0406cdf471
Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons.
...
[GB.FORM.STOCK]
* NEW: Update some icons, and add a 128 pixels version of 'pen' and 'mouse' color stock icons.
2020-06-14 00:50:22 +02:00
gambas
f5a806e2c0
Correctly disable 'gb.pdf' component if pkg-config fails.
...
[GB.PDF]
* BUG: Correctly disable 'gb.pdf' component if pkg-config fails.
2020-06-14 00:49:41 +02:00
gambas
e2ba54c6fa
Database editor: Creating, renaming or removing a table now correctly updates the database template file.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: Creating, renaming or removing a table now correctly updates the database template file.
* NEW: Packager: Package directory is now stored in the project configuration file.
* NEW: Update financial support file.
2020-06-13 17:00:10 +02:00
gambas
05d896c57b
Project property dialog: Redesign it using a white background (i.e. the text background color).
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Project property dialog: Redesign it using a white background (i.e. the text background color).
2020-06-13 01:01:10 +02:00
gambas
836052c18d
Packager: Emit dependencies for component projects.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Emit dependencies for component projects.
2020-06-13 00:30:51 +02:00
gambas
9c2f725e01
Merge branch 'master' of gitlab.com:gambas/gambas
2020-06-12 22:13:27 +02:00
gambas
de483d68bc
Update project icon.
...
[GB.FORM.PRINT]
* NEW: Update project icon.
2020-06-12 22:13:18 +02:00
gambas
87b69361b4
TextEditor: Draw margin background and current line differently.
...
[GB.FORM.EDITOR]
* NEW: TextEditor: Draw margin background and current line differently.
2020-06-12 22:12:32 +02:00
Christof Thalhofer
c4dabf3a92
gb.markdown update tests for newer gb.test
...
[GB.MARKDOWN]
*OPT: update tests for newer gb.test
2020-06-11 11:49:26 +02:00
gambas
7ef182f43d
Font size is now the same whatever the printer resolution.
...
[GB.REPORT2]
* BUG: Font size is now the same whatever the printer resolution.
2020-06-11 11:25:42 +02:00
gambas
e2db8864bc
Do not set current project bookmark if opening the project fails.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Do not set current project bookmark if opening the project fails.
2020-06-11 10:56:06 +02:00
gambas
a2d89cab4c
Running projects works again.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Running projects works again.
2020-06-11 10:16:40 +02:00
gambas
9e52706a8e
-Correctly- check for duplicated class files when opening a project.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: -Correctly- check for duplicated class files when opening a project.
2020-06-11 02:17:18 +02:00
gambas
74bedf3204
String.FromHTML() has better support for <p>, <ul>, <li> and <ol> markups.
...
[GB.UTIL]
* NEW: String.FromHTML() has better support for <p>, <ul>, <li> and <ol> markups.
2020-06-11 02:15:12 +02:00
gambas
ac21ef3ea9
Check for duplicated class files when opening a project.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Check for duplicated class files when opening a project.
2020-06-11 02:14:26 +02:00
gambas
68af5ed6c4
Remove now useless structure fields.
...
[COMPILER]
* OPT: Remove now useless structure fields.
2020-06-11 01:44:23 +02:00
gambas
08a574c273
Version control: Git synchronization of local list of branches.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Git synchronization now updates the local list of branches.
* NEW: Version control: All local and remote branches are now availble.
2020-06-09 22:40:35 +02:00
gambas
acf3f892c5
Merge branch 'master' of gitlab.com:gambas/gambas
2020-06-09 17:07:19 +02:00
gambas
a43cf6748b
Packager: Create a function for checking components already included in the 'gamabs3-runtime' package.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: Create a function for checking components already included in the 'gamabs3-runtime' package.
2020-06-09 17:07:12 +02:00
Benoît Minisini
d1ec361f43
Merge branch 'markdowntest' into 'master'
...
gb.markdown a couple of tests for common problems
See merge request gambas/gambas!148
2020-06-09 15:03:54 +00:00
Benoît Minisini
7e5bcea460
Merge branch 'arch-pkgver' into 'master'
...
Packager: Primary Arch package version always equals 1
See merge request gambas/gambas!147
2020-06-09 14:51:49 +00:00
gambas
2aed760943
CsvFile: Quote() is a new method that quotes a value for the CSV format according to its separator and escape characters.
...
[GB.UTIL]
* NEW: CsvFile: Quote() is a new method that quotes a value for the CSV format according to its separator and escape characters.
2020-06-09 16:37:12 +02:00
Christof Thalhofer
2818930937
gb.test: Taskell with new task to be done.
2020-06-07 17:50:10 +02:00
Tobias Boege
f5ca983f88
gb.openssl: Add tests for new Pbkdf2 and Scrypt methods
...
[GB.OPENSSL]
* NEW: Add beginning of a test suite.
* OPT: Avoid doubles in integer power-of-two test.
2020-06-07 01:51:17 +02:00
Andy
b1fbac987e
gb.openssl: Dangling parenthesis.
...
[GB.OPENSSL]
* BUG: Remove dangling parenthesis.
2020-06-07 01:06:01 +02:00
Andy
0eb47b25bb
gb.openssl: Hash memory allocation
...
[GB.OPENSSL]
* BUG: Hash incorrectly allocated by sizeof a pointer.
2020-06-07 01:06:01 +02:00
Andy
3b67580477
gb.openssl: Parameter Limits
...
[GB.OPENSSL]
* BUG: RandomBytes length limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 iterations limit (>0).
* BUG: Pbkdf2 keylength limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 buffer managed as GB String.
* BUG: Scrypt keylength limit (1 - 0x7FFFEFF7).
* BUG: Scrypt N limit (>1 & 2^n).
* BUG: Scrypt r limit (1 - 0xFFFFFFFF).
* BUG: Scrypt p limit (1 - 0xFFFFFFFF).
* BUG: Scrypt bugger managed as GB String.
* BUG: Declare longs as longs instead of integers.
2020-06-07 01:06:01 +02:00
Andy
0e503c137b
gb.openssl: Group KDF
...
[GB.OPENSSL]
* NEW: KDF Functions under OpenSSL Class.
2020-06-07 01:06:01 +02:00
Andy
d0c35df49c
gb.openssl: Extraneous Include
...
[GB.OPENSSL]
* BUG: Unnecessary kdf.h blocking Xenial.
2020-06-07 01:06:01 +02:00
Andy
cb18ca4ff3
gb.openssl: Key Derivation Functions
...
[GB.OPENSSL]
* NEW: Add Pbkdf2 function.
* NEW: Add Scrypt function.
2020-06-07 01:06:01 +02:00
Tobias Boege
44a6c2462a
gb.test: Show bad plans in summary
...
[GB.TEST]
* NEW: Show bad plans in summary.
* BUG: Set recently added TestAssertion properties from TapPrinter as well.
2020-06-07 00:43:44 +02:00
gambas
0eea48da06
FileView: Display a lock icon when a directory is unreadable.
...
[GB.FORM]
* NEW: Update translations.
* NEW: ListEditor: The insert button text is now "Add".
* NEW: DirView: Do not display an error when a directory is unreadable.
* NEW: FileView: Display a lock icon when a directory is unreadable.
2020-06-06 20:59:41 +02:00
gambas
ca4cdf0c6c
Add translations.
...
[GB.GUI.BASE]
* NEW: Add translations.
2020-06-06 20:57:50 +02:00
gambas
909ea17fd0
Update some icons and add 128 pixels versions of 'lock' and 'unlock' icons.
...
[GB.FORM.STOCK]
* NEW: Update some icons.
* NEW: Add 128 pixels versions of 'lock' and 'unlock' icons.
2020-06-06 20:57:12 +02:00
gambas
1409531593
Fix Gambas e-mail in configuration script.
...
[CONFIGURATION]
* BUG: Fix Gambas e-mail in configuration script.
2020-06-06 18:03:52 +02:00
gambas
ad955b65ef
Merge branch 'master' of gitlab.com:gambas/gambas
2020-06-06 18:03:22 +02:00
gambas
46f1892ddf
Version control information and file information are now two distinc dialog boxes.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control information and file information are now two distinc dialog boxes.
2020-06-06 18:03:15 +02:00
gambas
42bdddb471
Message: Add a button in message boxes to copy the message in the clipboard.
...
[GB.GUI.BASE]
* BUG: Message: Add a button in message boxes to copy the message in the clipboard.
2020-06-06 18:01:52 +02:00
Christof Thalhofer
09da14aa68
gb.test plan selftests and taskell
...
[GB.TEST]
*NEW: plan selftests
*NEW: forbid assertions in _Setup.. and _Teardown.. to ensure plan is always valid
2020-06-06 12:08:14 +02:00
gambas
9e8692f823
Merge branch 'master' of gitlab.com:gambas/gambas
2020-06-06 00:28:06 +02:00
gambas
80fb94caf9
Add component icon.
...
[GB.FORM.PRINT]
* NEW: Add component icon.
2020-06-06 00:27:05 +02:00
gambas
9524aad64d
Add 'rename' stock icon.
...
[GB.FORM]
* NEW: Add 'rename' stock icon.
2020-06-06 00:26:49 +02:00
gambas
d65ba1fa68
Use the new 'rename' stock icon.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Use the new 'rename' stock icon.
* BUG: Use the 'select' stock icon instead of the old one.
2020-06-06 00:26:22 +02:00
gambas
53efe0add2
Update some icons and add 'rename' icon.
...
[GB.FORM.STOCK]
* NEW: Update some icons.
* NEW: Add 'rename' icon.
2020-06-06 00:25:08 +02:00
Christof Thalhofer
e1bfd66808
gb.test documentation
...
[GB.TEST]
* OPT: documentation
2020-06-05 10:56:37 +02:00
gambas
22a84ff011
Better default configuration.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Better default configuration.
* BUG: Use 'text-lower' and 'text-upper' stock icons instead of now removed old icons.
2020-06-05 02:23:34 +02:00
gambas
15ef9612a4
Debugger: The toggle button that switches between collection or array contents and their symbols does not disappear anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: The toggle button that switches between collection or array contents and their symbols does not disappear anymore.
2020-06-03 20:16:56 +02:00