Revisions of sigil

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 81)
buildservice-autocommit accepted request 1001090 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 80)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 79)
- Update to 1.9.20
  * Bug Fixes
    - double width of new Find Replace icons to make them easier to
      access
    - improve new Find Replace icon tooltips to be include short
      name on top
    - fix bug that caused file rename changes to fail when updating
      smil
    - Metadata Editor will now strip out unneeded xmlns:dc
      attributes on dc tags
    - Metadata Editor is now more robust to language codes that
      have incorrect case in the metadata
    - clarify Create HTML ToC menu entry works from existing ToC
    - prevent indavertent "" chars be treated like escapes when
      updating metadata
    - fix MetaEditor nit of not auto adding "aut" role to Author
      metadata for epub2
    - make Spellcheck Editor count align column numerically (right)
  * New Features
    - add ability for a user-template*.xhtml and user-template*.css
      be read from Sigil Prefs to create new empty xhtml and css
      files
    - updated to very latest MathJax version 3.2.2 for mathml
      support in Preview
    - add ability to cycle through 2 different custom stylesheets
      (and none at all) for use with Preview
- Drop sigil-lto.patch, becuse now in upstream.
buildservice-autocommit accepted request 982736 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 78)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 77)
- Add sigil-lto.patch to fix boo#1199981 
  (Sigil EBUP editor terminates with SIGSEGV on startup.)
  This can be removed again in version > 1.9.10
  https://github.com/Sigil-Ebook/Sigil/commit/3fd17410c31aca2000134ee28af9d42779fc88ea
buildservice-autocommit accepted request 978741 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 76)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 75)
- Update to 1.10.0
  * Bug Fixes
    - Fix insertion of id and links when cursor immediately before
      a closing tag
    - Make sure bundled PySide6 can find QtWebEngine resources on
      Windows (Qt6)
    - Properly recreate or remove encryption.xml depending on font
      obfuscating or not
    - Make Qt6 versions of Sigil use their own ini files to prevent
      corruption
    - treat figcaption as an "other text holder" when prettifying
  * New Features
    - Redesign the FindReplace dialog user interface to minimize
      size while adding features
    - Add a FindReplace "Text" only checkbox and support to exclude
      tags from search
    - Add a Toggle Line Wrap Mode and its support added to CodeView
      via pop-up menu
    - Add a Dry Run Replace dialog to act as "Replace All" what if.
      (Shift + Count All)
    - Add a Replacement filter dialog to allow users to delete
      unwanted replacements before applying Replace All
      (Shift + Replace All)
    - Add a Counts Report to Saved Searches to show Saved Search
      Group counts by search
- Update Sigil_User_Guide to 2022.05.17
buildservice-autocommit accepted request 961295 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 74)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 73)
- Update to 1.9.2
  * Bug Fixes:
    - fix loss of highlight on match when searching
    - fix incorrect search counts
    - fix incomplete replace all
    - fix useability issues in Saved Searches
    - fix handling or subcapture replacements when no search
      capture groups are provided
    - fix crash on Windows from too fast/repeated Find Net and Find
      Previous launched via keyboard shortcuts
buildservice-autocommit accepted request 959610 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 72)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 71)
- Update to 1.9.1
  - Allow creation of a Windows 7 Legacy Installer to return Sigil
    to Windows 7 (for now)
  - Completely revamped Find and Replace (yet again) to return most
    of its earlier behaviour for finding next
  - Prevent Find and Replace Count from changing current location
  - Extend spellcheck suggestions to properly handle end of
    sentence vs abbreviations
  - Center Image Report File Sizes vertically within their row.
  - Go To Link Or Style will now properly skip leading comments on
    selectors in CSS stylesheets
  - ecmascript is considered a core media type for javascript files
  - make URLInterceptor robust when the Book pointer is NULL
    (has been cleared)
buildservice-autocommit accepted request 957230 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 70)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 69)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 68)
- Update to 1.9.0
  * Bug Fixes:
    - Update gumbo to follow WhatWG changes for closing br and p 
      tags in foreign content
    - Fix Saved Search Controls code typo for Tabbed Html Files
    - Plug long existent memory leaks related to Saved Searches
      that stop after a match is found
    - More file position of 0 fixes and handle toInt() result failures
      from N/A in ValidationResults
    - Fix incorrect copied permissions with AddContentFileToFolder
      after QFile::copy
    - Fix broken page up / down by key sequence in Repo Log and
      Automate Log.
    - Fix broken PluginRunner error signal
  * New Features:
    - Make Validation Results sortable by clicking on column header
    - Add Export All to Validation Results for text or csv output
    - Completely redesign Find Replace and Saved Searches to not
      overload wrap when searching multiple targets and add Restart
      Search button to make skipping replacements in Saved Searches
      possible
    - Update to use the PCRE2 library for regular expression searching
    - Add a new Sigil Preferences settings to disable GPU acceleration
      for QtWebEngine/Preview to make it easier for Sigil to keep
      working even with older graphics drivers
    - Add indicator to MainWindow titlebar that indicates if epub
      in old Sigil Standard form
    - Support building from source on macOS M1 (arm64) machines
    - Update Windows and Mac embedded python to Python 3.9.9
    - Allow building Sigil with Qt6.2.2+ or Qt5.10+ from the same
buildservice-autocommit accepted request 927305 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 67)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 66)
- Update to 1.8.0
  * Bug Fixes:
    - Reports now generate properly quoted csv when saved
    - Workaround Bug in QtWebengine when using custom scheme
      handler and specific audio/video codecs
    - Fix CV -> Preview sync after intial load when Preview Zoom is
      not equal to 100%
    - Fix link tags with rel set to stylesheets via Mend and Mend
      and Prettify that are missing type
    - Fix GoToLinkOrStyle to work on css link tags in head
    - Fix logic in GoToLinkOrStyle to better identify the actual
      target with styles
    - Fix insert media file when cursor at very start of tag
    - Fix Windows and macOS bugs when generating Keyboard Shortcuts
    - Fix insert closing tag when cursor at very start of tag
    - Fix double copy to Clipboard from OPF and NCX Tabs
    - Fix GoToLinkOrStyle when class attribute present but cursor
      not in the class attribute
    - Fix TabManager scroll to position to properly handle position
      of 0
    - Fix crash using Split At Markers when body tag is completely
      empty (no whitespace or anything)
  * New Features:
    - BookBrowser can now link javascripts similarly to how it
      links stylesheets
    - Epub3 javascripts can now open windows if javascript is
      enabled
    - Add Find and Replace context menu to clear its curent values
      and history
    - Add support for 3 Automation lists that support editing and
buildservice-autocommit accepted request 907885 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 65)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 64)
- Update to 1.7.0
  * Bug Fixes
    - Workaround to ensure the Saved Searches Controls editor
      widget is movable on all platforms
    - Make the External Xhtml Editor Button/Feature work with both
      PageEdit and non-PageEdit editors again
    - Fix Preview sync when CV transitions from xhtml to css and
      back to xhtml
    - Fix Preview sync when Find and Replace opens new tab with
      search target
    - Fix Preview sync when Validation error clicked on
    - Fix Preview sync when mathml is being used
      (compensate for mathjax changes)
    - Fix mathml use when external MathJax directory is specified
      in builds on Linux
    - Prevent Sigil from loading any manifested mimetype file from
      bad epubs, give load warning
    - Make Spellcheck dialog use double-click to control search in
      CV, to speed paging word list.
    - Prevent duplicate translated semantic names
    - Fix heading tool issues after self-closed BLOCK tags
    - Prevent stack overflow crashes in pcre lib due to recursion
      with some valid regex
    - Fix second window opening on macOS when first launching app
      with file
    - Remove [other.] semantic indicators for epub2
    - Fix crash in CSS Selectors Report when using Filters
  * New Features:
    - added Find Replace Regular Expression validator
    - added SIGIL_DISABLE_VERSION_META environment variable to
buildservice-autocommit accepted request 902801 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 63)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 62)
- Fix dependencies (Drop Qt5Webkit and Qt5WebKitWidgets).
Displaying revisions 21 - 40 of 101
openSUSE Build Service is sponsored by