19 Commits

Author SHA1 Message Date
Paweł Kotiuk
dc0def1048 Move log message handler from separate file to class Logger 2021-07-06 18:25:39 +02:00
Paweł Kotiuk
0e4b61e9d2 Remove excessive uses of qInstallMessageHandler().
It should be called only once
2021-07-05 18:39:26 +02:00
Gergely Gombos
8e35365c41 Remove executable permissions, BOMs, add copyright #104 (#110) 2020-12-02 11:24:14 +01:00
Paweł Kotiuk
a0c7d84b8d chore: ensure Consistent formatting of code across entire project
* Create basic config for clang-format

* Format source files using clang-format

* Add Github Action checking proper code formatting after every Pull request
2020-10-12 15:57:33 +02:00
Gergely Gombos
5d80c59fa1 chore(cleanup): rename GUI to AntiMicroX, remove antimicroX references, repo rename (#28) 2020-09-08 21:29:31 +02:00
juliagoda
e43667745c Added copyright informations 2020-01-07 18:19:33 +01:00
juliagoda
cf754e82cb renamed antimicro into antimicroX 2020-01-03 20:52:03 +01:00
juliagoda
20dbe3ad22 compliance with master 2018-12-05 22:25:11 +01:00
juliagoda
cd420d1f60 Small changes 2018-07-21 14:52:49 +02:00
juliagoda
c453d20631 Replaced QTextStream with QCommandLineParser for command line arguments 2018-04-29 23:16:59 +02:00
juliagoda
943c2083ac Forked application from AntiMicro team 2018-03-26 17:27:48 +02:00
Travis Nickles
3cc59f0348 Added license comment to source code files. 2015-07-04 01:21:14 -05:00
Travis Nickles
1c363c5b5f Minor refactors for key mapper classes. 2015-06-05 14:01:57 -05:00
Travis Nickles
e2c446e1b7 Added reference count for mouse buttons. Removed extra computations in QtKeyMapperBase::isModifier method. 2014-06-21 03:43:00 -05:00
Travis Nickles
2bb77a8b3e First attempt to fix key repeating on Windows. Only repeat last key. 2014-05-27 03:37:22 -05:00
Travis Nickles
c3a1013cb0 Tweak to remove the need to check for extended bit in some places on Windows. This change is mainly for Numpad Enter. 2014-02-01 14:36:51 -06:00
Travis Nickles
968f2be782 Changed the design of the key mapping classes.
I was getting tired of writing ifdef in a bunch of places
so I changed the design to include a bridge class.
2013-12-18 16:17:46 -06:00
Travis Nickles
ea561b6d7b Changed standard used for keys so there is less variance. 2013-12-17 10:16:12 -06:00
Travis Nickles
eda3cda1fd Tried to abstract some parts of the keymapper classes. 2013-12-13 14:30:32 -06:00