gambas
c1db77f31b
Some unary operator syntax rewrite in source code.
2019-04-04 23:04:51 +02:00
gambas
663e0a4347
Speed is a new property that allows to define the media playing speed. A negative speed moves backward.
...
[GB.MEDIA.FORM]
* NEW: MediaView: Speed is a new property that allows to define the media playing speed. A negative speed moves backward.
* NEW: MediaView: Resizing the control while the media is paused correctly resizes the displayed frame.
2019-03-25 03:58:35 +01:00
gambas
d7867cb7cd
Changes in testing code.
2019-03-21 23:20:00 +01:00
gambas
3c9a861618
TerminalView: the minimal screen height is now 2 lines.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: the minimal screen height is now 2 lines.
2019-03-21 23:18:54 +01:00
gambas
92cde5326e
Fix case typo in source code.
...
[GB.FORM.MDI]
* BUG: Fix case typo in source code.
2019-03-21 23:17:26 +01:00
gambas
dfdbd3bd14
Correctly normalize SQLite session file names.
...
[GB.WEB]
* BUG: Correctly normalize SQLite session file names.
2019-03-21 23:16:01 +01:00
Benoît Minisini
4605b57760
Merge branch 'master' into 'master'
...
Workspace: Add CloseButton property.
See merge request gambas/gambas!81
2019-03-19 16:02:42 +00:00
gambas
d26bb8594d
GridView: Make selected color less transparent.
...
[GB.GUI.BASE]
* NEW: GridView: Make selected color less transparent.
2019-03-13 21:36:30 +01:00
Jorge Carrión Molpeceres
263d5660c8
Update Workspace.class
2019-03-11 20:35:57 +00:00
Jorge Carrión Molpeceres
d144a76cee
Update FWorkspace.class
2019-03-11 20:34:44 +00:00
Gen Braga
02fe868274
[GP.MAP]
...
* BUG: Small bug fixes.
2019-03-11 18:48:37 +00:00
Jorge Carrión Molpeceres
2c6944c285
Update FWorkspace.class
2019-03-11 18:34:11 +00:00
Jorge Carrión Molpeceres
523effc9fe
Update Workspace.class
2019-03-11 18:30:59 +00:00
gambix
f585889987
[GB.GUI.BASE]
...
* OPT: Set the ScrollArea Shade more smooth.
2019-03-05 19:11:25 +01:00
gambas
f2de1bc271
Fix some icons.
...
[GB.FORM.STOCK]
* NEW: Fix some icons.
2019-03-04 01:38:57 +01:00
gambas
6eedf18811
FileView: Sometimes the contents was not correctly refreshed.
...
[GB.FORM]
* BUG: FileView: Sometimes the contents was not correctly refreshed.
2019-02-28 17:46:53 +01:00
Gen Braga
757af8c19c
Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.
...
[GB.MAP]
* NEW: Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.
2019-02-14 22:26:05 +00:00
gambas
315eb81d0f
TextEditor: The inner shadow now covers the margin.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: The inner shadow now covers the margin.
2019-02-14 23:21:18 +01:00
gambas
1bf58ddd35
WebTextArea: The Text property works correctly again.
...
[GB.WEB.FORM]
* BUG: WebTextArea: The Text property works correctly again.
2019-02-14 18:08:31 +01:00
gambas
8ab745c21a
Fix corrupted test form.
...
[GB.FORM]
* BUG: Fix corrupted test form.
2019-02-09 16:07:17 +01:00
gambas
24c2f184f0
URLLabel: Rewrite the control as a child of Label.
...
[GB.FORM]
* NEW: URLLabel: Rewrite the control as a child of Label.
2019-02-09 14:26:47 +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
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
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
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
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
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
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
Gianluigi Gradaschi
0d98926605
Italian translations
2019-01-15 22:17:03 +00:00
gambas
ed8864cef2
Fix badly committed files.
...
[GB.MAP]
* BUG: Fix badly committed files.
2019-01-10 18:03:10 +01:00
gambas
802349aab4
TerminalView: Implement "ESC <N> b" sequence.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: Implement "ESC <N> b" sequence.
2019-01-08 02:44:26 +01:00
Tobias Boege
69c2ec0658
Introduce RssDate for date+timezone handling
...
[GB.WEB.FEED]
* NEW: Introduce RssDate class for date+timezone handling and update documentation.
* NEW: Mark component as "Stable".
2019-01-05 21:53:28 +01:00
Tobias Boege
e6ceee0673
RssGuid: do not set IsPermaLink by default when parsing
...
[GB.WEB.FEED]
* BUG: RssGuid: do not set IsPermaLink by default when parsing.
2019-01-05 21:53:28 +01:00
Tobias Boege
360b46f482
Depend on gb.util for RFC822 date conversions
...
[GB.WEB.FEED]
* OPT: Depend on gb.util for RFC822 date conversions.
2019-01-05 21:53:28 +01:00
gambas
ebf5443182
Update some test forms and version numbers.
2019-01-05 18:28:32 +01:00
Tobias Boege
3a16b32add
Fix timezone bug in Date.FromRFC822()
...
[GB.UTIL]
* NEW: Add Date.FromUTC() as inverse to Date.ToUTC().
* BUG: Fix timezone bug in Date.FromRFC822() and pass all tests.
See the thread "gb.web.feed not stable yet?" [1] for explanations
of the bug and fix.
[1] https://lists.gambas-basic.org/pipermail/user/2018-December/066103.html
2019-01-05 17:31:35 +01:00
Tobias Boege
38ca01684e
Improve error message from Date.GetRFC822Zone()
...
[GB.UTIL]
* OPT: Improve error message from Date.GetRFC822Zone() by showing what couldn't be recognized as a timezone.
2019-01-05 15:58:40 +01:00
Tobias Boege
f11054de74
Propgate internal errors from Date.FromRFC822()
...
[GB.UTIL]
* NEW: Propagte internal errors from Date.FromRFC822() instead of shadowing them with a Catch block.
2019-01-05 14:48:46 +01:00
Tobias Boege
92e86cff2b
Allow to retrieve timezone from Date.FromRFC822()
...
[GB.UTIL]
* NEW: Allow to retrieve timezone from Date.FromRFC822().
2019-01-05 13:10:53 +01:00
gambix
f223d11f8f
Map is now well located on the mouse when zooming out on MapView
...
[GB.MAP]
* BUG: Map is now well located on the mouse when zooming out on MapView.
2019-01-03 22:01:07 +01:00
gambix
9dab549cf7
Merge branch 'master' of gitlab.com:gambas/gambas
2019-01-03 21:59:13 +01:00
gambix
f6994008d8
Map is now well located on the mouse when zooming out on MapView
...
[GB.MAP]
* BUG: Map is now well located on the mouse when zooming out on MapView.
2019-01-03 21:52:40 +01:00
gambas
e61175c939
Update some component, project and test files.
2019-01-03 10:56:37 +01:00
gambas
26e14d343d
ToolPanel does not crash anymore.
...
[GB.FORM]
* BUG: ToolPanel does not crash anymore.
2019-01-03 10:55:45 +01:00
gambas
a489590b0d
URL is a now a dynamic class that can be used for analyzing and modifying the contents of an URL.
...
[GB.UTIL.WEB]
* NEW: URL is a now a dynamic class that can be used for analyzing and modifying the contents of an URL.
* NEW: URLQuery is a new class that represents the query part of an URL.
2019-01-03 10:55:06 +01:00
gambas
12136b7b0e
Remove some useless void lines.
...
[GB.UTIL]
* BUG: Remove some useless void lines.
2019-01-03 10:31:07 +01:00
gambas
18fc41b7c7
Update two icons.
...
[GB.FORM.STOCK]
* NEW: Update two icons.
2019-01-01 16:41:07 +01:00