Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI 3 #484

Merged
merged 107 commits into from
Oct 16, 2022
Merged

UI 3 #484

Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
af8fd46
using a gtkstack to switch between devices, presets and the editor
sezanzeb Oct 2, 2022
27a0080
moving stop-injection and help to headerbar
sezanzeb Oct 2, 2022
4bb26d1
devices are a flowbox now
sezanzeb Oct 2, 2022
3a98c5a
mypy and margins
sezanzeb Oct 2, 2022
c38421b
fixed tests, changed editor margins
sezanzeb Oct 2, 2022
11fc053
switches to preset selection when clicking on a device
sezanzeb Oct 2, 2022
a5ade7f
split menu, breadcrumbs
sezanzeb Oct 2, 2022
0e5867d
preset selection
sezanzeb Oct 2, 2022
bf45fdb
title line wrapping
sezanzeb Oct 3, 2022
c119fa8
responsive device and preset list
sezanzeb Oct 3, 2022
e4cc6e9
comments
sezanzeb Oct 3, 2022
5ce4c55
fixed margin when scrolling
sezanzeb Oct 3, 2022
d957e14
fixed mapping type switch without a mapping
sezanzeb Oct 3, 2022
bda6736
copying a preset goes back to preset overview
sezanzeb Oct 3, 2022
8a10872
some rearranging of the editor page
sezanzeb Oct 3, 2022
4fcffcf
some rearranging of the editor page
sezanzeb Oct 3, 2022
1a332ec
spacings
sezanzeb Oct 3, 2022
73e10a9
button relief normal
sezanzeb Oct 3, 2022
fcb0e14
some css cleanup, border for mapping list
sezanzeb Oct 3, 2022
93b3038
icon size increased, only matters for other icon themes
sezanzeb Oct 3, 2022
4c2943d
typo
sezanzeb Oct 3, 2022
134ad1a
bold title on presets list page
sezanzeb Oct 3, 2022
752405b
simplified _on_gtk_row_selected, added spacing in combination editor …
sezanzeb Oct 3, 2022
9b44b70
put "Type:" in front of the ouptut switch
sezanzeb Oct 4, 2022
cb0378f
reverted entry spacing, improved window resizing in editor page
sezanzeb Oct 4, 2022
90434b0
removed width request from window
sezanzeb Oct 4, 2022
feeb7ef
adjusted spacings in analog axis editor
sezanzeb Oct 4, 2022
82ab155
rearranged graph
sezanzeb Oct 4, 2022
f141cc0
slider vertical height
sezanzeb Oct 4, 2022
d57f310
reduced margin top for the key/macro editor
sezanzeb Oct 4, 2022
597a8ed
moved advanced button down
sezanzeb Oct 4, 2022
ecb12ee
cleanup of default-widths
sezanzeb Oct 4, 2022
eb7725c
moving buttons up
sezanzeb Oct 4, 2022
7bebafc
rearranged input of editor
sezanzeb Oct 4, 2022
982be45
black
sezanzeb Oct 4, 2022
3e0b213
removed the no-mapping-error, updated docs since the advanced buttons…
sezanzeb Oct 4, 2022
fae3524
breadcrumbs class, increased margin
sezanzeb Oct 6, 2022
390b4cb
changed button order
sezanzeb Oct 6, 2022
9f510ef
modern gtk dialogs, dynamic dialog creation
sezanzeb Oct 8, 2022
511ab15
primary and secondary messages in dialog
sezanzeb Oct 8, 2022
c7fb0ce
comment for _on_user_confirm_request
sezanzeb Oct 8, 2022
6a2f883
cleaner
sezanzeb Oct 8, 2022
87cedfd
using double-quotes in messages
sezanzeb Oct 9, 2022
b562642
black
sezanzeb Oct 9, 2022
0e4ee67
split components.py
sezanzeb Oct 9, 2022
9b94df4
reviewdog
sezanzeb Oct 9, 2022
cdd8849
flowbox baseclasses
sezanzeb Oct 9, 2022
41ce6df
module docstrings, some more refactoring
sezanzeb Oct 9, 2022
5ad4f65
black
sezanzeb Oct 9, 2022
89a9d70
reviewdog
sezanzeb Oct 9, 2022
8a3c2ab
black
sezanzeb Oct 9, 2022
0b0f5af
fixed unittest
sezanzeb Oct 9, 2022
19ab0f3
fixed unittest
sezanzeb Oct 9, 2022
9f68b01
record button does nothing without a mapping
sezanzeb Oct 9, 2022
15e9122
RequireActiveMapping
sezanzeb Oct 9, 2022
bf49b0e
removed obsolete CodeEditor enable/disable logic
sezanzeb Oct 9, 2022
f6731ff
Stop Injection -> Stop
sezanzeb Oct 9, 2022
26eaee3
consistent opacities
sezanzeb Oct 9, 2022
47a2be6
black
sezanzeb Oct 9, 2022
e5a3e5f
changes on combination editor and labels of input-widgets
sezanzeb Oct 10, 2022
e637a9c
more advanced editor stuff
sezanzeb Oct 10, 2022
f5517e5
most test_components tests pass
sezanzeb Oct 10, 2022
f3ee984
flexible tearDown in ComponentBaseTest
sezanzeb Oct 10, 2022
bbb3361
extend docstring of ComponentBaseTest
sezanzeb Oct 10, 2022
2d17467
extend docstring of ComponentBaseTest
sezanzeb Oct 10, 2022
b1c2188
found a method of destroying all unreferenced widgets as well
sezanzeb Oct 11, 2022
e52a5ce
dsfakj
sezanzeb Oct 11, 2022
91d81c3
fixed test_draws_transform
sezanzeb Oct 11, 2022
f9dbbfc
cleanup after test_data
sezanzeb Oct 11, 2022
a239e9c
fixed a few tests
sezanzeb Oct 11, 2022
3ec9f94
fixed more tests
sezanzeb Oct 11, 2022
695ab4a
fixed test_cycling
sezanzeb Oct 11, 2022
003ce99
fixed opacity assertion
sezanzeb Oct 11, 2022
3fc4769
ctrl + n shortcut into UserInterface.shortcuts, removed accelerator
sezanzeb Oct 11, 2022
3af9b93
Merge branch 'beta' into ui-3
sezanzeb Oct 11, 2022
e4ce586
all tests passing
sezanzeb Oct 12, 2022
6f07cf7
some new tests
sezanzeb Oct 12, 2022
293e570
all tests written and passing
sezanzeb Oct 12, 2022
2e3c833
showing mapping conflict error, cleaned utils.py
sezanzeb Oct 12, 2022
4d8fc2c
updated badges, fixed test_show_status
sezanzeb Oct 12, 2022
347a4a1
updated coverage badge
sezanzeb Oct 12, 2022
6d9b637
update screenshots
sezanzeb Oct 12, 2022
4048dc4
review
sezanzeb Oct 13, 2022
d5551f9
reviewdog
sezanzeb Oct 13, 2022
9e1c5c2
comment gtk.main
sezanzeb Oct 13, 2022
9da3afb
black
sezanzeb Oct 13, 2022
7c5cdb9
updated usage.md
sezanzeb Oct 13, 2022
34bcc8d
updated known issues
sezanzeb Oct 13, 2022
f9246f8
changed screenshot
sezanzeb Oct 13, 2022
df75d2a
graph style
sezanzeb Oct 15, 2022
ec93dca
using theme colors for the graph
sezanzeb Oct 15, 2022
4948c51
removed commented line
sezanzeb Oct 15, 2022
e22d138
cleanup
sezanzeb Oct 15, 2022
0244981
cleanup
sezanzeb Oct 15, 2022
053dcf1
typo
sezanzeb Oct 15, 2022
cb28bad
typo
sezanzeb Oct 15, 2022
d597316
updated screenshot
sezanzeb Oct 15, 2022
7f0f03e
updated screenshot
sezanzeb Oct 15, 2022
959de35
updated screenshot and autocompletion position
sezanzeb Oct 15, 2022
644c809
updated screenshot
sezanzeb Oct 15, 2022
2492550
moved Colors to utils
sezanzeb Oct 15, 2022
b7cb845
PresetData uses MappingData, format_name, duplicate name formatting code
sezanzeb Oct 16, 2022
91ed3b8
mypy
sezanzeb Oct 16, 2022
5a6c106
message_classes -> message_data
sezanzeb Oct 16, 2022
75fd672
mypy
sezanzeb Oct 16, 2022
ed33553
get_bus_message
sezanzeb Oct 16, 2022
5d96d77
changed punctuation in output type message
sezanzeb Oct 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view