Revisions of OpenBoard

Martin Winter's avatar Martin Winter (letsfindaway) committed (revision 14)
- add 0573-compile-with-poppler-22.03.patch
Adam Majer's avatar Adam Majer (adamm) accepted request 942910 from Martin Winter's avatar Martin Winter (letsfindaway) (revision 13)
- update to OpenBoard 1.6.1
  - adapt patches

This submission updates to OpenBoard 1.6.1 and builds for Leap 15.2 and 15.3. Builds for Tumbleweed are broken, because TW lacks the QWebKit, which is still required by OpenBoard (will change with 1.7).
Adam Majer's avatar Adam Majer (adamm) committed (revision 12)
- Compile translations so they are installed (bsc#1181857)
Adam Majer's avatar Adam Majer (adamm) committed (revision 11)
- 0001-Rewrite-libs.pri.patch:
  + update patch and BR on now weirdly named quazip - pkgconfig(quazip1-qt5)
  + continue to function with with pkgconfig(quazip) in Leap 15.2
Adam Majer's avatar Adam Majer (adamm) committed (revision 10)
- 0001-Rewrite-libs.pri.patch: update patch and BR on now weirdly
  named quazip - pkgconfig(quazip1-qt5)
- Remove BR on libx264-devel and fdk-aac-devel as these are no longer
  available in Factory
Frank Schütte's avatar Frank Schütte (fschuett) accepted request 808448 from Frank Schütte's avatar Frank Schütte (fschuett) (revision 9)
- fixed building with patches from https://github.com/flathub/ch.openboard.OpenBoard 
- update to 1.5.4 
Adam Majer's avatar Adam Majer (adamm) accepted request 563529 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 8)
- Add compatibility with OpenSSL 1.1 API:
  * OpenBoard-1.3.6-add-openssl-1.1-compat.patch.
  * Authorize build with OpenSSL 1.1 by removing version constraint
    on "BuildRequires".
- Merge quazip_libname.patch with OpenBoard-no_Third-Party.patch.
Adam Majer's avatar Adam Majer (adamm) accepted request 563158 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 7)
- Update to version 1.3.6:
  * Fix several issues relating to copy-pasting and
    cut-and-pasting elements from one page or document to another.
  * Fix an issue where pen strokes that had been erased with the
    eraser would reappear after saving and loading.
  * Fix an issue where duplicating a pen stroke that had been
    moved could cause the new stroke to be placed in the wrong
    position.
  * Fix an issue where strokes could be badly placed after using
    the "undo" and "redo" functions.
  * Fix an issue where compass strokes were not saved (when
    making several strokes, only the first one was saved).
  * Fix an issue where pages could be truncated when exporting to
    PDF.
  * Fix an issue where locked items could be moved when part of a
    multiple selection
  * (Document mode) Fix document selection after deleting a
    trashed document.
  * Tweak the background grid color for the dark background.
  * The mask tool can now be resized non-proportionately.
  * Re-implemented automatic update checking, which will appear
    to users when the next version is released.
- Changes from version 1.3.5:
  * Fix detection of "cloned" multi-monitor setups to avoid
    multi-screen mode being activated in this configuration.
    [Note: some problems remain with multi-monitor setups on some
    Linux versions.].
  * Text items: Text can no longer be selected or edited if the
    text item is marked as non-editable through its menu.
  * Text items: On page load, text items no longer take keyboard
    focus.
  * Library pane: Fix moving of items (upon moving an item to a
    folder, the item would not immediately disappear from its
    current location).
  * Library pane: Fix nested folder issue in breadcrumbs trail (two
    folders that were at the same path and whose names started with
    the same characters were considered by the breadcrumbs trail to
    be nested).
  * Document view: Fix folder names not being saved after renaming
    them.
  * Fix audio item saving (v1.3.3 bug): Documents containing an
    audio item were saved incorrectly, making the audio unplayable
    upon page load.
  * Desktop mode: Eraser and marker preview circles now disappear
    when the cursor hovers over the left or right-hand toolbars, as
    in board mode.
- Drop OpenBoard-fix-call-of-overloaded-abs-is-ambiguous.patch
  (fixed upstream).
- Fix some rpmlint warnings.
Adam Majer's avatar Adam Majer (adamm) accepted request 563148 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 6)
- Fix build:
  * Change OpenBoard-XPDFRenderer_with_poppler.patch to make it
    work with libpoppler >= 0.55.
  * Force use of OpenSSL 1.0 as build requirement instead of 1.1.
  * Use "libquazip-qt5-devel" instead of "quazip-qt5-devel" in
    build requirements to fix build on Leap.
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 507756 from Adam Majer's avatar Adam Majer (adamm) (revision 5)
- quazip_libname.patch: Use quazip-qt5 instead of quazip as mixing
  Qt versions is bad. Qt5 quazip also uses a different library
  name. (boo#1042040)
- add missing libpulse BuildRequires
Adam Majer's avatar Adam Majer (adamm) committed (revision 4)
Remove some places where single application library was referencd.
Adam Majer's avatar Adam Majer (adamm) committed (revision 3)
Fix segfault on start
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 456935 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 2)
- update to 1.3.4
  - OS X: fixed desktop drop shadow bug: when switching from
    desktop mode to board mode and back, shadows were drawn behind
    annotations; these persisted even if the annotation was erased
  - Windows: Updated bundled Visual C++ runtime library; fixed
    installer so that the library installation would be silent (no
    more dialog box appearing)
  - Linux: fixed detection of "cloned" multi-monitor setups to
    avoid multi-screen mode being activated in this configuration.
    [Note: some problems remain with multi-monitor setups on some
    Linux versions; see Known Issues]
  - Text items: text can no longer be selected or edited if the
    text item is marked as non-editable through its menu
  - Text items: on page load, text items no longer take keyboard
    focus
  - Library pane: fixed moving of items (upon moving an item to a
    folder, the item would not immediately disappear from its
    current location)
  - Library pane: fixed nested folder issue in breadcrumbs trail
    (two folders that were at the same path and whose names started
    with the same characters were considered by the breadcrumbs
    trail to be nested)
  - Document view: fixed folder names not being saved after
    renaming them
  - Fixed audio item saving (v1.3.3 bug): documents containing an
    audio item were saved incorrectly, making the audio unplayable
    upon page load
  - Desktop mode: eraser and marker preview circles now disappear
    when the cursor hovers over the left or right-hand toolbars, as
    in board mode
- refreshed OpenBoard-XPDFRenderer_with_poppler.patch to apply
  cleanly again
Displaying revisions 21 - 34 of 34
openSUSE Build Service is sponsored by