[Gambas-Notification] [Git][gambas/gambas][master] 7 commits: The debugger and the profiler now can act inside components.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sat Feb 5 00:23:33 CET 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
d2eebaf1 by gambas at 2022-02-05T00:11:10+01:00
The debugger and the profiler now can act inside components.
[INTERPRETER]
* NEW: Add a debugger API to allows debugging inside components.
[GB.DEBUG]
* NEW: New debugger command to toggle debugging inside components.
* NEW: Support for profiling inside components.
- - - - -
f62e791f by gambas at 2022-02-05T00:19:20+01:00
Add a debugger menu option to toggle debugging inside components. Allow profiling into components.
[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Debugger options are now stored in the project local settings, and not in the project configuration anymore.
* NEW: Debugger: Add a debugger menu option to toggle debugging inside components.
* NEW: Debugger: Disable debugger menu entries that are not relevant during debugging.
* NEW: Profiler: Profiling inside components is possible now.
* OPT: Project tree: Tree refresh is a bit faster now.
- - - - -
4f9e985b by gambas at 2022-02-05T00:19:43+01:00
Paint class now should correctly take into account text direction.
[GB.QT4]
* NEW: Paint class now should correctly take into account text direction.
[GB.QT5]
* NEW: Paint class now should correctly take into account text direction.
* BUG: Fix a deprecation warning.
- - - - -
e652efbb by gambas at 2022-02-05T00:20:57+01:00
Fix the use of a method deprecated by poppler 0.82.
[GB.POPPLER]
* BUG: Fix the use of a method deprecated by poppler 0.82.
- - - - -
1770809a by gambas at 2022-02-05T00:22:57+01:00
Add new stock icons. Modify some ones.
[GB.FORM.STOCK]
* NEW: Add new stock icons. Modify some ones.
- - - - -
9c3d7825 by gambas at 2022-02-05T00:23:16+01:00
Add new stock icons.
[GB.FORM]
* NEW: Add new stock icons.
- - - - -
a844b90b by gambas at 2022-02-05T00:23:23+01:00
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
30 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Breakpoints.module
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugButton.class
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FProfile.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- + comp/src/gb.form.stock/gambas-mono/128/user-group.png
- + comp/src/gb.form.stock/gambas-mono/128/user.png
- + comp/src/gb.form.stock/gambas-mono/32/call-stop.png
- comp/src/gb.form.stock/gambas-mono/32/call.png
- + comp/src/gb.form.stock/gambas-mono/32/emote-kiss.png
- comp/src/gb.form.stock/gambas-mono/32/emote-surprise.png
- comp/src/gb.form.stock/gambas-mono/32/inheritance.png
- + comp/src/gb.form.stock/gambas-mono/32/insert-table.png
- + comp/src/gb.form.stock/gambas-mono/32/line-style.png
- + comp/src/gb.form.stock/gambas-mono/32/line-width.png
- comp/src/gb.form.stock/gambas-mono/32/sort-ascent.png
- comp/src/gb.form.stock/gambas-mono/32/sort-descent.png
- comp/src/gb.form.stock/gambas-mono/32/text-baseline.png
- comp/src/gb.form.stock/gambas-mono/32/text-bottom.png
- comp/src/gb.form.stock/gambas-mono/32/text-middle.png
- comp/src/gb.form.stock/gambas-mono/32/text-top.png
- − comp/src/gb.form.stock/gambas-mono/32/user.png
- + comp/src/gb.form.stock/gambas/128/emote-kiss.png
- comp/src/gb.form.stock/gambas/128/user-group.png
- comp/src/gb.form.stock/gambas/128/user.png
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/05f043cb99289c200eb3ca6294d088979c0a4f14...a844b90bb11c34fa54c053495d21bef1748d16f0
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/05f043cb99289c200eb3ca6294d088979c0a4f14...a844b90bb11c34fa54c053495d21bef1748d16f0
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220204/730fd1a1/attachment.htm>
More information about the Notification
mailing list