18 Commits

Author SHA256 Message Date
664f63abcf OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=32 2021-12-14 13:26:48 +00:00
8c1d0b5060 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=30 2021-08-05 06:03:48 +00:00
174b9147f4 fixup
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=28
2021-07-18 08:43:59 +00:00
9bf1114bd5 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=27 2021-04-22 08:18:34 +00:00
d536afd960 Accepting request 826711 from home:wolfi323:branches:KDE:Extra
- Add patch to fix a possible crash in kde_wacom_tabletfinder
  (kde#423420, boo#1175126):
  * Check-for-index-validity-when-switching-tablet-type.patch

OBS-URL: https://build.opensuse.org/request/show/826711
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=25
2020-08-14 18:25:07 +00:00
9bb7a924f7 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=22 2020-06-04 14:03:15 +00:00
Luca Beltrame
3a6452f904 Accepting request 719446 from home:wolfi323:branches:KDE:Extra
- Update to version 3.2.0
- Main changes:
  * screen tablet area calculation fix (by Jason Gerecke); this
    should finally fix or at least greatly improve calibration.
  * GCC9 support.
  * xlib backend removed, x11-xlib dependency removed.
- New device definitions:
  * CTL-4100, CTL-4100WL, CTL-6100, CTL-6100WL (by Stefano Guidoni)
- Drop patches merged upstream:
  * 0001-Supposedly-fix-building-with-gcc9.patch
  * 0001-Remove-x11-xlib-dependency.patch

OBS-URL: https://build.opensuse.org/request/show/719446
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=20
2019-07-29 05:03:40 +00:00
5cdbfa08e9 Accepting request 713727 from home:Vogtinator:branches:KDE:Extra
- Add patch to fix build with cmake >= 3.14 (X11 never had an XLIB component):
  * 0001-Remove-x11-xlib-dependency.patch

OBS-URL: https://build.opensuse.org/request/show/713727
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=18
2019-07-06 17:00:29 +00:00
4b119ddde9 - Add patch to fix build with GCC 9:
* 0001-Supposedly-fix-building-with-gcc9.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=16
2019-05-27 09:42:17 +00:00
Luca Beltrame
6db6f26581 Accepting request 660722 from home:wolfi323:branches:KDE:Extra
- Update to version 3.1.1
  * Some translation related fixes

OBS-URL: https://build.opensuse.org/request/show/660722
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=14
2018-12-23 08:45:19 +00:00
Luca Beltrame
a785dd2656 Accepting request 618918 from home:wolfi323:branches:KDE:Extra
- Update to version 3.1.0
- Major changes:
  * LibWacom support. This should get our number of supported
    tablets out of the box on par with GNOME. Right now built-in
    database and user-configured database still take preference
    over libwacom, but this should change in the future releases.
  * Calibration improvements: calibration of Cintiq devices should
    be vastly improved, UI now has options to lock mapped area
    proportions and manually fine-tune area's coordinates. Also,
    the dialog should now open on the correct screen and look fine
    with dark themes too.
  * Support for devices that report different USB IDs for
    touchscreen and may be detected as two different devices (e.g.
    Cintiq Companion Hybrid).
    These devices need to be described via Wacom Tablet finder
    tool first, though.
- Other changes:
  * Logging has been ported to QLoggingCategory (so now users have
    to enable it in kdebugsettings).
  * Status LED support improvements (Vangelis Tasoulas, Jason
    Gerecke).
  * Touchscreen rotation should now follow tablet rotation.
- New devices in built-in database:
  * Wacom Intuos Pro L (PTH-860, 2017) (Melvin Vermeeren)
  * Lenovo Yoga 520 (Felipe Abrahao)
  * ThinkPad Yoga 460 definition  (Albert Astals Cid)
  * Wacom Intuos Pro 2 M (Jeff H)
- Requires Qt 5.7.0 or higher now to compile successfully

OBS-URL: https://build.opensuse.org/request/show/618918
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=12
2018-06-25 10:15:13 +00:00
Luca Beltrame
048e7ee473 Accepting request 593529 from home:wolfi323:branches:KDE:Extra
- Update to version 3.0.0
  * Implemented hotplugging on Xlib (by Fabian Vogt). Hotplugging
    should now work on Debian/Ubuntu based distributions, and all
    other distributions that don't build libXCB with Xinput
    enabled.
  * Screen mapping configuration now uses output names instead of
    screen indices. This invalidates existing screen mapping
    configurations.
  * Tablet Finder should no longer skip button detection.
  * First steps in fixing rotation handling in multi-screen setup.
    However, for now if you want your screen rotation to be
    tracked, it has to be set as primary screen. Qt bug:
    https://bugreports.qt.io/browse/QTBUG-65598
  * Minor calibration dialog fixes. Calibration still might be off
    with Cintiq devices. Fixing those would require some feedback:
    https://userbase.kde.org/Wacomtablet#Calibration_issues_.26_manual_calibration
  * New device definitions:
    + Lenovo Yoga 520 (by Felipe Abrahao)
    + Wacom Intuos Pro L (PTH-860) (by Melvin Vermeeren)
    + Wacom Bamboo One M (CTL-671) (by Alexander)
- Drop Implement-hotplugging-on-Xlib.patch, merged upstream
- Mark license file as %license

OBS-URL: https://build.opensuse.org/request/show/593529
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=10
2018-04-04 11:55:53 +00:00
d7721c78ab - Add Supplements: packageand(plasma5-workspace:xf86-input-wacom)
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=8
2018-01-16 12:10:46 +00:00
379a8337b5 Accepting request 561318 from home:wolfi323:branches:KDE:Extra
- Add Implement-hotplugging-on-Xlib.patch to make hotplugging work
  with Xlib too, without libxcb-xinput which we don't have yet
  (kde#361743)
- Update to version 2.9.82 (3.0.0 beta 2)
  * ported to KF5
  * This version has a few multi-screen fixes and couple of new device IDs.
    It also should no longer crash kded under wayland (however there's no
    actual wayland support yet).
    There are still two somewhat major issues: hotplug detection is not
    supported if libxcb doesn't have xinput support enabled (most likely
    affects Debian and Ubuntu), and screen rotation of non-mapped screens is
    not handled properly. Barring these, this beta should be stable enough
    for use in static setups and should be good enough to package.
- Moved english documentation into the main package

OBS-URL: https://build.opensuse.org/request/show/561318
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=6
2018-01-03 12:18:56 +00:00
3b7bf87ae7 Accepting request 288156 from home:aeneas_jaissle
Update to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/288156
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=4
2015-02-27 21:45:27 +00:00
Raymond Wooninck
88d368ce1b Accepting request 201337 from home:sumski:branches:KDE:Extra
Update to 2.0

OBS-URL: https://build.opensuse.org/request/show/201337
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=3
2013-09-29 07:15:47 +00:00
11b9bda8d6 1.2.5
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=2
2011-01-28 13:50:59 +00:00
Raymond Wooninck
e33517556a osc copypac from project:KDE:KDE4:Community package:kcm_tablet revision:8
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kcm_tablet?expand=0&rev=1
2010-07-28 20:21:34 +00:00