Commit Graph

129 Commits

Author SHA1 Message Date
Tobi
71f8bf4e13
New UI (#484) 2022-10-16 14:56:21 +02:00
sezanzeb
ce73f786bd Merge branch 'main' into beta
# Conflicts:
#	data/input-remapper.glade
#	inputremapper/logger.py
#	readme/usage.md
2022-10-11 23:45:32 +02:00
sezanzeb
70f601f28e #489 Disabled ctrl + n shortcut for now 2022-10-11 23:23:11 +02:00
yngmjgsd
4953e38de0
Added ru_RU translation and adjusted ru text for policykit file (#487)
* Add files via upload

ru_RU translation for input-remapper. The main file for GTK interface.

* Update input-remapper.policy

Added ru variant for policykit
2022-10-09 16:14:36 +02:00
jonasBoss
c9b582885e
RelToAbs (#442)
* RelToAbsHandler

* Update UI to include rel_input_cutoff

* new test fixtures

* RelToAbsHandler Tests

* Test RelativeInputCutoffInput

* custom stack switcher

* Mapping Refactor

* Added user dialog when switching between analog and macro mapping

* pydnatic type annotation update

* I Hate that Ubuntu ships with an ancient pydantic version

* Updated TestKeyAxisStackSwitcher

* Autoconfigure input when switching from key_macro to analog GUI

* controller tests for switching mapping type
2022-10-02 17:33:52 +02:00
Tobi
a6ff2946a6
Minor GUI Layout Improvements (#439)
* spacings, separator

* moved buttons around

* work on combination editor
2022-07-23 13:39:32 +02:00
jonasBoss
3637204bff
Frontend Refactor (#375)
* Tests for the GuiEventHandler

* Implement GuiEventHandler

* tests for data manager

* Implemented data_manager

* Remove Ellipsis from type hint

* workaround for old pydantic version

* workaround for old pydantic version

* some more tests for data_manager

* Updated Data Manager

* move DeviceSelection to its own class

* Data Manager no longer listens for events

* Moved PresetSelection to its own class

* MappingListBox and SelectionLable Listen to the EventHandler

* DataManager no longer creates its own data objects in the init

* removed global reader object

* Changed UI startup

* created backend Interface

* event_handler debug logs show function which emit a event

* some cleanup

* added target selector to components

* created code editor component

* adapted autocompletion & some cleanup

* black

* connected some buttons to the event_handler

* tests for data_manager newest_preset and group

* cleanup presets and test_presets

* migrated confirm delete dialog

* backend tests

* controller tests

* add python3-gi to ci

* more dependencies

* and more ...

* Github-Actions workaround

remove this commit

* not so many permission denyed errors in test.yml

* Fix #404 (hopefully)

* revert Github-Actions workaround

* More tests

* event_handler allows for event supression

* more tests

* WIP Implement Key recording

* Start and Stop Injection

* context no longer stores preset

* restructured the RelToBtnHandler

* Simplified read_loop

* Implement async iterator for ipc.pipe

* multiple event actions

* helper now implements mapping handlers to read inputs all with async

* updated and simplified reader 

the helper uses the mapping handlers, so the reader now can be much simpler

* Fixed race condition in tests

* implemented DataBus

* Fixed a UIMapping bug where the last_error would not be deleted

* added a immutable variant of the UIMapping

* updated data_manager to use data_bus

* Uptdated tests to use the DataBus

* Gui uses DataBus

* removed EventHandler

* Renamed controller methods

* Implemented recording toggle

* implemented StatusBar

* Sending validation errors to status bar

* sending injection status to status bar

* proper preset renaming

* implemented copy preset in the data manager

* implemented copy_preset in controller

* fixed a bug where a wron selection lable would update

* no longer send invalid data over the bus, if the preset or group changes

* Implement create and delete mapping

* Allow for frontend specific mapping defaults

* implemented autoload toggle

* cleanup user_interface

* removed editor

* Docstings renaming and ordering of methods

* more simplifications to user_interface

* integrated backend into data_manager

* removed active preset

* transformation tests

* controller tests

* fix missing uinputs in gui

* moved some tests and implemented basic tests for mapping handlers

* docstring reformatting

Co-authored-by: Tobi <proxima@sezanzeb.de>

* allow for empty groups

* docstring

* fixed TestGroupFromHelper

* some work on integration tests

* test for annoying import error in tests

* testing if test_user_interface works

* I feel lucky

* not so lucky

* some more tests

* fixed but where the group_key was used as folder name

* Fixed a bug where state=NO_GRAB would never be read from the injector

* allow to stop the recorder

* working on integration tests

* integration tests

* fixed more integration tests

* updated coveragerc

* no longer attempt to record keys when injecting

* event_reader cleans up not finished tasks

* More integration tests

* All tests pass

* renamed data_bus

* WIP fixing typing issues

* more typing fixes

* added keyboard+mouse device to tests

* cleanup imports

* new read loop because the evdev async read loop can not be cancelled

* Added field to modify mapping name

* created tests for components

* even more component tests

* do component tests need a screen?

* apparently they do :_(

* created release_input switch

* Don't record relative axis when movement is slow

* show delete dialog above main window

* wip basic dialog to edit combination

* some gui changes to the combination-editor

* Simple implementation of CombinationListbox

* renamed attach_to_events method and mark as private

* shorter str() for UInputsData

* moved logic to generate readable event string from combination to event

* new mapping parameter force release timeout

this helps with the helper when recording multiple relative axis at once

* make it possible to rearange the event_combination

* more work on the combination editor

* tests for DataManager.load_event

* simplyfied test_controller

* more controller tests

* Implement input threshold in gui

* greater range for time dependent unit test

* implemented a output-axis selector

* data_manager now provides injector state

* black

* mypy

* Updated confirm cancel dialog

* created release timeout input

* implemented transformation graph

* Added sliders for gain, expo and deadzone

* fix bug where the system_mapping was overridden in each injector thread

* updated slider settings

* removed debug statement

* explicitly checking output code against None (0 is a valid code)

* usage

* Allow for multiple axis to be activated by same button

* readme

* only warn about not implemented mapping-handler

don't fail to create event-pipelines

* More accurate event names

* Allow removal of single events from the input-combination

* rename callback to notify_callback

* rename event message to selected_event

* made read_continuisly private

* typing for autocompletion

* docstrings for message_broker messages

* make components methods and propreties private

* gui spacings

* removed eval

* make some controller functions private

* move status message generation from data_manager to controller

* parse mapping errors in controller for more helpful messages

* remove system_mapping from code editor

* More component tests

* more tests

* mypy

* make grab_devices less greedy (partial mitigation for #435)

only grab one device if there are multiple which can satisfy the same mapping

* accumulate more values in test

* docstrings

* Updated status messages

* comments, docstrings, imports

Co-authored-by: Tobi <proxima@sezanzeb.de>
2022-07-23 10:53:41 +02:00
jonasBoss
88e4f0e5ba
Merge main into beta (#421) 2022-06-25 12:23:56 +02:00
Tobi
0e3af46bcd
Removed logfiles (#418) 2022-06-11 10:46:06 +02:00
Tobi
8ed0a72c10
Ignoring audio devices (#414) 2022-06-11 10:27:58 +02:00
jonasBoss
1a2b2d7076
Refactored injection (#263) 2022-04-17 12:19:23 +02:00
Raman Gupta
2c5a4d71f2
Add RequiresMountsFor=/var/log to systemd unit (#369)
If anyone mounts `/var` from a separate filesystem, this will ensure that `/var/log/input-remapper-control` is not written before `/var`/ is mounted.
2022-04-15 13:31:43 +02:00
Tobi
2badf2c5d3
Mapping media keys (#318) 2022-02-27 15:43:01 +01:00
Tobi
7fcd8fb59f
Greying out the key recording toggle (#298) 2022-02-12 11:51:42 +01:00
Jose Riha
b139f95ee2
Add Slovak translation for polkit message (#285) 2022-02-05 18:12:22 +01:00
sezanzeb
a86dfbf786 Added varying error exit codes 2022-02-03 16:46:34 +01:00
jonasBoss
3cd30c4bf3
Independent uinput (#228) 2022-01-14 18:50:57 +01:00
sezanzeb
47bcefa7f3 #109 New mapping editor with multiline input and improved autocompletion 2022-01-10 20:37:22 +01:00
Tobi
a2ed3696ca
Renamed to Input Remapper 2022-01-01 13:00:49 +01:00
sezanzeb
70bc804f15 Logging improvements, updated readme and some linting 2021-11-23 19:59:28 +01:00
sezanzeb
a150b06748 #197 timeouts, service Requires, added key-mapper-control debug log file 2021-11-14 14:32:22 +01:00
sezanzeb
1d79ad369b #197 Using timeouts for calls to the daemon in key-mapper-control 2021-11-04 11:41:13 +01:00
sezanzeb
aa9576cb4c The usage section points to the readme files online now 2021-10-10 23:28:01 +02:00
sezanzeb
0726ccfea3 #183 #120 #49 if_single and if_tap 2021-09-29 20:17:45 +02:00
Jose Riha
bcd60f4895 Add initial i18n support 2021-06-28 21:24:30 +02:00
sezanzeb
51c7355fa2 removed leftover accelerator 2021-04-20 22:55:29 +02:00
sezanzeb
b048a2b2a5 corrected autoload tooltip 2021-04-13 21:49:44 +02:00
sezanzeb
7663512c1c resized logo 2021-04-02 16:55:59 +02:00
sezanzeb
7d2d542d6e #75 ctrl+r to refresh the device list 2021-04-02 15:08:36 +02:00
sezanzeb
a6f6df388f #65 device icons 2021-03-27 13:21:35 +01:00
sezanzeb
b45d2bf8a3 adjusted button margin 2021-03-27 08:10:28 +01:00
sezanzeb
cf1bc55918 centering the about dialog 2021-03-22 22:50:08 +01:00
sezanzeb
3ee8765fb6 #65 UI improvements 2021-03-21 20:47:36 +01:00
sezanzeb
5e4ae668dd gtk not running as root anymore 2021-03-21 19:15:20 +01:00
sezanzeb
3c97fd34b4 #65 UI improvements 2021-03-21 14:17:34 +01:00
sezanzeb
fd759e02ad #63 added e, mouse and wheel macros 2021-03-19 23:03:03 +01:00
sezanzeb
772fb8da4d #61 copying presets, fixed autoload after rename 2021-03-17 21:08:15 +01:00
sezanzeb
f2bb81f199 better compatibility by injecting into a dedicated devnode 2021-02-18 20:38:14 +01:00
sezanzeb
e18c40c221 autoloading on udev events 2021-02-07 15:00:36 +01:00
sezanzeb
7f4efba798 new cli features, more tests 2021-01-09 17:44:24 +01:00
sezanzeb
beda21139a various improvements 2021-01-07 17:15:12 +01:00
sezanzeb
0020377de9 fixed autoload for gnome 2021-01-06 14:54:25 +01:00
sezanzeb
d5b6188aff mapping wheel buttons 2021-01-05 19:33:47 +01:00
sezanzeb
62d79e8aa7 mapping joysticks like a d-pad 2021-01-01 22:20:33 +01:00
sezanzeb
8c851f5475 update readme 2021-01-01 14:35:40 +01:00
sezanzeb
8454707748 more tests, disabling keys 2021-01-01 14:09:28 +01:00
sezanzeb
b52a427940 small gamepad improvements 2020-12-27 15:38:08 +01:00
sezanzeb
43702107c0 style fixes 2020-12-27 13:43:02 +01:00
sezanzeb
c96d18cfb8 highlighting error status messages with an icon 2020-12-27 13:27:49 +01:00
sezanzeb
fc769c804d materia theme fix 2020-12-27 00:17:27 +01:00