Commit graph

3085 commits

Author SHA1 Message Date
Andy
58472c2103
Primary Arch package version always equals 1
[Packager]
* BUG: Primary Arch package version always equals 1
2020-05-18 22:46:34 -07:00
gambas
87dc14eed3 The program arguments are now defined through a specific dialog displayed when running the project.
[DEVELOPMENT ENVIRONMENT]
* NEW: The program arguments are now defined through a specific dialog displayed when running the project.
* NEW: Project properties dialog: Remove the 'arguments' tab.
2020-05-18 15:35:28 +02:00
gambas
b3a79e176b Adapt the background image to dark themes automatically.
[DEVELOPMENT ENVIRONMENT]
* NEW: Use the new stock icons.
* NEW: Adapt the background image to dark themes automatically.
2020-05-18 13:26:25 +02:00
gambas
faa59619ff Option dialog: Add a slider for defining the brightness of the background.
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add a slider for defining the brightness of the background.
* BUG: Fix GUI component selector.
* NEW: Image editor: Use the new stock icons in the property panel.
2020-05-18 08:59:41 +02:00
Christof Thalhofer
59beb3ffd9 FmMain Debug Testsuites
[DEVELOPMENT ENVIRONMENT]
* NEW: Menu entry Debug->Testsuites
2020-05-17 13:52:27 +02:00
Christof Thalhofer
d75f30a142 Merge branch 'master' of https://gitlab.com/gambas/gambas into testing-system 2020-05-17 13:23:20 +02:00
Christof Thalhofer
608e5f80ad FTestSuite to organize test
[DEVELOPMENT ENVIRONMENT]
* NEW: Form FTestSuite to organize test suites
[GB.TEST]
* OPT: Prints all tests as string with Test.Main(_TRIG_GETTESTS)
2020-05-17 13:19:24 +02:00
gambas
8f5d7b3219 Project properties: Add more project statistics.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update french translation.
* NEW: Project properties: Add more project statistics.
* NEW: Project properties: The first column of environment table has now a minimum width.
2020-05-17 08:31:28 +02:00
gambas
ac0a41b817 Order options in displayed help.
[SCRIPTER]
* NEW: Order options in displayed help.
2020-05-17 08:27:41 +02:00
gambas
7e7f6d5c29 Hide testing menus, buttons and panel if the project has no test modules.
[DEVELOPMENT ENVIRONMENT]
* NEW: Hide testing menus, buttons and panel if the project has no test modules.
2020-05-17 02:57:25 +02:00
gambas
bd36dc9d74 Add menu entries for toggling most of the debugging environment variables.
[DEVELOPMENT ENVIRONMENT]
* BUG: Display an appropriate message when project testing fails.
* NEW: Update french translation.
* NEW: Make the IDE depend on the 'gb.test' component.
* NEW: Code editor: error messages now use the same background as the editor, to ensure they are always readable.
* NEW: Add menu entries for toggling most of the debugging environment variables.
2020-05-16 11:29:46 +02:00
Christof Thalhofer
fa933ee86f small changes FTestSuite
Gambas3 did not compile, tests did not occur if not compiled
2020-05-14 14:12:10 +02:00
Christof Thalhofer
b445a7e859 gb.test integration to the IDE. TestSuites
[DEVELOPMENT ENVIRONMENT]
* NEW: FTestSuite to configure testsuites and store in project in .tests
[GB.TEST]
* NEW: testsuites
2020-05-14 13:15:54 +02:00
Benoît Minisini
e2a411a369 Merge branch 'i18n' into 'master'
Remove two untranslated gettext strings

See merge request gambas/gambas!142
2020-05-11 22:15:51 +00:00
Christof Thalhofer
daf5b7d9f1 Remove gbt3
gbt3 is obsolete as gbx3 -T now does the same
2020-05-11 23:39:24 +02:00
gambas
06cd374e52 Display a warning message when running tests, if there is no test modules.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 13 fonts.
* NEW: Update french translation.
* NEW: Reorder debug panel buttons.
* NEW: Display a warning message when running tests, if there is no test modules.
2020-05-11 21:00:55 +02:00
gambas
833178b0f9 Automatically load 'gb.test' for automatic completion.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatically load 'gb.test' for automatic completion.
2020-05-10 15:58:37 +02:00
gambas
9a9d347c8a Automatically load 'gb.test' information.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatically load 'gb.test' information.
2020-05-10 14:51:53 +02:00
gambas
f319132dfc Ignore hidden components specified in the project file.
[DEVELOPMENT ENVIRONMENT]
* BUG: Ignore hidden components specified in the project file.
2020-05-09 20:55:56 +02:00
gambas
44bacadeda Suport for unit tests in the IDE.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update french translation.
* NEW: Add a 'test' button, that run the project in test mode, using the debugger.
* NEW: Add a specific output tab for the unit tests result.
* BUG: Selection of menu icons now allows stock icons again.
2020-05-07 15:23:14 +02:00
gambas
931ecc6c61 Use '-r' interpreter option to redirect standard error output.
[DEVELOPMENT ENVIRONMENT]
* BUG: Use '-r' interpreter option to redirect standard error output.
2020-05-07 08:19:59 +02:00
gambas
e67263696f Search dialog: Support for browsing compressed files.
[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: Support for browsing compressed files.
* NEW: Use global constants for IDE blue and orange colors.
2020-05-04 21:29:22 +02:00
Christof Thalhofer
f5dbf4074e gbt3: Fix. Raise error when path = Null, no sparse 2020-05-03 11:42:47 +02:00
Christof Thalhofer
c733083a32 gbt3 install and task 2020-05-03 11:26:05 +02:00
Christof Thalhofer
ed8f5b73ad gbt3: some fixes and tasks done
Returns exit code.

Doesn't print a summary any more as this is provided by gb.test.

Doesn't print blank line at the beginning any more. Plan has to be in
the first line.

Works fine with tappy (python TAP consumer)

Kills temporary startup file
2020-05-03 10:35:29 +02:00
Christof Thalhofer
127eb07385 Merge remote-tracking branch 'upstream/master' into testing-system 2020-04-26 12:07:56 +02:00
Christof Thalhofer
e5c9b3c1c2 gb.test and gbt3 some refactoring and future tasks 2020-04-25 21:28:51 +02:00
Tobias Boege
35cac9053f Refactor TapPrinter and Assert
This is a big refactor of the TapPrinter and Assert interaction with
the goal of enabling gb.test to print a self-summary after a TAP session
(without storing the TAP we printed and parsing it afterwards). The main
feature addition is a new class representing an assertion (together with
its subtests). Objects of this type are now produced by TapPrinter when
it prints an assertion and by TapParser alike when it parses TAP.
This allows more uniform and more detailed reporting of failures, too.

For organizational reasons, subtest support was moved into the printer.

[GB.TEST]
* NEW: Expose the TapContext class which holds the current TAP session's state.
* NEW: Represent assertions (and entire subtests) by TestAssertion objects in both TapPrinter and TapParser.
* NEW: Coalesce the four TapParser events for assertions into one.
* OPT: Move subtest support into TapPrinter, removing the need to create multiple TapPrinter objects.
* OPT: Remove the need for buffering the TAP to print a self-summary.
* BUG: Fix the buffering issue that would lose TAP when the process crashes.
2020-04-25 05:45:42 +02:00
gambas
1a496a05b6 Fix test source file initial comment.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix test source file initial comment.
2020-04-23 01:34:53 +02:00
gambas
25d542ca17 Change the version control synchronize icon to the 'download' icon.
[DEVELOPMENT ENVIRONMENT]
* NEW: Change the version control synchronize icon to the 'download' icon.
2020-04-22 23:43:06 +02:00
gambas
d37d6c97b8 Form editor: Add a information line on the toolbox that displays the name of the current hovered toolbox control, and the component it belongs to.
[DEVELOPMENT ENVIRONMENT]
* BUG: Hitting ESC key when the focus is on the console immediate command textbox now always closes the console tab.
* NEW: Form editor: Add a information line on the toolbox that displays the name of the current hovered toolbox control, and the component it belongs to.
2020-04-22 23:40:36 +02:00
gambas
e9f3767f98 Search dialog: Case insensitive search with words only now works correctly in all cases.
[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: Case insensitive search with words only now works correctly in all cases.
2020-04-21 08:05:59 +02:00
gambas
9c12c1f886 Search dialog: The project browsing is now done through a background task.
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: The automatic completion now appears at the correct position when the view is splitted.
* NEW: Search dialog: The project browsing is now done through a background task.
* NEW: Redraw the module icons.
2020-04-21 07:35:27 +02:00
Christof Thalhofer
dcce00e674 gbt3: updated to new name and behavior of Test-Main() 2020-04-10 13:51:48 +02:00
gambas
d6cf0e8fb4 Fix the tab order of the control toolbox.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix the tab order of the control toolbox.

[GB.WEB.GUI]
* NEW: WebListBox is a new listbox control.
2020-04-09 10:53:31 +02:00
gambas
b737880ee6 Add command-line options to find or replace a string in all wiki pages.
[WIKI]
* NEW: Add command-line options to find or replace a string in all wiki pages.
2020-04-08 14:06:36 +02:00
gambas
73686fde4c Update some project versions. 2020-04-08 14:05:59 +02:00
gambas
0f1de30f2a Add debugging messages to the Printing example and use full page to print.
[EXAMPLES]
* NEW: Add debugging messages to the Printing example and use full page to print.
2020-04-08 14:05:12 +02:00
Tobias Boege
71b5ca1244 gbt3: use TestHarness
[TESTER]
* NEW: Use gb.test's TestHarness to parse TAP.
* BUG: Do not overwrite existing classes when generating temporary startup class.
* OPT: Prefer Exec over Shell.
2020-04-07 15:08:54 +02:00
Tobias Boege
a4e233d4be Move gb.test.tap into gb.test
[GB.TEST]
* NEW: Merge gb.test.tap classes.

[DEVELOPMENT ENVIRONMENT]
* NEW: Remove mention of gb.test.tap.

[CONFIGURATION]
* NEW: Remove gb.test.tap.
2020-04-07 12:32:48 +02:00
gambas
dc4b28b785 Merge branch 'master' of gitlab.com:gambas/gambas 2020-04-06 22:26:00 +02:00
gambas
c72d544427 Form editor: Fix default size of virtual controls.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix default size of virtual controls.
* NEW: Update Gambas fonts.
2020-04-06 22:23:54 +02:00
Benoît Minisini
889d952932 Merge branch 'master' into 'master'
Scripter Added Support for Shared Libraries .. Master

See merge request gambas/gambas!138
2020-04-06 10:04:06 +00:00
gambas
0714bf7d7d Image editor: Fix a possible infinite recursion when refreshing the clipboard tab.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix a possible infinite recursion when refreshing the clipboard tab.
2020-03-27 02:22:58 +01:00
gambas
fb27bf3309 Update mail address in appdata xml file.
[CONFIGURATION]
* BUG: Update mail address in appdata xml file.
2020-03-21 04:52:31 +01:00
gambas
677403b341 Support for custom stock icon sizes depending on form family, and allow any form family to use the menu editor.
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for 'gb.web.gui' component.
* NEW: Support for custom stock icons sizes depending on the form family.
* NEW: Allow any form family to use the menu editor.
2020-03-21 04:35:59 +01:00
Bastian Germann
b08346d887 Remove two untranslated gettext srings
The two translation files give fatal errors on `msgfmt -c`:

gettext: app/examples/Games/GNUBoxWorld/.lang/cs.po:108: 'msgid' and 'msgstr' entries do not both begin with '\n'
msgfmt: found 1 fatal error
gettext: app/examples/Games/GNUBoxWorld/.lang/es_AR.po:97: 'msgid' and 'msgstr' entries do not both begin with '\n'
msgfmt: found 1 fatal error
2020-03-18 20:18:06 +01:00
gambas
e52fc136d1 Packager: Underscores are now allowed in extra dependencies package names.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Underscores are now allowed in extra dependencies package names.
2020-03-16 18:34:15 +01:00
gambas
39ace33d5e Packager: New option to add the project major version number to the package name.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Packager: New option to add the project major version number to the package name.
* BUG: Packager: Fix refresh of extra dependencies and additional files tables.
2020-03-11 01:51:14 +01:00
gambas
30cde24a5a Version control dialog: Hide the modification tab if there is no changes.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add 'gb.test.tap' to the list of components.
* NEW: Version control dialog: Hide the modification tab if there is no changes.
2020-03-07 23:23:16 +01:00
gambas
aa61963236 Version control: Fix command cancelling and command error dialog.
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Correctly cancel commands when password dialogs are cancelled.
* BUG: Version control: The command error dialog now works correctly.
2020-03-06 00:30:29 +01:00
gambas
829fc971c7 The output of the command run after executable has been generated is now put in the IDE console.
[DEVELOPMENT ENVIRONMENT]
* NEW: The output of the command run after executable has been generated is now put in the IDE console.
* BUG: The first opening of the console waits a bit so that the arrangement of its container is made.
2020-03-04 02:02:40 +01:00
gambas
9c8a47ba0f Add 'gb.web.form2' to the component list.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
* NEW: Add 'gb.web.form2' to the component list.
* BUG: Ignore untranslated title and description when displaying project information.
2020-03-03 23:34:17 +01:00
gambas
766b327e61 Relative paths on command-line are now assumed to be relative to the current working directory.
[DEVELOPMENT ENVIRONMENT]
* BUG: Relative paths on command-line are now assumed to be relative to the current working directory.
2020-03-03 01:41:46 +01:00
Brian G
64e5abbc64 [Scripter]
* NEW removed Lib directive
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
* NEW Added support for libraries using new Lib directive
2020-02-29 13:32:20 -08:00
gambas
cf11f9213a File properties dialog: Undoing changes correctly refresh the changes tab again.
[DEVELOPMENT ENVIRONMENT]
* BUG: File properties dialog: Undoing changes correctly refresh the changes tab again.
2020-02-29 20:21:08 +01:00
gambas
b66607099d Add version control history tab in file properties dialog and version control dialog.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update some translations.
* NEW: File properties dialog: Add a version control history tab.
* NEW: Version control dialog: Add a version control history tab.
* NEW: Version control dialog: Always open the dialog, even if there is nothing to commit.
2020-02-29 20:16:29 +01:00
gambas
e57c7616f0 File properties dialog: Display file history if version control is enabled.
[DEVELOPMENT ENVIRONMENT]
* NEW: File properties dialog: Display file history if version control is enabled.
* NEW: Use bold text instead of shadows to display project titles.
2020-02-28 18:33:32 +01:00
Christof Thalhofer
3752088d37 gbt3: Fix cherrypicking
[GBT3]
* BUG: Fix selection of testmodule and testmethod
2020-02-24 14:08:40 +01:00
Christof Thalhofer
a10a5db270 gbt3: refactoring, more stability, TAP stream
[GBT3]
* NEW: gbt3 finds compiler and executor on the computer, TAP output as stream
2020-02-24 11:15:09 +01:00
Christof Thalhofer
ea260ee017 gbt3: fix bug: missing wait
[GBT3]
* BUG: gbt3: Fix missing Wait. Now reliable testing.
2020-02-23 22:50:38 +01:00
Brian G
11eaba36bc [Scripter]
* NEW removed Lib directive
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
* NEW Added support for libraries using new Lib directive
2020-02-23 12:16:23 -08:00
Christof Thalhofer
f6acfff787 gbt3 a Gambas program to test a project from commandline
*[NEW] gbt3.gambas: runs tests from commandline
2020-02-23 17:53:01 +01:00
gambas
3adee3a411 Add support for test modules.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for test modules.
2020-02-22 15:58:32 +01:00
gambas
b7c6d4cca6 Packager: Add distribution suffix in rpm support package dependencies.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Add distribution suffix in rpm support package dependencies.
2020-02-22 00:51:49 +01:00
Brian G
522c562a3d [Scripter]
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
* NEW Added support for libraries using new Lib directive
2020-02-21 15:49:54 -08:00
Brian G
bec702cbd8 [Scripter]
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
2020-02-21 13:43:02 -08:00
gambas
0f3277cbb7 Database editor: The record count is correctly updated now, when records are removed or added.
[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: The record count is correctly updated now, when records are removed or added.
2020-02-21 02:51:53 +01:00
gambas
a5819d2511 The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
2020-02-21 02:36:02 +01:00
gambas
b8952bd393 Packager: Take package release number into account in 'rpm' & 'deb' dummy package dependencies.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Take package release number into account in 'rpm' & 'deb' dummy package dependencies.
2020-02-14 23:59:02 +01:00
gambas
d2c1b2f31c Text file compression is now transparent, and activated through a toggle button.
[DEVELOPMENT ENVIRONMENT]
* NEW: Text file compression is now transparent, and activated through a toggle button.
* NEW: Uncompressed files are now stored in the '.hidden/.uncompressed' hidden directory. Files are removed from the old 'Uncompressed' visible directory as soon as it is marked compressed again.
* NEW: Use the new 'view-tree' icon for the project tree toggle button.
2020-02-14 00:47:51 +01:00
gambas
8b8acaa4fa Form editor: Support for diff mode.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: Form editor: Support for a diff mode that replaces the gui editor by a text editor showing the differences.
2020-02-01 20:32:43 +01:00
gambas
989a1266a2 Packager: Fix ArchLinux packager.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Fix ArchLinux packager.
2020-01-27 08:24:52 +01:00
GianluigiOr
043ac975aa Contains new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE Italian translations are now complete.
2020-01-24 10:39:17 +01:00
gambas
b7a7393b1a Do not crash if the layout user directory does not exist yet.
[DEVELOPMENT ENVIRONMENT]
* BUG: Do not crash if the layout user directory does not exist yet.
2020-01-24 10:27:35 +01:00
gambas
e6cd4fc302 Add global interface layout save/restore ability.
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Remove "Minimize on execution" option.
* NEW: Option dialog: Remove "Quiet external commands" option.
* BUG: Some fixes in diff mode management.
* NEW: Option dialog: Add global interface layout save/restore ability.
* NEW: Option dialog: Provide two default layouts : a default one, and a compact one.
* BUG: Fix some unreadable colors in 'zen' theme.
* NEW: Update French translation.
2020-01-24 08:28:46 +01:00
Christof Thalhofer
82f1a1e8d5 German translation fix vendor = Hersteller 2020-01-23 16:00:32 +01:00
GianluigiOr
269a87ade6 Contains new Italian translations and a new author
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE Italian translations are now complete.

[GB.WEB.FORM2]
* NEW: The Italian translation.

[AUTHORS]
* NEW: Added a new italian translator
2020-01-21 14:27:36 +01:00
gambas
bbc555cafa Code editor: Add a toolbar button that toggles display of differences with last commit.
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Add a toolbar button that toggles display of differences with last commit.
* NEW: Update Gambas font.
* NEW: Update French translation.
2020-01-20 13:04:50 +01:00
gambas
91766adfbe Replace some options by GUI buttons, and make the stack trace list resizable.
[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Replace the 'sort properties' option by a button on the property sheet.
* NEW: Form editor: Replace the 'toolbar size' option by a button on the toolbox.
* NEW: Form editor: Add a new possible size to the toolbox.
* BUG: Some fixes in the management of project tree and property sheet show buttons.
* NEW: Debug panel: The stack trace list can be resized.
2020-01-09 18:36:37 +01:00
gambas
0f958726da Use tab bar extra buttons for showing panels, and add a button to toggle sort by inheritance in the project tree.
[DEVELOPMENT ENVIRONMENT]
* NEW: Use tab bar extra buttons for showing project tree, property sheet, control tool box and property help.
* NEW: Remove the 'show property help' option.
* NEW: Add a button to toggle sort by inheritance in the project tree.
* NEW: Update French translation.
2020-01-08 13:58:13 +01:00
gambas
d0e6769d0a Add buttons on top of tab bars to show hidden panels.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add buttons on top of tab bars to show hidden panels.
* NEW: If 'chromium' is selected as default browser, then stable Google Chrome can be used if Chromium is not installed.
* NEW: Update Zen color theme.
2020-01-07 20:30:59 +01:00
Christof Thalhofer
5cc607d652 Language German translation small fix 2020-01-04 22:29:30 +01:00
gambas
dd2fca5fd3 Help viewer: Cancel downloading when using a custom special url.
[DEVELOPMENT ENVIRONMENT]
* BUG: Help viewer: Cancel downloading when using a custom special url.
* NEW: Do not log 'git branch' commands.
* NEW: Update Gambas fonts.
2020-01-04 22:13:41 +01:00
gambas
cf8f80e131 Update Gambas fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
2020-01-02 13:32:52 +01:00
gambas
4a2b8ed1e7 Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I.
2020-01-02 13:31:30 +01:00
gambas
41ddd4b946 Handle custom array classes in help.
[DEVELOPMENT ENVIRONMENT]
* BUG: Handle custom array classes in help.
2019-12-30 19:50:18 +01:00
gambas
c364aa22da Handle custom array classes automatically, and allow undo on non-existent pages.
[WIKI]
* NEW: Handle custom array classes automatically.
* NEW: Undo is now possible if the page does not exist.
2019-12-30 19:48:48 +01:00
gambas
eeaec22e2c Update financial support list.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support list.
2019-12-24 13:59:15 +01:00
gambas
5c69af0777 If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers.
[DEVELOPMENT ENVIRONMENT]
* NEW: If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers.
2019-12-23 11:37:36 +01:00
gambas
ccac0d27b4 Automatic completion: Add '_read' and '_write' special methods.
[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: Add '_read' and '_write' special methods.
2019-12-23 11:36:56 +01:00
gambas
87228b9c4f Packager: '*.deb' packaging now supports spaces in package target directory name.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: '*.deb' packaging now supports spaces in package target directory name.
2019-12-22 21:43:24 +01:00
Benoît Minisini
cd55a805c9 Merge branch 'italian-translations' into 'master'
Contains new Italian translations

See merge request gambas/gambas!119
2019-12-07 11:12:03 +00:00
gambas
1e80a40ee8 Fix automatic variable declaration.
[DEVELOPMENT ENVIRONMENT]
* BUG: Return value of CLOSE and SHELL / EXEC ... TO syntax are now taken into account by automatic variable declaration.
* NEW: Fix Gambas font circumflex accent.
* BUG: PROPERTY ... USE is now taken into account by automatic variable declaration.
2019-12-06 00:34:15 +01:00
GianluigiOr
bfe9ac2cf4 Contains new Italian translations
[GAMBAS-WIKI]
* NEW: The Italian translations are now complete.

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE Italian translations are now complete.

[GB.WIKI]
* NEW: The complete Italian translations.

[GB.TEST]
* NEW: The Italian translation.
2019-12-03 16:31:13 +01:00
gambas
32ff6f4b36 Add '.startup', '.list' and '.info' to projet default gitignore file.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add '.startup', '.list' and '.info' to projet default gitignore file.
2019-11-29 11:06:33 +01:00
gambas
0f8b929e85 Project properties dialog: Add an option to add the current git branch to the project version number.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Project properties dialog: Add an option to add the current git branch to the project version number.
2019-11-26 00:15:23 +01:00
gambas
61e9f2d00a The '@help' command now can retrieve class help comments.
[WIKI]
* NEW: The '@help' command now can retrieve class help comments.
2019-11-26 00:12:47 +01:00
Laurent Carlier
c698c31908
Fix Archlinux package generation
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix archlinux package generation.
* NEW: Update French translation.

Fixes bug report 1682
2019-11-25 18:36:00 +01:00
gambas
4509c61b31 Add '_ready' to the list of special methods.
[DEVELOPMENT ENVIRONMENT]
* BUG: Add '_ready' to the list of special methods.
2019-11-21 18:40:30 +01:00
gambas
47ccde0e2e Implement '@{help}' command that inserts help defined in source code comments.
[WIKI]
* NEW: Use the full page width.
* NEW: Implement '@{help}' command that inserts help defined in source code comments.
2019-11-15 23:58:03 +01:00
gambas
594e867983 Fix the help browser and add a button that clears the version control terminal output.
[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Fix behavior on offline documentation.
* NEW: Help browser: Support for the new '@{help}' wiki command.
* OPT: Refresh the IDE window title only if necessary.
* NEW: Version control: Add a button that clears the version control terminal output.
2019-11-09 22:07:39 +01:00
gambas
ba54195001 Fix author and translator page.
[WIKI]
* BUG: Fix author and translator page.
2019-11-08 15:00:55 +01:00
gambas
115e2e6b28 Display the current branch in the IDE window title.
[DEVELOPMENT ENVIROMENT]
* NEW: Display the current branch in the IDE window title.
* NEW: Use a long dash to separate the application name in the IDE window title.
2019-11-08 14:58:56 +01:00
gambas
f60243ef96 Some fixes in Drag & drop frame management.
[DEVELOPMENT ENVIRONMENT]
* NEW: Draw the frame of control dropped from the toolbox bigger.
* BUG: The frame of control dropped from the toolbox should correctly disappear in all cases.

[GB.GUI.BASE]
* BUG: The DragLeave event is now emitted reliably when the mouse leaves the drag and drop frame.
2019-10-28 20:49:08 +01:00
gambas
c63602fc28 Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug.
* OPT: Move the bytecode folder instead of copying it.
2019-10-26 22:36:18 +02:00
gambas
cce7b1f931 Update Gambas 16 fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
2019-10-21 09:45:43 +02:00
Tobias Boege
87f588e7e9 IDE: Update German translation
[DEVELOPMENT ENVIRONMENT]
* NEW: Update German translation
2019-10-12 14:11:18 +02:00
gambas
de124a577d Project property dialog: Fix deletion in argument list when pressing Backspace.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Project property dialog: Fix deletion in argument list when pressing Backspace.
* NEW: All 3.14 versions will be Gambas Π.
2019-10-02 17:59:59 +02:00
gambas
6c4b017c19 Update Gambas 16 px size font. Make it less round and fix many characters.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 px size font. Make it less round and fix many characters.
2019-09-26 14:26:50 +02:00
gambas
e5253aa782 Gambas π!
[DEVELOPMENT ENVIRONMENT]
* NEW: Gambas π!
2019-09-23 02:14:00 +02:00
gambas
a7c52a856d Add dark theme versions of component chooser icons (checked, partially checked, locked).
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Add dark theme versions of component chooser icons (checked, partially checked, locked).
2019-09-20 00:10:12 +02:00
gambas
4c1850e66c Update Gambas 16 fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
2019-09-14 23:44:23 +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
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
52b4f74325 Update Gambas 16 font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
2019-09-06 01:58:33 +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
gambas
ead1bb23c8 Update Gambas 16 pt fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 pt fonts.
2019-09-04 02:07:01 +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
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
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
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
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
b6900124a0 Update error messages.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update French translation.
2019-08-22 03:18:37 +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
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
GianluigiOr
5193e79d3d Contains new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
2019-08-03 22:55:19 +02:00
gambas
c3b4a13aac Fix links inside symbol syntax, so that they keep the current language.
[WIKI CGI SCRIPT]
* BUG: Fix links inside symbol syntax, so that they keep the current language.
2019-08-02 02:42:12 +02:00
gambas
5b7842e76c About dialog: Display financial support again.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support file.
* NEW: About dialog: Display financial support again.
2019-08-01 01:13:37 +02:00
gambas
8134f37ecc Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
2019-07-31 00:26:52 +02:00
glixx
3af4212149 update Russian translation 2019-07-16 09:07:34 +03:00
gambas
739895c55a Support for 'ByRef' annotations in '*.info' files.
[WIKI CGI SCRIPT]
* NEW: Support for 'ByRef' annotations in '*.info' files.
2019-07-15 17:44:57 +02:00
gambas
07398d8d82 Always reload the project after a pull / update from the repository. Support for the 'ByRef' annotation in '*.info' files.
[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the 'ByRef' annotation in '*.info' files.
* BUG: Version control: Always reload the project after a pull / update from the repository.
2019-07-15 17:42:00 +02:00
gambas
f1cc289bfb Add an option not to increment version, and draw the startup class with underline bold text instead of using an emblem.
[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Startup class is now drawn with underline bold text instead of using an emblem.
* NEW: Make executable dialog: Add an option not to increment version. This is options is saved in the local project settings.
* NEW: Code printing: Use always the same font size for drawing page header and footer.
2019-07-12 00:40:56 +02:00
gambas
8a4d713a4a Disable templates using components not installed on the system, and only propose GUI components actually installed when 'gb.gui' is in use.
[DEVELOPMENT ENVIRONMENT]
* NEW: Project creation dialog: Disable templates using components not installed on the system.
* NEW: When 'gb.gui' is used, only propose GUI components actually installed on the system.
2019-07-10 23:08:15 +02:00
gambas
c5b2b50870 Text and code editors now can print their contents.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for the new 'gb.form.print' component.
* NEW: Code editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Text editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Option dialog: Add an option to define the font used for printing.
2019-07-09 19:49:59 +02:00
gambas
e9da726b96 Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Show the grid below the selection and other tool strokes.
* NEW: Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.
* NEW: Packager: Autotools package does not use the deprecated AM_INIT_AUTOMAKE syntax anymore.
2019-07-04 02:54:16 +02:00
GianluigiOr
a9bd2fe844 Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now fix and complete.

[GB.FORM.TERMINAL]
* NEW: The complete translation.

[GB.TERM.FORM]
* NEW: The translation is now complete.

[GB.UTIL]
* New: The translation is now fix
2019-07-03 19:20:38 +02:00
gambas
e3eb238821 Support for new Highlight.Alternate style.
[DEVELOPMENT ENVIRONMNENT]
* NEW: Support for new Highlight.Alternate style.
* NEW: Update highlight themes.
* NEW: Update French translation.
2019-06-29 16:17:09 +02:00
Benoît Minisini
def5aaf027 Merge branch 'master' into 'master'
[WIKI] Updated Playground Url

See merge request gambas/gambas!102
2019-06-29 00:16:30 +00:00
gambas
ced6a42adf Packager: Some bug fixes, and traslate the project description in the desktop file.
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Doing the same package several times without closing the wizard works correctly now.
* BUG: Packager: When making a *.deb package, clean-up the target directory from possible already existing similar packages. Otherwise dpkg-buildpackage does not build.
* NEW: Packager: Translate project description in desktop file.
2019-06-28 23:57:21 +02:00
gambas
85d4293edd Packager: Allow to enter the minimum Gambas version required and translate the Name entry of desktop files.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Fix a possible crash when disabling/enabling a breakpoint.
* NEW: Packager: Allow to enter the minimum Gambas version required.
* NEW: Packager: Extra desktop file entries can override default entries.
* NEW: Packager: The desktop file Name entry is now emitted with its translations.
2019-06-28 22:58:49 +02:00
Matthew Collins
a94d7dfa72 [WIKI] Updated Playground Url
NEW: Changed playground urls from http to https.
NEW: Switched to run examples from stable to daily builds.
2019-06-23 16:08:21 +01:00
gambas
03432457cd Project property dialog: Standardize the look of lists widgets.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* NEW: About dialog: Update design.
* NEW: Project property dialog: Standardize the look of lists widgets.
2019-06-21 19:53:55 +02:00
glixx
84dcb3e440 examples: BeastScroll: remove testing fields from project file 2019-06-17 03:16:47 +03:00
glixx
43b7bd7343 examples: Puzzle1To8: fix German translation 2019-06-17 03:10:13 +03:00
glixx
aa8bc2b4e3 examples: Puzzle1To8: update Russian translation 2019-06-17 03:04:33 +03:00
gambas
988546ad28 Update some translations.
[EXAMPLES]
* NEW: Update some translations.
2019-06-14 01:32:14 +02:00
gambas
3aa6b545a7 Search dialog: The "Public" folder is now correctly browsed in all cases.
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Use icon-only tool buttons for configuring highlight style.
* BUG: Search dialog: The "Public" folder is now correctly browsed in all cases.
* NEW: Redraw some icons.
2019-06-14 01:27:16 +02:00
-
9496b56b2b Examples: MediaPlayer: shorter ru translation 2019-06-07 04:58:12 +03:00
-
e269c9e307 Gambas3: update Russian translation 2019-06-07 06:48:52 +03:00
-
b68fce7d12 Examples: Solitaire: less form size 2019-06-07 06:18:09 +03:00
-
0b5efe146c Examples: Tablet: do not use Black on Black color, using DarkGray 2019-06-07 06:11:58 +03:00
gambas
f5a3402368 When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.
[DEVELOPMENT ENVIRONMENT]
* NEW: When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.
2019-06-06 01:53:52 +02:00
gambas
593212020d Translation dialog: The "-" string is not used anymore for strings marked as not to be translated.
[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. Instead a specific "# gb-ignore" comment and a void translation are written into the PO file.
2019-06-04 21:33:52 +02:00
gambas
70100954e0 Translation dialog: New button that adds a new translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: New button that adds a new translation.
2019-06-01 15:01:43 +02:00
gambas
421ef10183 Update Gambas 3 desktop file and add french translations.
[CONFIGURATION]
* NEW: Update Gambas 3 desktop file and add french translations.
2019-06-01 15:01:01 +02:00
glixx
8a959070a3 Packager: differentiate fedora and suse pkgs 2019-05-31 12:49:57 +00:00
-
e89e561358 Packager: remove .orig directory before deb package building 2019-05-31 08:57:33 +03:00
-
d43ff73778 Packager: sRelease for Fedora and Suse 2019-05-31 08:35:04 +03:00
-
ff47384a64 Packager: disable looking for makeself, enable fakeroot 2019-05-31 08:17:17 +03:00
-
5f7968c348 examples: WebCam: fix showing sliders 2019-05-31 06:06:44 +03:00
-
6b9a727be4 examples: WebCam: fix segfault on taking snapshot 2019-05-31 05:37:05 +03:00
-
2c2147e972 fix similar latin letter on cyrillic in gambas3.desktop 2019-05-31 05:08:32 +03:00
-
0321d5b702 examples: switch qt4 on qt5 2019-05-31 04:49:32 +03:00
gambas
05d27c6ba5 Don't use absolute path for executable in desktop files.
[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: Don't use absolute path for executable in desktop files.
2019-05-30 21:08:37 +02:00
glixx
535e619b7b some fixes for examples 2019-05-30 09:30:18 +03:00
glixx
129a2c83ea update Russian translation 2019-05-30 08:11:13 +03:00
glixx
7d74bbc9aa enable BuildRoot for spec file back to fix building Mageia on a host systems 2019-05-30 05:38:53 +03:00
glixx
d622001458 more place for text for FTips.form, FMakePatch.form 2019-05-29 06:45:59 +03:00
glixx
1160b73161 examples: MyWebCam: fix segfault on pressing Stop 2019-05-29 05:54:16 +03:00
glixx
f6ba39112d update gambas3.desktop 2019-05-29 03:10:07 +03:00
glixx
eb962b42d2 update groups for Mageia 2019-05-29 02:10:20 +03:00
glixx
5024b3d6f5 update Russian translation 2019-05-28 09:06:07 +03:00
glixx
c41c90b7ca examples: workable url for HTTPPost 2019-05-28 08:48:55 +03:00
glixx
811eb241a6 do not need Comment in desktop file if Description is missing 2019-05-28 08:31:50 +03:00
glixx
ff84013e3c examples: add more descriptions in .project files 2019-05-28 07:40:31 +03:00
glixx
4fabcbec55 rpm packaging improvement 2019-05-28 05:51:56 +03:00
gambas
dfbe7313d4 Merge branch 'master' of gitlab.com:gambas/gambas 2019-05-27 18:49:00 +02:00
gambas
4422698b10 Some translation-related fixes.
[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly read multi-lines translations of project title and description.
* BUG: Automatic translation now works better with multi-line translations.
* NEW: Create project dialog: Forbid '<', '>', '(', ')', '{' and '}' in project names.
* BUG: Project properties dialog: Environment variables menus must not be translatable.
* BUG: Packager: Do not remove deprecated entries from SPEC file for Mageia, it does not work.
* NEW: Update translations of license.
2019-05-27 18:42:04 +02:00
Benoît Minisini
0815d38a4b Merge branch 'master' into 'master'
Some more updates for examples

See merge request gambas/gambas!97
2019-05-26 22:48:41 +00:00
gambas
ea31dd7763 Packager: Remove support for Mandriva and deprecated Mageia SPEC entries.
[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: The loading spinner is now always correctly centered.
* NEW: Packager: Remove support for mandriva.
* BUG: Packager: Remove deprecated entries in SPEC file for mageia.
* NEW: Farm client: ESC key now closes the window.
* NEW: Add cyrillic and greek character in the SDL default font generation function.
* BUG: Update French translation so that top-level menu does not use characters with diacritics for shortcuts.
2019-05-25 22:28:47 +02:00
glixx
1f17e4e8ec examples: update PO files after changing mandrake on mageia 2019-05-24 07:43:39 +03:00
glixx
c213afb46b examples: Wizard: delete <blockquote> 2019-05-24 06:29:43 +03:00
glixx
0998197e4d examples: Embedder: use richtext for tooltips back; BeastScroll: enable translation; HTTPPost: improve i18n 2019-05-24 06:15:14 +03:00
gambas
4b9c42bd2b DnsClient: Fix mageia web site hostname.
[EXAMPLES]
* BUG: DnsClient: Fix mageia web site hostname.
2019-05-24 04:47:02 +02:00
Benoît Minisini
cd23bae03f Merge branch 'master' into 'master'
Russian translation and examples fixes

See merge request gambas/gambas!96
2019-05-24 01:04:57 +00:00
Benoît Minisini
19932f409a Merge branch 'italian-translations' into 'master'
Contains fix and new Italian translations

See merge request gambas/gambas!95
2019-05-24 00:15:10 +00:00
glixx
44914102a5 examples: Embedder: fix wrong using richtext for tooltip 2019-05-24 02:27:35 +03:00
glixx
b2c6f917e4 examples: Games: Pong: revert window size how it was before 2019-05-24 02:11:59 +03:00
Tobias Boege
de5cb9d26b Make Gambas/Invaders example compile
[EXAMPLES]
* BUG: Make Games/Invaders compile
2019-05-23 19:49:06 +02:00
glixx
beb9e1fc15 examples: SerialPort: better caption of About dialog 2019-05-23 09:33:31 +03:00
glixx
42aed39f01 revert last commit to fix merge conflict 2019-05-23 08:05:09 +03:00
glixx
e464a518eb s/mandriva/mageia/ 2019-05-23 07:24:34 +03:00
glixx
2d2bb373c2 Update Russian translation 2019-05-23 07:15:00 +03:00
glixx
21fd8b86b6 examples: Games: BeastScroll: disable translation because of not drawing translated strings 2019-05-23 04:04:08 +03:00
glixx
615f5640e1 examples: Lighttable: fix html file opening 2019-05-22 10:09:38 +03:00
glixx
3b563c1f64 examples: Games: RobotFindsKitten: reading localized nkis.txt if exists 2019-05-22 06:12:28 +03:00
glixx
b7b5cbfe31 examples: Pong: fix "out of bounds" 2019-05-22 05:57:48 +03:00
glixx
fe0b864739 examples: improve i18n and fix KeyPress events 2019-05-22 05:43:29 +03:00
GianluigiOr
94c00feb6c Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

[GB.TERM.FORM]
* NEW: The complete new translation.
2019-05-21 16:04:57 +02:00
glixx
d7fc8cb660 examples: fix MapView 2019-05-21 09:41:00 +03:00
glixx
9a027af183 fix usage of TimeBox 2019-05-21 09:34:51 +03:00
glixx
7faa79aa18 examples: improve i18n 2019-05-21 09:02:05 +03:00
glixx
d40fdebd7c examples: typo 2019-05-20 10:10:52 +03:00
glixx
51bebc4964 examples: improve i18n 2019-05-20 09:26:41 +03:00
glixx
675c5b2c65 examples: Control: TreeView: improve i18n 2019-05-20 08:23:54 +03:00
glixx
e9cf1cf597 example: NeHeTutorial: using local variable instead of global 2019-05-20 08:11:49 +03:00
glixx
5632fefb5c example: Collection: using local variable instead of global 2019-05-20 07:29:48 +03:00
glixx
a33e14cf87 typo 2019-05-20 06:43:14 +03:00
glixx
6d90a6ac72 examples: OpenGL: improve i18n 2019-05-20 05:29:48 +03:00
glixx
d7685bcd2c examples: Networking: WebBrowser: improve i18n 2019-05-20 04:19:02 +03:00
Alexey Loginov
bee7558a2e use old format for shortcuts for WebCam 2019-05-20 09:47:52 +03:00
gambas
0732689800 About dialog: Wrap license text so that it is not truncated.
[DEVELOPMENT ENVIRONMENT]
* BUG: About dialog: Wrap license text so that it is not truncated.

[GB.GUI.BASE]
* BUG: Paint.DrawRichTextShadow() default radius is now the same as Paint.DrawTextShadow().
2019-05-18 19:26:11 +02:00
gambas
fb68c84a8a Always read the translation of project title and description when displaying a project box, and read them correctly.
[DEVELOPMENT ENVIRONMENT]
* BUG: Always read the translation of project title and description when displaying a project box, and read them correctly.

[TEMPLATES]
* NEW: Update french translation of some template projects.
2019-05-18 19:12:34 +02:00
gambas
947b0188cc And finally replace 'mandriva' by 'mageia'. We should be ok now.
[EXAMPLES]
* BUG: And finally replace 'mandriva' by 'mageia'. We should be ok now.
2019-05-18 18:52:44 +02:00
gambas
1f018b8404 Reallt remove every 'nl.mo' files still present in the repository. 2019-05-18 17:36:30 +02:00
gambas
85fb0743e2 Revert "Remove every 'nl.mo' files still present in the repository."
This reverts commit a142c76b28.
2019-05-18 17:32:25 +02:00
gambas
a142c76b28 Remove every 'nl.mo' files still present in the repository. 2019-05-18 17:29:34 +02:00
glixx
bfd645ea16 examples: Networking: improve i18n 2019-05-17 10:04:14 +03:00
glixx
baf93db0f2 examples: Multimedia: improve i18n and fix WebCam 2019-05-17 09:29:42 +03:00
glixx
f746a4acf6 examples: Misc: improve i18n 2019-05-17 07:33:54 +03:00
glixx
d8c678c63b examples: Image: improve i18n 2019-05-17 07:17:13 +03:00
glixx
a030b6a0ba examples: Games: improve i18n 2019-05-17 06:44:34 +03:00
glixx
af356974f4 examples: Drawing: improve i18n and fix RandomColorSort 2019-05-17 05:13:49 +03:00
glixx
4d5cf06fae examples: Printing: improve i18n 2019-05-16 09:33:45 +03:00
glixx
8317de3e55 examples: Database: improve i18n 2019-05-16 09:21:46 +03:00
glixx
d5721ce3f4 examples: Control: improve i18n 2019-05-16 07:35:16 +03:00
glixx
530f6f0a26 examples: Basic: improve i18n 2019-05-16 07:07:23 +03:00
glixx
2f4f16c8c5 examples: more translatable projects 2019-05-16 02:58:19 +03:00
gambas
54f47f43ab Code editor: Fix keyboard handling in procedure list.
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Fix keyboard handling in procedure list.
2019-05-15 00:39:34 +02:00
gambas
ca2dede0ec Really replace 'mandrake' by 'mandriva'.
[EXAMPLES]
* BUG: Really replace 'mandrake' by 'mandriva'.
2019-05-14 08:07:54 +02:00
gambas
a02713f14f Merge branch 'master' of gitlab.com:gambas/gambas 2019-05-14 07:59:31 +02:00
gambas
af45f827ec Fix Willy Raets' mail address.
[CONFIGURATION]
* BUG: Fix Willy Raets' mail address.

[DEVELOPMENT ENVIRONMENT]
* NEW: Remove now useless 'authors.txt' file.
2019-05-14 07:58:21 +02:00
Benoît Minisini
b073a75363 Merge branch 'master' into 'master'
Some fixes

See merge request gambas/gambas!92
2019-05-14 05:38:12 +00:00
glixx
69411f4026 html formatting and typo for tips.en 2019-05-14 06:18:00 +03:00
gambas
5eb8054854 Replace "mandrake" by "mandriva" in DnsClient example.
[EXAMPLES]
* BUG: Replace "mandrake" by "mandriva" in DnsClient example.
2019-05-13 21:17:05 +02:00
gambas
89df5d6abd Automatic completion: Handle boxed strings.
[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: Handle boxed strings.
* NEW/ Update financial support.
2019-05-13 21:14:44 +02:00
glixx
8e0bf99ce1 fix typos 2019-05-13 04:54:50 +03:00
gambas
37a11f35c5 Version control: Add a new tab in the bottom panel for managing version control.
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Add a new tab in the bottom panel for managing version control.
* NEW: Version control: Command timeout is now 15 seconds instead of 30.
2019-05-07 23:08:41 +02:00
gambas
8ef91cc36a Debugger: Make debugging windows fully readable with dark themes.
[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Make debugging windows fully readable with dark themes.
2019-05-07 11:25:16 +02:00
Tobias Boege
22b5e802ff Wiki: Discount comments in .info files when calculating number of symbols
[WIKI]
* BUG: Discount comments in .info files when calculating number of symbols.
2019-05-04 17:35:00 +02:00
gambas
8a6543b5b9 Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.
[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.
2019-05-02 00:27:01 +02:00
Benoît Minisini
0617136258 Merge branch 'italian-translations' into 'master'
Contains fix and new Italian translations

See merge request gambas/gambas!88
2019-05-01 11:47:20 +00:00
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
GianluigiOr
5fdb22660a Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

[GB.FORM]
* NEW: Italian translations improvements

[GB.WEB.FEED]
* NEW: The translations is now complete.
2019-04-22 17:52:07 +02:00
gambas
516de91f93 Update French translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
2019-04-22 03:27:46 +02:00