Commit graph

2559 commits

Author SHA1 Message Date
gambas
7c0a6730cd Complete support for project extra references.
[CONFIGURATION]
* NEW: Update version to 3.13.90.

[DEVELOPMENT ENVIRONMENT]
* NEW: Redone extra references support.

[COMPILER]
* NEW: Take project extra references into account.

[GB.TERM.FORM]
* BUG: Fix project description.
2019-04-23 12:31:10 +02:00
gambas
516de91f93 Update French translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
2019-04-22 03:27:46 +02:00
gambas
1ef5252a10 Add support for extra references, i.e. external executables that add their symbol information to the automatic completion.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for extra references, i.e. external executables that add their symbol information to the automatic completion. This is useful if your project is a library loaded by the extra reference that uses its exported classes.
2019-04-21 13:30:15 +02:00
gambas
21b06e89b3 Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.
2019-04-20 15:34:35 +02:00
Benoît Minisini
c918543d07 Merge branch 'patch-1' into 'master'
Update es.po

See merge request gambas/gambas!84
2019-04-10 22:53:29 +00:00
W. Raets
01d21cb0a5 Updated all Dutch translations and dutch translator e-mail address
[DEVELOPMENT ENVIRONMENT]
* NEW: Updated Dutch translations

[WIKI CGI SCRIPT]
* NEW: Updated Dutch translations

[WEB SITE MAKER]
* NEW: Updated Dutch translations

[GB.ARGS]
* NEW: Updated Dutch translations

[GB.DB.FORM]
* NEW: Updated Dutch translations

[GB.FORM]
* NEW: Updated Dutch translations

[GB.FORM.DIALOG]
* NEW: Updated Dutch translations

[GB.FORM.MIDI]
* NEW: Updated Dutch translations

[GB.NET.POP3]
* NEW: Updated Dutch translations

[GB.REPORT]
* NEW: Updated Dutch translations

[GB.REPORT2]
* NEW: Updated Dutch translations

[GB.TERM.FORM]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FEED]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FORM]
* NEW: Updated Dutch translator e-mail
2019-04-10 22:52:07 +00:00
gambas
0b1afd4d52 Code editor: The method popup font is sized according to the number of methods to display.
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: The method popup font is sized according to the number of methods to display.
* NEW: Update financial support.
2019-04-04 23:06:41 +02:00
Martín Belmonte
10c86b76ff Update es.po 2019-03-28 18:55:56 +00:00
gambas
b5e2e82355 Option dialog: Fix spacing of some options in 'Project' tab.
[DEVELOPMENT ENVIRONMENT]
* BUG: Option dialog: Fix spacing of some options in 'Project' tab.
2019-03-22 00:57:30 +01:00
GianluigiOr
a89bd83dd0 Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete and correct.
2019-03-15 23:05:32 +01:00
gambas
01cb3d2a55 Just some changes due to the new minus unary operator formatting. 2019-03-14 02:48:19 +01:00
gambas
ddfdb080f7 Form editor: The dialog for editing text property now displays the name of the editer property in its title.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Form editor: The dialog for editing text property now displays the name of the editer property in its title.
* NEW: Project property dialog: Add GB_NO_JIT as pre-defined environment variable.
* BUG: Project property dialog: The environment variable table now automatically resizes its columns.
2019-03-14 02:13:42 +01:00
gambas
cfd5d3bce1 Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.
[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.
* BUG: Help browser: Fix the left panel contents.
* NEW: Search dialog: Make it larger for long checkbox labels.
2019-03-08 12:48:30 +01:00
gambas
15641c109a Code formatting now ignores void files, fixes in javascript compression.
[DEVELOPMENT ENVIRONMENT]
* BUG: Code formatting now ignores void files.
* NEW: Connection editor: Display the duration of custom requests is the request editor.
* NEW: Connection editor: The request editor now wraps its contents.
* BUG: Text editor: Some fixes in javascript compression.
2019-03-07 14:56:03 +01:00
gambas
2d11bf54ef Image editor: Do not crash when using the erase tool while pressing SHIFT key.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* BUG: Image editor: Do not crash when using the erase tool while pressing SHIFT key.
2019-02-28 17:45:26 +01:00
gambas
4840818e04 The page title now starts with the page path.
[WIKI]
* NEW: The page title now starts with the page path.
2019-02-28 17:41:55 +01:00
gambas
98c6018e18 Merge branch 'master' of gitlab.com:gambas/gambas 2019-02-14 18:10:09 +01:00
gambas
2522691508 Support for integrated playground.
[WIKI]
* NEW: Support for integrated playground.
2019-02-14 18:09:41 +01:00
Benoît Minisini
a761404ac9 Merge branch 'undefined' into 'master'
Replace pt_BR.po, updated translation.

See merge request gambas/gambas!68
2019-02-11 13:47:58 +00:00
Benoît Minisini
8b82545269 Merge branch 'italian-translations' into 'master'
Update Italian translation.

See merge request gambas/gambas!67
2019-02-11 13:47:16 +00:00
Gen Braga
b565ce8734 Replace pt_BR.po, updated translation. 2019-02-11 13:16:24 +00:00
gambas
5318c1db60 Option dialog: Add new snippets and display custom snippets in bold.
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add new snippets.
* NEW: Option dialog: Display custom snippets in bold.
2019-02-11 01:21:44 +01:00
GianluigiOr
f3d0e3590e Contains new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
2019-02-09 16:51:51 +01:00
gambas
a5660d9ba8 Fix how format on load & save option is taken into account.
[DEVELOPMENT ENVIRONMENT]
* BUG: Format on load & save option now mark the files as modified, so that search does not become silly.
* BUG: Format on load & save option is now taken into account by the text editor, not just by code editor.
* NEW: URLLabel.Padding now works correctly in form editor.
2019-02-09 14:27:31 +01:00
Benoît Minisini
66b357dcf3 Merge branch 'italian-translations' into 'master'
Contains fix and new Italian translations

See merge request gambas/gambas!66
2019-02-08 00:07:21 +00:00
gambas
019bae2789 Translation dialog: Deleting a translation correctly removes it from the translation combo box.
[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Deleting a translation correctly removes it from the translation combo box.
2019-02-08 00:42:20 +01:00
GianluigiOr
80cc24b690 Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete and correct.
2019-02-07 23:51:59 +01:00
gambas
2a8ebf3659 Support for automatic translation based on 'translate-shell' tool.
[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Support for automatic translation based on 'translate-shell' tool.
* NEW: Option dialog: Support for automatic translation based on 'translate-shell' tool.
* BUG: Mark some strings in forms as not to be translated.
* NEW: Update the Spanish translation.
2019-02-07 14:20:43 +01:00
gambas
8d04122c84 Merge branch 'master' of gitlab.com:gambas/gambas 2019-02-06 22:25:44 +01:00
gambas
6d12e87a54 Cosmetic enhancement of the fix on package names with a leading dot.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Cosmetic enhancement of the fix on package names with a leading dot.
2019-02-06 22:24:35 +01:00
Tim Dickson
d2ed9a43f2 fix slackware package genreation
[DEVELOPMENT ENVIRONMENT]
* BUG: generate missing doinst.sh file for desktop packages
* BUG: make requires file point at correct package for slapt-get
* BUG: generate one package for slackware, as dep packages are not used.
2019-02-06 20:57:04 +00:00
Benoît Minisini
a5ec01c252 Merge branch 'componentwithoutdot' into 'master'
Fix packager creates component name with leading dot

See merge request gambas/gambas!61
2019-02-06 18:03:19 +00:00
gambas
4226f32905 Translation dialog: Add two buttons to move between translated strings and redesign the dialog a bit.
[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Move the current translation related buttons to their own toolbars juste above the translation field.
* NEW: Translation dialog: Add two buttons to move between translated strings.
2019-02-05 02:23:12 +01:00
gambas
efee886dab * Remove other '*.mo' files from the repository. 2019-02-02 02:00:58 +01:00
gambas
f931131317 Update French translation.
[WIKI]
* NEW: Update French translation.
2019-02-02 01:06:42 +01:00
gambas
e467d664c1 Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.
2019-01-29 01:18:41 +01:00
gambas
e5b5487a13 Search dialog: text highlight now works correctly whatever the editor font is.
[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: text highlight now works correctly whatever the editor font is.

[GB.EVAL.HIGHLIGHT]
* NEW: TextHighlighter: Paint() is a new method that paints the highlighted text.

[GB.GUI.BASE]
* NEW: Paint: Add an hidden undocumented method that computes the character width of a fixed font.
2019-01-24 00:57:54 +01:00
christof
4dae37d474 Fix packager creates component name with leading dot
this happend if vendorname = Null
2019-01-21 14:54:34 +01:00
gambas
525b686581 Do not call 'msgfmt' anymore, this is automatically done by the compiler now.
[DEVELOPMENT ENVIRONMENT]
* NEW: Do not call 'msgfmt' anymore, this is automatically done by the compiler now.
2019-01-19 01:05:48 +01:00
Gianluigi Gradaschi
0d98926605 Italian translations 2019-01-15 22:17:03 +00:00
gambas
3653b76c22 Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly.
[DEVELOPMENT ENVIRONMENT]
* BUG: Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly.
2019-01-06 20:23:46 +01:00
gambas
fe90f3457a Fix an incorrectly declared array.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix an incorrectly declared array.
2019-01-03 10:28:56 +01:00
gambas
bceaa0ae53 Compiling a project now recompile all modified translation, not just the translation of the current language.
[DEVELOPMENT ENVIRONMENT]
* NEW: Really update Italian translation.
* BUG: Compiling a project now recompile all modified translation, not just the translation of the current language.
2019-01-03 10:27:03 +01:00
GianluigiOr
1721182cce IDE: Italian translations 2019-01-02 11:44:06 +01:00
gambas
1919f6ab4c Merge branch 'master' of gitlab.com:gambas/gambas 2019-01-01 15:17:06 +01:00
gambas
8f089f4121 Use the new icon instead of the old one in the welcome dialog and update financial support.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* NEW: Use the new icon instead of the old one in the welcome dialog.
* NEW: The snow is a bit gray now.
2019-01-01 15:15:35 +01:00
gambas
52dfc53afb Support for webm video files.
[WIKI]
* NEW: Support for webm video files.
2019-01-01 15:13:58 +01:00
gambix
ad80136304 [SCRIPTER]
* BUG: Scripter now compile the content of arguments in inline mode (-e).
2018-12-29 13:26:13 +01:00
gambas
fc8be23426 Some little tweaks of firs & snow.
[DEVELOPMENT ENVIRONMENT]
* NEW: Some little tweaks of firs & snow.
2018-12-27 15:08:40 +01:00
gambas
33d9e3950a Better snow algorithm.
[DEVELOPMENT ENVIRONMENT]
* NEW: Better snow algorithm.
2018-12-27 03:53:58 +01:00