Commit Graph

751 Commits

Author SHA1 Message Date
jonasBoss
419d80dceb
AbsToAbsHandler (#440) 2022-07-25 10:55:26 +02:00
sezanzeb
227c507bde Merge branch 'main' into beta 2022-07-23 14:44:16 +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
Tobi
d7f15d1524
Clarified how to start injections in issue-template 2022-07-02 22:00:27 +02:00
Tobi
b93e2d3367
Updated issue-template evtest instructions 2022-07-02 10:11:25 +02:00
Tobi
e067c4c50f
Merge pull request #422 from sezanzeb/beta-main-merge
Beta main merge
2022-06-25 12:35:31 +02:00
sezanzeb
e3d009db71 Merge branch 'main' into beta 2022-06-25 12:31:29 +02:00
jonasBoss
88e4f0e5ba
Merge main into beta (#421) 2022-06-25 12:23:56 +02:00
sezanzeb
e0c041d729 Update development.md 2022-06-23 19:41:52 +02:00
sezanzeb
e31a1b2bc5 1.5.0 2022-06-22 20:55:43 +02:00
Tobi
51c6a4f695
Added "keyboard + mouse" target (#417) 2022-06-16 10:30:15 +02:00
sezanzeb
0120b4342c updated badges 2022-06-11 11:01:41 +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
Tobi
d9a57bab35
Updated multi-device combination macros 2022-06-08 20:02:53 +02:00
Tobi
bb2c487380
Updated config file docs 2022-06-05 10:52:27 +02:00
jonasBoss
3f94e4eea0
Fix GitHub Actions data directory (#405) 2022-05-17 22:57:55 +02:00
jonasBoss
f955290b04
Merge branch 'main' into beta (#399) 2022-05-11 23:17:42 +02:00
Tobi
a9ab691d90
Removed deprecated usage of hold from docs 2022-05-10 08:36:49 +02:00
Tobi
e651591cec
Updated examples.md, added double tap example 2022-05-10 08:33:57 +02:00
Tobi
3ccc2310f8
Added link to Ubuntu repo 2022-05-09 09:37:57 +02:00
Tobi
796a776485
Improved macro exception handling, keystroke sleep cleanup (#397) 2022-05-08 19:56:25 +02:00
sezanzeb
5d425c4caf fixed specs 2022-05-08 11:03:04 +02:00
sezanzeb
d0fa3799d4 Added beta to readme 2022-05-08 10:44:15 +02:00
sezanzeb
2d2312080a semver2 2022-05-08 10:12:23 +02:00
sezanzeb
ebde37856e semver 2022-05-08 10:00:07 +02:00
Tobi
421749728b
Clearing pipes on creation (#396) 2022-05-07 19:15:22 +02:00
sezanzeb
bb0e60ebc3 Trigger macro syntax check after typing (#394)
Co-authored-by: Te Wang <kearkyle@gmail.com>
2022-05-07 18:56:15 +02:00
Tobi
b4852a6875
Revert "Trigger macro syntax check after typing (#394)" (#395)
This reverts commit 97ff743c99. because I screwed the commit message up, sorry. missing kearkyle as contributor
2022-05-07 18:54:29 +02:00
Tobi
97ff743c99
Trigger macro syntax check after typing (#394) 2022-05-07 18:45:07 +02:00
Tobi
d71d97136a
Added None keyword (#393) 2022-05-07 18:15:53 +02:00
Tobi
3a48d2680e
Added key_down and key_up macros (#391) 2022-05-07 18:09:08 +02:00
Tobi
96950e8387
Parsing a + b to hold_keys(a, b) (#392) 2022-05-07 18:08:25 +02:00
Tobi
2f242023f5
Improved logs for communication with the Helper (#387) 2022-05-05 09:38:18 +02:00
Tobi
20331da6a3
Improved check if system is completely booted (#384) 2022-05-05 09:20:26 +02:00
jonasBoss
b931544650
workaround for old pydantic version (#376) 2022-04-21 09:36:33 +02:00
Tobi
d13b38ee1e
Some formatting (#371)
* docstrings format

* trailing commas, comment positions

* trailing comma, unused imports
2022-04-18 13:52:59 +02:00
jonasBoss
1a2b2d7076
Refactored injection (#263) 2022-04-17 12:19:23 +02:00
Tobi
1c7a6aaa9e
Hiding irrelevant permission denied error log (#370) 2022-04-16 10:55:44 +02:00
Tobi
4f03a7b484
More robust log file trimming (#366) 2022-04-15 13:32:54 +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
Gavin Luo
c7094b552a
feat: add Simplified Chinese translation (#363) 2022-04-09 13:58:49 +02:00
Jose Riha
63f58f3927
Add 2 missing strings for translation, regenerate .pot. (#356) 2022-03-27 14:03:55 +02:00
Tobi
5f53ae8c7b
Add python3-pydbus dependency 2022-03-23 10:37:00 +01:00
sezanzeb
af20f87a12 1.4.2 2022-03-19 09:34:57 +01:00
Tobi
b6f26e1dfa
Asking for a python-evdev upgrade if outdated (#346) 2022-03-18 20:03:38 +01:00
Tobi
f4de4d9026
Fixed input_props unknown in UInput constructor (#344) 2022-03-18 12:16:44 +01:00
sezanzeb
6afa92b814 Removed obsolete destructor for test UInput 2022-03-17 10:44:35 +01:00