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
|
|
|
<services>
|
|
|
|
<service mode="disabled" name="obs_scm">
|
|
|
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="submodules">enable</param>
|
Accepting request 1161213 from home:malcolmlewis:branches:GNOME:Apps
- Update to version 1.1.0+7:
+ Fixed regression import nodes from cherrytree not importing
anything, (gh#giuspen/cherrytree#2463).
+ Fixed unwanted nodes expansion with auto reload from external
doc edit and enabled option to show bookmarked nodes at start,
(gh#giuspen/cherrytree#2464).
+ Changed default value of option to automatically focus the text
at new tree node clicked, from false to true
+ Fixed regression vertical scroll and cursor position of
previous nodes not remembered, (gh#giuspen/cherrytree#2460).
+ Fixed regression searching in multiple nodes, only nodes names
and tags, not working, (gh#giuspen/cherrytree#2461 and
gh#giuspen/cherrytree#2408).
+ Fixed double click on word in table cell, heavy implementation,
not selecting word.
+ Find dialog to show selected text also in codebox and table.
+ Adding support for replace in tables/codeboxes.
+ Find matches results dialog fixed line numbers.
+ Fix iterative find in multiple nodes not focusing correctly
results in tables and codeboxes.
+ Fix regression in all matches dialog after latest changes.
+ Improved search in tables and codeboxes to list and select all
the instances, (gh#giuspen/cherrytree#2155 and
gh#giuspen/cherrytree#2444).
+ Icon save on the menu is now greyed out when save is not
needed.
+ Fixed tooltip on search results dialog, expected to display the
node hierarchical name.
+ Fixed regression find next not scrolling correctly after minor
rework.
+ Fixed regression in search/replace, first replace, after allow
text selection with search/replace dialog open,
(gh#giuspen/cherrytree#2426).
+ Fixed issue with find and presence of anchored widgets,
(gh#giuspen/cherrytree#2444).
+ Removed workaround to old GTK issue no longer relevant (called
newline trick).
+ Added stock icon of postman app.
+ Added in preferences dialog control of text margins left/right.
+ Added in preferences dialog control of max search results per
page.
+ Added in preferences dialog enable/disable tooltips on tree,
menus, toolbar.
+ Added in preferences dialog control of scrollbar slider minimum
size.
+ Added in preferences dialog control of whether the scrollbar
overlays the text editor.
+ Added also in preferences dialog control of the toolbar icons
size.
+ Added also in preferences dialog option to enable/disable the
menubar in titlebar, (gh#giuspen/cherrytree#2443).
+ Moved some preferences dialog settings from tab 'miscellanous'
to tab 'fonts' that has been renamed 'interface'.
+ Codeboxes can be configured with or without toolbar in
preferences dialog, tab rich text.
+ Improved vertical toolbar in codeboxes supporting code exec,
code copy, edit properties.
+ Implemented vertical toolbar in codeboxes supporting code exec,
code copy, edit properties
+ Fixed error print when drag from empty tree.
+ Fixed error print when unmiximising window with empty tree.
+ Fixed error prints when reloading last used document but file
no longer available.
+ Shared nodes, updated unit tests.
+ Fixed compilation error on linux.
+ Shared nodes, tree info summary dialog to count the shared data
only once.
+ Shared nodes, print group information in node properties dialog.
+ Implemented support for so called shared nodes that all point
to the same data - create with right click on node,
(gh#giuspen/cherrytree#1222).
+ Fixed warning while running unit tests for empty
curr_tree_iter().
+ Changed 6 default keyboard shortcuts using {,},[,] as
problematic on German/Norwegian keyboards,
(gh#giuspen/cherrytree#2423).
+ Fixed zoom not working with Ctrl+ on english keyboard (key + is
on shift)
+ Add gruvbox style themes, (gh#giuspen/cherrytree#2435).
+ Allow text selection with search/replace dialog open,
(gh#giuspen/cherrytree#2426).
+ Separated search/replace dialog code from action after the ok
is clicked so that will be possible to make the dialog non
modal, (gh#giuspen/cherrytree#2426).
+ Added options in config.cfg 'txt_margin_left',
'txt_margin_right' to control the text margins,
(gh#giuspen/cherrytree#2425).
+ Added option in config.cfg 'scroll_slider_min' to allow control
of the minimum size of the scrollbar slider, default 16px,
(gh#giuspen/cherrytree#2427).
+ Added option in config.cfg 'overlay_scroll' to allow to
override the system setting for scrollbar overlay/auto hide -
2=system, 1=on, 0=off, (gh#giuspen/cherrytree#2427).
+ Increased scrollbars size on windows,
(gh#giuspen/cherrytree#2427).
+ Saving RGB for custom user colours with format rgb24 #abcdef.
+ Added up to 18 custom user colours in the colour picker
palette, (gh#giuspen/cherrytree#2422).
+ Added ABAP syntax highlighting, (gh#giuspen/cherrytree#2430).
+ Debugging issue with colour picker,
(gh#giuspen/cherrytree#2422).
+ Reset autosave when manually saving; autosave used counter that
suspended time doesn't count, (gh#giuspen/cherrytree#2120).
+ Fixed crash when rapidly moving node in tree via keyboard
shortcuts, (gh#giuspen/cherrytree#2409).
+ Fixed crash when rapidly moving node in tree via keyboard
shortcuts, (gh#giuspen/cherrytree#2409).
+ Fixed regression in speed when searching in nodes names and
tags, no nodes contents, after v1.0.2,
(gh#giuspen/cherrytree#2408).
+ Updated translations.
OBS-URL: https://build.opensuse.org/request/show/1161213
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=187
2024-03-25 16:33:12 +01:00
|
|
|
<param name="revision">master</param>
|
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
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
<param name="filename">cherrytree</param>
|
2020-12-01 16:18:22 +01:00
|
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
2024-03-26 09:38:32 +01:00
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2020-12-01 16:18:22 +01:00
|
|
|
<param name="versionrewrite-replacement">\1</param>
|
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
|
|
|
</service>
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
<service mode="disabled" name="set_version" />
|
|
|
|
</services>
|