Revisions of cherrytree

buildservice-autocommit accepted request 852383 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 133)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) committed (revision 132)
- Update _service:
  + Change to @PARENT_TAG@+@TAG_OFFSET@ version scheme comonly used
    by the GNOME Team (with +0 being stripped when detected).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 852377 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 131)
Update to latest git release.
buildservice-autocommit accepted request 851061 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 130)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 850546 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 129)
- Update to version 0.99.22+git20201123.fea3e66c:
  * fixed not saving node properties when only node properties
    are changed (#1364)
  * fix issue (gitch) pasting tables from clipboard (#1358)
  * added command line switch --new-window (#1339)
  * the rich text tagged monospace is not forced to use a dedicated
    font anymore - configurable and off by default (#1343)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 850270 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 128)
initialized devel package after accepting 850270
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 849863 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 127)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 849106 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 126)
- Update to version 0.99.20+git20201116.736ca99f:
  * New: rewritten everything from scratch in C++/GTK3
  * New: Export to PDF support for hyperlinks
  * New: Export to HTML option to produce a single file
  * New: Duplicate a node and its subnodes
  * New: Option to scroll beyond the last line, enabled by default
  * New: The rich text does no longer have light/dark/custom theme
    but a range of themes to select from like already
    for plain text & code
  * New: Tables also can select their own theme like rich text
    and plain text & code
  * New: You can now right click a node or an anchor and select to
    copy a link to it in the clipboard, then paste
    the link into rich text
  * New: Formatting tag to indent/unindent
  * New: The tables are implemented with a different library widget,
    editing a cell is easier, Ctrl+Arrow to move cursor between cells
  * New: For both codeboxes and tables, Ctrl+Space allows to move
    the cursor in and out
  * New: Rich text, monospace tag has the font configurable
    in the preferences dialog
  * New: Column edit mode scintilla-like holding down Ctrl and Alt
    and selecting the column (cut/copy/paste not yet supported)
  * New: Foreground and background tags in the rich text can be
    removed without altering the other tags
  * New: The cherrytree backup files can be saved in a configured
    directory rather than the document directory
  * New: Code build/execution, in preferences dialog it is
    configurable also the file extension of the
    temporary generated file
Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) accepted request 813531 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 125)
- Fix lang filelist creation, ensure in build dir before running
  find_lang macro.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 813489 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 124)
- 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.
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 123)
buildservice-autocommit accepted request 768658 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 122)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 768574 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 121)
Removal of -lang recommends
buildservice-autocommit accepted request 750966 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 120)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 750652 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 119)
Updated to version 0.38.9, add python-xml to requires as well as run spec-cleaner.
buildservice-autocommit accepted request 681421 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 118)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 681001 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 117)
- Update to version 0.38.8:
  + Improved implementation of deletion of recent documents entry.
  + Ctrl+Space to toggle To-Do List Item State.
  + Fix detection of missing installation of xterm required in code
    execution on linux (with default settings).
  + Horizontal rule insert without hard coded newline before (still
    newline after).
  + Updated translations.
- Changes from version 0.38.7:
  + Bugfix:
    - Problem of locale.getdefaultlocale behavioural change in
      python.
    - Must not allow deletion of a node that is read only.
  + Allow deletion of a recent documents entry via entry submenu.
  + Renamed two iterated find dialog labels from Find & Find to
    Find Previous & Find Next.
  + Moved python-appindicator from Depends: to Recommends:
  + Export to html, include node name not working without links
    tree.
- Changes from version 0.38.6:
  + Bugfix:
    - Do not throw error when failing to clean temporary directory.
    - Workaround for locale.get issues.
    - Import from html of table error resulting in paste from
      clipboard error.
    - Multilevel numbered lists not restarting from one.
    - Wrap line with a single very long word.
  + Todo list characters configurable in config.cfg.
  + Import from zim, support for codebox.
buildservice-autocommit accepted request 621676 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 116)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 621544 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 115)
Because abbreviations for issues are important... for the bot.
buildservice-autocommit accepted request 620345 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 114)
baserev update by copy to link target
Displaying revisions 61 - 80 of 193
openSUSE Build Service is sponsored by