Skip to content

Commit

Permalink
Plumb out remaining author strings from Kozec and update some abouts
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Aug 27, 2024
1 parent 8e22fbe commit 8581031
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 28 deletions.
28 changes: 11 additions & 17 deletions glade/about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="Dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">About SC-Controller</property>
<property name="title" translatable="yes">About SC Controller</property>
<property name="window_position">center-on-parent</property>
<property name="icon">../images/sc-controller-small.svg</property>
<property name="type_hint">dialog</property>
Expand Down Expand Up @@ -66,7 +66,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;span size="large"&gt;&lt;b&gt;SC-Controller&lt;/b&gt;&lt;/span&gt;</property>
<property name="label" translatable="yes">&lt;span size="large"&gt;&lt;b&gt;SC Controller&lt;/b&gt;&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
</object>
Expand Down Expand Up @@ -95,7 +95,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">20</property>
<property name="label" translatable="yes">User-mode driver and GTK3 based GUI for Steam Controller.</property>
<property name="label" translatable="yes">User-mode driver and GTK3 based GUI for the Steam Controller, DS4 and similar controllers</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
</object>
Expand All @@ -110,23 +110,17 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_bottom">25</property>
<property name="label" translatable="yes">&lt;b&gt;Code&amp;amp;UI © 2016 Kozec&lt;/b&gt;
<property name="label" translatable="yes">
&lt;b&gt;Code&amp;amp;UI © 2016-2023 Kozec&lt;/b&gt;
&lt;b&gt;Python 3 port&amp;amp;Maintenance © 2020-2024 Ryochan7&lt;/b&gt;
&lt;b&gt;Maintenance © 2024 Martin Rys&lt;/b&gt;

Source code available on &lt;a href="https://github.com/kozec/sc-controller"&gt;GitHub&lt;/a&gt;
Source code available on &lt;a href="https://github.com/C0rn3j/sc-controller"&gt;GitHub&lt;/a&gt;

I'd like to express my biggest thanks
for all my &lt;b&gt;&lt;a href="https://www.patreon.com/kozec"&gt;Patreon&lt;/a&gt;&lt;/b&gt; supporters, with special mention of
If you like what I am doing, you can become a supporter on &lt;a href="https://ko-fi.com/martinrys"&gt;Ko-Fi&lt;/a&gt; or check out other &lt;a href="https://rys.rs/donate"&gt;ways to donate&lt;/a&gt;

Donation links for Kozec, who is the original developer, can be found &lt;a href="https://github.com/kozec/sc-controller?tab=readme-ov-file#like-what-im-doing"&gt;here&lt;/a&gt;

&lt;b&gt;guido haag&lt;/b&gt;
&lt;b&gt;Orivej Desh&lt;/b&gt;
&lt;b&gt;G. Wilson&lt;/b&gt;
&lt;b&gt;Eric Duhamel&lt;/b&gt;
&lt;b&gt;Enric Morales&lt;/b&gt;
&lt;b&gt;Joshua M&lt;/b&gt;
&lt;b&gt;Lutris&lt;/b&gt;
&lt;b&gt;Taowa&lt;/b&gt;
and
&lt;b&gt;ambidot&lt;/b&gt;
</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
Expand Down
2 changes: 1 addition & 1 deletion scc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
If SC-Controller is updated while daemon is running, DAEMON_VERSION send by
daemon will differ one one expected by UI and daemon will be forcefully restarted.
"""
DAEMON_VERSION = "0.4.8.20"
DAEMON_VERSION = "0.4.8.21"

HPERIOD = 0.02
LPERIOD = 0.5
Expand Down
2 changes: 1 addition & 1 deletion scc/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class App(Gtk.Application, UserDataManager, BindingEditor):
def __init__(self, gladepath="/usr/share/scc",
imagepath="/usr/share/scc/images"):
Gtk.Application.__init__(self,
application_id="me.kozec.scc",
application_id="me.c0rn3j.scc",
flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE | Gio.ApplicationFlags.NON_UNIQUE )
UserDataManager.__init__(self)
BindingEditor.__init__(self, self)
Expand Down
12 changes: 6 additions & 6 deletions scripts/sc-controller.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
<id>sc-controller.desktop</id>
<name>SC Controller</name>
<summary>Edits controller mappings</summary>
<developer_name>kozec</developer_name>
<developer_name>C0rn3j</developer_name>
<description>
<p>
User-mode driver and GTK3 based GUI for Steam Controller.
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<url type="bugtracker">https://github.com/kozec/sc-controller/issues</url>
<url type="donation">https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=77DQD3L9K8RPU&amp;lc=SK&amp;item_name=kozec&amp;item_number=scc&amp;currency_code=EUR&amp;bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted</url>
<url type="bugtracker">https://github.com/C0rn3j/sc-controller/issues</url>
<url type="donation">https://github.com/C0rn3j/sc-controller?tab=readme-ov-file#like-what-im-doing</url>
<url type="help">https://github.com/kozec/sc-controller/wiki</url>
<url type="homepage">https://github.com/kozec/sc-controller/</url>
<url type="homepage">https://github.com/C0rn3j/sc-controller/</url>
<screenshots>
<screenshot type="default">
<caption>Main Application Window</caption>
<image width="923" height="538">https://raw.githubusercontent.com/kozec/sc-controller/master/docs/screenshot1.png</image>
<image width="923" height="538">https://raw.githubusercontent.com/C0rn3j/sc-controller/master/docs/screenshot1.png</image>
</screenshot>
<screenshot>
<caption>SC-Controller in action</caption>
<image width="887" height="622">https://raw.githubusercontent.com/kozec/sc-controller/master/docs/screenshot2.png</image>
<image width="887" height="622">https://raw.githubusercontent.com/C0rn3j/sc-controller/master/docs/screenshot2.png</image>
</screenshot>
</screenshots>
</component>
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
('share/mime/packages', [ "scc-mime-types.xml" ]),
('share/applications', ['scripts/sc-controller.desktop' ]),
('lib/udev/rules.d', glob.glob('scripts/*.rules')),

] + [ # menu icons subfolders
(
'share/scc/images/menu-icons/' + x.split("/")[-1],
Expand All @@ -47,7 +47,7 @@
setup(name = 'sccontroller',
version = DAEMON_VERSION,
description = 'Standalone controller maping tool',
author = 'kozec',
author = 'C0rn3j',
packages = packages,
data_files = data_files,
scripts = [
Expand All @@ -73,4 +73,3 @@
Extension('libremotepad', sources = ['scc/drivers/remotepad_controller.c']),
]
)

0 comments on commit 8581031

Please sign in to comment.