Revisions of kImageAnnotator

buildservice-autocommit accepted request 1158742 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 37)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1158291 from Christophe Marin's avatar Christophe Marin (krop) (revision 36)
- Update to 0.7.1:
  * Change kColorPicker version
- Add patch to make both flavors coinstallable again:
  * 0001-Make-Qt5-and-Qt6-libraries-coinstallable-again.patch
buildservice-autocommit accepted request 1145974 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 35)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1145862 from Christophe Marin's avatar Christophe Marin (krop) (revision 34)
- Fix build on Leap. The Qt6 packaging macros set the minimum
  compiler version
- Change %post/%postun to %ldconfig_scriptlets
- Rename the library to libkImageAnnotator-Qt$ver-0 to fix
  rpmlint errors on Leap
buildservice-autocommit accepted request 1144967 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 33)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1143882 from Fabian Vogt's avatar Fabian Vogt (Vogtinator) (revision 32)
- Redownload tarball, the tag got force pushed
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1143650 from Fabian Vogt's avatar Fabian Vogt (Vogtinator) (revision 31)
Will probably need changes in some other packages as it's now cmake(kImageAnnotator-Qt5).

- Update to version 0.7.0:
  * New: Allow copying items between tabs. (#318)
  * New: CTRL + A does not select all text typed. (#198)
  * New: Open text edit mode when double-click on textbox figure in Text tool. (#180)
  * New: Add reflowing capability to the text tool. (#129)
  * New: Editing text, no mouse cursor edit functions. (#297)
  * New: Mouse click within a text box for setting specific editing position and selecting text. (#273)
  * Fixed: Text isn't reflowed the next line within the box and text overlaps when resizing box. (#271)
  * Fixed: Can't wrap long text line when I resize Text box area. (#211)
  * Fixed: Key press operations affect items across different tabs. (#319)
  * Fixed: Clipboard cleared when new tab added. (#321)
- Build both -Qt5 and -Qt6 flavors
- Don't build the example
buildservice-autocommit accepted request 1073542 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 30)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1073035 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 29)
- Update to version 0.6.1
  Fixed
  * Fix for unnecessary scrollbars.
  * Add KDE support for scale factor.
  * Show tab tooltips on initial tabs.
  * Sticker resizing is broken when bounding rect flipped.
buildservice-autocommit accepted request 979187 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 28)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 978641 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 27)
- Update to version 0.6.0
  New
  * Add optional undo, redo, crop, scale and modify canvas buttons
    to dock widgets.
  * Cut out vertical or horizontal slice of an image.
  * Middle-click on tab header closes tab.
  * Add button to fit image into current view.
  * Allow changing item opacity.
  * Add support for RGBA colors with transparency.
  * Add mouse cursor sticker.
  * Allow scaling stickers per setting.
  * Respect original aspect ratio of stickers.
  * Respect original size of stickers.
  Fixed
  * Adding image effect does not send image change notification.
  * Blur / Pixelate break when going past image edge once.
  * Item opacity not applied when item shadow disabled.
  Changed
  * Changed kImageAnnotator: Max font size changed to 100pt.
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 933939 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 26)
- Update to version 0.5.3
  * Fixed: Crash while typing text on wayland.
  * Changed: Show scrollbar when not all tools visible.
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 920125 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 25)
- Update to version 0.5.2
  Fixed
  * Crashes on destruction. (#242)
  * Memory leaks caught by ASAN. (#243)
  Changed
  * Use system font provided by QGuiApplication as default for
    text tool.
buildservice-autocommit accepted request 898142 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 24)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 897693 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 23)
- Update to version 0.5.1
  New
  * Add function for loading translations.
  * Add a new tool for creating resizable movable duplicates of
    regions.
  * Add support for hiding annotation settings panel.
  * Add config option for numbering tool to only set next number.
  * Allow manually changing canvas size.
  * Canvas background color configurable.
  * Zoom in and out with keyboard shortcuts.
  * Zoom in and out via buttons from UI.
  * Add reset zoom keyboard shortcut with tooltip.
  * Add keyboard shortcut support for text tool.
  * Allow rotating background image.
  * Allow flipping background image horizontally and vertically.
  * Configurable UI with dockable settings widgets.
  * Add invert color image effect.
  * Allow disabling item shadow per item from UI.
  * Add a font selection to UI.
  * Add zoom in/out capability to crop view.
  * Allow to zoom in modify canvas view.
  * Select item after drawing it and allow changing settings.
  Changed
  * Change drop shadow to cover all sites.
  Fixed
  * Deleting item outside image doesn't decrease canvas size.
  * Duplicate region of grayscale image has color.
  * Marker shows fill and width config when modifying existing
    item.
  * Highlighter/Marker washed out color and overlapping.
buildservice-autocommit accepted request 881844 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 22)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 880873 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 21)
- Update to 0.4.2
  * Fixed: Fetching image from annotator with HiDPI enabled
    pixelates image. (#218)
  * Fixed: Keep aspect ratio only work when pressing CTRL before 
    moving resize handle. (#219)
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 878967 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 20)
- Update to 0.4.1
  * Changed: Horizontally align text inside spin box. (#203)
  * Changed: Change zoom with mouse wheel to CTRL+Wheel. (#210)
  * Fixed: Brazilian Portuguese translation not loaded. (#176)
  * Fixed: error: control reaches end of non-void function. (#177)
  * Fixed: Cursor in Text tool have too bad visibility. (#184)
  * Fixed: bumped SONAME without name change. (#185)
  * Fixed: Entering multiple characters at once moves the text
    cursor only for one character. (#186)
  * Fixed: Activating context menu while drawing item leaves item
    in error state. (#196)
  * Fixed: Icons not scaled on gnome with hdpi enabled. (#201)
  * Fixed: Text/Number Pointer and Text/Number Arrow don't inherit
    Text/Number Font in Settings. (#208)
- Drop 0001-Fix-compiler-warning.patch because no more need.
- Change sover from 0_4_0 to 0 because of rpmlint error.
buildservice-autocommit accepted request 858107 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 855858 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
- Update to version 0.4.0
  New:  
  * Add Pixelate image area tool.
  * Zoom in and out.
  * Add interface for adding custom tab context menu actions.
  * Add drop shadow to captured images.
  * Add grayscale image effect.
  * Add numeric pointer with arrow annotation item.
  * Add text pointer annotation item.
  * Add text pointer with arrow annotation item.
  * Add option to automatically switching to select tool after
    drawing item.
  * Edit Text box with double click.
  * Resize elements while keeping aspect ratio.
   Changed:
  * Draw point when clicking and releasing without moving cursor.
  * Zoom out less than 100%.
  * Change to select tool after adding new annotation item.
  * Move current zoom text to left side config panel.
  Fixed:
  * Blur radius not updated when changing current items settings.
  * Text tool opens many unix sockets.
  * Text No Border and No Fill shows shadow beneath text.
  * Item properties remain displayed after item is removed or
    deselected.
  * Changing text box through editing text doesn't update resize
    handles.
- Drop not longer needed patches:
  * 0001-Make-link-against-X11-private.patch
  * 0002-Make-kcolorpicker-link-private.patch
Displaying revisions 1 - 20 of 37
openSUSE Build Service is sponsored by