54 Commits

Author SHA256 Message Date
ad49d61fcb Accepting request 1323646 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1323646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=21
2025-12-19 15:45:51 +00:00
Jannik Seiler
01461719bc - Update to 0.5.5
* Add option to run scc-daemon in foreground

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=51
2025-12-19 10:07:42 +00:00
5caca308d0 Accepting request 1317659 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1317659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=20
2025-11-14 15:14:31 +00:00
Ferdinand Thiessen
a9d24aac91 - Update to 0.5.4
*Re-release with fixed CI to get prebuilt binaries

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=49
2025-11-13 19:56:13 +00:00
f86f98c7e0 Accepting request 1312409 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1312409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=19
2025-10-21 09:15:59 +00:00
Jannik Seiler
14b4f81995 - Update to 0.5.3
* Ensure files are always closed
  * Fix DualSense controllers
  * Attempt to fix the gtk-layer-shell crash bug

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=47
2025-10-20 13:00:24 +00:00
0d70dc4f7a Accepting request 1272239 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1272239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=18
2025-04-24 15:25:35 +00:00
Jannik Seiler
6e7e9773e6 - Update to 0.5.2
* Migrate from evdevice.fn to evdevice.path by @lunegh in #75

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=45
2025-04-23 16:36:04 +00:00
05544d86ca Accepting request 1267969 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1267969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=17
2025-04-11 14:46:00 +00:00
Jannik Seiler
d0b995850a - Update to 0.5.1
* Fixed inability to use trackball mode on Steam Deck by @Kitsumi in #70
  * Use tomllib rather than toml by @chewi in #71
  * Fix evdev .fn removal mentioned in #74

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=43
2025-04-08 18:56:58 +00:00
d06b29da09 Accepting request 1249562 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1249562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=16
2025-03-03 15:43:23 +00:00
Jannik Seiler
04f753d3bc - Update to 0.5.0
* Removed support for Python 3.9
  * chore: add dependency ioctl-opt by @git-developer in #28
  * Fix loading of libudev by @git-developer in #31
  * Fix return code when subprocess fails by @git-developer in #33
  * Fix the build of v0.4.9.3 by @git-developer in #37
  * Set DAEMON_VERSION from git metadata by @git-developer in #30
- Update to 0.4.8.13
  * Invert Gyro Roll for Steam Deck input handler
  * Fixed state handling with Steam Deck input handler
  * Changed svg_widget and osd keyboard for newer ElementTree behavior
  * Added HAS_RSTICK flag for Steam Deck module
  * Make special path for RIGHT when using Steam Deck
  * Fixed binding of ABS_X to Gyro Per Axis
  * CI and AppImage generation workflows added to project. Contribution by Christian
  * Hotfix BT controllers on SteamOS 3. Contribution by pattontim
  * Support custom UDP port. Contribution by Christian
  * Removed cpp namespace prefixes from cemuhook_server c code. Contribution by Christian
  * Changes to AppImage workflow
- Update to 0.4.8.11
  * Fixed saving previous state input object for DualSense BT connection
- Changes from 0.4.8.10
  * Added support for standard DualSense controller. Includes contributions from theY4Kman and psstoyanov
  * Use HIDRaw for DualSense Bluetooth support rather than evdev. evdev provided as backup method
  * Updated gitignore rules. Contributed by alex
  * Fixed tests showing broken Key enum deserialization. Contributed by alex
  * Added github action so that test status is visible. Contributed by alex
  * Lower LS and RS dead zones from DS5Controller reader class
  * Fixes for stick mouse support for mouse action type
  * Fixed EnumType error for AxisAction description generation. Changes in checks deprecated since Python 3.8
  * Updated EnumType checks in a few actions
  * Enabled quaternion calculations for DualSense. Needed for Gyro Tilt controls
  * Fixed file not found error with AppImage in Ubuntu 22.04 LTS
- Changes from 0.4.8.9
  * Fixed another TypeError when making X11 calls. Changed str to bytes objects
  * Updated some AppImage dependencies
- Update to 0.4.8.8
  * Merged latest changes from upstream Kozec repo. Steam Deck support added
  * Fixed AppImage build script
  * Fixed TypeError with Autoswitch Options menu item in OSD
  * Fixed RPAD icon display in main window
- Update to 0.4.8.7
  * AppImage tested on Ubuntu 22.04 LTS, Fedora 35, Fedora 33,
    Manjaro, and PopOS 21.10
  * Updated AppImage scripts for setuptools behavior changes and
    library path changes
  * Migrate setup.py script to use setuptools rather than distutils.
    Try to comply with PEP 632 regarding the deprecation of distutils
  * Fixed Turn Off Controller option for BLE connected controller.
    Contribution by labsin
  * Changed feel of rumble emulation support. Period and amplitude of
    haptics change depending on data in ff_rumble event struct.
    I find that it feels better
  * Fixed long packet support for BLE reader. 3 input packet payloads
    now work in BLE reader
  * Fixed hotplug detection for BT connected Steam Controller
  * Added report ID 3 to feature report packets to allow BLE support to
    work again. Needed to make BLE support work with later versions of BlueZ (5.64)
  * Fixes to allow Bluetooth evdev and HID controllers to appear in
    controller registration list. Contribution by chewi
  * Fixed some HID driver and evdev driver crashes. Contribution by Alastor27
  * Fixed popup positioning and layering (somewhat) on Wayland.
    Contribution by Supreeeme
  * Allow deadzone calculations for analog trigger output.
    Full usable analog trigger range
  * Fixed Mouse Region output
  * Small fixes for HID report parsing
  * Added lowercase VDF button aliases to button dictionary
  * Properly clamp rotated touchpad coordinates to s16 range
  * Use proper limits for output 360 axes
  * Add DS4 v.1 detection to ds4drv driver
  * Fix display names for mapped X and Y buttons due to busted Linux aliases
- Update to 0.4.8.6
  * Fixed initial Import Steam Profiles display list
  * Added python-vdf to AppImage build script
  * Fixed inputs tests. Contribution by rnhmjoj
  * Changed device config flags for Steam Controller to read accel 
    data from controller
  * Added Steam Controller accel data in cemuhook. Fixes controller 
    orientation in CemuHook
  * Disabled gyro action for default Desktop profile. CemuHook should 
    not be needed for the Desktop profile
- Update to 0.4.8.5
  * Fixed AttributeError problems in sccdaemon.py. Contribution by Alastor27
  * Fixed using two Steam Controllers in daemon. Contribution by berarma
  * Added toggled handler for 'Minimize to tray on start' checkbox 
    in Settings. Contribution by Alastor27
  * Fixed 'Edit Bindings' and 'Autoswitcher Options' OSD options. 
    Contribution by Supreeeme
  * Fixed importing VDFs from Steam. Contribution by Supreeeme
  * Changes to adjust mouse cursor movement based on gamepad poll rate. 
    Allows more uniform mouse cursor movement between wired and 
    wireless Steam Controllers
  * Now clear mouse cursor distance remainders when changing directions
- Update to 0.4.8.4
  * Fixes for axis detection
- Use SourceUrl instead of _service
- Updated to current git version
  * Fixed more issues related to Python 3 changes
  * BT support fixed. Contribution by claudius
  * Fixed invalid namespace issue with portions of OSD. 
    Fixed Current Binding Display portion of OSD
  * Make sure daemon socket endpoint uses read-write mode rather 
    than read-only. Contribution by aqxa1
- Updated to current git version
  * Initial Python 3 port
  * Fixed several errors discovered by pyflakes
  * Updated Linux platform SDL GameController mappings from SDL_GameControllerDB project
- Updated to current git version
  * Change decoration_layout property for GtkHeaderBar. Disable window icon.
    Removes double icon problem when run in Plasma
- Updated to current git version (Ryochan7's Python3 port)
- Set git version as version suffix
- Update to @Ryochan7 Python 3 port
- Update to version 0.4.7
  * Added option to send gyroscope data to Citra and Cemu (Cemuhook support)
  * Fixes in 0.4.7:
  * Not minimizing to tray on start
  * Issues when using stick simultaneously with lpad
  * Crash in controller registration dialog if udev device has special symbols in name (thanks @Verequies)
  * Trackball friction resets when set to zero
- Update to version 0.4.6.1
  * Backups created while converting profiles were not ignored by GUI nor when converting profiles, creating more and more backups every time application started.
  * New in 0.4.6:
  * Added support for Retroarch RemotePad protocol, which allows using mobile phone as additional controller. See this wiki page for more info.
  * Added option to use shell command as condition in modeshift (#427)
  * Fixes in 0.4.6:
  * Proton (Steam Play) crashing scc-daemon (#435)
- Fix dependencies by means of introspection (boo#1116778):
  + Add gobject-introspection BuildRequires: since the code is
    written with gobject-introspection in mind, having the BR adds
    a set of rpm provides/requires based on code inspection
  + Drop typelib-1-0-Rsvg-2_0 requires: with g-i above in place,
    this dependency is autodetected.
  + Replace python-gobject requires with python-gobject-Gdk: since
    this is a GUI tool, we need the Gdk/Gtk-part of pygobject in
    plus.
- Update to version 0.4.5
  * On-screen keyboard can be now used with DS4 gamepad
  * Improved editing profile using controller
  * Allowed SVG custom menu icons
  * Allowed displaying multiple OSD messages, with different font size and display time
  * Fixes:
  * Status icon displaying wrong application name and/or no image
  * Status icon looks bad on hidpi screens
  * With two displays, where one is rotated and other one is offseted horizontally (and Compiz is used on 3rd Friday in month while gray cat is in house), OSD menu with too many items is drawn partially off-screen
  * Bumpers swapped with bluetooth driver
  * More NixOS fixes
  
- dropped desktop-file.patch, fixed upstream
- Fixes to descriptions
- initial packaging of version 0.3.6.2

OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=41
2025-03-02 19:34:55 +00:00
e600dd7216 Accepting request 1142828 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1142828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=15
2024-01-30 17:27:20 +00:00
Jannik Seiler
a8456c3917 Accepting request 1142827 from home:seil0:branches:games:tools
- Update to 0.4.8.13
  * Invert Gyro Roll for Steam Deck input handler
  * Fixed state handling with Steam Deck input handler
  * Changed svg_widget and osd keyboard for newer ElementTree behavior
  * Added HAS_RSTICK flag for Steam Deck module
  * Make special path for RIGHT when using Steam Deck
  * Fixed binding of ABS_X to Gyro Per Axis
  * CI and AppImage generation workflows added to project. Contribution by Christian
  * Hotfix BT controllers on SteamOS 3. Contribution by pattontim
  * Support custom UDP port. Contribution by Christian
  * Removed cpp namespace prefixes from cemuhook_server c code. Contribution by Christian
  * Changes to AppImage workflow

OBS-URL: https://build.opensuse.org/request/show/1142827
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=39
2024-01-30 16:13:08 +00:00
2ab25aa73b Accepting request 1089295 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1089295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=14
2023-05-27 18:38:38 +00:00
Jannik Seiler
5c23ecec82 Accepting request 1089294 from home:seil0:branches:games:tools
- Update to 0.4.8.11
  * Fixed saving previous state input object for DualSense BT connection
- Changes from 0.4.8.10
  * Added support for standard DualSense controller. Includes contributions from theY4Kman and psstoyanov
  * Use HIDRaw for DualSense Bluetooth support rather than evdev. evdev provided as backup method
  * Updated gitignore rules. Contributed by alex
  * Fixed tests showing broken Key enum deserialization. Contributed by alex
  * Added github action so that test status is visible. Contributed by alex
  * Lower LS and RS dead zones from DS5Controller reader class
  * Fixes for stick mouse support for mouse action type
  * Fixed EnumType error for AxisAction description generation. Changes in checks deprecated since Python 3.8
  * Updated EnumType checks in a few actions
  * Enabled quaternion calculations for DualSense. Needed for Gyro Tilt controls
  * Fixed file not found error with AppImage in Ubuntu 22.04 LTS
- Changes from 0.4.8.9
  * Fixed another TypeError when making X11 calls. Changed str to bytes objects
  * Updated some AppImage dependencies

OBS-URL: https://build.opensuse.org/request/show/1089294
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=37
2023-05-27 09:04:34 +00:00
ec6c994cf3 Accepting request 1009161 from games:tools
OBS-URL: https://build.opensuse.org/request/show/1009161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=13
2022-10-10 16:47:21 +00:00
Jannik Seiler
3255779b99 Accepting request 1009160 from home:seil0:branches:games:tools
- Update to 0.4.8.8
  * Merged latest changes from upstream Kozec repo. Steam Deck support added
  * Fixed AppImage build script
  * Fixed TypeError with Autoswitch Options menu item in OSD
  * Fixed RPAD icon display in main window

OBS-URL: https://build.opensuse.org/request/show/1009160
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=35
2022-10-09 14:37:49 +00:00
64dc6820e5 Accepting request 975474 from games:tools
OBS-URL: https://build.opensuse.org/request/show/975474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=12
2022-05-07 21:54:17 +00:00
Jannik Seiler
606b95c03a Accepting request 975472 from home:seil0:branches:games:tools
- Update to 0.4.8.7
  * AppImage tested on Ubuntu 22.04 LTS, Fedora 35, Fedora 33,
    Manjaro, and PopOS 21.10
  * Updated AppImage scripts for setuptools behavior changes and
    library path changes
  * Migrate setup.py script to use setuptools rather than distutils.
    Try to comply with PEP 632 regarding the deprecation of distutils
  * Fixed Turn Off Controller option for BLE connected controller.
    Contribution by labsin
  * Changed feel of rumble emulation support. Period and amplitude of
    haptics change depending on data in ff_rumble event struct.
    I find that it feels better
  * Fixed long packet support for BLE reader. 3 input packet payloads
    now work in BLE reader
  * Fixed hotplug detection for BT connected Steam Controller
  * Added report ID 3 to feature report packets to allow BLE support to
    work again. Needed to make BLE support work with later versions of BlueZ (5.64)
  * Fixes to allow Bluetooth evdev and HID controllers to appear in
    controller registration list. Contribution by chewi
  * Fixed some HID driver and evdev driver crashes. Contribution by Alastor27
  * Fixed popup positioning and layering (somewhat) on Wayland.
    Contribution by Supreeeme
  * Allow deadzone calculations for analog trigger output.
    Full usable analog trigger range
  * Fixed Mouse Region output
  * Small fixes for HID report parsing
  * Added lowercase VDF button aliases to button dictionary
  * Properly clamp rotated touchpad coordinates to s16 range
  * Use proper limits for output 360 axes
  * Add DS4 v.1 detection to ds4drv driver
  * Fix display names for mapped X and Y buttons due to busted Linux aliases

OBS-URL: https://build.opensuse.org/request/show/975472
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=33
2022-05-06 18:40:18 +00:00
2597b22fb5 Accepting request 918499 from games:tools
OBS-URL: https://build.opensuse.org/request/show/918499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=11
2021-09-12 18:09:35 +00:00
Jannik Seiler
e35f61b3cc Accepting request 918498 from home:seil0:branches:games:tools
- Update to 0.4.8.6
  * Fixed initial Import Steam Profiles display list
  * Added python-vdf to AppImage build script
  * Fixed inputs tests. Contribution by rnhmjoj
  * Changed device config flags for Steam Controller to read accel 
    data from controller
  * Added Steam Controller accel data in cemuhook. Fixes controller 
    orientation in CemuHook
  * Disabled gyro action for default Desktop profile. CemuHook should 
    not be needed for the Desktop profile

OBS-URL: https://build.opensuse.org/request/show/918498
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=32
2021-09-12 07:29:55 +00:00
c1d3c535bb Accepting request 906745 from games:tools
OBS-URL: https://build.opensuse.org/request/show/906745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=10
2021-07-17 21:36:41 +00:00
Jannik Seiler
14e2187dd3 Accepting request 906744 from home:seil0:branches:games:tools
- Update to 0.4.8.5
  * Fixed AttributeError problems in sccdaemon.py. Contribution by Alastor27
  * Fixed using two Steam Controllers in daemon. Contribution by berarma
  * Added toggled handler for 'Minimize to tray on start' checkbox 
    in Settings. Contribution by Alastor27
  * Fixed 'Edit Bindings' and 'Autoswitcher Options' OSD options. 
    Contribution by Supreeeme
  * Fixed importing VDFs from Steam. Contribution by Supreeeme
  * Changes to adjust mouse cursor movement based on gamepad poll rate. 
    Allows more uniform mouse cursor movement between wired and 
    wireless Steam Controllers
  * Now clear mouse cursor distance remainders when changing directions

OBS-URL: https://build.opensuse.org/request/show/906744
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=31
2021-07-16 22:36:20 +00:00
b5cfa1e8da Accepting request 889101 from games:tools
OBS-URL: https://build.opensuse.org/request/show/889101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=9
2021-04-28 23:38:47 +00:00
Jannik Seiler
e50a5daa10 Accepting request 889076 from home:susnux:branches:games:tools
Update to 0.4.8.4

OBS-URL: https://build.opensuse.org/request/show/889076
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=29
2021-04-28 17:26:40 +00:00
Richard Brown
98ce021285 Accepting request 876184 from games:tools
OBS-URL: https://build.opensuse.org/request/show/876184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=8
2021-03-02 11:36:40 +00:00
Jannik Seiler
fdcb728820 Accepting request 876183 from home:seil0:branches:games:tools
- Updated to current git version
  * Fixed more issues related to Python 3 changes
  * BT support fixed. Contribution by claudius
  * Fixed invalid namespace issue with portions of OSD. 
    Fixed Current Binding Display portion of OSD
  * Make sure daemon socket endpoint uses read-write mode rather 
    than read-only. Contribution by aqxa1

OBS-URL: https://build.opensuse.org/request/show/876183
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=27
2021-03-02 09:30:47 +00:00
b10577b0e9 Accepting request 843762 from games:tools
OBS-URL: https://build.opensuse.org/request/show/843762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=7
2020-10-24 13:18:34 +00:00
Jannik Seiler
31195a9118 Accepting request 843761 from home:seil0:branches:games:tools
- Updated to current git version
  * Initial Python 3 port
  * Fixed several errors discovered by pyflakes
  * Updated Linux platform SDL GameController mappings from SDL_GameControllerDB project

OBS-URL: https://build.opensuse.org/request/show/843761
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=25
2020-10-24 10:51:34 +00:00
03e990b98e Accepting request 819262 from games:tools
OBS-URL: https://build.opensuse.org/request/show/819262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=6
2020-07-08 17:15:36 +00:00
Jannik Seiler
11c70a9b54 Accepting request 819261 from home:seil0:branches:games:tools
- Updated to current git version
  * Change decoration_layout property for GtkHeaderBar. Disable window icon.
    Removes double icon problem when run in Plasma

OBS-URL: https://build.opensuse.org/request/show/819261
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=23
2020-07-07 15:34:36 +00:00
4055d6f374 Accepting request 810614 from games:tools
OBS-URL: https://build.opensuse.org/request/show/810614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=5
2020-06-02 12:40:44 +00:00
Jannik Seiler
809f628a56 Accepting request 810539 from home:susnux:branches:games:tools
Fixes Leap.

- Updated to current git version (Ryochan7's Python3 port)
- Set git version as version suffix

OBS-URL: https://build.opensuse.org/request/show/810539
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=21
2020-06-01 12:43:43 +00:00
Ferdinand Thiessen
8e9285610d Accepting request 809079 from home:seil0:branches:games:tools
- Update to @Ryochan7 Python 3 port

OBS-URL: https://build.opensuse.org/request/show/809079
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=20
2020-05-31 17:23:53 +00:00
Jannik Seiler
1ad4335ae7 Accepting request 774598 from home:seil0
- Update to version 0.4.7
  * Added option to send gyroscope data to Citra and Cemu (Cemuhook support)
  * Fixes in 0.4.7:
  * Not minimizing to tray on start
  * Issues when using stick simultaneously with lpad
  * Crash in controller registration dialog if udev device has special symbols in name (thanks @Verequies)
  * Trackball friction resets when set to zero
- Update to version 0.4.6.1
  * Backups created while converting profiles were not ignored by GUI nor when converting profiles, creating more and more backups every time application started.
  * New in 0.4.6:
  * Added support for Retroarch RemotePad protocol, which allows using mobile phone as additional controller. See this wiki page for more info.
  * Added option to use shell command as condition in modeshift (#427)
  * Fixes in 0.4.6:
  * Proton (Steam Play) crashing scc-daemon (#435)
- Fix dependencies by means of introspection (boo#1116778):
  + Add gobject-introspection BuildRequires: since the code is
    written with gobject-introspection in mind, having the BR adds
    a set of rpm provides/requires based on code inspection
  + Drop typelib-1-0-Rsvg-2_0 requires: with g-i above in place,
    this dependency is autodetected.
  + Replace python-gobject requires with python-gobject-Gdk: since
    this is a GUI tool, we need the Gdk/Gtk-part of pygobject in
    plus.
- Update to version 0.4.5
  * On-screen keyboard can be now used with DS4 gamepad
  * Improved editing profile using controller
  * Allowed SVG custom menu icons
  * Allowed displaying multiple OSD messages, with different font size and display time
  * Fixes:
  * Status icon displaying wrong application name and/or no image
  * Status icon looks bad on hidpi screens
  * With two displays, where one is rotated and other one is offseted horizontally (and Compiz is used on 3rd Friday in month while gray cat is in house), OSD menu with too many items is drawn partially off-screen
  * Bumpers swapped with bluetooth driver
  * More NixOS fixes
  
- dropped desktop-file.patch, fixed upstream
- Fixes to descriptions
- initial packaging of version 0.3.6.2

OBS-URL: https://build.opensuse.org/request/show/774598
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=19
2020-02-15 19:18:47 +00:00
Jannik Seiler
520ac9df4f Accepting request 770561 from home:seil0:branches:games:tools
- switched to  DanielJoyce's python 3 port

OBS-URL: https://build.opensuse.org/request/show/770561
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=18
2020-02-06 12:42:20 +00:00
67e9d49c04 Accepting request 714459 from games:tools
- Update to version 0.4.7
  * Added option to send gyroscope data to Citra and Cemu (Cemuhook support)
  * Fixes in 0.4.7:
  * Not minimizing to tray on start
  * Issues when using stick simultaneously with lpad
  * Crash in controller registration dialog if udev device has special symbols in name (thanks @Verequies)
  * Trackball friction resets when set to zero

OBS-URL: https://build.opensuse.org/request/show/714459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=4
2019-07-12 09:59:48 +00:00
Jannik Seiler
605a88fa6a OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=16 2019-07-09 11:44:04 +00:00
Jannik Seiler
dcb4394e41 OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=15 2019-07-09 11:37:28 +00:00
Jannik Seiler
1f5a1726b6 OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=14 2019-07-09 11:37:14 +00:00
Jannik Seiler
55be87e811 OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=13 2019-07-09 11:37:10 +00:00
Jannik Seiler
31634463b9 OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=12 2019-07-09 11:36:46 +00:00
3bf3eb7dfe Accepting request 661960 from games:tools
OBS-URL: https://build.opensuse.org/request/show/661960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=3
2018-12-31 08:46:56 +00:00
aaa656f12b Accepting request 661808 from home:seil0:branches:openSUSE:Factory
- Update to version 0.4.6.1
  * Backups created while converting profiles were not ignored by GUI nor when converting profiles, creating more and more backups every time application started.
  * New in 0.4.6:
  * Added support for Retroarch RemotePad protocol, which allows using mobile phone as additional controller. See this wiki page for more info.
  * Added option to use shell command as condition in modeshift (#427)
  * Fixes in 0.4.6:
  * Proton (Steam Play) crashing scc-daemon (#435)

OBS-URL: https://build.opensuse.org/request/show/661808
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=10
2018-12-29 13:04:10 +00:00
38520405ef Accepting request 650590 from games:tools
OBS-URL: https://build.opensuse.org/request/show/650590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=2
2018-11-26 09:25:09 +00:00
7b3537e9ed Accepting request 650558 from home:dimstar:Factory
- Fix dependencies by means of introspection (boo#1116778):
  + Add gobject-introspection BuildRequires: since the code is
    written with gobject-introspection in mind, having the BR adds
    a set of rpm provides/requires based on code inspection
  + Drop typelib-1-0-Rsvg-2_0 requires: with g-i above in place,
    this dependency is autodetected.
  + Replace python-gobject requires with python-gobject-Gdk: since
    this is a GUI tool, we need the Gdk/Gtk-part of pygobject in
    plus.

OBS-URL: https://build.opensuse.org/request/show/650558
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=8
2018-11-21 09:46:33 +00:00
9f16c05db5 Accepting request 648778 from home:seil0:branches:openSUSE:Factory
- Update to version 0.4.5
  * On-screen keyboard can be now used with DS4 gamepad
  * Improved editing profile using controller
  * Allowed SVG custom menu icons
  * Allowed displaying multiple OSD messages, with different font size and display time
  * Fixes:
  * Status icon displaying wrong application name and/or no image
  * Status icon looks bad on hidpi screens
  * With two displays, where one is rotated and other one is offseted horizontally (and Compiz is used on 3rd Friday in month while gray cat is in house), OSD menu with too many items is drawn partially off-screen
  * Bumpers swapped with bluetooth driver
  * More NixOS fixes
  
- dropped desktop-file.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/648778
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=7
2018-11-14 01:09:22 +00:00
15433cc8f1 Accepting request 454712 from games:tools
OBS-URL: https://build.opensuse.org/request/show/454712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sc-controller?expand=0&rev=1
2017-02-15 09:05:15 +00:00
Ferdinand Thiessen
7da20f5081 Accepting request 452339 from home:jengelh:branches:games:tools
- Fixes to descriptions

OBS-URL: https://build.opensuse.org/request/show/452339
OBS-URL: https://build.opensuse.org/package/show/games:tools/sc-controller?expand=0&rev=5
2017-01-25 14:42:56 +00:00