Benoît Minisini
5c5885bac8
Make executable dialog: Add an option to ignore the 'Public' project directory.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Make executable dialog: Add an option to ignore the 'Public' project directory.
2023-03-11 10:36:46 +01:00
Benoît Minisini
ce4f00e756
Debugger: The titles of the variable tree now expand on click.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: The titles of the variable tree now expand on click.
2023-03-11 10:33:05 +01:00
Benoît Minisini
c43e3f8d53
Edited files will not remain locked anymore after the debugger stops.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Edited files will not remain locked anymore after the debugger stops.
2023-03-11 09:52:49 +01:00
Benoît Minisini
8f8a1b4484
Update the debugged process id in real time when debugging a project using the embedded HTTP server.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Update the debugged process id in real time when debugging a project using the embedded HTTP server.
2023-03-07 00:31:01 +01:00
Benoît Minisini
d246caa642
Translation dialog: Add a new tab that allows to import all translations from another project.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Add a new tab that allows to import all translations from another project.
* NEW: Some little changes in the 16px Gambas font.
* NEW: Update French translation.
2023-03-03 21:53:52 +01:00
Benoît Minisini
8a04b08dab
Menu editor: Do not draw the picture of top-level menus. Snippets: Add newline at the end of snippets where it makes sense.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Menu editor: Do not draw the picture of top-level menus.
* BUG: Snippets: Add newline at the end of snippets where it makes sense.
2023-02-24 18:00:16 +01:00
Benoît Minisini
612c2cabb4
Merge branch 'ScripterFixErrorExitCode' into 'master'
...
Fix Scripter exit error Replace scripter error -2 with 127(file not found)
See merge request gambas/gambas!297
2023-02-22 22:55:05 +00:00
Benoît Minisini
ebca379925
Version control: Some fixes in the repository dialog.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Some fixes in the repository dialog.
2023-02-22 00:45:26 +01:00
Benoît Minisini
4ae3b054ba
Icon selection dialog: Keep the selection when the size changes and remember the last opened tab.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Icon selection dialog: Keep the selection when the size changes.
* NEW: Icon selection dialog: Remember the last opened tab.
2023-02-21 13:07:32 +01:00
Benoît Minisini
18378b0f19
Version control: Move repository information to its own dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Move repository information to its own dialog.
2023-02-17 01:06:51 +01:00
Brian G
a2d777a0fd
Replace scripter error -2 with 127(file not found)
...
[Scripter]
* BUG: Returns -2 causing overflow in "quit -2" when file not found, now returns 127(file not found)
2023-02-13 13:16:52 -08:00
Benoît Minisini
7af14780c6
Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.
...
[GAMBAS WIKI]
* BUG: Update style sheet so that it handles highlighted code using '<TT>' instead of '<PRE>'.
2023-02-12 01:00:50 +01:00
Benoît Minisini
64c49afbdc
Fix image selection dialog initial selection.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Image selection dialog: Fix initial selection.
* BUG: Debugger: Always reload other project files on each debugging session.
2023-02-12 00:59:32 +01:00
belmotek
21332cbbbc
[GB.WIKI]
...
* NEW: Update Spanish translation by Martin Belmonte using Crustacea translator.
[SELF-TESTER]
* NEW: Update Spanish translation by Martin Belmonte using Crustacea translator.
[GBS3]
* NEW: Update Spanish translation by Martin Belmonte using Crustacea translator.
2023-02-06 21:49:48 +01:00
belmotek
4704096414
[DEVELOPMENT ENVIRONMENT]
...
* NEW: Update Spanish translation by Martin Belmonte using Crustacea translator.
2023-02-06 21:36:11 +01:00
Benoît Minisini
75a8e7071d
Project property dialog: The "Properties" tab information is correctly saved and restore now.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project property dialog: The "Properties" tab information is correctly saved and restore now.
2023-02-06 16:41:58 +01:00
Benoît Minisini
d398bd812e
Gambas fonts: Make comma, colon and semi-colon characters a bit less bold.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Gambas fonts: Make comma, colon and semi-colon characters a bit less bold.
* BUG: Gambas fonts: Some fixes.
2023-02-02 08:39:55 +01:00
Benoît Minisini
dde053a3d6
Farm software: Fix software download. HTTP headers are not case-sensitive anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Farm software: Fix software download. HTTP headers are not case-sensitive anymore.
2023-01-30 16:45:14 +01:00
Benoît Minisini
6c1ffe3faa
Update Gambas fonts so that period, comma, colon and semi-colon characters are bolder in 16 px size.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts so that period, comma, colon and semi-colon characters are bolder in 16 px size.
2023-01-27 20:05:57 +01:00
Benoît Minisini
6721e05d6c
System information dialog: Add more informations, and change the order.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: System information dialog: Add more informations, and change the order.
2023-01-27 08:57:51 +01:00
Gianluigi Gradaschi
a1aed6fbba
[DEVELOPMENT ENVIRONMENT]
...
* NEW: Update Italian translation.
[SELF-TESTER]
* NEW: Update Italian translation.
[GB.FORM]
* NEW: Update Italian translation.
[GB.FORM.EDITOR]
* NEW: Update Italian translation.
[GB.UTIL]
* NEW: Update Italian translation.
[GB.WEB.GUI]
* NEW: Update Italian translation.
2023-01-24 20:55:31 +00:00
Benoît Minisini
8bcc4e173c
Translation dialog: Import translation now takes the '# gb-ignore' comment into account.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Import translation now takes the '# gb-ignore' comment into account.
2023-01-18 23:29:15 +01:00
Benoît Minisini
e9c6076062
Merge branch 'master' into 'master'
...
Contains correction and new Italian translations
See merge request gambas/gambas!289
2023-01-16 10:57:19 +00:00
Benoît Minisini
be1b541e6c
Merge branch 'translation' into 'master'
...
Update Spanish translation.
See merge request gambas/gambas!288
2023-01-16 10:56:44 +00:00
GianluigiOr
bd26f1b4a2
Contains correction and new Italian translations
...
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
2023-01-16 11:27:58 +01:00
Benoît Minisini
c87ea189f1
Add support for the new 'flag:/' picture URLs, and use it where it makes sense.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Icon selection dialog: Fix initial icon selection.
* BUG: Project browser: Opening a file correctly toggles the associated right panel.
* BUG: Image editor: Crop tool now works as expected.
2023-01-15 01:24:57 +01:00
belmotek
cd23e6ddca
Update Spanish translation.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Spanish translation.
app/src/gambas3/.lang/es.po
2023-01-14 21:24:27 +01:00
Christof Thalhofer
a0355e2855
Fix Gambas3 Selftest GambasSelftests.IntegerOverflowsUnsafe
...
Never program with too much beer ... forgot to test
IntegerOverflowsUnsafe with JIT enabled
2023-01-14 01:37:29 +01:00
Christof Thalhofer
f07bdfecd1
Change gambas3-selftest because of bug 2682
...
[DEVELOPMENT ENVIRONMENT]
* FIX: Change gambas3-selftest because of bug 2682
JIT doesn't look at System.IgnoreOverflow.
Now the tests pass.
2023-01-14 01:20:10 +01:00
Benoît Minisini
ef86e17144
Add support for the new 'flag:/' picture URLs, and use it where it makes sense.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for the new 'flag:/' picture URLs.
* NEW: Translation dialog: Show flags with languages.
* NEW: Projecgt property dialog: Show a flag with project default language.
2023-01-13 20:20:57 +01:00
Benoît Minisini
e639cb85bb
Test suites: Fix the behaviour of the test suites interface when a test suite has no test.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Test suites: Fix the behaviour of the test suites interface when a test suite has no test.
2023-01-13 20:17:07 +01:00
Belmotek
41b016fc2f
Update Spanish translation.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Spanish translation.
2023-01-13 18:03:04 +00:00
Christof Thalhofer
1607d303eb
GambasSelftests test System.IgnoreOverflow
...
[DEVELOPMENT ENVIRONMENT]
* NEW: GambasSelftests test System.IgnoreOverflow
2023-01-13 13:49:47 +01:00
Christof Thalhofer
1a8fdb41b7
GambasSelftests integer overflow tests
...
[DEVELOPMENT ENVIRONMENT]
* NEW: GambasSelftests integer overflow tests
* FIX: GambasSelftests run.sh just tests without JIT
Also refactored GambasSelftests a bit and removed some duplicated code
2023-01-13 11:49:43 +01:00
Benoît Minisini
c1e52df4fd
Packager: The 'gb.hash' component will be part of the runtime.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: The 'gb.hash' component will be part of the runtime.
2023-01-12 23:31:22 +01:00
Benoît Minisini
2687a8607b
Fix some buttons tooltips.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Fix some buttons tooltips.
* NEW: Add 'librsvg' to the system information.
2023-01-11 21:59:19 +01:00
Benoît Minisini
43958aa538
Code editor: Paste special now automatically replaces no-break space by normal space.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Paste special now automatically replaces no-break space by normal space.
2023-01-07 18:17:13 +01:00
Benoît Minisini
ae0604b542
Form editor: Set the 'Highlight' property of the control TabPanel.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project property dialog: Get rid of a GTK+ warning.
* NEW: Form editor: Set the 'Highlight' property of the control TabPanel.
2023-01-06 19:10:07 +01:00
Benoît Minisini
8309139973
Project tree: Fix behaviour of 'Open with' menu.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project tree: Fix behaviour of 'Open with' menu.
2023-01-04 20:39:19 +01:00
Benoît Minisini
1d02de4c35
Translation dialog: Fix form using the old 'FileView.Style' property.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Fix form using the old 'FileView.Style' property.
2023-01-03 12:39:55 +01:00
Benoît Minisini
eb68fa4370
Version control: Remove the 'Revert all changes' button in the bottom panel. Project browser: Upgrade to the new FileView view modes.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Project browser: Upgrade to the new FileView view modes.
* NEW: Version control: Remove the 'Revert all changes' button in the bottom panel. It can be dangerous to leave it there.
2023-01-03 12:33:25 +01:00
Benoît Minisini
aaee1fa427
Fix icon size in the unsaved file dialog.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix icon size in the unsaved file dialog.
2023-01-02 18:01:06 +01:00
Benoît Minisini
b2e6c95520
System information dialog: Add the version of some programs. Extend the snow period until the Epiphany.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Extend the snow period until the Epiphany.
* NEW: System information dialog: Add the version of some programs.
2023-01-01 11:31:02 +01:00
Benoît Minisini
08a10b06de
Project tree: Change the icon for filtering compressed files.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Change the icon for filtering compressed files.
2022-12-31 09:06:44 +01:00
Benoît Minisini
03687a30cf
Automatic completion: Correctly ignore properties when completing the dot operator.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Correctly ignore properties when completing the dot operator.
2022-12-31 07:35:14 +01:00
Benoît Minisini
f6296d430b
Fix colors constants in all forms.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix colors constants in all forms.
2022-12-30 16:19:09 +01:00
Benoît Minisini
bfb4c30bca
Project browser: Correctly define the current popup when being activated.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project browser: Correctly define the current popup when being activated.
2022-12-30 16:13:59 +01:00
Benoît Minisini
1929102434
Image editor: Add a toolbar button that expands or shrinks the selection of the paste frame to the image size.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Add a toolbar button that expands or shrinks the selection of the paste frame to the image size.
* BUG: Image editor: Fix mouse button management during press and release events.
* NEW: Draw the current branch button with a Label and its new border properties.
2022-12-29 15:51:37 +01:00
Benoît Minisini
6037ecd1dd
The color chooser dialog does not overflow anymore when selecting an alpha component greater or equal than 128.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: The color chooser dialog does not overflow anymore when selecting an alpha component greater or equal than 128.
* NEW: Use the new 'application' stock icon for the farm dialog.
2022-12-28 12:17:36 +01:00
Benoît Minisini
99c523daa3
Image editor: Make the resize / stretch dialog remember the last selected ratio.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Make the resize / stretch dialog remember the last selected ratio.
2022-12-27 23:17:22 +01:00