[Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Button automatic resize is not freezed anymore when one of its parent is in design mode.
Benoît Minisini
gitlab at mg.gitlab.com
Thu Nov 15 00:27:16 CET 2018
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
7759a19f by gambas at 2018-11-14T22:40:16Z
Button automatic resize is not freezed anymore when one of its parent is in design mode.
[GB.QT4]
* BUG: Button automatic resize is not freezed anymore when one of its parent is in design mode.
[GB.QT5]
* BUG: Button automatic resize is not freezed anymore when one of its parent is in design mode.
- - - - -
62d6f955 by gambas at 2018-11-14T22:42:50Z
DownloadManager is a new class for managing downloads, and FtpClient got a TargetFile property.
[GB.NET.CURL]
* BUG: Progress event is now posted, because libcurl can crash if you stop a client during this event.
* NEW: HttpClient and FtpClient now share the same TargetFile property.
* NEW: DownloadManager is a new class that allows to manage several downloads simultaneously.
- - - - -
3bd3cc2c by gambas at 2018-11-14T22:47:40Z
Deleting a database now also deletes the possible associated sqlite temporary files that may be present.
[GB.DB.SQLITE3]
* BUG: Deleting a database now also deletes the possible associated sqlite temporary files that may be present.
- - - - -
8fe11c04 by gambas at 2018-11-14T22:48:49Z
Shell.MkDir() now handles paths starting with "~/", and Shell.Move() can automatically erase the destination.
[GB.UTIL]
* NEW: Shell.MkDir() now handles paths starting with "~/", and raises an error if creating the directory is impossible.
* NEW: Shell.Move() got a new optional 'Force' argument, that erases the destination path The erase and the move are atomic if possible.
- - - - -
f30edfa3 by gambas at 2018-11-14T22:52:22Z
ProgressBar: Pulsing is now visible as soon as the ProgressBar is twice large as high, and the animation is smoother.
[GB.GUI.BASE]
* NEW: ProgressBar: Pulsing is now visible as soon as the ProgressBar is twice large as high, and the animation is smoother.
- - - - -
507f2d2b by gambas at 2018-11-14T22:53:38Z
TextEditor: Syntax highlihgting of lines including tab characters has been fixed.
[GB.FORM.EDITOR]
* BUG: TextEditor: Syntax highlihgting of lines including tab characters has been fixed.
- - - - -
8011bab5 by gambas at 2018-11-14T23:21:37Z
Option dialog: Use the new DialogManager class to handle offline documentation download.
[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Use the new DialogManager class to handle offline documentation download.
* BUG: Compressing or uncompressing a file now correctly refreshes the search list.
- - - - -
d6d558da by gambas at 2018-11-14T23:25:46Z
Update French translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
- - - - -
a66ce09e by gambas at 2018-11-14T23:26:24Z
TerminalView: Fix a possible crash when inserting a line longer than the terminal width.
[GB.FORM.TERMINAL]
* BUG: TerminalView: Fix a possible crash when inserting a line longer than the terminal width.
- - - - -
26 changed files:
- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- comp/src/gb.form.editor/.src/FTestEditor.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.terminal/.project
- comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ProgressBar.class
- comp/src/gb.gui.base/.src/Test/FMain.form
- comp/src/gb.util/.src/Shell.module
- gb.db.sqlite3/src/main.c
- gb.net.curl/src/CCurl.c
- gb.net.curl/src/CCurl.h
- gb.net.curl/src/CFtpClient.c
- gb.net.curl/src/CHttpClient.c
- gb.net.curl/src/CHttpClient.h
- + gb.net.curl/src/gb.net.curl/.src/Download.class
- + gb.net.curl/src/gb.net.curl/.src/DownloadManager.class
- gb.net.curl/src/gb.net.curl/.src/MMain.module
- gb.qt4/src/CButton.cpp
View it on GitLab: https://gitlab.com/gambas/gambas/compare/1b66fb3373abd9356ca245daf7ac5ad0e77dd03c...a66ce09e79639f1304a2682891cfe6c23356f534
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/1b66fb3373abd9356ca245daf7ac5ad0e77dd03c...a66ce09e79639f1304a2682891cfe6c23356f534
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20181114/8617a4c3/attachment.html>
More information about the Notification
mailing list