[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][stable] 8 commits: Add C++20 compilation flag to make 'gb.poppler' poppler-24.05.0 to compile.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][stable] 8 commits: Add C++20 compilation flag to make 'gb.poppler' poppler-24.05.0 to compile.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 23 May 2024 20:19:37 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch stable at Gambas / gambas Commits: f99a5a05 by Laurent Carlier at 2024-05-23T22:12:54+02:00 Add C++20 compilation flag to make 'gb.poppler' poppler-24.05.0 to compile. [GB.POPPLER] * BUG: Add C++20 compilation flag to make 'gb.poppler' with poppler-24.05.0 to compile. - - - - - b5659c0d by Bruce Steers at 2024-05-23T22:13:07+02:00 Update TerminalAttr.class, fix rendering blue with RGB escape sequence [GB.FORM.TERMINAL] * BUG: using RGB color escape sequences now renders blue as expected - - - - - 561ff88e by Bruce Steers at 2024-05-23T22:13:21+02:00 Update TerminalFilter_VT100.class, fix bright background color [GB.FORM.TERMINAL] * BUG: escape sequence bright colors 100-107 now work correctly. notes for Ben, I changed 40 for 100 in line 266 (obvious error) then removed duplicate thus useless Case conditions for 90-97 / 100-107 a bit further down. - - - - - 71bea8f8 by Benoît Minisini at 2024-05-23T22:13:36+02:00 Don't crash if remembering a password fails. Display an error message instead. [GB.FORM.DIALOG] * BUG: Don't crash if remembering a password fails. Display an error message instead. - - - - - a877b419 by Benoît Minisini at 2024-05-23T22:14:01+02:00 Desktop: Correctly detect all possible KDE versions. [GB.GUI.BASE] * BUG: Desktop: Correctly detect all possible KDE versions. - - - - - 8f1018de by Benoît Minisini at 2024-05-23T22:15:56+02:00 TreeView: Reparenting an item correctly toggles the tree arrows if needed. [GB.GUI.BASE] * BUG: TreeView: Reparenting an item correctly toggles the tree arrows if needed. - - - - - beddbec7 by Benoît Minisini at 2024-05-23T22:16:49+02:00 FileChooser: Fix view change from the popup menu. [GB.FORM] * BUG: FileChooser: Fix view change from the popup menu. - - - - - 4a31499e by Benoît Minisini at 2024-05-23T22:18:48+02:00 Support for KDE6 password wallet. [GB.DESKTOP] * NEW: Support for KDE6 password wallet. - - - - - 15 changed files: - acinclude.m4 - comp/src/gb.desktop/.icon.png - comp/src/gb.desktop/.src/_Desktop_Passwords.class - + comp/src/gb.form.dialog/.app.png - comp/src/gb.form.dialog/.component - comp/src/gb.form.dialog/.icon.png - comp/src/gb.form.dialog/.project - comp/src/gb.form.dialog/.src/FAskPassword.class - comp/src/gb.form.dialog/.src/Main.module - comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.gui.base/.src/Desktop.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - gb.poppler/src/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/199dec5eff34b6a4ae9bd6814a7ed067636f5242...4a31499e48d008774f30cfbaef05265508578a2b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/199dec5eff34b6a4ae9bd6814a7ed067636f5242...4a31499e48d008774f30cfbaef05265508578a2b You're receiving this email because of your account on gitlab.com.