Accepting request 1139459 from home:ecsos

- Switch to Qt6.
- Clean up Qt BuildRequires.
- Update to 2.0.2
  - fix incorrect clip tool button insertion point due to null activeWindow value
  - fix Windows multiple screen issues when not properly identified (Qt6.5.2 patch fix)
  - fix Mac Accessibility related crashes when using non-native QFileDialog (Qt 6.5.2 patch fix)
  - workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms
  - fix pretty print mend not formatting mathml
  - fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix)
  - prevent crashing if user mistakenly tries to delete entire ncx in CodeView
  - harden delete unused styles to trailing whitespace in class names
  - fix unrecognized media-types application/xml and text/xml
  - fix cursor just before end tag bug in align justify, centre, right
  - fix crash when all metadata removed by user in MetaEditor
  - fix macOS min in Info.plist to be the actual 11.0
  - update Windows and macOS installers to use Qt6.5.3

OBS-URL: https://build.opensuse.org/request/show/1139459
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=81
This commit is contained in:
2024-01-17 13:12:12 +00:00
committed by Git OBS Bridge
parent d0351f7b9a
commit 7176de0351
4 changed files with 50 additions and 17 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 17 12:01:46 UTC 2024 - ecsos <ecsos@opensuse.org>
- Switch to Qt6.
- Clean up Qt BuildRequires.
-------------------------------------------------------------------
Tue Jan 16 15:52:19 UTC 2024 - ecsos <ecsos@opensuse.org>
- Update to 2.0.2
- fix incorrect clip tool button insertion point due to null activeWindow value
- fix Windows multiple screen issues when not properly identified (Qt6.5.2 patch fix)
- fix Mac Accessibility related crashes when using non-native QFileDialog (Qt 6.5.2 patch fix)
- workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms
- fix pretty print mend not formatting mathml
- fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix)
- prevent crashing if user mistakenly tries to delete entire ncx in CodeView
- harden delete unused styles to trailing whitespace in class names
- fix unrecognized media-types application/xml and text/xml
- fix cursor just before end tag bug in align justify, centre, right
- fix crash when all metadata removed by user in MetaEditor
- fix macOS min in Info.plist to be the actual 11.0
- update Windows and macOS installers to use Qt6.5.3
-------------------------------------------------------------------
Wed Aug 23 05:32:42 UTC 2023 - ecsos <ecsos@opensuse.org>