Commit Graph

105 Commits

Author SHA1 Message Date
sezanzeb
b49fc30713 Update black formatting 2024-08-06 23:45:15 +02:00
Tobi
8f79c25bd9
Fixed autocompletion tests; Group devices using their uniq property (#818)
* using uniq in the group key, fixed autocompletion tests
2023-12-03 12:48:08 +01:00
sezanzeb
a012746a6b 2.0.1 2023-09-18 23:42:29 +02:00
Stanislav Zhuk
d2d0fa8a06
Try to use pydantic v2, and fallback to pydantic v1 (#773) 2023-09-18 23:34:01 +02:00
Tobi
2cb39bedef
Fix CI (#730)
Co-authored-by: Rafael Fontenelle <rffontenelle@gmail.com>
2023-06-24 20:27:22 +02:00
Poldovico
27d7b3e829
#716 Import ecodes
import a missing dependency that made it impossible to apply presets in certain configurations
2023-05-31 22:39:33 +02:00
jonasBoss
7a0ccac5d5
Fix btn left confusion (#711)
* removed erroneous error message

* use dangerously_mapped_btn_left() instead of checking manually in show_injector_result()

* fix dangerously_mapped_btn_left() by ignoring origin_hash

* Avoid `No origin_hash set` Warning
2023-05-21 18:28:49 +02:00
jonasBoss
15eb0e9653
Fix if_single on Python 3.11 (#669)
* Wrap coroutine in task.

This is required in Python 3.11.

* Support None handlers in if_single.

* black

---------

Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2023-04-07 21:29:55 +02:00
sezanzeb
190da9de38 #671 moved pkg_resources import into try/catch 2023-04-02 13:51:59 +02:00
jonasBoss
7c561dde89
fix #666 (#667)
* fix #666

increase delay in the EventReader after notifying listeners

* update debug level for Context._creat_callbacks message
2023-03-26 16:47:17 +02:00
sezanzeb
9e04df79ca 2.0.0 2023-03-20 15:48:21 +01:00
Tobi
6b4b85357f
Showing placeholder text (#658) 2023-03-20 15:36:41 +01:00
Tobi
858c5059e5
Using NewType instead of TypeAlias (#652) 2023-03-06 17:06:32 +01:00
Tobi
b325598268
Fixed various mypy problems (#642) 2023-03-02 18:07:58 +01:00
Tobi
de0dd8af8e
2.0.0-rc (#639)
Co-authored-by: jonasBoss <jonas.bosse@posteo.de>
2023-03-02 16:53:58 +01:00
sezanzeb
3207ea6797 Update copyright year 2023-02-27 17:07:42 +01:00
Tobi
b88b019ce0
Improved error formatting in status bar (#635) 2023-02-26 21:19:56 +01:00
Tobi
23af936688
Automatically set "Use as analog" if output is analog (#627) 2023-02-24 18:34:36 +01:00
Tobi
d48588bddb
Autocomplete "disable" (#634) 2023-02-24 18:16:22 +01:00
Tobi
1986d7a2ab
Fix CombinationHandler releasing (#578)
Co-authored-by: Jonas Bosse <jonas.bosse@posteo.de>
2023-02-19 21:19:29 +01:00
Jonas Bosse
d5e74d05e0
optimize UInput.can_emit() 2023-01-11 21:04:54 +01:00
Jonas Bosse
caa8f2c57b
fix bug where NullHandler would not work with Axis/Key combination 2023-01-10 17:49:53 +01:00
jonasBoss
0f10d06ab6
Input event with origin (#550) 2022-12-15 14:43:03 +01:00
jonasBoss
ac07769854
Python311 (#555)
* explicitly create asyncio task in event reader read_loop

* use python 3.11 in github actions

* use python 3.11 in github actions
2022-11-24 11:22:44 +01:00
Tobi
9a4c870577
#552 Strip output symbol (#556)
* #537 Removed shebangs in non-executables

* strip output_symbol
2022-11-23 19:28:00 +01:00
Tobi
d2fc5a6c05
Showing the input during GUI usage (#549) 2022-11-20 20:36:33 +01:00
sezanzeb
aa2c55c858 #543 Typos 2022-11-19 11:29:14 +01:00
Jose Riha
a00b966720
Add more i18n strings (#548) 2022-11-19 11:19:37 +01:00
sezanzeb
eff463e627 #537 Removed shebangs in non-executables 2022-11-19 11:10:40 +01:00
Tobi
430aef0130
Fixed Pylint issues, added more typehints (#536) 2022-11-12 17:45:32 +01:00
Tobi
b5345ad4c0
Making ReaderService terminate automatically after some time (#519) 2022-11-12 00:48:59 +01:00
Tobi
27e911be82
Not writing empty xmodmap files anymore (#531) 2022-11-05 14:48:23 +01:00
sezanzeb
abb1b76e85 Sanitize preset name (#525) 2022-11-01 13:26:27 +01:00
Tobi
4f727528fc
RelToRel (#497) 2022-11-01 12:07:12 +01:00
Nik Chatzinikolaou
b047843545 Sanitize device names in daemon (#524) 2022-11-01 11:44:46 +01:00
Nik Chatzinikolaou
df91ba60c6
Sanitize device names in daemon (#524) 2022-11-01 10:44:43 +01:00
sezanzeb
3798be2e46 Sanitize device names in paths #507 (#508)
Co-authored-by: jonasBoss <jonas.bosse@posteo.de>
2022-10-30 13:12:42 +01:00
jonasBoss
c27f37a691
Sanitize device names in paths #507 (#508) 2022-10-29 13:48:16 +02:00
Tobi
94b94b9db6
add macro (#496) 2022-10-23 19:38:32 +02:00
Jonas Bosse
a89fa15693
Fixed a bug where not all needed devices where grabbed
When a mappin input-combination specified events from two different devices of the same group, only one device was grabbed.
2022-10-23 19:25:39 +02:00
Tobi
0a39a0999d
Explain architecture in docs (#510) 2022-10-23 18:39:23 +02:00
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
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
d902fb204d
catching all exceptions (#467) 2022-09-03 15:47:58 +02:00
Jonas Bosse
5f98c0941d
Fix #445, Fix #444 2022-08-30 12:17:04 +02:00
jonasBoss
419d80dceb
AbsToAbsHandler (#440) 2022-07-25 10:55:26 +02:00
sezanzeb
a076d98606 Added debug log for messages from the helper 2022-07-23 14:41:41 +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