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
466a570451
Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.
...
[GB.DB]
* BUG: Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.
2019-02-06 23:24:08 +01:00
gambas
c0eab6b4c4
Don't crash if a component use NULL as error message argument. Replace it by a void string.
...
[INTERPRETER]
* BUG: Don't crash if a component use NULL as error message argument. Replace it by a void string.
2019-02-06 23:23:18 +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
Benoît Minisini
4770a192f8
Merge branch 'master' into 'master'
...
fix slackware package genreation
See merge request gambas/gambas!65
2019-02-06 21:18:53 +00: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
66a4368ba0
Merge branch 'master' of gitlab.com:gambas/gambas
2019-02-05 02:25:07 +01: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
gambix
3482e7dda0
Add the require of gb.eval and force the gb.eval componant loading if not done
...
[GB.REPORT]
* BUG: Add the require for gb.eval in component info and force the loading of it.
2019-02-02 18:06:31 +01:00
gambas
efee886dab
* Remove other '*.mo' files from the repository.
2019-02-02 02:00:58 +01:00
gambas
6c7837ec0d
Add the root '.gitignore' file, the only one that should be kept in the repository.
2019-02-02 01:10:46 +01:00
gambas
5bb2f41b21
Remove '*.mo' files now automatically generated by the compiler, and other filed that should be ignored too.
2019-02-02 01:07:37 +01:00
gambas
f931131317
Update French translation.
...
[WIKI]
* NEW: Update French translation.
2019-02-02 01:06:42 +01:00
gambas
a7bbfbfb74
Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.
...
[CONFIGURATION]
* NEW: Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.
2019-02-02 00:55:16 +01:00
gambas
3a8b687376
Merge branch 'master' of gitlab.com:gambas/gambas
2019-02-02 00:49:44 +01:00
gambas
f812d81274
Enhance the SpinBox control.
...
[GB.GUI.BASE]
* NEW: SpinBox: Alignment is a new property that allows to define the alignment of the control inner text.
* NEW: SpinBox: ShowZero is a new property that tells to pad the displayed number with zeros.
* NEW: SpinBox: Limit is a new event that is raised when the user tries to move past the maximum value, or beofre the minimum value.
* BUG: SpinBox: The value entered with the keyboard is now always taken into account by the next use of the mouse.
2019-02-02 00:41:36 +01:00
gambas
c875f00a44
TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.
...
[GB.FORM]
* NEW: TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.
2019-02-02 00:40:30 +01:00
gambas
92a09ad185
Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.
...
[GB.FORM.MDI]
* BUG: Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.
2019-02-02 00:37:54 +01:00
gambix
13120e91b6
Merge branch 'master' of gitlab.com:gambas/gambas
2019-02-01 22:24:58 +01:00
gambix
0a6b9ff342
Circle mapItem now really have the good radius and MapPoint.Distance is now a static function
...
[GB.MAP]
* BUG: Circle map item now a really the good radius
* OPT: MapPoint.Distance is now a static public Function
2019-02-01 22:23:52 +01:00
Tobias Boege
579c9e1fc7
gb.xml: <!DOCTYPE> declaration is case-insensitive
...
[GB.XML]
* BUG: <!DOCTYPE> declaration is case-insensitive.
2019-02-01 11:57:09 +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
8f09b68254
MediaView: Merge the play and pause button and remove the big white pause symbol.
...
[GB.MEDIA.FORM]
* NEW: MediaView: Merge the play and pause button.
* NEW: MediaView: Remove the big white pause symbol.
2019-01-26 18:28:05 +01:00
gambas
6bd779d2f6
Make component compile with GTK+ < 3.20.
...
[GB.GTK3]
* BUG: Make component compile with GTK+ < 3.20.
2019-01-26 16:11:19 +01:00
gambas
7b75f31e81
TabStrip: Tab labels are now correctly displayed when the tab has no icon.
...
[GB.GTK3]
* BUG: TabStrip: Tab labels are now correctly displayed when the tab has no icon.
2019-01-26 15:25:51 +01:00
gambas
245d3d7429
Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.
...
[INTERPRETER]
* BUG: Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.
2019-01-26 15:24:46 +01:00
gambas
402d1acbcb
Compile translations on installation.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Compile translations on installation.
2019-01-24 04:11:35 +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
75b1d5955a
Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.
...
[GB.PDF]
* BUG: Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.
2019-01-20 23:28:00 +01:00
gambas
fe55f495f4
Fix the default value of optional Object function arguments.
...
[GB.JIT]
* BUG: Fix the default value of optional Object function arguments.
2019-01-20 22:50:35 +01:00
gambas
1181b78443
Spinner: Enable the spinner timer only if needed, and not permanently!
...
[GB.FORM]
* BUG: Spinner: Enable the spinner timer only if needed, and not permanently!
2019-01-19 02:58:48 +01:00
gambas
845d535b35
Fix corrupted image in BeastScroll example.
...
[EXAMPLES]
* BUG: Fix corrupted image in BeastScroll example.
2019-01-19 01:08:00 +01:00
gambas
912d804daa
Raise the maximum number of decimal digit of a Float value to 16.
...
[INTERPRETER]
* NEW: Raise the maximum number of decimal digit of a Float value to 16.
2019-01-19 01:06:38 +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
gambas
f1ed9011a3
If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.
...
[COMPILER]
* NEW: If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.
2019-01-19 01:03:57 +01:00
gambas
69d864f1d4
Ignore trailing zeros in the decimal part of floating point number constants.
...
[INTERPRETER]
* NEW: Allow one more decimal digit in floating point number constants.
* BUG: Ignore trailing zeros in the decimal part of floating point number constants. It may introduce rounding differences.
2019-01-16 04:32:44 +01:00
Benoît Minisini
bcaf4d990c
Merge branch 'italian-translations' into 'master'
...
Update Italian translation for the development environment, the tips, gb.wiki, gb.args, gb.db.form, gb.form, gb.form.dialog, gb.form.mdi, gb.report2, gb.web.form.
See merge request gambas/gambas!60
2019-01-15 22:17:03 +00:00
Gianluigi Gradaschi
0d98926605
Italian translations
2019-01-15 22:17:03 +00:00
gambas
388bc70157
Don't crash when drawing one-character static strings.
...
[GB.SDL2]
* BUG: Don't crash when drawing one-character static strings.
2019-01-13 08:58:00 +01:00
gambas
23a8fbc81d
Fix UdpSocket class declaration.
...
[GB.NET]
* BUG: Fix UdpSocket class declaration.
2019-01-12 18:23:50 +01:00
gambas
df419c9434
UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.
...
[GB.NET]
* NEW: UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.
2019-01-12 18:20:38 +01:00
gambas
b97b82133a
Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name.
...
[INTERPRETER]
* BUG: Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name.
2019-01-11 16:02:02 +01:00
gambas
ced4594599
Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore.
...
[INTERPRETER]
* BUG: Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore.
2019-01-11 15:23:50 +01:00
gambas
5c3ce53f61
Fix Debug instruction and support for the new Assert instruction.
...
[GB.JIT]
* BUG: Fix Debug instruction.
* BUG: Support for the new Assert instruction.
2019-01-11 01:46:13 +01:00
gambas
634b5c4168
Really fix the loop optimization.
...
[INTERPRETER]
* BUG: Really fix the loop optimization.
2019-01-11 01:14:42 +01:00
gambas
dd551e9bc5
Fix loop optimization that didn't work on loops calling themselves recursively.
...
[INTERPRETER]
* BUG: Fix loop optimization that didn't work on loops calling themselves recursively.
2019-01-11 01:11:46 +01:00
gambas
ed8864cef2
Fix badly committed files.
...
[GB.MAP]
* BUG: Fix badly committed files.
2019-01-10 18:03:10 +01:00