Skip to content

Commit

Permalink
Merge branch 'v0.4' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Nov 26, 2017
2 parents 0ae0333 + 70f82f0 commit 1a004c3
Show file tree
Hide file tree
Showing 65 changed files with 3,291 additions and 1,848 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
*.so
*.patch
!scc/*tester*
*test*
test*.py
build/
.atomignore
commit*
profiles
.idea/
out.svg
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Based on [Standalone Steam Controller Driver](https://github.com/ynsta/steamcont
##### Packages
- Ubuntu (deb-based distros): in [OpenSUSE Build Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=sc-controller).
- Fedora, SUSE (rpm-based distros): in [OpenSUSE Build Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=sc-controller).
- Arch, Manjaro: in [AUR](https://aur.archlinux.org/packages/sc-controller-git/)
- Solus: search for `sc-controller` in Software Center
- Exherbo: in [hardware](https://git.exherbo.org/summer/packages/input/sc-controller)
- Voidlinux: [template available](https://github.com/Vintodrimmer/void-packages/blob/sc-controller-branch/srcpkgs/sc-controller/template)
Expand Down
3 changes: 3 additions & 0 deletions default_menus/.games.menu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[{
"separator": true,
"name": "Games"
}, {
"generator" : "games"
}]
3 changes: 3 additions & 0 deletions default_menus/.windowlist.menu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[{
"separator": true,
"name": "Switch to"
}, {
"generator" : "windowlist"
}]
3 changes: 3 additions & 0 deletions default_menus/Profiles.menu
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[{
"separator": true,
"name": "All profiles"
}, {
"generator" : "profiles"
}]
49 changes: 20 additions & 29 deletions glade/app.glade
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,6 @@
<signal name="toggled" handler="on_mnuEmulationEnabled_toggled" swapped="no"/>
</object>
</child>
<child>
<object class="GtkMenuItem" id="mnuRegisterController">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">_Register New Controller</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_mnuRegisterController_activate" swapped="no"/>
</object>
</child>
<child>
<object class="GtkMenuItem" id="mnuGlobalSettings">
<property name="visible">True</property>
Expand Down Expand Up @@ -609,50 +600,50 @@
<object class="GtkFixed" id="mainArea">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="size-allocate" handler="on_c_size_allocate" swapped="no"/>
<child>
<object class="GtkBox" id="vbC">
<property name="width_request">100</property>
<property name="height_request">80</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label9">
<object class="GtkButton" id="btC">
<property name="width_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="margin_left">20</property>
<property name="margin_right">20</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btC">
<property name="width_request">170</property>
<object class="GtkButton" id="btCPAD">
<property name="height_request">40</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="margin_top">5</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="x">10</property>
<property name="y">150</property>
</packing>
</child>
</object>
<packing>
Expand Down
Loading

0 comments on commit 1a004c3

Please sign in to comment.