2010-08-31 14:31:52 +02:00
|
|
|
#
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
# spec file for package cherrytree.spec
|
2010-08-31 14:31:52 +02:00
|
|
|
#
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
# # Copyright (c) 2020 SUSE LLC
|
2010-08-31 14:31:52 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2020-02-22 18:08:52 +01:00
|
|
|
#
|
|
|
|
|
2010-08-31 14:31:52 +02:00
|
|
|
Name: cherrytree
|
2020-11-26 13:28:22 +01:00
|
|
|
Version: 0.99.22+git20201123.fea3e66c
|
2020-02-22 18:08:52 +01:00
|
|
|
Release: 0
|
2010-08-31 14:31:52 +02:00
|
|
|
Summary: A hierarchical note taking application
|
Accepting request 849863 from home:malcolmlewis:branches:GNOME:Apps
- Update to version 0.99.21+git20201121.e0afb5a6:
* Fix typos in README, (gh#giuspen/cherrytree#1357)
* Fix 7za sources License.txt issue,
(gh#giuspen/cherrytree#1356).
* Fix unit tests after latest changes for new arg option
--new-window.
* Adds --new-window option, (gh#giuspen/cherrytree#1355).
* Fix issue with clipboard on windows,
(gh#giuspen/cherrytree#1336, gh#giuspen/cherrytree#1344 and
gh#giuspen/cherrytree#1341).
* Suppress error when test a wrong password,
(gh#giuspen/cherrytree#1350).
* Table will contain right amount of column widths; removes table
to xml copy-paste, (gh#giuspen/cherrytree#1349).
* Fixes crash in html parser due to <li> without <ul>,
(gh#giuspen/cherrytree#1348).
* Fix crash when triying to move a table column,
(gh#giuspen/cherrytree#1342).
* Fix crash when pasting HTML, (gh#giuspen/cherrytree#1346).
* Translation updates.
- Added cherrytree-set-git-version.patch and rebase since we are
pulling from git again.
OBS-URL: https://build.opensuse.org/request/show/849863
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=127
2020-11-23 18:09:01 +01:00
|
|
|
License: GPL-3.0-or-later and LGPL-2.1
|
2010-08-31 14:31:52 +02:00
|
|
|
Group: Productivity/Office/Other
|
2020-02-22 18:08:52 +01:00
|
|
|
URL: https://www.giuspen.com/cherrytree/
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
Accepting request 849863 from home:malcolmlewis:branches:GNOME:Apps
- Update to version 0.99.21+git20201121.e0afb5a6:
* Fix typos in README, (gh#giuspen/cherrytree#1357)
* Fix 7za sources License.txt issue,
(gh#giuspen/cherrytree#1356).
* Fix unit tests after latest changes for new arg option
--new-window.
* Adds --new-window option, (gh#giuspen/cherrytree#1355).
* Fix issue with clipboard on windows,
(gh#giuspen/cherrytree#1336, gh#giuspen/cherrytree#1344 and
gh#giuspen/cherrytree#1341).
* Suppress error when test a wrong password,
(gh#giuspen/cherrytree#1350).
* Table will contain right amount of column widths; removes table
to xml copy-paste, (gh#giuspen/cherrytree#1349).
* Fixes crash in html parser due to <li> without <ul>,
(gh#giuspen/cherrytree#1348).
* Fix crash when triying to move a table column,
(gh#giuspen/cherrytree#1342).
* Fix crash when pasting HTML, (gh#giuspen/cherrytree#1346).
* Translation updates.
- Added cherrytree-set-git-version.patch and rebase since we are
pulling from git again.
OBS-URL: https://build.opensuse.org/request/show/849863
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=127
2020-11-23 18:09:01 +01:00
|
|
|
#PATCH-FIX-OPENSUSE cherrytree-set-git-version.patch malcolmlewis@opensuse.org -- Set git version in help about.
|
|
|
|
Patch0: cherrytree-set-git-version.patch
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: python3-lxml
|
2010-08-31 14:31:52 +02:00
|
|
|
BuildRequires: update-desktop-files
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
BuildRequires: pkgconfig(gspell-1)
|
|
|
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtksourceviewmm-3.0)
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
BuildRequires: pkgconfig(libxml++-2.6)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2020-11-20 15:42:44 +01:00
|
|
|
BuildRequires: pkgconfig(uchardet)
|
2020-02-22 18:08:52 +01:00
|
|
|
# For password-protected format
|
|
|
|
Recommends: p7zip-full
|
2010-08-31 14:31:52 +02:00
|
|
|
|
2010-09-03 00:09:48 +02:00
|
|
|
%description
|
|
|
|
A hierarchical note taking application, featuring rich text and syntax
|
|
|
|
highlighting, storing all the data (including images) in a single xml
|
|
|
|
file with extension ".ctd".
|
|
|
|
|
2010-08-31 14:31:52 +02:00
|
|
|
%lang_package
|
2020-02-22 18:08:52 +01:00
|
|
|
|
2010-08-31 14:31:52 +02:00
|
|
|
%prep
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
%autosetup -p1
|
2010-08-31 14:31:52 +02:00
|
|
|
|
|
|
|
%build
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
#Disable build tests as this needs cpputest and static development files!
|
|
|
|
%cmake -DBUILD_TESTING=OFF -DCT_VERSION=%{version}
|
|
|
|
%cmake_build
|
2010-08-31 14:31:52 +02:00
|
|
|
|
|
|
|
%install
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
%cmake_install
|
2010-09-03 00:09:48 +02:00
|
|
|
# Remove old mime registration files
|
2020-02-22 18:08:52 +01:00
|
|
|
rm %{buildroot}%{_datadir}/mime-info/cherrytree.*
|
2010-09-03 00:09:48 +02:00
|
|
|
%suse_update_desktop_file -G "Hierarchical Notes Utility" cherrytree TextEditor
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2010-08-31 14:31:52 +02:00
|
|
|
|
|
|
|
%files
|
2020-02-22 18:08:52 +01:00
|
|
|
%license license.txt
|
2020-11-20 15:42:44 +01:00
|
|
|
%doc changelog.txt
|
2010-08-31 14:31:52 +02:00
|
|
|
%{_bindir}/cherrytree
|
2020-02-22 18:08:52 +01:00
|
|
|
%dir %{_datadir}/metainfo
|
Accepting request 813489 from home:malcolmlewis:branches:GNOME:Apps
- Updated to latest git release 0.39.3+git20200610.9e116177:
- Build version from 'future' branch with cmake.
- Changes from version 0.39.3:
* Forbid to use '<' and '>' in password in PyGtk2,
(gh#giuspen/cherrytree#765) - all characters will be available
in upcoming Gtkmm3 version currently under testing.
* After toggle tree visibility with tree that becomes visible,
the tree gets the focus (tree gets hidden, text gets the
focus).
* Possibility to disable triple click selecting the whole
paragraph, currently only editing directly config.cfg
(look for triple_click_paragraph).
* Translation updates.
- Changes from version 0.39.2:
* Fix very slow node creation, (gh#giuspen/cherrytree#686).
* Fix Wrong "." processing in "Replace in Nodes Names" (RegExp
mode), (gh#giuspen/cherrytree#689).
* Fix for table's cell content lost unless you explicitly press
Enter, (gh#giuspen/cherrytree#700).
* Fix Control/command key deselects (un-highlights) text in
table, (gh#giuspen/cherrytree#699).
* Fix Keyboard shortcuts for sorting do not work,
(gh#giuspen/cherrytree#305).
- Changes from version 0.39.1:
* Fixed export to html regressions after 0.39.0,
(gh#giuspen/cherrytree#668).
* Fixed RuntimeError: returned character can not be represented
in 16-bit unicode", (gh#giuspen/cherrytree#675,
gh#giuspen/cherrytree#664).
* Fixed problem with opening another note,
(gh#giuspen/cherrytree#679).
* Show node path in tooltip of Last Visited Nodes,
(gh#giuspen/cherrytree#680).
* Triple click functionality to select paragraph limited to rich
text as not ideal in particular for for code.
- Changes from version 0.39.0:
* Improved export to html.
* Fixed export to pdf, picture blurry.
* Implemented a 'command palette' dialog to quickly access all
the commands in one place.
* Improved sorting.
* Improved performance of imports into cherrytree.
* Fixed 'recent document paths have wrong enconding',
(gh#giuspen/cherrytree#632).
* Fixed 'visited nodes history, going to todays node using key
binding'.
* Fixed 'syntax Highlighting selected first from list when
pressing enter', (gh#giuspen/cherrytree#657).
* Updated syntax highlighting language specs files for various
languages, (gh#giuspen/cherrytree#228,
gh#giuspen/cherrytree#92 and gh#giuspen/cherrytree#38).
* Cursor to stay inside codeBox after creation,
(gh#giuspen/cherrytree#655), remember: Ctrl+Space moves the
cursor in and out the codebox.
* Added triple click functionality to select paragraph.
* Fixed smart quotes spell check bug.
* Added new language Swedish.
- Changes from version 0.38.11:
* Fixed regression of 0.38.10, could no longer print.
- Changes from version 0.38.10:
* Bugfix: Error opening encrypted documents when path contains
non-ASCII characters, (gh#giuspen/cherrytree#399).
* Bugfix: removing the text formatting was possible in read-only
Node, (gh#giuspen/cherrytree#543).
* Bugfix: collapse all nodes at startup doesn't work with enabled
expand tree at mouse click, (gh#giuspen/cherrytree#569).
* Added support for export to pdf from command line,
(gh#giuspen/cherrytree#584).
* Supporting new syntax highlighting for language kotlin.
* 'reload after external update to ct* file' disabled by default,
(gh#giuspen/cherrytree#602).
* 'smart quotes auto replacement' replacing characters
configurable manually editing config.cfg.
* Added small sigma to default special chars,
(gh#giuspen/cherrytree#563).
* Added dollar as character not to be used in passwords; note
that all chars will be instead usable in upcoming gtkmm3
version, (gh#giuspen/cherrytree#545).
* Minor changes to support reading a document that has been
edited from the upcoming gtkmm3 version of cherrytree.
* Minor changes to support reading a config.cfg that has been
edited from the upcoming gtkmm3 version of cherrytree.
- Add cherrytree-set-git-version.patch: Set git version in help
about.
OBS-URL: https://build.opensuse.org/request/show/813489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=124
2020-06-11 14:07:07 +02:00
|
|
|
%{_datadir}/metainfo/com.giuspen.cherrytree.metainfo.xml
|
2010-08-31 14:31:52 +02:00
|
|
|
%{_datadir}/applications/cherrytree.desktop
|
2010-09-03 00:09:48 +02:00
|
|
|
%{_datadir}/cherrytree/
|
2010-08-31 14:31:52 +02:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/cherrytree.svg
|
2020-02-22 18:08:52 +01:00
|
|
|
%{_mandir}/man1/cherrytree.1%{?ext_man}
|
2010-08-31 14:31:52 +02:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|