From 65fa9cd320fc71b70246eb9b371b5b45b8411965c017503b45af96cb36a6067e Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Tue, 18 Oct 2022 02:23:15 +0000 Subject: [PATCH] Accepting request 1011249 from home:malcolmlewis:branches:GNOME:Apps - Update to version 0.99.50+8: * Fixed few dialogs missing the property to be destroyed with the parent, (gh#giuspen/cherrytree#2133). * Better implementation for fixed integrated terminal when executing a command for the first time from hidden (not yet instantiated) not passing the command. * Fixed loss of transparency with PNGs in some GTK3 themes, (gh#giuspen/cherrytree#1402 and gh#giuspen/cherrytree#2132). * Fixed integrated terminal show/hide command to follow real status than settings status. * Fixed issue with separator between tree and text not restored when tree on right side and window maximised, (gh#giuspen/cherrytree#2126). * When closing virtual terminal take focus to text rather than tree. * New integrated terminal - added right click menu and keyboard shortcuts to copy and paste. * Implemented stricter checks for hard coded keyboard shortcuts requiring Ctrl but not Alt, (gh#giuspen/cherrytree#2124). * Changed syntax of displayed keyboard shortcuts in toolbar tooltips, (gh#giuspen/cherrytree#2128). * Just exposing CtrlDown and AltDown from ColumnEdit subclass to TextView. * Fixed minor issue with exit discarding changes icon not visible. * Implemented command to execute code from either text selection or current line, (gh#giuspen/cherrytree#1772). * Adding support for code execution via integrated terminal, (gh#giuspen/cherrytree#1902, gh#giuspen/cherrytree#1772 and gh#giuspen/cherrytree#547). * Translation updates. - Add build requires VTE 2.91 for new terminal integration. OBS-URL: https://build.opensuse.org/request/show/1011249 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=169 --- _servicedata | 2 +- cherrytree-0.99.49+3.obscpio | 3 --- cherrytree-0.99.50+8.obscpio | 3 +++ cherrytree.changes | 36 ++++++++++++++++++++++++++++++++++++ cherrytree.obsinfo | 6 +++--- cherrytree.spec | 3 ++- 6 files changed, 45 insertions(+), 8 deletions(-) delete mode 100644 cherrytree-0.99.49+3.obscpio create mode 100644 cherrytree-0.99.50+8.obscpio diff --git a/_servicedata b/_servicedata index 8f52a1c..0509780 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/giuspen/cherrytree.git - ba904860ddf0e9cb388b7ee0e886cc49d6164e8f \ No newline at end of file + 880139675ebc8510812f3b7a89cefacbd9833526 \ No newline at end of file diff --git a/cherrytree-0.99.49+3.obscpio b/cherrytree-0.99.49+3.obscpio deleted file mode 100644 index 83070b3..0000000 --- a/cherrytree-0.99.49+3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b69ab2aa73302a8a8d5591cf1d682e3dcfeb60f3db22278fd79f0e557cecdae -size 83880974 diff --git a/cherrytree-0.99.50+8.obscpio b/cherrytree-0.99.50+8.obscpio new file mode 100644 index 0000000..a754eee --- /dev/null +++ b/cherrytree-0.99.50+8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e71676384860d7e2753e14321fff356934e6bd47f810236bfd042760584f567 +size 84088846 diff --git a/cherrytree.changes b/cherrytree.changes index ff21bfd..f8febdf 100644 --- a/cherrytree.changes +++ b/cherrytree.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Oct 16 14:28:10 UTC 2022 - malcolmlewis@opensuse.org + +- Update to version 0.99.50+8: + * Fixed few dialogs missing the property to be destroyed with the + parent, (gh#giuspen/cherrytree#2133). + * Better implementation for fixed integrated terminal when + executing a command for the first time from hidden (not yet + instantiated) not passing the command. + * Fixed loss of transparency with PNGs in some GTK3 themes, + (gh#giuspen/cherrytree#1402 and gh#giuspen/cherrytree#2132). + * Fixed integrated terminal show/hide command to follow real + status than settings status. + * Fixed issue with separator between tree and text not restored + when tree on right side and window maximised, + (gh#giuspen/cherrytree#2126). + * When closing virtual terminal take focus to text rather than + tree. + * New integrated terminal - added right click menu and keyboard + shortcuts to copy and paste. + * Implemented stricter checks for hard coded keyboard shortcuts + requiring Ctrl but not Alt, (gh#giuspen/cherrytree#2124). + * Changed syntax of displayed keyboard shortcuts in toolbar + tooltips, (gh#giuspen/cherrytree#2128). + * Just exposing CtrlDown and AltDown from ColumnEdit subclass to + TextView. + * Fixed minor issue with exit discarding changes icon not + visible. + * Implemented command to execute code from either text selection + or current line, (gh#giuspen/cherrytree#1772). + * Adding support for code execution via integrated terminal, + (gh#giuspen/cherrytree#1902, gh#giuspen/cherrytree#1772 and + gh#giuspen/cherrytree#547). + * Translation updates. +- Add build requires VTE 2.91 for new terminal integration. + ------------------------------------------------------------------- Thu Sep 15 02:31:01 UTC 2022 - malcolmlewis@opensuse.org diff --git a/cherrytree.obsinfo b/cherrytree.obsinfo index b48aa46..1fb43ca 100644 --- a/cherrytree.obsinfo +++ b/cherrytree.obsinfo @@ -1,4 +1,4 @@ name: cherrytree -version: 0.99.49+3 -mtime: 1663187887 -commit: ba904860ddf0e9cb388b7ee0e886cc49d6164e8f +version: 0.99.50+8 +mtime: 1665925798 +commit: 880139675ebc8510812f3b7a89cefacbd9833526 diff --git a/cherrytree.spec b/cherrytree.spec index 0f83836..7c1c76b 100644 --- a/cherrytree.spec +++ b/cherrytree.spec @@ -17,7 +17,7 @@ Name: cherrytree -Version: 0.99.49+3 +Version: 0.99.50+8 Release: 0 Summary: A hierarchical note taking application License: GPL-3.0-or-later AND LGPL-2.1-only @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(libxml++-2.6) BuildRequires: pkgconfig(spdlog) >= 1.5 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(uchardet) +BuildRequires: pkgconfig(vte-2.91) # For password-protected format Recommends: p7zip-full