From 5d80c59fa16ecbdf644e45d2889435d7d99198da Mon Sep 17 00:00:00 2001 From: Gergely Gombos Date: Tue, 8 Sep 2020 21:29:31 +0200 Subject: [PATCH] chore(cleanup): rename GUI to AntiMicroX, remove antimicroX references, repo rename (#28) --- .dockerignore | 10 +-- .github/workflows/release.yml | 4 +- .gitignore | 10 +-- BUILDING.md | 12 +-- CMakeLists.txt | 46 +++++------ Dockerfile | 8 +- README.md | 26 +++---- containers/Dockerfile-fedora-latest | 6 +- containers/Dockerfile-suseleap15.2 | 6 +- containers/Dockerfile-ubuntu-bionic | 6 +- other/antimicrox.1 | 8 +- ...ithub.antimicrox.antimicrox.appdata.xml.in | 22 +++--- other/io.github.antimicrox.antimicrox.desktop | 6 +- other/io.github.antimicrox.antimicrox.xml | 2 +- other/io.github.antimicrox.antimicrox.yml | 2 +- share/antimicrox/translations/CMakeLists.txt | 22 +++--- share/antimicrox/translations/antimicrox.ts | 64 +++++++-------- .../antimicrox/translations/antimicrox_br.ts | 24 +++--- .../translations/antimicrox_br.ts.autosave | 34 ++++---- .../antimicrox/translations/antimicrox_de.ts | 62 +++++++-------- .../antimicrox/translations/antimicrox_en.ts | 64 +++++++-------- .../antimicrox/translations/antimicrox_es.ts | 40 +++++----- .../antimicrox/translations/antimicrox_fr.ts | 24 +++--- .../antimicrox/translations/antimicrox_it.ts | 70 ++++++++--------- .../antimicrox/translations/antimicrox_ja.ts | 36 ++++----- .../antimicrox/translations/antimicrox_pl.ts | 70 ++++++++--------- .../antimicrox/translations/antimicrox_pt.ts | 40 +++++----- .../antimicrox/translations/antimicrox_ru.ts | 24 +++--- .../antimicrox/translations/antimicrox_sr.ts | 38 ++++----- .../antimicrox/translations/antimicrox_uk.ts | 24 +++--- .../translations/antimicrox_zh_CN.ts | 78 +++++++++---------- src/aboutdialog.cpp | 2 +- src/aboutdialog.h | 2 +- src/aboutdialog.ui | 6 +- src/addeditautoprofiledialog.cpp | 2 +- src/addeditautoprofiledialog.h | 2 +- src/advancebuttondialog.cpp | 2 +- src/advancebuttondialog.h | 2 +- src/advancestickassignmentdialog.cpp | 2 +- src/advancestickassignmentdialog.h | 2 +- src/antimicrosettings.cpp | 2 +- src/antimicrosettings.h | 2 +- src/antkeymapper.cpp | 2 +- src/antkeymapper.h | 2 +- src/applaunchhelper.cpp | 2 +- src/applaunchhelper.h | 2 +- src/autoprofileinfo.cpp | 2 +- src/autoprofileinfo.h | 2 +- src/autoprofilewatcher.cpp | 4 +- src/autoprofilewatcher.h | 2 +- src/axiseditdialog.cpp | 2 +- src/axiseditdialog.h | 2 +- src/axisvaluebox.cpp | 2 +- src/axisvaluebox.h | 2 +- src/buttoneditdialog.cpp | 2 +- src/buttoneditdialog.h | 2 +- src/calibration.cpp | 2 +- src/calibration.h | 2 +- src/capturedwindowinfodialog.cpp | 2 +- src/capturedwindowinfodialog.h | 2 +- src/commandlineutility.cpp | 2 +- src/commandlineutility.h | 2 +- src/common.cpp | 2 +- src/common.h | 14 ++-- src/dpadcontextmenu.cpp | 2 +- src/dpadcontextmenu.h | 2 +- src/dpadeditdialog.cpp | 2 +- src/dpadeditdialog.h | 2 +- src/dpadpushbutton.cpp | 2 +- src/dpadpushbutton.h | 2 +- src/dpadpushbuttongroup.cpp | 2 +- src/dpadpushbuttongroup.h | 2 +- src/editalldefaultautoprofiledialog.cpp | 2 +- src/editalldefaultautoprofiledialog.h | 2 +- src/event.cpp | 2 +- src/event.h | 2 +- src/eventhandlerfactory.cpp | 2 +- src/eventhandlerfactory.h | 2 +- src/eventhandlers/baseeventhandler.cpp | 2 +- src/eventhandlers/baseeventhandler.h | 2 +- src/eventhandlers/uinputeventhandler.cpp | 2 +- src/eventhandlers/uinputeventhandler.h | 2 +- src/eventhandlers/xtesteventhandler.cpp | 2 +- src/eventhandlers/xtesteventhandler.h | 2 +- src/extraprofilesettingsdialog.cpp | 2 +- src/extraprofilesettingsdialog.h | 2 +- src/flashbuttonwidget.cpp | 2 +- src/flashbuttonwidget.h | 2 +- src/gamecontroller/gamecontroller.cpp | 2 +- src/gamecontroller/gamecontroller.h | 2 +- src/gamecontroller/gamecontrollerdpad.cpp | 2 +- src/gamecontroller/gamecontrollerdpad.h | 2 +- src/gamecontroller/gamecontrollerset.cpp | 2 +- src/gamecontroller/gamecontrollerset.h | 2 +- src/gamecontroller/gamecontrollertrigger.cpp | 2 +- src/gamecontroller/gamecontrollertrigger.h | 2 +- .../gamecontrollertriggerbutton.cpp | 2 +- .../gamecontrollertriggerbutton.h | 2 +- .../xml/gamecontrollerdpadxml.cpp | 2 +- .../xml/gamecontrollerdpadxml.h | 2 +- .../xml/gamecontrollertriggerxml.cpp | 2 +- .../xml/gamecontrollertriggerxml.h | 2 +- src/gamecontroller/xml/gamecontrollerxml.cpp | 2 +- src/gamecontroller/xml/gamecontrollerxml.h | 2 +- src/gamecontrollerexample.cpp | 2 +- src/gamecontrollerexample.h | 2 +- src/gamecontrollermappingdialog.cpp | 2 +- src/gamecontrollermappingdialog.h | 2 +- src/gamecontrollermappingdialog.ui | 2 +- src/globalvariables.cpp | 2 +- src/globalvariables.h | 2 +- src/inputdaemon.cpp | 2 +- src/inputdaemon.h | 2 +- src/inputdevice.cpp | 2 +- src/inputdevice.h | 2 +- src/inputdevicebitarraystatus.cpp | 2 +- src/inputdevicebitarraystatus.h | 2 +- src/joyaxis.cpp | 2 +- src/joyaxis.h | 2 +- src/joyaxiscontextmenu.cpp | 2 +- src/joyaxiscontextmenu.h | 2 +- src/joyaxiswidget.cpp | 2 +- src/joyaxiswidget.h | 2 +- src/joybutton.cpp | 2 +- src/joybutton.h | 2 +- src/joybuttoncontextmenu.cpp | 2 +- src/joybuttoncontextmenu.h | 2 +- src/joybuttonmousehelper.cpp | 2 +- src/joybuttonmousehelper.h | 2 +- src/joybuttonslot.cpp | 2 +- src/joybuttonslot.h | 2 +- src/joybuttonstatusbox.cpp | 2 +- src/joybuttonstatusbox.h | 2 +- src/joybuttontypes/joyaxisbutton.cpp | 2 +- src/joybuttontypes/joyaxisbutton.h | 2 +- src/joybuttontypes/joycontrolstickbutton.cpp | 2 +- src/joybuttontypes/joycontrolstickbutton.h | 2 +- .../joycontrolstickmodifierbutton.cpp | 2 +- .../joycontrolstickmodifierbutton.h | 2 +- src/joybuttontypes/joydpadbutton.cpp | 2 +- src/joybuttontypes/joydpadbutton.h | 2 +- src/joybuttontypes/joygradientbutton.cpp | 2 +- src/joybuttontypes/joygradientbutton.h | 2 +- src/joybuttonwidget.cpp | 2 +- src/joybuttonwidget.h | 2 +- src/joycontrolstick.cpp | 2 +- src/joycontrolstick.h | 2 +- src/joycontrolstickbuttonpushbutton.cpp | 2 +- src/joycontrolstickbuttonpushbutton.h | 2 +- src/joycontrolstickcontextmenu.cpp | 2 +- src/joycontrolstickcontextmenu.h | 2 +- src/joycontrolstickdirectionstype.h | 2 +- src/joycontrolstickeditdialog.cpp | 2 +- src/joycontrolstickeditdialog.h | 2 +- src/joycontrolstickpushbutton.cpp | 2 +- src/joycontrolstickpushbutton.h | 2 +- src/joycontrolstickstatusbox.cpp | 2 +- src/joycontrolstickstatusbox.h | 2 +- src/joydpad.cpp | 2 +- src/joydpad.h | 2 +- src/joydpadbuttonwidget.cpp | 2 +- src/joydpadbuttonwidget.h | 2 +- src/joykeyrepeathelper.cpp | 2 +- src/joykeyrepeathelper.h | 2 +- src/joystick.cpp | 2 +- src/joystick.h | 2 +- src/joystickstatuswindow.cpp | 2 +- src/joystickstatuswindow.h | 2 +- src/joytabwidget.cpp | 2 +- src/joytabwidget.h | 2 +- src/joytabwidgetcontainer.cpp | 2 +- src/joytabwidgetcontainer.h | 2 +- src/keyboard/virtualkeyboardmousewidget.cpp | 2 +- src/keyboard/virtualkeyboardmousewidget.h | 2 +- src/keyboard/virtualkeypushbutton.cpp | 2 +- src/keyboard/virtualkeypushbutton.h | 2 +- src/keyboard/virtualmousepushbutton.cpp | 2 +- src/keyboard/virtualmousepushbutton.h | 2 +- src/localantimicroserver.cpp | 2 +- src/localantimicroserver.h | 2 +- src/logger.cpp | 2 +- src/logger.h | 2 +- src/main.cpp | 56 ++++++------- src/mainsettingsdialog.cpp | 2 +- src/mainsettingsdialog.h | 2 +- src/mainsettingsdialog.ui | 12 +-- src/mainwindow.cpp | 8 +- src/mainwindow.h | 2 +- src/mainwindow.ui | 2 +- src/messagehandler.cpp | 2 +- src/messagehandler.h | 2 +- src/mousedialog/mouseaxissettingsdialog.cpp | 2 +- src/mousedialog/mouseaxissettingsdialog.h | 2 +- src/mousedialog/mousebuttonsettingsdialog.cpp | 2 +- src/mousedialog/mousebuttonsettingsdialog.h | 2 +- .../mousecontrolsticksettingsdialog.cpp | 2 +- .../mousecontrolsticksettingsdialog.h | 2 +- src/mousedialog/mousedpadsettingsdialog.cpp | 2 +- src/mousedialog/mousedpadsettingsdialog.h | 2 +- src/mousedialog/springmoderegionpreview.cpp | 2 +- src/mousedialog/springmoderegionpreview.h | 2 +- .../mouseaxissettingsdialoghelper.cpp | 2 +- .../uihelpers/mouseaxissettingsdialoghelper.h | 2 +- .../mousebuttonsettingsdialoghelper.cpp | 2 +- .../mousebuttonsettingsdialoghelper.h | 2 +- .../mousecontrolsticksettingsdialoghelper.cpp | 2 +- .../mousecontrolsticksettingsdialoghelper.h | 2 +- .../mousedpadsettingsdialoghelper.cpp | 2 +- .../uihelpers/mousedpadsettingsdialoghelper.h | 2 +- src/mousehelper.cpp | 2 +- src/mousehelper.h | 2 +- src/mousesettingsdialog.cpp | 2 +- src/mousesettingsdialog.h | 2 +- src/profileimporter.h | 2 +- src/qkeydisplaydialog.cpp | 2 +- src/qkeydisplaydialog.h | 2 +- src/qkeydisplaydialog.ui | 2 +- src/qtkeymapperbase.cpp | 2 +- src/qtkeymapperbase.h | 2 +- src/qtuinputkeymapper.cpp | 2 +- src/qtuinputkeymapper.h | 2 +- src/qtvmultikeymapper.cpp | 2 +- src/qtvmultikeymapper.h | 2 +- src/qtwinkeymapper.cpp | 2 +- src/qtwinkeymapper.h | 2 +- src/qtx11keymapper.cpp | 2 +- src/qtx11keymapper.h | 2 +- src/quicksetdialog.cpp | 2 +- src/quicksetdialog.h | 2 +- src/sdleventreader.cpp | 2 +- src/sdleventreader.h | 2 +- src/setaxisthrottledialog.cpp | 2 +- src/setaxisthrottledialog.h | 2 +- src/setjoystick.cpp | 2 +- src/setjoystick.h | 2 +- src/setnamesdialog.cpp | 2 +- src/setnamesdialog.h | 2 +- src/simplekeygrabberbutton.cpp | 2 +- src/simplekeygrabberbutton.h | 2 +- src/slotitemlistwidget.cpp | 2 +- src/slotitemlistwidget.h | 2 +- src/springmousemoveinfo.h | 2 +- src/stickpushbuttongroup.cpp | 2 +- src/stickpushbuttongroup.h | 2 +- src/uihelpers/advancebuttondialoghelper.cpp | 2 +- src/uihelpers/advancebuttondialoghelper.h | 2 +- src/uihelpers/buttoneditdialoghelper.cpp | 2 +- src/uihelpers/buttoneditdialoghelper.h | 2 +- src/uihelpers/dpadcontextmenuhelper.cpp | 2 +- src/uihelpers/dpadcontextmenuhelper.h | 2 +- src/uihelpers/dpadeditdialoghelper.cpp | 2 +- src/uihelpers/dpadeditdialoghelper.h | 2 +- .../gamecontrollermappingdialoghelper.cpp | 2 +- .../gamecontrollermappingdialoghelper.h | 2 +- src/uihelpers/joyaxiscontextmenuhelper.cpp | 2 +- src/uihelpers/joyaxiscontextmenuhelper.h | 2 +- .../joycontrolstickcontextmenuhelper.cpp | 2 +- .../joycontrolstickcontextmenuhelper.h | 2 +- .../joycontrolstickeditdialoghelper.cpp | 2 +- .../joycontrolstickeditdialoghelper.h | 2 +- src/uihelpers/joytabwidgethelper.cpp | 2 +- src/uihelpers/joytabwidgethelper.h | 2 +- src/uinputhelper.cpp | 2 +- src/uinputhelper.h | 2 +- src/unixcapturewindowutility.cpp | 2 +- src/unixcapturewindowutility.h | 2 +- src/unixwindowinfodialog.cpp | 2 +- src/unixwindowinfodialog.h | 2 +- src/vdpad.cpp | 2 +- src/vdpad.h | 2 +- src/x11extras.cpp | 2 +- src/x11extras.h | 2 +- src/xml/inputdevicexml.cpp | 2 +- src/xml/inputdevicexml.h | 2 +- src/xml/joyaxisxml.cpp | 2 +- src/xml/joyaxisxml.h | 2 +- src/xml/joybuttonslotxml.cpp | 2 +- src/xml/joybuttonslotxml.h | 2 +- src/xml/joybuttonxml.cpp | 2 +- src/xml/joybuttonxml.h | 2 +- src/xml/joydpadxml.h | 2 +- src/xml/setjoystickxml.cpp | 2 +- src/xml/setjoystickxml.h | 2 +- src/xmlconfigmigration.cpp | 2 +- src/xmlconfigmigration.h | 2 +- src/xmlconfigreader.cpp | 2 +- src/xmlconfigreader.h | 2 +- src/xmlconfigwriter.cpp | 2 +- src/xmlconfigwriter.h | 2 +- tests/testqkeydisplaydialog.cpp | 4 +- 290 files changed, 748 insertions(+), 748 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9938adb8..bab80405 100644 --- a/.dockerignore +++ b/.dockerignore @@ -13,10 +13,10 @@ docker-compose* *.mo .flatpak-builder Makefile -antimicroX -!share/antimicroX -antimicroX.pro.user -antimicroX.pro.user.* +antimicrox +!share/antimicrox +antimicrox.pro.user +antimicrox.pro.user.* moc_* qrc_resources.cpp ui_*.h @@ -26,7 +26,7 @@ build/ build-dir/ Build/ CMakeLists.txt.user* -other/antimicroX.1.gz +other/antimicrox.1.gz other/license-template.txt doc/ compile/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c610bbe2..b6bea24a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Installing antimicroX is required for appimage creator - - name: Install antimicroX + # Installing antimicrox is required for appimage creator + - name: Install antimicrox run: | VERSION=`cat ./CMakeLists.txt | grep "set(ANTIMICROX_" | grep _VERSION | cut -d " " -f 2 | cut -d ")" -f 1` MAJOR=`echo $VERSION | cut -d " " -f 1` diff --git a/.gitignore b/.gitignore index b921fe86..1bfbd665 100755 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,10 @@ *.mo .flatpak-builder Makefile -antimicroX -!share/antimicroX -antimicroX.pro.user -antimicroX.pro.user.* +antimicrox +!share/antimicrox +antimicrox.pro.user +antimicrox.pro.user.* moc_* qrc_resources.cpp ui_*.h @@ -19,7 +19,7 @@ build/ build-dir/ Build/ CMakeLists.txt.user* -other/antimicroX.1.gz +other/antimicrox.1.gz other/license-template.txt doc/ compile/ diff --git a/BUILDING.md b/BUILDING.md index f85e02ca..e9c31466 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -21,10 +21,10 @@ installed on your system in order to build this program: ### Building Under Linux -In order to build this program, open a terminal and cd into the antimicroX +In order to build this program, open a terminal and cd into the antimicrox directory. Enter the following commands in order to build the program: - cd antimicroX + cd antimicrox mkdir build && cd build cmake .. make @@ -42,7 +42,7 @@ sudo cmake --install . #### Build Options for CMake There are a few application specific options that can be used when running -cmake to build antimicroX. The following file will attempt to list some of those +cmake to build antimicrox. The following file will attempt to list some of those options and describe their use in the project. @@ -86,10 +86,10 @@ Default: ON. Compile the program with XTest support. #### Building deb package -Already built .deb files are available on [Release Page](https://github.com/AntiMicroX/antimicroX/releases) +Already built .deb files are available on [Release Page](https://github.com/AntiMicroX/antimicrox/releases) ```bash - cd antimicroX + cd antimicrox mkdir build && cd build cmake .. -DCPACK_GENERATOR="DEB" cmake --build . --target package @@ -119,7 +119,7 @@ chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
-Build antimicroX and install it in AppDir directory +Build antimicrox and install it in AppDir directory ```bash cmake .. -DCMAKE_INSTALL_PREFIX=/usr make diff --git a/CMakeLists.txt b/CMakeLists.txt index 56ce097b..7776419b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -## antimicroX Gamepad to KB+M event mapper +## antimicrox Gamepad to KB+M event mapper ## Copyright (C) 2015 Travis Nickles ## Copyright (C) 2020 Jagoda Górska ## Copyright (C) 2020 Paweł Kotiuk @@ -120,11 +120,11 @@ if(UNIX) endif(NOT WITH_XTEST AND NOT WITH_UINPUT) endif(UNIX) -set(antimicroX_MAIN +set(antimicrox_MAIN src/main.cpp ) -set(antimicroX_SOURCES +set(antimicrox_SOURCES src/aboutdialog.cpp src/addeditautoprofiledialog.cpp src/advancebuttondialog.cpp @@ -239,7 +239,7 @@ set(antimicroX_SOURCES src/xmlconfigwriter.cpp ) -set(antimicroX_HEADERS +set(antimicrox_HEADERS src/aboutdialog.h src/addeditautoprofiledialog.h src/advancebuttondialog.h @@ -353,16 +353,16 @@ set(antimicroX_HEADERS ) if(ATTACH_FAKE_CLASSES) - LIST(APPEND antimicroX_SOURCES + LIST(APPEND antimicrox_SOURCES src/fakeclasses/xbox360wireless.cpp ) - LIST(APPEND antimicroX_HEADERS + LIST(APPEND antimicrox_HEADERS src/fakeclasses/xbox360wireless.h ) endif(ATTACH_FAKE_CLASSES) -set(antimicroX_FORMS +set(antimicrox_FORMS src/aboutdialog.ui src/addeditautoprofiledialog.ui src/advancebuttondialog.ui @@ -386,19 +386,19 @@ set(antimicroX_FORMS src/setnamesdialog.ui ) -set(antimicroX_RESOURCES src/resources.qrc) +set(antimicrox_RESOURCES src/resources.qrc) # Platform dependent files. if(UNIX) if(WITH_X11) - LIST(APPEND antimicroX_SOURCES src/x11extras.cpp + LIST(APPEND antimicrox_SOURCES src/x11extras.cpp src/qtx11keymapper.cpp src/unixcapturewindowutility.cpp src/autoprofilewatcher.cpp src/capturedwindowinfodialog.cpp src/qglobalshortcut/qglobalshortcut.cc ) - LIST(APPEND antimicroX_HEADERS src/x11extras.h + LIST(APPEND antimicrox_HEADERS src/x11extras.h src/qtx11keymapper.h src/unixcapturewindowutility.h src/autoprofilewatcher.h @@ -407,17 +407,17 @@ if(UNIX) ) if(WITH_XTEST) - LIST(APPEND antimicroX_SOURCES src/eventhandlers/xtesteventhandler.cpp) - LIST(APPEND antimicroX_HEADERS src/eventhandlers/xtesteventhandler.h) + LIST(APPEND antimicrox_SOURCES src/eventhandlers/xtesteventhandler.cpp) + LIST(APPEND antimicrox_HEADERS src/eventhandlers/xtesteventhandler.h) endif(WITH_XTEST) endif(WITH_X11) if(WITH_UINPUT) - LIST(APPEND antimicroX_SOURCES src/qtuinputkeymapper.cpp + LIST(APPEND antimicrox_SOURCES src/qtuinputkeymapper.cpp src/uinputhelper.cpp src/eventhandlers/uinputeventhandler.cpp ) - LIST(APPEND antimicroX_HEADERS src/qtuinputkeymapper.h + LIST(APPEND antimicrox_HEADERS src/qtuinputkeymapper.h src/uinputhelper.h src/eventhandlers/uinputeventhandler.h ) @@ -452,9 +452,9 @@ if (UNIX) find_package(Qt5X11Extras REQUIRED) endif() - QT5_WRAP_CPP(antimicroX_HEADERS_MOC ${antimicroX_HEADERS}) - QT5_WRAP_UI(antimicroX_FORMS_HEADERS ${antimicroX_FORMS}) - QT5_ADD_RESOURCES(antimicroX_RESOURCES_RCC ${antimicroX_RESOURCES}) + QT5_WRAP_CPP(antimicrox_HEADERS_MOC ${antimicrox_HEADERS}) + QT5_WRAP_UI(antimicrox_FORMS_HEADERS ${antimicrox_FORMS}) + QT5_ADD_RESOURCES(antimicrox_RESOURCES_RCC ${antimicrox_RESOURCES}) add_subdirectory("share/antimicrox/translations") @@ -505,10 +505,10 @@ endif(UNIX) add_library( antilib SHARED - ${antimicroX_HEADERS_MOC} - ${antimicroX_SOURCES} - ${antimicroX_FORMS_HEADERS} - ${antimicroX_RESOURCES_RCC} + ${antimicrox_HEADERS_MOC} + ${antimicrox_SOURCES} + ${antimicrox_FORMS_HEADERS} + ${antimicrox_RESOURCES_RCC} ) set_target_properties(antilib PROPERTIES @@ -524,7 +524,7 @@ endif(UNIX) endif() - add_executable(antimicrox ${antimicroX_MAIN}) + add_executable(antimicrox ${antimicrox_MAIN}) target_link_libraries (antimicrox antilib Qt5::Widgets Qt5::Core Qt5::Gui Qt5::Network Qt5::Concurrent) endif(UNIX) @@ -540,7 +540,7 @@ if(UNIX) install(TARGETS antilib DESTINATION "${CMAKE_INSTALL_LIBDIR}") endif() - install(FILES ${antimicroX_HEADERS} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/antimicrox") + install(FILES ${antimicrox_HEADERS} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/antimicrox") endif(UNIX) if(UNIX) diff --git a/Dockerfile b/Dockerfile index 7d86c105..3817de50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG USER=docker ARG UID=1000 ARG GID=1000 -LABEL description="antimicroX from latest commit on Github. See https://github.com/juliagoda/antimicroX" +LABEL description="antimicrox from latest commit on Github. See https://github.com/juliagoda/antimicrox" MAINTAINER Jagoda Górska @@ -38,7 +38,7 @@ RUN apt-get -y update && apt-get install -y \ -RUN git clone https://github.com/juliagoda/antimicroX.git +RUN git clone https://github.com/juliagoda/antimicrox.git RUN addgroup --gid ${GID} ${USER} && \ adduser --disabled-password --gecos '' --uid ${UID} --gid ${GID} ${USER} && \ @@ -49,7 +49,7 @@ RUN addgroup --gid ${GID} ${USER} && \ -WORKDIR antimicroX +WORKDIR antimicrox RUN mkdir -p build @@ -71,4 +71,4 @@ USER ${UID}:${GID} WORKDIR /home/${USER} -CMD /usr/bin/antimicroX +CMD /usr/bin/antimicrox diff --git a/README.md b/README.md index 76d67e10..2fa84d33 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Description -antimicroX is a graphical program used to map keyboard keys and mouse controls +antimicrox is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support. However, you can use this program to control any desktop application with a gamepad; on Linux, this @@ -65,7 +65,7 @@ http://www.gnu.org/licenses/gpl.txt ## Command Line - Usage: antimicroX [options] [profile] + Usage: antimicrox [options] [profile] Options: -h, --help Print help text. @@ -102,7 +102,7 @@ http://www.gnu.org/licenses/gpl.txt ### Fedora ``` -dnf install antimicroX +dnf install antimicrox ``` ### Arch Linux or Arch Linux based distributions: @@ -136,10 +136,10 @@ pacman -S antimicrox ``` ### Debian/Ubuntu-based distributions: -Download from the [release site](https://github.com/AntiMicroX/antimicroX/releases) and install `.deb` package. +Download from the [release site](https://github.com/AntiMicroX/antimicrox/releases) and install `.deb` package. ### AppImage -Download from the [release site](https://github.com/AntiMicroX/antimicroX/releases). +Download from the [release site](https://github.com/AntiMicroX/antimicrox/releases).
It is recommended to use [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) with this package. ### Running using Docker @@ -159,10 +159,10 @@ List of required dependencies and build instructions can be found [here](./BUILD ## Testing Under Linux -If you are having problems with antimicroX detecting a controller or +If you are having problems with antimicrox detecting a controller or detecting all axes and buttons, you should test the controller outside of -antimicroX to check if the problem is with antimicroX or not. The two endorsed -programs for testing gamepads outside of antimicroX are **sdl-jstest** +antimicrox to check if the problem is with antimicrox or not. The two endorsed +programs for testing gamepads outside of antimicrox are **sdl-jstest** (**sdl2-jstest**) and **evtest**. SDL2 utilizes evdev on Linux so performing testing with older programs that use joydev won't be as helpful since some devices behave a bit differently between the two systems. Another method also exist, @@ -173,15 +173,15 @@ which can be found [here](https://github.com/juliagoda/SDL_JoystickButtonNames). ## AntiMicroX Profiles If you would like to send the profile you are using for your application or find something -for yourself, [here](https://github.com/AntiMicroX/antimicroX-profiles) is the forked repository. If you want to report a bug, ask -a question or share a suggestion, you can do that on the antimicroX page or on the -[antimicroX-profiles](https://github.com/AntiMicroX/antimicroX-profiles) page. +for yourself, [here](https://github.com/AntiMicroX/antimicrox-profiles) is the forked repository. If you want to report a bug, ask +a question or share a suggestion, you can do that on the antimicrox page or on the +[antimicrox-profiles](https://github.com/AntiMicroX/antimicrox-profiles) page.
## Support -In order to obtain support, you can post an issue [here](https://github.com/AntiMicroX/antimicroX/issues). +In order to obtain support, you can post an issue [here](https://github.com/AntiMicroX/antimicrox/issues).
@@ -203,7 +203,7 @@ A big, original inspiration for this program was the program QJoyPad. ### Contributors -Full list is available [here](https://github.com/AntiMicroX/antimicroX/graphs/contributors) +Full list is available [here](https://github.com/AntiMicroX/antimicrox/graphs/contributors)
diff --git a/containers/Dockerfile-fedora-latest b/containers/Dockerfile-fedora-latest index 31ec22d3..cd4e9d04 100644 --- a/containers/Dockerfile-fedora-latest +++ b/containers/Dockerfile-fedora-latest @@ -3,7 +3,7 @@ ARG USER=docker ARG UID=1000 ARG GID=1000 -LABEL description="antimicroX version 3.0 on Github. See https://github.com/juliagoda/antimicroX" +LABEL description="antimicrox version 3.0 on Github. See https://github.com/juliagoda/antimicroX" MAINTAINER Jagoda Górska @@ -55,7 +55,7 @@ RUN groupadd --gid ${GID} ${USER} && \ usermod -a -G games ${USER} -WORKDIR antimicroX +WORKDIR antimicrox RUN mkdir -p build @@ -75,4 +75,4 @@ USER ${UID}:${GID} WORKDIR /home/${USER} -CMD /usr/bin/antimicroX +CMD /usr/bin/antimicrox diff --git a/containers/Dockerfile-suseleap15.2 b/containers/Dockerfile-suseleap15.2 index 9ed75f16..4d94518f 100644 --- a/containers/Dockerfile-suseleap15.2 +++ b/containers/Dockerfile-suseleap15.2 @@ -3,7 +3,7 @@ ARG USER=docker ARG UID=1000 ARG GID=1000 -LABEL description="antimicroX version 3.0 on Github. See https://github.com/juliagoda/antimicroX" +LABEL description="antimicrox version 3.0 on Github. See https://github.com/juliagoda/antimicroX" MAINTAINER Jagoda Górska @@ -38,7 +38,7 @@ RUN zypper refresh && zypper --non-interactive update && zypper --non-interactiv RUN git -c http.sslVerify=false clone --depth 1 https://github.com/juliagoda/antimicroX.git --branch 3.0 --single-branch -WORKDIR antimicroX +WORKDIR antimicrox RUN mkdir -p build @@ -68,4 +68,4 @@ USER ${UID}:${GID} WORKDIR /home/${USER} -CMD /usr/bin/antimicroX +CMD /usr/bin/antimicrox diff --git a/containers/Dockerfile-ubuntu-bionic b/containers/Dockerfile-ubuntu-bionic index d02294d6..ae86e234 100644 --- a/containers/Dockerfile-ubuntu-bionic +++ b/containers/Dockerfile-ubuntu-bionic @@ -3,7 +3,7 @@ ARG USER=docker ARG UID=1000 ARG GID=1000 -LABEL description="antimicroX version 3.0 on Github. See https://github.com/juliagoda/antimicroX" +LABEL description="antimicrox version 3.0 on Github. See https://github.com/juliagoda/antimicroX" MAINTAINER Jagoda Górska @@ -49,7 +49,7 @@ RUN addgroup --gid ${GID} ${USER} && \ -WORKDIR antimicroX +WORKDIR antimicrox RUN mkdir -p build @@ -71,4 +71,4 @@ USER ${UID}:${GID} WORKDIR /home/${USER} -CMD /usr/bin/antimicroX +CMD /usr/bin/antimicrox diff --git a/other/antimicrox.1 b/other/antimicrox.1 index 992bdffa..462d6c5b 100644 --- a/other/antimicrox.1 +++ b/other/antimicrox.1 @@ -2,13 +2,13 @@ .\" Contact juliagoda.pl@protonmail.com to correct errors or typos. .TH ANTIMICROX "1" "7 January 2020" "antimicrox 2.25" "User Commands" .SH NAME -antimicrox \- map keyboard keys and mouse controls to a gamepad +AntiMicroX \- map keyboard keys and mouse controls to a gamepad .SH SYNOPSIS .B antimicrox [\fIOPTION\fR] [\fIPROFILE\fR] .SH DESCRIPTION .PP -antimicrox is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support. However, you can use this program to control any desktop application with a gamepad. +AntiMicroX is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support. However, you can use this program to control any desktop application with a gamepad. .TP \fB\-\-tray\fR launch program in system tray only @@ -56,11 +56,11 @@ Open game controller mapping window of selected controller. Value can be a contr Choose between using XTest support and uinput support for event generation. Default: xtest. .SH BUGS -See https://github.com/AntiMicroX/antimicroX/issues +See https://github.com/AntiMicroX/antimicrox/issues .SH AUTHOR Jagoda Górska (juliagoda.pl@protonmail.com) Jeff Backus (jeff@jsbackus.com) Travis Nickles (nickles.travis@gmail.com) .SH "REPORTING BUGS" -Report dir bugs to antimicroX issues page: https://github.com/AntiMicroX/antimicroX/issues +Report dir bugs to antimicrox issues page: https://github.com/AntiMicroX/antimicrox/issues diff --git a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in index f8c4248e..6bc7cfc8 100644 --- a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in +++ b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in @@ -3,19 +3,19 @@ io.github.antimicrox.antimicrox CC0-1.0 GPL-3.0+ - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.

- antimicroX is a graphical program used to map keyboard keys and mouse + AntiMicroX is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support.

- antimicroX was inspired by QJoyPad but has additional features. + AntiMicroX was inspired by QJoyPad but has additional features.

- https://github.com/AntiMicroX/antimicroX/ + https://github.com/AntiMicroX/antimicrox/ .desktop @@ -35,31 +35,31 @@ - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/application_trayicon.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/application_trayicon.png Application Tray Icon - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/controller_callibration_dark_theme.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/controller_callibration_dark_theme.png Controller Calibration (Dark Theme) - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/controller_main_window_dark_theme_1.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/controller_main_window_dark_theme_1.png Profile Configuration Dialog 1 (Dark Theme) - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/controller_main_window_dark_theme_2.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/controller_main_window_dark_theme_2.png Profile Configuration Dialog 2 (Dark Theme) - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/controller_configure_dark_theme.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/controller_configure_dark_theme.png Analog Sticks Configuration Dialog (Dark Theme) - https://raw.githubusercontent.com/AntiMicroX/antimicroX/master/other/appdata/screenshots/controller_mapping_dark_theme.png + https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/other/appdata/screenshots/controller_mapping_dark_theme.png Controller Mapping Dialog (Dark Theme) - https://github.com/AntiMicroX/antimicroX/ + https://github.com/AntiMicroX/antimicrox/ game controller diff --git a/other/io.github.antimicrox.antimicrox.desktop b/other/io.github.antimicrox.antimicrox.desktop index d2fd4c18..2bc99dd5 100644 --- a/other/io.github.antimicrox.antimicrox.desktop +++ b/other/io.github.antimicrox.antimicrox.desktop @@ -1,11 +1,11 @@ [Desktop Entry] -Name=antimicroX +Name=AntiMicroX Comment=Use a gamepad to control a variety of programs Name[sr]=Анти-микро Comment[sr]=Користите џојстик или играћу тастатуру за управљање различитим програмима -Name[fr]=antimicroX +Name[fr]=AntiMicroX Comment[fr]=Utilisez une manette de jeu pour commander un logiciel -Name[de]=antimicroX +Name[de]=AntiMicroX Comment[de]=Nutze das Gamepad um Programme/Spiele zu steuern Comment[uk]=Використовуйте ігровий маніпулятор для керування програмами Exec=antimicrox diff --git a/other/io.github.antimicrox.antimicrox.xml b/other/io.github.antimicrox.antimicrox.xml index 21777677..c146223c 100644 --- a/other/io.github.antimicrox.antimicrox.xml +++ b/other/io.github.antimicrox.antimicrox.xml @@ -1,7 +1,7 @@ - antimicroX Profile + AntiMicroX Profile diff --git a/other/io.github.antimicrox.antimicrox.yml b/other/io.github.antimicrox.antimicrox.yml index f742ecfe..4a3fa60e 100644 --- a/other/io.github.antimicrox.antimicrox.yml +++ b/other/io.github.antimicrox.antimicrox.yml @@ -21,7 +21,7 @@ modules: - gtk-update-icon-cache --force --ignore-theme-index "${FLATPAK_DEST}/share/antimicrox/icons/hicolor" sources: - type: git - url: https://github.com/AntiMicroX/antimicroX.git + url: https://github.com/AntiMicroX/antimicrox.git # TODO fix this at release, add tag + commit branch: flatpak # tag: 3.0.2 diff --git a/share/antimicrox/translations/CMakeLists.txt b/share/antimicrox/translations/CMakeLists.txt index 846fa9ca..8b8c7dd5 100644 --- a/share/antimicrox/translations/CMakeLists.txt +++ b/share/antimicrox/translations/CMakeLists.txt @@ -1,27 +1,27 @@ # This will ensure that the *.qm files will be stored # in the right place within the build directory. -file(GLOB antimicroX_TRANSLATIONS antimicrox_*.ts) -list(APPEND antimicroX_TRANSLATIONS antimicrox.ts) -file(GLOB_RECURSE antimicroX_BASE_SOURCES ${PROJECT_SOURCE_DIR}/src/*.cpp) -file(GLOB_RECURSE antimicroX_BASE_FORMS ${PROJECT_SOURCE_DIR}/src/*.ui) +file(GLOB antimicrox_TRANSLATIONS antimicrox_*.ts) +list(APPEND antimicrox_TRANSLATIONS antimicrox.ts) +file(GLOB_RECURSE antimicrox_BASE_SOURCES ${PROJECT_SOURCE_DIR}/src/*.cpp) +file(GLOB_RECURSE antimicrox_BASE_FORMS ${PROJECT_SOURCE_DIR}/src/*.ui) if(UPDATE_TRANSLATIONS) message("Update translations - lupdate ON") if(TRANS_KEEP_OBSOLETE) message("getting rid of old text entries: \"lupdate -noobsolete\" ON") - QT5_CREATE_TRANSLATION(antimicroX_QMFILES ${antimicroX_BASE_SOURCES} - ${antimicroX_BASE_FORMS} ${antimicroX_TRANSLATIONS} OPTIONS -Inobsolete) + QT5_CREATE_TRANSLATION(antimicrox_QMFILES ${antimicrox_BASE_SOURCES} + ${antimicrox_BASE_FORMS} ${antimicrox_TRANSLATIONS} OPTIONS -Inobsolete) else() - QT5_CREATE_TRANSLATION(antimicroX_QMFILES ${antimicroX_BASE_SOURCES} - ${antimicroX_BASE_FORMS} ${antimicroX_TRANSLATIONS}) + QT5_CREATE_TRANSLATION(antimicrox_QMFILES ${antimicrox_BASE_SOURCES} + ${antimicrox_BASE_FORMS} ${antimicrox_TRANSLATIONS}) endif(TRANS_KEEP_OBSOLETE) else() - QT5_ADD_TRANSLATION(antimicroX_QMFILES ${antimicroX_TRANSLATIONS}) + QT5_ADD_TRANSLATION(antimicrox_QMFILES ${antimicrox_TRANSLATIONS}) endif(UPDATE_TRANSLATIONS) -add_custom_target(updateqm DEPENDS ${antimicroX_QMFILES}) -install(FILES ${antimicroX_QMFILES} DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/antimicrox/translations") +add_custom_target(updateqm DEPENDS ${antimicrox_QMFILES}) +install(FILES ${antimicrox_QMFILES} DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/antimicrox/translations") set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true) diff --git a/share/antimicrox/translations/antimicrox.ts b/share/antimicrox/translations/antimicrox.ts index 648d9a68..456e695c 100644 --- a/share/antimicrox/translations/antimicrox.ts +++ b/share/antimicrox/translations/antimicrox.ts @@ -695,8 +695,8 @@ p, li { white-space: pre-wrap; } - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -1653,8 +1653,8 @@ of the all default profile option. Down: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. @@ -2636,8 +2636,8 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -4097,13 +4097,13 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Change the poll rate that the program uses to discover new events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -4119,8 +4119,8 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -4199,8 +4199,8 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -4266,8 +4266,8 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -4402,12 +4402,12 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4668,8 +4668,8 @@ the option in Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4901,8 +4901,8 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4926,10 +4926,10 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Failed to elevate program @@ -5587,13 +5587,13 @@ of your screen. Key Checker - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-5.10/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-5.10/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-5.10/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-5.10/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5620,11 +5620,11 @@ of your screen. antimicro Key Value: - antimicrox Key Value: + AntiMicroX Key Value: - antimicroX Key Value: - antimicroX Key Value: + AntiMicroX Key Value: + AntiMicroX Key Value: @@ -7517,7 +7517,7 @@ LK - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_br.ts b/share/antimicrox/translations/antimicrox_br.ts index fea3e7dc..a210b43c 100644 --- a/share/antimicrox/translations/antimicrox_br.ts +++ b/share/antimicrox/translations/antimicrox_br.ts @@ -30,7 +30,7 @@ - antimicroX + AntiMicroX @@ -2067,7 +2067,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3498,7 +3498,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -3514,7 +3514,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -3584,7 +3584,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -3648,7 +3648,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3779,8 +3779,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4015,7 +4015,7 @@ Settings will not take affect until you either refresh all joysticks or unplug t MainWindow - antimicroX + AntiMicroX @@ -4238,7 +4238,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4853,7 +4853,7 @@ of your screen. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -6656,7 +6656,7 @@ LK - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_br.ts.autosave b/share/antimicrox/translations/antimicrox_br.ts.autosave index efb2c38c..43ac026a 100644 --- a/share/antimicrox/translations/antimicrox_br.ts.autosave +++ b/share/antimicrox/translations/antimicrox_br.ts.autosave @@ -27,7 +27,7 @@ Development of this program is not as high of a priority for me anymore. This is --- -As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antimicro. As next, project has been continued since 2018 by juliagoda on antimicroX project. Additionally, project management has passed from Travis (Ryochan7) to the antimicroX organization due to Travis having other interests and priorities. +As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antimicro. As next, project has been continued since 2018 by juliagoda on antimicrox project. Additionally, project management has passed from Travis (Ryochan7) to the antimicrox organization due to Travis having other interests and priorities. @@ -47,7 +47,7 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">Originally developed by Travis Nickles &lt;nickles.travis@gmail.com&gt;, next maintained by the antimicroX group at https://github.com/antimicroX, and now by juliagoda at https://github.com/juliagoda</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">Originally developed by Travis Nickles &lt;nickles.travis@gmail.com&gt;, next maintained by the antimicrox group at https://github.com/antimicrox, and now by juliagoda at https://github.com/juliagoda</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; font-weight:600;">Contributors:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p> @@ -215,7 +215,7 @@ p, li { white-space: pre-wrap; } - antimicroX + antimicrox @@ -1003,7 +1003,7 @@ of the all default profile option. - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before antimicrox 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. @@ -1925,7 +1925,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>antimicrox makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicrox will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3359,7 +3359,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using antimicrox unattended. @@ -3375,7 +3375,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start antimicrox at system startup. @@ -3445,7 +3445,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with antimicrox in Windows Explorer. @@ -3484,7 +3484,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>antimicrox has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicrox load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3605,8 +3605,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while antimicrox is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within antimicrox to be more precise. @@ -3840,7 +3840,7 @@ the option in Windows. MainWindow - antimicroX + antimicrox @@ -4013,7 +4013,7 @@ the option in Windows. Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by antimicrox to not be used by those games unless antimicrox is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. @@ -4470,7 +4470,7 @@ of your screen. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicrox.</p><p>The antimicrox key value and the Qt key value will usually be the same. antimicrox tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicrox's <a href="https://github.com/AntiMicroX/antimicrox/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -4497,7 +4497,7 @@ of your screen. - antimicroX Key Value: + antimicrox Key Value: @@ -6078,7 +6078,7 @@ LK - antimicroX Profile + antimicrox Profile @@ -6162,7 +6162,7 @@ LK - antimicroX + antimicrox Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_de.ts b/share/antimicrox/translations/antimicrox_de.ts index 1d7fcf2e..ea28cb21 100644 --- a/share/antimicrox/translations/antimicrox_de.ts +++ b/share/antimicrox/translations/antimicrox_de.ts @@ -30,7 +30,7 @@ - antimicroX + AntiMicroX @@ -1214,8 +1214,8 @@ des Standardprofiles verwendet. Runter: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - Hinweis: Dieses Fenster ist nur zur Rückwärtskompatibilität zu Profilen für antimicroX vor 2.0 gedacht. Seit Version 2.0 wird das Spielecontroller-Zuweisungsfenster bevorzugt. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Hinweis: Dieses Fenster ist nur zur Rückwärtskompatibilität zu Profilen für AntiMicroX vor 2.0 gedacht. Seit Version 2.0 wird das Spielecontroller-Zuweisungsfenster bevorzugt. @@ -1932,8 +1932,8 @@ Totzone Y: %1 Kein Log-Level angegeben. - antimicroX version - antimicroX Version + AntiMicroX version + AntiMicroX Version Options @@ -2331,8 +2331,8 @@ in eine diagonale Zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX nutzt die von SDL 2 bereitgestellte <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a>, um verschiedene Gamepads zu abstrahieren und einem einheitlichen Standard anzupassen. Um eine Schaltflächenzuweisung vorzunehmen, markiere die Zuordnungszelle für die entsprechende Schaltflächenzeile unten. Du kannst dann eine Taste drücken oder eine Achse auf Ihrem Gamepad verschieben, und die Zelle wird mit der zu verwendenden physischen Taste oder Achse aktualisiert.</p><p>antimicroX verwendet das Mapping, das du gibst an, um einen Mapping-String zu speichern, der in SDL geladen wird.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX nutzt die von SDL 2 bereitgestellte <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a>, um verschiedene Gamepads zu abstrahieren und einem einheitlichen Standard anzupassen. Um eine Schaltflächenzuweisung vorzunehmen, markiere die Zuordnungszelle für die entsprechende Schaltflächenzeile unten. Du kannst dann eine Taste drücken oder eine Achse auf Ihrem Gamepad verschieben, und die Zelle wird mit der zu verwendenden physischen Taste oder Achse aktualisiert.</p><p>AntiMicroX verwendet das Mapping, das du gibst an, um einen Mapping-String zu speichern, der in SDL geladen wird.</p></body></html> @@ -3789,14 +3789,14 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Ändere die Frequenz, die das Programm verwendet, um neue Ereignisse von Gamepads aus zu entdecken. Standardeinstellung: 10 ms. Eine Verringerung des Wertes kann dazu führen, dass die Anwendung mehr CPU-Leistung verbraucht. Teste daher die Einstellung, bevor du -antimicroX unbeaufsichtigt verwendest. +AntiMicroX unbeaufsichtigt verwendest. @@ -3811,8 +3811,8 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. - Lade antimicroX beim Systemstart. + Have Windows start AntiMicroX at system startup. + Lade AntiMicroX beim Systemstart. @@ -3837,7 +3837,7 @@ Controller als eine Liste anstatt als Untermenüs. Have the program minimize to the taskbar. By default, the program minimizes to the system tray if available. - Minimiere das Programm in die Taskleiste. Standardmäßig wird antimicroX, falls möglich, in das System-Tray minimiert. + Minimiere das Programm in die Taskleiste. Standardmäßig wird AntiMicroX, falls möglich, in das System-Tray minimiert. @@ -3886,8 +3886,8 @@ wenn das Programm zum ersten Mal startet. - Associate .amgp files with antimicroX in Windows Explorer. - Assoziiere .amgp-Dateien mit antimicroX im Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Assoziiere .amgp-Dateien mit AntiMicroX im Windows Explorer. @@ -3953,8 +3953,8 @@ durchgeführt werden. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX wurde durch Mitwirkende in viele verschiedene Sprachen übersetzt. Standardmäßig wählt das Programm ein die entsprechende Übersetzung anhand der Einstellung Ihres Systems. Jedoch können Sie antimicroX eine andere Übersetzung anhand der Sprache von der Liste hierunter wählen.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX wurde durch Mitwirkende in viele verschiedene Sprachen übersetzt. Standardmäßig wählt das Programm ein die entsprechende Übersetzung anhand der Einstellung Ihres Systems. Jedoch können Sie AntiMicroX eine andere Übersetzung anhand der Sprache von der Liste hierunter wählen.</p></body></html> @@ -4100,12 +4100,12 @@ durchgeführt werden. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Deaktiviere die "Zeigerbeschleunigung verbessern" Windowseinstellung -während antimicroX läuft. Dies erlaubt präzisere Mausbewegungen in -antimicroX. +während AntiMicroX läuft. Dies erlaubt präzisere Mausbewegungen in +AntiMicroX. @@ -4395,7 +4395,7 @@ aktivieren, wenn die Option nicht in Windows deaktiviert ist. - antimicroX + AntiMicroX @@ -4630,8 +4630,8 @@ Name des Geräts: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 - Dieses Profil verwendet die GUID-Nummern der Controller. Möchten Sie die GUID-Nummern in dieser Datei in UniqueID ändern, um sie in identischen Gamecontrollern zu verwenden? Eine solche alte Datei kann in antimicroX seit Version 2.25 nicht mehr geladen werden + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 + Dieses Profil verwendet die GUID-Nummern der Controller. Möchten Sie die GUID-Nummern in dieser Datei in UniqueID ändern, um sie in identischen Gamecontrollern zu verwenden? Eine solche alte Datei kann in AntiMicroX seit Version 2.25 nicht mehr geladen werden @@ -4655,10 +4655,10 @@ Name des Geräts: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Sind Sie sicher, dass Sie das Programm als Administrator ausführen wollen? -Manche Spiele laufen als Administrator, weshalb manche Ereignisse durch antimicroX nicht von diesen Spielen erkannt werden, wenn antimicroX nicht auch als Administrator ausgeführt wird. Dies geschieht auf Grund von Erlaubnisproblemen durch Benutzerkontensteuerung (UAC) Einstellungen in Windows Vista und neuer. +Manche Spiele laufen als Administrator, weshalb manche Ereignisse durch AntiMicroX nicht von diesen Spielen erkannt werden, wenn AntiMicroX nicht auch als Administrator ausgeführt wird. Dies geschieht auf Grund von Erlaubnisproblemen durch Benutzerkontensteuerung (UAC) Einstellungen in Windows Vista und neuer. Failed to elevate program @@ -5344,8 +5344,8 @@ auf Ihrem Bildschirm nutzen. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Drücke eine Taste auf deiner Tastatur, um zu sehen, wie die Taste von dieser Anwendung erkannt wird. Das Fenster zeigt den systemeigenen Tastewert, den von Qt angegebenen Originalwert (falls zutreffend) und den von antimicroX verwendeten benutzerdefinierten Wert.</p><p>Der Tastewert von antimicroX und der Tastewert von Qt sind in der Regel gleich. antimicroX versucht, wenn möglich die in Qt definierten Tastewerte zu verwenden. Prüfe die Seite <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> Prüfe ob eine Liste der durch Qt definierten Werte auf der Seite vorhanden ist. Wenn du stellst fest, dass ein Wert von diesem Programm nicht unterstützt wird, melde das Problem an AntimicroX <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;"> GitHub-Seite</span></a> so dass das Programm direkt zur Unterstützung bearbeitet werden kann. Unbekannten Werten wird ein benutzerdefiniertes Präfix hinzugefügt, damit sie weiterhin verwendet werden können; das Hauptproblem besteht darin, dass das Profil nicht mehr portabel ist.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Drücke eine Taste auf deiner Tastatur, um zu sehen, wie die Taste von dieser Anwendung erkannt wird. Das Fenster zeigt den systemeigenen Tastewert, den von Qt angegebenen Originalwert (falls zutreffend) und den von AntiMicroX verwendeten benutzerdefinierten Wert.</p><p>Der Tastewert von AntiMicroX und der Tastewert von Qt sind in der Regel gleich. AntiMicroX versucht, wenn möglich die in Qt definierten Tastewerte zu verwenden. Prüfe die Seite <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> Prüfe ob eine Liste der durch Qt definierten Werte auf der Seite vorhanden ist. Wenn du stellst fest, dass ein Wert von diesem Programm nicht unterstützt wird, melde das Problem an AntimicroX <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;"> GitHub-Seite</span></a> so dass das Programm direkt zur Unterstützung bearbeitet werden kann. Unbekannten Werten wird ein benutzerdefiniertes Präfix hinzugefügt, damit sie weiterhin verwendet werden können; das Hauptproblem besteht darin, dass das Profil nicht mehr portabel ist.</p></body></html> @@ -5372,7 +5372,7 @@ auf Ihrem Bildschirm nutzen. antimicro Key Value: - Wert der Taste (antimicroX): + Wert der Taste (AntiMicroX): @@ -5724,8 +5724,8 @@ auf Ihrem Bildschirm nutzen. Keine Logdatei angegeben. - antimicroX version - antimicroX Version + AntiMicroX version + AntiMicroX Version Options @@ -7351,7 +7351,7 @@ E - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_en.ts b/share/antimicrox/translations/antimicrox_en.ts index 648d9a68..456e695c 100644 --- a/share/antimicrox/translations/antimicrox_en.ts +++ b/share/antimicrox/translations/antimicrox_en.ts @@ -695,8 +695,8 @@ p, li { white-space: pre-wrap; } - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -1653,8 +1653,8 @@ of the all default profile option. Down: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. @@ -2636,8 +2636,8 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -4097,13 +4097,13 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Change the poll rate that the program uses to discover new events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -4119,8 +4119,8 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -4199,8 +4199,8 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -4266,8 +4266,8 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -4402,12 +4402,12 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4668,8 +4668,8 @@ the option in Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4901,8 +4901,8 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4926,10 +4926,10 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Failed to elevate program @@ -5587,13 +5587,13 @@ of your screen. Key Checker - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-5.10/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-5.10/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-5.10/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-5.10/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5620,11 +5620,11 @@ of your screen. antimicro Key Value: - antimicrox Key Value: + AntiMicroX Key Value: - antimicroX Key Value: - antimicroX Key Value: + AntiMicroX Key Value: + AntiMicroX Key Value: @@ -7517,7 +7517,7 @@ LK - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_es.ts b/share/antimicrox/translations/antimicrox_es.ts index c8b05278..009e58c7 100644 --- a/share/antimicrox/translations/antimicrox_es.ts +++ b/share/antimicrox/translations/antimicrox_es.ts @@ -239,8 +239,8 @@ Una vez que el control de Steam finalmente se lanzó al público, la necesidad d - antimicroX - antimicroX + AntiMicroX + AntiMicroX <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1248,7 +1248,7 @@ Distancia acción especifica que las ranuras después sólo se ejecutan cuando u Abajo: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. Nota: Esta ventana es para la retrocompatibilidad con los perfiles realizados antes AntimicroX 2.0. Desde la versión 2.0, se prefiere el uso de la ventana de juego Mapeo controlador. @@ -2228,7 +2228,7 @@ a una zona de diagonal. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3685,7 +3685,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Cambiar la velocidad de sondeo que el programa utiliza para descubrir nuevos eventos de mandos. El valor predeterminado es de 10 ms. @@ -3707,7 +3707,7 @@ se hace clic en lugar de salir del programa. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. Hacer que Windows inicie AntimicroX junto con el sistema. @@ -3786,8 +3786,8 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. - Asociar archivos .amgp con antimicroX en Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Asociar archivos .amgp con AntiMicroX en Windows Explorer. @@ -3853,7 +3853,7 @@ por segundo. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> <html><head/><body><p>AntimicroX ha sido traducido a muchos idiomas diferentes por los contribuyentes. Por defecto, el programa elegirá una traducción apropiada basada en la configuración regional de su sistema. Sin embargo, puede hacer que la carga AntimicroX una traducción diferente en función del idioma que elija en la lista siguiente.</p></body></html> @@ -4008,8 +4008,8 @@ por segundo. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Deshabilitar la configuración de Windows "mejorada precisión del puntero" mientras AntimicroX se está ejecutando. La desactivación "mejorada precisión del puntero" @@ -4282,8 +4282,8 @@ la opción en Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4546,7 +4546,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4571,7 +4571,7 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. ¿Estás seguro de que desea ejecutar este programa como Adminstrator? Algunos juegos se ejecutan como administrador lo que hará que los eventos generados por AntimicroX para no ser utilizado por aquellos juegos a menos AntimicroX también se ejecuta como el Adminstrator. Esto se debe a problemas de permisos causadas por las opciones de Control de cuentas de usuario (UAC) en Windows Vista y versiones posteriores. @@ -5208,12 +5208,12 @@ of your screen. Verificador de Teclas - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Presione una tecla del teclado para ver cómo se detecta la tecla por esta aplicación. La ventana mostrará el valor de la tecla del sistema nativo, el valor original dada por Qt (si es el caso), y el valor personalizado utilizado por AntimicroX. </p><p> El valor de la tecla AntimicroX y el valor de tecla Qt generalmente es la misma . antimicroX intenta utilizar los valores de las claves definidas en Qt cuando sea posible. Vea la página <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> para una lista de valores definidos por Qt. Si descubre que la tecla no es compatible de forma nativa por este programa, por favor informa del problema al estilo de antimicroX <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> para que el programa pueda editarlo para soportarlo directamente. Tal como es, se añade un prefijo personalizado para valores desconocidos por lo que todavía se pueden utilizar; el principal problema es que el perfil ya no será portátil.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Presione una tecla del teclado para ver cómo se detecta la tecla por esta aplicación. La ventana mostrará el valor de la tecla del sistema nativo, el valor original dada por Qt (si es el caso), y el valor personalizado utilizado por AntimicroX. </p><p> El valor de la tecla AntimicroX y el valor de tecla Qt generalmente es la misma . AntiMicroX intenta utilizar los valores de las claves definidas en Qt cuando sea posible. Vea la página <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> para una lista de valores definidos por Qt. Si descubre que la tecla no es compatible de forma nativa por este programa, por favor informa del problema al estilo de AntiMicroX <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> para que el programa pueda editarlo para soportarlo directamente. Tal como es, se añade un prefijo personalizado para valores desconocidos por lo que todavía se pueden utilizar; el principal problema es que el perfil ya no será portátil.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5244,7 +5244,7 @@ of your screen. - antimicroX Key Value: + AntiMicroX Key Value: Valor AntimicroX de Tecla: @@ -7121,7 +7121,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_fr.ts b/share/antimicrox/translations/antimicrox_fr.ts index 41125e19..8af124e4 100644 --- a/share/antimicrox/translations/antimicrox_fr.ts +++ b/share/antimicrox/translations/antimicrox_fr.ts @@ -215,7 +215,7 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim - antimicroX + AntiMicroX @@ -2148,7 +2148,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3589,7 +3589,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -3605,7 +3605,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -3675,7 +3675,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -3739,7 +3739,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3870,8 +3870,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4134,7 +4134,7 @@ Les paramètres ne prennent effet que lors de la prochaine réactualisation des - antimicroX + AntiMicroX @@ -4360,7 +4360,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -5007,7 +5007,7 @@ le curseur peut se déplacer en mode "ressort". - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -6904,7 +6904,7 @@ E - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_it.ts b/share/antimicrox/translations/antimicrox_it.ts index 763b974e..663770c0 100644 --- a/share/antimicrox/translations/antimicrox_it.ts +++ b/share/antimicrox/translations/antimicrox_it.ts @@ -223,8 +223,8 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -1183,8 +1183,8 @@ of the all default profile option. Giù: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - Nota: questa finestra è destinata alla retrocompatibilità coi profili creati prima di antimicroX 2.0. Dalla versione 2.0, è preferibile l'uso della finestra Mappatura controller di gioco. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Nota: questa finestra è destinata alla retrocompatibilità coi profili creati prima di AntiMicroX 2.0. Dalla versione 2.0, è preferibile l'uso della finestra Mappatura controller di gioco. @@ -1892,12 +1892,12 @@ deadzone Y: %1 Nessun livello di log specificato. - antimicroX version - versione antimicroX + AntiMicroX version + versione AntiMicroX - Usage: antimicroX [options...] [profile] - Utilizzo: antimicroX [options...] [profile] + Usage: AntiMicroX [options...] [profile] + Utilizzo: AntiMicroX [options...] [profile] Options @@ -2303,8 +2303,8 @@ corrispondente alla zona diagonale del DPad. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX utilizza la <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> fornita da SDL 2 per astrarre vari gamepad e adattarli a un unico standard. Per assegnare un tasto, per favore evidenzia la cella di mappatura per il tasto della riga giusta qui sotto. Dopodiché puoi premere un tasto o muovere un'asse sul tuo gamepad e la cella si aggiornerà con il tasto fisico o l'asse che verrà usata.</p><p>antimicroX userà la mappatura che hai specificato per salvare una stringa di mappatura che verrà caricata in SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX utilizza la <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> fornita da SDL 2 per astrarre vari gamepad e adattarli a un unico standard. Per assegnare un tasto, per favore evidenzia la cella di mappatura per il tasto della riga giusta qui sotto. Dopodiché puoi premere un tasto o muovere un'asse sul tuo gamepad e la cella si aggiornerà con il tasto fisico o l'asse che verrà usata.</p><p>AntiMicroX userà la mappatura che hai specificato per salvare una stringa di mappatura che verrà caricata in SDL.</p></body></html> @@ -3766,7 +3766,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Cambia la velocità di polling che il programma usa per scoprire nuovi eventi dai gamepad. Predefinito: 10 ms. @@ -3788,8 +3788,8 @@ finestra principale viene cliccato invece di uscire dal programma. - Have Windows start antimicroX at system startup. - Avvia antimicroX automaticamente all'avvio di Windows. + Have Windows start AntiMicroX at system startup. + Avvia AntiMicroX automaticamente all'avvio di Windows. @@ -3867,8 +3867,8 @@ il programma si apre la prima volta. - Associate .amgp files with antimicroX in Windows Explorer. - Associa file .amgp con antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Associa file .amgp con AntiMicroX in Windows Explorer. @@ -3932,8 +3932,8 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX è stato tradotto in molte lingue da collaboratori. Di base, il programma sceglierà una traduzione adatta basandosi sulle impostazioni della lingua del tuo sistema. Tuttavia, puoi far caricare ad antimicroX una lingua differente a seconda di quella che scegli nella lista qui sotto.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX è stato tradotto in molte lingue da collaboratori. Di base, il programma sceglierà una traduzione adatta basandosi sulle impostazioni della lingua del tuo sistema. Tuttavia, puoi far caricare ad AntiMicroX una lingua differente a seconda di quella che scegli nella lista qui sotto.</p></body></html> @@ -4087,11 +4087,11 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Disabilita l'impostazione di Windows "Aumenta precisione puntatore" -mentre antimicroX è in esecuzione. Disattivare "Aumenta precisione puntatore" +mentre AntiMicroX è in esecuzione. Disattivare "Aumenta precisione puntatore" permetterà movimenti del mouse più precisi. @@ -4360,8 +4360,8 @@ se non hanno già disattivato tale opzione in Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4624,7 +4624,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4649,10 +4649,10 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Sei sicuro di voler eseguire questo programma come Amministratore? -Certi giochi vengono eseguiti come Amministratore, il che rende inutilizzabili certi eventi generati da antimicroX a meno che anche antimicroX venga eseguito come Amministratore. Questo succede per via dei problemi causati dalle opzioni del Controllo account utente (UAC) da Windows Vista in poi. +Certi giochi vengono eseguiti come Amministratore, il che rende inutilizzabili certi eventi generati da AntiMicroX a meno che anche AntiMicroX venga eseguito come Amministratore. Questo succede per via dei problemi causati dalle opzioni del Controllo account utente (UAC) da Windows Vista in poi. Failed to elevate program @@ -5354,12 +5354,12 @@ grandezza dello schermo. Controllo tasti - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Premi un tasto sulla tua tastiera per vedere come viene rilevato da questa applicazione. La finestra mostrerà il valore tasto nativo, il valore originale dato da Qt (se applicabile), e il valore personalizzato usato da antimicroX.</p><p>Il valore tasto antimicroX e il valore tasto Qt solitamente saranno gli stessi. antimicroX cerca di i valori tasto definiti in Qt se possibile. Guarda la pagina <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> per una lista di valori definiti da Qt. Se scopri un tasto che non è supportato nativamente da questo programma, per favore segnala il problema alla <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">pagina GitHub</span></a> cosicché il programma possa essere modificato per supportarlo direttamente. In questo momento, un prefisso personalizzato viene aggiunto ai valori sconosciuti in modo che possano essere ancora utilizzati; il problema principale è che il profilo non sarà più portatile.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Premi un tasto sulla tua tastiera per vedere come viene rilevato da questa applicazione. La finestra mostrerà il valore tasto nativo, il valore originale dato da Qt (se applicabile), e il valore personalizzato usato da AntiMicroX.</p><p>Il valore tasto AntiMicroX e il valore tasto Qt solitamente saranno gli stessi. AntiMicroX cerca di i valori tasto definiti in Qt se possibile. Guarda la pagina <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> per una lista di valori definiti da Qt. Se scopri un tasto che non è supportato nativamente da questo programma, per favore segnala il problema alla <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">pagina GitHub</span></a> cosicché il programma possa essere modificato per supportarlo direttamente. In questo momento, un prefisso personalizzato viene aggiunto ai valori sconosciuti in modo che possano essere ancora utilizzati; il problema principale è che il profilo non sarà più portatile.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5390,8 +5390,8 @@ grandezza dello schermo. - antimicroX Key Value: - Valore tasto antimicroX: + AntiMicroX Key Value: + Valore tasto AntiMicroX: @@ -5759,12 +5759,12 @@ grandezza dello schermo. - antimicroX version - versione antimicroX + AntiMicroX version + versione AntiMicroX - Usage: antimicroX [options...] [profile] - Utilizzo: antimicroX [options...] [profile] + Usage: AntiMicroX [options...] [profile] + Utilizzo: AntiMicroX [options...] [profile] Options @@ -7408,7 +7408,7 @@ O - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_ja.ts b/share/antimicrox/translations/antimicrox_ja.ts index be15a163..ed459522 100644 --- a/share/antimicrox/translations/antimicrox_ja.ts +++ b/share/antimicrox/translations/antimicrox_ja.ts @@ -215,8 +215,8 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -1156,8 +1156,8 @@ of the all default profile option. 下: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - 注: このウィンドウは、バージョン 2.0 より前の antimicroX で作成したプロファイルとの後方互換性を確保するために使用します。バージョン 2.0 以降では「ゲームコントローラーマッピング」ウィンドウの使用を推奨します。 + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + 注: このウィンドウは、バージョン 2.0 より前の AntiMicroX で作成したプロファイルとの後方互換性を確保するために使用します。バージョン 2.0 以降では「ゲームコントローラーマッピング」ウィンドウの使用を推奨します。 @@ -2106,7 +2106,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3537,7 +3537,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -3553,7 +3553,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -3623,7 +3623,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -3687,7 +3687,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3838,8 +3838,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4082,8 +4082,8 @@ Settings will not take affect until you either refresh all joysticks or unplug t MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4330,7 +4330,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4958,7 +4958,7 @@ of your screen. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -4989,8 +4989,8 @@ of your screen. - antimicroX Key Value: - antimicroX キー値: + AntiMicroX Key Value: + AntiMicroX キー値: @@ -6825,7 +6825,7 @@ LK - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_pl.ts b/share/antimicrox/translations/antimicrox_pl.ts index ed3a909b..02a6d921 100644 --- a/share/antimicrox/translations/antimicrox_pl.ts +++ b/share/antimicrox/translations/antimicrox_pl.ts @@ -10,8 +10,8 @@ - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -1528,8 +1528,8 @@ wszystkie opcje profilu domyślnego. Pady kierunkowe - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - Adnotacja: To okno zostało zachowane z myślą o kompatybilności wstecznej z profilami stworzonymi w wersji antimicroX starszej niż 2.0. Rekomendowane jednak jest używanie nowszej wersji okna do mapowania kontrolera. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Adnotacja: To okno zostało zachowane z myślą o kompatybilności wstecznej z profilami stworzonymi w wersji AntiMicroX starszej niż 2.0. Rekomendowane jednak jest używanie nowszej wersji okna do mapowania kontrolera. @@ -2583,8 +2583,8 @@ odwołującymi się do stref przekątnych analogu. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX używa dla działania tego <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;"> interfejsu kontrolerów gier</span></a> świadczonego przez bibliotekę SDL 2 w celu dopasowania przeróżnych gamepad'ów do jednolitego stworzonego standardu. Podświetl komórkę tabelki dla odpowiedniego przycisku, aby go przypisać. Możesz nacisnąć przycisk lub poruszyć osią na gamepad'zie, a wtedy w wybranej komórce zaktualizują się informacje według wciśniętego przycisku lub poruszonej osi. Pamiętaj, że narzucając wykrycie osi, musisz poruszyć nią w dół lub w prawo, gdyż pod nimi kryją się wartości dodatnie. </p><p>antimicroX użyje mapowania, które określisz podczas zapisywania mapowania tekstowego w postaci odczytywanej przez bibliotekę SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX używa dla działania tego <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;"> interfejsu kontrolerów gier</span></a> świadczonego przez bibliotekę SDL 2 w celu dopasowania przeróżnych gamepad'ów do jednolitego stworzonego standardu. Podświetl komórkę tabelki dla odpowiedniego przycisku, aby go przypisać. Możesz nacisnąć przycisk lub poruszyć osią na gamepad'zie, a wtedy w wybranej komórce zaktualizują się informacje według wciśniętego przycisku lub poruszonej osi. Pamiętaj, że narzucając wykrycie osi, musisz poruszyć nią w dół lub w prawo, gdyż pod nimi kryją się wartości dodatnie. </p><p>AntiMicroX użyje mapowania, które określisz podczas zapisywania mapowania tekstowego w postaci odczytywanej przez bibliotekę SDL.</p></body></html> @@ -4057,13 +4057,13 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Zmień szybkość wysyłania sygnałów, które program używa, by przechwytywać nowe zdarzenia z gamepada. Domyślnie wartość wynosi 10 ms. Zmniejszenie szybkośći wysyłania sygnałów mogłoby spowodować większe zużycie mocy procesora. Wysoce rekomendowane jest przeprowadzenie -testów ustawień przed użyciem antimicroX. +testów ustawień przed użyciem AntiMicroX. @@ -4079,8 +4079,8 @@ jest przycisk zamykania okna. - Have Windows start antimicroX at system startup. - Uruchom antimicroX przy uruchomieniu systemu. + Have Windows start AntiMicroX at system startup. + Uruchom AntiMicroX przy uruchomieniu systemu. @@ -4161,8 +4161,8 @@ gdy program się uruchamia. - Associate .amgp files with antimicroX in Windows Explorer. - Skojarz pliki .amgp z antimicroX w eksploratorze Windows. + Associate .amgp files with AntiMicroX in Windows Explorer. + Skojarz pliki .amgp z AntiMicroX w eksploratorze Windows. @@ -4283,8 +4283,8 @@ Ustawienia nie będą miały wpływu o ile nie zostaną odświeżone wszystkie j - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX został przetłumaczony na wiele innych języków przez kilku woluntariuszy. Domyślnie program wybierze odpowiednie tłumaczenie oparte na ustawieniach lokalnych systemu. Jednakże możliwy jest wybór innego języka, który znajduje się na liście poniżej.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX został przetłumaczony na wiele innych języków przez kilku woluntariuszy. Domyślnie program wybierze odpowiednie tłumaczenie oparte na ustawieniach lokalnych systemu. Jednakże możliwy jest wybór innego języka, który znajduje się na liście poniżej.</p></body></html> @@ -4412,13 +4412,13 @@ Ustawienia nie będą miały wpływu o ile nie zostaną odświeżone wszystkie j Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Zablokuj ustawienie "Rozszerzona precyzja kursora", podczas -gdy antimicroX jest uruchomiony. Zablokowanie opcji +gdy AntiMicroX jest uruchomiony. Zablokowanie opcji "Rozszerzona precyzja kursora" pozwoli na bardziej precyzyjny -ruch myszki wewnątrz antimicroX. +ruch myszki wewnątrz AntiMicroX. @@ -4621,8 +4621,8 @@ myszki", jeżeli nie chcą mieć zablokowanej tej opcji w Windows.MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4854,7 +4854,7 @@ Nazwa urządzenia: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 Ten profil wykorzystuje numery GUID kontrolerów. Czy chciałbyś zmienić numery GUID na UniqueID w tym pliku do użytku w identycznych urządzeniach? Taki stary plik nie może być załadowany w AntimicroX od wersji 2.25 wzwyż @@ -4879,10 +4879,10 @@ Nazwa urządzenia: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Czy na pewno uruchomić program w trybie administratora? -Niektóre gry wymagają uruchamiania w trybie administratora, który pozwala na wychwytywanie zdarzeń, generowanych przez antimicroX tak, aby nie były używane przez te gry, o ile antimicroX jest również uruchomiony w trybie administratora. Sposób ten powstał z powodu problemów uprawnień, wywoływanych przez opcje Kontroli Konta Użytkownika w wersjach Windows'a, poczynając od wersji Windows Vista. +Niektóre gry wymagają uruchamiania w trybie administratora, który pozwala na wychwytywanie zdarzeń, generowanych przez AntiMicroX tak, aby nie były używane przez te gry, o ile AntiMicroX jest również uruchomiony w trybie administratora. Sposób ten powstał z powodu problemów uprawnień, wywoływanych przez opcje Kontroli Konta Użytkownika w wersjach Windows'a, poczynając od wersji Windows Vista. Failed to elevate program @@ -5540,13 +5540,13 @@ pozycji kursora myszki, ustawionej przez niezależny tekst. Detekcja klawiszy - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Naciśnij dowolny klawisz na klawiaturze, aby sprawdzić, w jakiej postaci jest wykrywany przez aplikację. W oknie pojawią się wartości pod trzema postaciami: systemową natywną, oryginalną stosowaną przez bibliotekę Qt oraz w postaci standardowej używanej przez antimicroX.</p><p>Wartość znaku w antimicroX oraz wartość znaku stosowanego w Qt będą zazwyczaj takie same, ponieważ aplikacja stara się używać wartości zdefiniowanej przez Qt, o ile jest to możliwe. Odwiedź stronę <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> aby zapoznać się z aktualną listą znaków. Jeśli zauważysz, że wybrany znak nie jest natywnie wspierany przez program, możesz to zgłosić na stronie <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">strona GitHub</span></a> by można było odpowiednio uaktualnić program. Tak jak jest aktualnie, prefiks jest dodawany do nieznanych wartości, aby mogły być nadal używane. Jednak problemem staje się brak przenośności danego profilu.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Naciśnij dowolny klawisz na klawiaturze, aby sprawdzić, w jakiej postaci jest wykrywany przez aplikację. W oknie pojawią się wartości pod trzema postaciami: systemową natywną, oryginalną stosowaną przez bibliotekę Qt oraz w postaci standardowej używanej przez AntiMicroX.</p><p>Wartość znaku w AntiMicroX oraz wartość znaku stosowanego w Qt będą zazwyczaj takie same, ponieważ aplikacja stara się używać wartości zdefiniowanej przez Qt, o ile jest to możliwe. Odwiedź stronę <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> aby zapoznać się z aktualną listą znaków. Jeśli zauważysz, że wybrany znak nie jest natywnie wspierany przez program, możesz to zgłosić na stronie <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">strona GitHub</span></a> by można było odpowiednio uaktualnić program. Tak jak jest aktualnie, prefiks jest dodawany do nieznanych wartości, aby mogły być nadal używane. Jednak problemem staje się brak przenośności danego profilu.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Naciśnij dowolny klawisz na klawiaturze, aby sprawdzić, w jakiej postaci jest wykrywany przez aplikację. W oknie pojawią się wartości pod trzema postaciami: systemową natywną, oryginalną stosowaną przez bibliotekę Qt oraz w postaci standardowej używanej przez antimicroX.</p><p>Wartość znaku w antimicroX oraz wartość znaku stosowanego w Qt będą zazwyczaj takie same, ponieważ aplikacja stara się używać wartości zdefiniowanej przez Qt, o ile jest to możliwe. Odwiedź stronę <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> aby zapoznać się z aktualną listą znaków. Jeśli zauważysz, że wybrany znak nie jest natywnie wspierany przez program, możesz to zgłosić na stronie <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">strona GitHub</span></a> by można było odpowiednio uaktualnić program. Tak jak jest aktualnie, prefiks jest dodawany do nieznanych wartości, aby mogły być nadal używane. Jednak problemem staje się brak przenośności danego profilu.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Naciśnij dowolny klawisz na klawiaturze, aby sprawdzić, w jakiej postaci jest wykrywany przez aplikację. W oknie pojawią się wartości pod trzema postaciami: systemową natywną, oryginalną stosowaną przez bibliotekę Qt oraz w postaci standardowej używanej przez AntiMicroX.</p><p>Wartość znaku w AntiMicroX oraz wartość znaku stosowanego w Qt będą zazwyczaj takie same, ponieważ aplikacja stara się używać wartości zdefiniowanej przez Qt, o ile jest to możliwe. Odwiedź stronę <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> aby zapoznać się z aktualną listą znaków. Jeśli zauważysz, że wybrany znak nie jest natywnie wspierany przez program, możesz to zgłosić na stronie <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">strona GitHub</span></a> by można było odpowiednio uaktualnić program. Tak jak jest aktualnie, prefiks jest dodawany do nieznanych wartości, aby mogły być nadal używane. Jednak problemem staje się brak przenośności danego profilu.</p></body></html> @@ -5573,11 +5573,11 @@ pozycji kursora myszki, ustawionej przez niezależny tekst. antimicro Key Value: - Wartość klawisza antimicroX: + Wartość klawisza AntiMicroX: - antimicroX Key Value: - Wartość klawisza antimicroX: + AntiMicroX Key Value: + Wartość klawisza AntiMicroX: @@ -5744,12 +5744,12 @@ pozycji kursora myszki, ustawionej przez niezależny tekst. Nie został określony plik z logami programu. - antimicroX version - wersja antimicroX + AntiMicroX version + wersja AntiMicroX - Usage: antimicroX [options...] [profile] - Użycie: antimicroX [opcje...] [profil] + Usage: AntiMicroX [options...] [profile] + Użycie: AntiMicroX [opcje...] [profil] Options @@ -7501,7 +7501,7 @@ LK - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_pt.ts b/share/antimicrox/translations/antimicrox_pt.ts index 33234c2e..4871bff8 100644 --- a/share/antimicrox/translations/antimicrox_pt.ts +++ b/share/antimicrox/translations/antimicrox_pt.ts @@ -239,8 +239,8 @@ Una vez que el control de Steam finalmente se lanzó al público, la necesidad d - antimicroX - antimicroX + AntiMicroX + AntiMicroX <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1248,7 +1248,7 @@ Distancia acción especifica que las ranuras después sólo se ejecutan cuando u Abajo: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. Nota: Esta ventana es para la retrocompatibilidad con los perfiles realizados antes AntimicroX 2.0. Desde la versión 2.0, se prefiere el uso de la ventana de juego Mapeo controlador. @@ -2228,7 +2228,7 @@ a una zona de diagonal. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3674,7 +3674,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Cambiar la velocidad de sondeo que el programa utiliza para descubrir nuevos eventos de mandos. El valor predeterminado es de 10 ms. @@ -3696,7 +3696,7 @@ se hace clic en lugar de salir del programa. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. Hacer que Windows inicie AntimicroX junto con el sistema. @@ -3775,8 +3775,8 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. - Asociar archivos .amgp con antimicroX en Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. + Asociar archivos .amgp con AntiMicroX en Windows Explorer. @@ -3842,7 +3842,7 @@ por segundo. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> <html><head/><body><p>AntimicroX ha sido traducido a muchos idiomas diferentes por los contribuyentes. Por defecto, el programa elegirá una traducción apropiada basada en la configuración regional de su sistema. Sin embargo, puede hacer que la carga AntimicroX una traducción diferente en función del idioma que elija en la lista siguiente.</p></body></html> @@ -3997,8 +3997,8 @@ por segundo. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Deshabilitar la configuración de Windows "mejorada precisión del puntero" mientras AntimicroX se está ejecutando. La desactivación "mejorada precisión del puntero" @@ -4271,8 +4271,8 @@ la opción en Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4535,7 +4535,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4560,7 +4560,7 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. ¿Estás seguro de que desea ejecutar este programa como Adminstrator? Algunos juegos se ejecutan como administrador lo que hará que los eventos generados por AntimicroX para no ser utilizado por aquellos juegos a menos AntimicroX también se ejecuta como el Adminstrator. Esto se debe a problemas de permisos causadas por las opciones de Control de cuentas de usuario (UAC) en Windows Vista y versiones posteriores. @@ -5197,12 +5197,12 @@ of your screen. Verificador de Teclas - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Presione una tecla del teclado para ver cómo se detecta la tecla por esta aplicación. La ventana mostrará el valor de la tecla del sistema nativo, el valor original dada por Qt (si es el caso), y el valor personalizado utilizado por AntimicroX. </p><p> El valor de la tecla AntimicroX y el valor de tecla Qt generalmente es la misma . antimicroX intenta utilizar los valores de las claves definidas en Qt cuando sea posible. Vea la página <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> para una lista de valores definidos por Qt. Si descubre que la tecla no es compatible de forma nativa por este programa, por favor informa del problema al estilo de antimicroX <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> para que el programa pueda editarlo para soportarlo directamente. Tal como es, se añade un prefijo personalizado para valores desconocidos por lo que todavía se pueden utilizar; el principal problema es que el perfil ya no será portátil.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Presione una tecla del teclado para ver cómo se detecta la tecla por esta aplicación. La ventana mostrará el valor de la tecla del sistema nativo, el valor original dada por Qt (si es el caso), y el valor personalizado utilizado por AntimicroX. </p><p> El valor de la tecla AntimicroX y el valor de tecla Qt generalmente es la misma . AntiMicroX intenta utilizar los valores de las claves definidas en Qt cuando sea posible. Vea la página <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> para una lista de valores definidos por Qt. Si descubre que la tecla no es compatible de forma nativa por este programa, por favor informa del problema al estilo de AntiMicroX <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> para que el programa pueda editarlo para soportarlo directamente. Tal como es, se añade un prefijo personalizado para valores desconocidos por lo que todavía se pueden utilizar; el principal problema es que el perfil ya no será portátil.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5233,7 +5233,7 @@ of your screen. - antimicroX Key Value: + AntiMicroX Key Value: Valor AntimicroX de Tecla: @@ -7108,7 +7108,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_ru.ts b/share/antimicrox/translations/antimicrox_ru.ts index f24149ea..37a57cb4 100644 --- a/share/antimicrox/translations/antimicrox_ru.ts +++ b/share/antimicrox/translations/antimicrox_ru.ts @@ -215,7 +215,7 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim - antimicroX + AntiMicroX @@ -2176,7 +2176,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3617,7 +3617,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -3633,7 +3633,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -3703,7 +3703,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -3767,7 +3767,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3898,8 +3898,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4144,7 +4144,7 @@ Settings will not take affect until you either refresh all joysticks or unplug t MainWindow - antimicroX + AntiMicroX @@ -4399,7 +4399,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -5042,7 +5042,7 @@ of your screen. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -6973,7 +6973,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_sr.ts b/share/antimicrox/translations/antimicrox_sr.ts index 9ea8b535..fc1644b4 100644 --- a/share/antimicrox/translations/antimicrox_sr.ts +++ b/share/antimicrox/translations/antimicrox_sr.ts @@ -239,7 +239,7 @@ Once the Steam controller is finally released to the public, the need for this p - antimicroX + AntiMicroX Анти-микро @@ -1202,7 +1202,7 @@ of the all default profile option. Доле: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. Обавештење: Ово прозорче још увек постоји само због усаглашености са ранијим издањима програма (пре издања 2.0). Придруживач тастера контролера се препоручује од издања 2.0. @@ -1906,7 +1906,7 @@ deadzone Y: %1 Није одређен ниво извештавања. - antimicroX version + AntiMicroX version Издање програма @@ -2294,7 +2294,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> <html><head/><body><p>Да би се у већини програма различити контролери (гејмпедови) употребљавали на јединствен начин програм Анти-микро употребљава програмско сучеље дефинисано у пројекту СДЛ издања2, а названо „Гејм-контролер АПИ“ (енг. <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">„Game Controller API“</span></a>). За придруживање тастера одаберите поље за придруживање у реду одговарајућег тастера, а након тога притисните неки тастер на гејмпеду или померите ручицу управљача правца на њему. У пољу за придруживање ће се појавити подаци стварног (физичког) тастера или ручице управљача који ће се употребљавати.</p><p>Анти-микро ће да употреби ова придруживања за чување знаковних ниски придруживања које се могу учитавати помоћу СДЛ програма.</p></body></html> @@ -3751,7 +3751,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. Измените време након кога ће програм да провери да ли је гејмпед производио догађаје (поруке). Уобичајена вредност је 10 мс. @@ -3772,7 +3772,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. Покрени програм са покретањем система. @@ -3852,7 +3852,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. Придружуј „.amgp“-датотеке програму Анти-микро (виндоуз експлорер). @@ -3919,7 +3919,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> <html><head/><body><p>Сарадници аутора су локализовали програм за разне језике. Уобичајено, програм ће употребљавати језичке поставке самог система за приказ, али, уколико то желите, можете употребљавати програм и на језику који одаберете на листи испод.</p></body></html> @@ -4066,8 +4066,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. Искључи виндоуз-поставку за „побољшање прецизности показивача“ док програм ради. Онемогућавањем ове виндоуз-поставке @@ -4359,7 +4359,7 @@ the option in Windows. - antimicroX + AntiMicroX Анти-микро @@ -4597,7 +4597,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4622,7 +4622,7 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. Да ли заиста желите да покренете програм уз администраторске дозволе? Неки програми покренути уз администраторске дозволе могу да доведу до тога да радње које захтева Анти-микро не буду ваљано препознате све док се и сам Анти-микро не покрене уз исте дозволе. Код Видоуз-Виста или новијих виндоуза ово је изазвано проблемима са дозволама које ствара опција за управљање корисничким налозима (енг. скр. „UAC“). @@ -5308,12 +5308,12 @@ of your screen. Провера тастера тастатуре - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>Притисните тастер на тастатури да бисте видели како је овај програм открио одговарајућу вредност. У прозору ће се приказати вредност руковаоца догађаја, вредност у КјуТ-библиотекама (по потреби), као и прилагођена вредност у Анти-микро програму.</p><p>Вредности које су откривене програмима Анти-микро и КјуТ ће обично бити идентичне. јер Анти-микро употребљава вредности КјуТ-библиотека када је то могуће. Погледајте страницу на мрежи <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum (енг.)</span></a> за вредности одређене за употребу КјуТ-програмима. Ако откријете неке неподржане вредности за тастере у овом програму, известите о том проблему на <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">Анти-микро гит-странама</span></a>, а у циљу исправљања уочених недостатака. Како год, додат је предложак за непознате вредности да би се програм могао употребљавати, али остаје главни проблем који се односи на преносивост профила.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Притисните тастер на тастатури да бисте видели како је овај програм открио одговарајућу вредност. У прозору ће се приказати вредност руковаоца догађаја, вредност у КјуТ-библиотекама (по потреби), као и прилагођена вредност у Анти-микро програму.</p><p>Вредности које су откривене програмима Анти-микро и КјуТ ће обично бити идентичне. јер Анти-микро употребљава вредности КјуТ-библиотека када је то могуће. Погледајте страницу на мрежи <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum (енг.)</span></a> за вредности одређене за употребу КјуТ-програмима. Ако откријете неке неподржане вредности за тастере у овом програму, известите о том проблему на <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">Анти-микро гит-странама</span></a>, а у циљу исправљања уочених недостатака. Како год, додат је предложак за непознате вредности да би се програм могао употребљавати, али остаје главни проблем који се односи на преносивост профила.</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5344,7 +5344,7 @@ of your screen. - antimicroX Key Value: + AntiMicroX Key Value: Анти-микро вредност: @@ -5713,7 +5713,7 @@ of your screen. - antimicroX version + AntiMicroX version Издање програма @@ -7357,7 +7357,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_uk.ts b/share/antimicrox/translations/antimicrox_uk.ts index ec3d0329..0de4260f 100644 --- a/share/antimicrox/translations/antimicrox_uk.ts +++ b/share/antimicrox/translations/antimicrox_uk.ts @@ -48,7 +48,7 @@ As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antim - antimicroX + AntiMicroX @@ -2157,7 +2157,7 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> @@ -3597,7 +3597,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -3614,7 +3614,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. @@ -3695,7 +3695,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. @@ -3760,7 +3760,7 @@ per seconds. - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> @@ -3891,8 +3891,8 @@ per seconds. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. @@ -4135,7 +4135,7 @@ Settings will not take affect until you either refresh all joysticks or unplug t MainWindow - antimicroX + AntiMicroX @@ -4399,7 +4399,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -5048,7 +5048,7 @@ mouse position set by a non-relative spring. - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -6999,7 +6999,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/share/antimicrox/translations/antimicrox_zh_CN.ts b/share/antimicrox/translations/antimicrox_zh_CN.ts index a88cf5d7..6b81bb28 100644 --- a/share/antimicrox/translations/antimicrox_zh_CN.ts +++ b/share/antimicrox/translations/antimicrox_zh_CN.ts @@ -10,8 +10,8 @@ - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -230,17 +230,17 @@ Development of this program is not as high of a priority for me anymore. This is As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antimicro. As next, project has been continued since 2018 by juliagoda on antimicroX project. Additionally, project management has passed from Travis (Ryochan7) to the AntiMicro organization due to Travis having other interests and priorities. - 自2012年12月30日以来,我利用业余时间编写 antimicroX。这个项目本来是 QJoyPad 的派生,用来学习事件驱动编程,没想到规模变得如此之大。尽管我花了很多时间去学习新的技巧、探索键鼠模拟的领域、每周五晚上用头撞键盘,我仍然觉得这是一段有趣并且充实的经历。 + 自2012年12月30日以来,我利用业余时间编写 AntiMicroX。这个项目本来是 QJoyPad 的派生,用来学习事件驱动编程,没想到规模变得如此之大。尽管我花了很多时间去学习新的技巧、探索键鼠模拟的领域、每周五晚上用头撞键盘,我仍然觉得这是一段有趣并且充实的经历。 对这个程序的需求来源于我想在 Windows 上使用类似的程序玩一些原生不支持手柄的游戏。虽然 Linux 上有其它替代品,但是我并没有找到在功能上或者游戏内控制足够好,以至于我可以使用键鼠模拟来享受游戏的工具。QJoyPad 是我过去主要使用的工具,尽管它非常古老而且不提供一些我认为非常关键的功能。那个项目已经停止开发很多年,所以我决定编写一个我自己的工具。 -从那时起,我不断寻找其它程序的长处,然后在它们的基础上继续开发。在此期间,我还发现了一些不错的小技巧,并且学到了很多关于游戏如何实现原生支持手柄的知识。这些知识远远广于我之前想学的范围。尽管 antimicroX 还有很多可以改进的地方,我还是认为它提供了最好的游戏内控制体验,不管是针对老一些还是新一些的原生不支持手柄的游戏。 +从那时起,我不断寻找其它程序的长处,然后在它们的基础上继续开发。在此期间,我还发现了一些不错的小技巧,并且学到了很多关于游戏如何实现原生支持手柄的知识。这些知识远远广于我之前想学的范围。尽管 AntiMicroX 还有很多可以改进的地方,我还是认为它提供了最好的游戏内控制体验,不管是针对老一些还是新一些的原生不支持手柄的游戏。 开发这个程序对我来说已经不像以往那样高优先级了。这主要是因为相比较 Xbox 360 手柄来说,Steam 手柄可以很好地进行 PC 游戏。然而,这个程序似乎仍然有理由再存在一段时间。 --- -截止至2016年5月24日,这个项目已经被移动到了 https://github.com/AntiMicroX/antimicroX。此外,由于 Travis 希望将更多精力放到其它兴趣和事务上,项目管理已经从 Travis (Ryochan7) 移交到了 AntiMicroX 项目组。 +截止至2016年5月24日,这个项目已经被移动到了 https://github.com/AntiMicroX/AntiMicroX。此外,由于 Travis 希望将更多精力放到其它兴趣和事务上,项目管理已经从 Travis (Ryochan7) 移交到了 AntiMicroX 项目组。 Copyright: 2013 - 2016 @@ -1501,8 +1501,8 @@ of the all default profile option. 下: - Note: This window is meant for backwards compatibility with profiles made before antimicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. - 注意:这个窗口是为了兼容 antimicroX 2.0 版之前创建的配置文件。自 antimicroX 2.0 起,推荐使用游戏控制器映射窗口。 + Note: This window is meant for backwards compatibility with profiles made before AntiMicroX 2.0. Since version 2.0, use of the Game Controller Mapping window is preferred. + 注意:这个窗口是为了兼容 AntiMicroX 2.0 版之前创建的配置文件。自 AntiMicroX 2.0 起,推荐使用游戏控制器映射窗口。 @@ -2205,12 +2205,12 @@ deadzone Y: %1 未指定日志文件。 - antimicroX version - antimicroX 版本 + AntiMicroX version + AntiMicroX 版本 - Usage: antimicroX [options...] [profile] - 用法:antimicroX [选项] [配置文件] + Usage: AntiMicroX [options...] [profile] + 用法:AntiMicroX [选项] [配置文件] Options @@ -2589,8 +2589,8 @@ to a diagonal zone. - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> - <html><head/><body><p>antimicroX 使用 SDL 2 的<a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">游戏控制器应用程序接口</span></a>把各式各样的手柄进行抽象,使它们适用于统一的标准。若要进行按钮分配,请选择下面相应的按钮映射单元格。之后您可以按一个按钮或者移动手柄上的一个轴,映射单元格将更新以匹配这个物理按键或轴。</p><p>antimicroX 将把您指定的映射保存为一个字符串,而这个字符串将被加载到 SDL 中。</p></body></html> + <html><head/><body><p>AntiMicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>AntiMicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>AntiMicroX 使用 SDL 2 的<a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">游戏控制器应用程序接口</span></a>把各式各样的手柄进行抽象,使它们适用于统一的标准。若要进行按钮分配,请选择下面相应的按钮映射单元格。之后您可以按一个按钮或者移动手柄上的一个轴,映射单元格将更新以匹配这个物理按键或轴。</p><p>AntiMicroX 将把您指定的映射保存为一个字符串,而这个字符串将被加载到 SDL 中。</p></body></html> @@ -4034,7 +4034,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. 改变轮询速率来发现新的手柄事件。默认10毫秒。 降低轮询速率可能会导致本程序使用更多的处理器资源。请在以无人值守方式使用前测试此选项。 @@ -4292,11 +4292,11 @@ option is enabled. Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. - 在 antimicroX 运行时禁用 Windows 的“提高指针精确度”选项。 -禁用“提高指针精确度”可使鼠标在开启 antimicroX 的情况下更精准地移动。 + 在 AntiMicroX 运行时禁用 Windows 的“提高指针精确度”选项。 +禁用“提高指针精确度”可使鼠标在开启 AntiMicroX 的情况下更精准地移动。 @@ -4372,13 +4372,13 @@ values used by the virtual mouse. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. 在 Windows 启动时运行本程序。 - Associate .amgp files with antimicroX in Windows Explorer. - 在 Windows 资源管理器中将 .amgp 文件关联到 antimicroX。 + Associate .amgp files with AntiMicroX in Windows Explorer. + 在 Windows 资源管理器中将 .amgp 文件关联到 AntiMicroX。 @@ -4444,8 +4444,8 @@ Settings will not take affect until you either refresh all joysticks or unplug t - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> - <html><head/><body><p>antimicroX 已被贡献者翻译为多种语言。默认情况下,本程序将根据您系统的区域设置选择相应的语言。然而,您也可以让 antimicroX 加载以下列表中的任意语言。</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX 已被贡献者翻译为多种语言。默认情况下,本程序将根据您系统的区域设置选择相应的语言。然而,您也可以让 AntiMicroX 加载以下列表中的任意语言。</p></body></html> @@ -4581,8 +4581,8 @@ the option in Windows. MainWindow - antimicroX - antimicroX + AntiMicroX + AntiMicroX @@ -4841,7 +4841,7 @@ Device name: %2 - This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25 + This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in AntiMicroX since version 2.25 @@ -4866,9 +4866,9 @@ Device name: %2 Are you sure that you want to run this program as Adminstrator? -Some games run as Administrator which will cause events generated by antimicroX to not be used by those games unless antimicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. +Some games run as Administrator which will cause events generated by AntiMicroX to not be used by those games unless AntiMicroX is also run as the Adminstrator. This is due to permission problems caused by User Account Control (UAC) options in Windows Vista and later. 您确定要使用管理员权限运行本程序吗? -有些以管理员权限运行的游戏无法识别 antimicroX 生成的事件,除非 antimicroX 也使用管理员权限运行。这是由于 Windows Vista 及以后系统中用户帐户控制 (UAC) 导致的权限问题。 +有些以管理员权限运行的游戏无法识别 AntiMicroX 生成的事件,除非 AntiMicroX 也使用管理员权限运行。这是由于 Windows Vista 及以后系统中用户帐户控制 (UAC) 导致的权限问题。 Failed to elevate program @@ -5485,12 +5485,12 @@ of your screen. 按键检查器 - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> - <html><head/><body><p>按下您键盘上的一个键来观察本程序如何检测按键。本窗口将显示系统原生键值、Qt 原始键值(如果可用)和 antimicroX 使用的自定义键值。</p><p>antimicroX 键值和 Qt 键值通常是一样的。如果可能,antimicroX 将优先使用 Qt 中已定义的键值。如果想了解 Qt 中已定义的键值列表,请查看页面 <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a>。如果您发现某个键没有被本程序原生支持,请将问题报告至 antimicroX 的 <a href="https://github.com/antimicroX/antimicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub 页面</span></a>,以便我们修改程序后直接支持这个键。如您所见,未知的键值将被附加一个自定义前缀。这样一来,它们就能被使用了,不过最大的问题是含有这个键的配置文件将无法在其它地方使用。</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>按下您键盘上的一个键来观察本程序如何检测按键。本窗口将显示系统原生键值、Qt 原始键值(如果可用)和 AntiMicroX 使用的自定义键值。</p><p>AntiMicroX 键值和 Qt 键值通常是一样的。如果可能,AntiMicroX 将优先使用 Qt 中已定义的键值。如果想了解 Qt 中已定义的键值列表,请查看页面 <a href="https://doc.qt.io/qt-4.8/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">https://doc.qt.io/qt-4.8/qt.html#Key-enum</span></a>。如果您发现某个键没有被本程序原生支持,请将问题报告至 AntiMicroX 的 <a href="https://github.com/AntiMicroX/AntiMicroX"><span style=" text-decoration: underline; color:#0057ae;">GitHub 页面</span></a>,以便我们修改程序后直接支持这个键。如您所见,未知的键值将被附加一个自定义前缀。这样一来,它们就能被使用了,不过最大的问题是含有这个键的配置文件将无法在其它地方使用。</p></body></html> - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/AntiMicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> @@ -5521,8 +5521,8 @@ of your screen. - antimicroX Key Value: - antimicroX 自定义键值: + AntiMicroX Key Value: + AntiMicroX 自定义键值: @@ -5909,12 +5909,12 @@ of your screen. 未指定日志文件。 - antimicroX version - antimicroX 版本 + AntiMicroX version + AntiMicroX 版本 - Usage: antimicroX [options...] [profile] - 用法:antimicroX [选项] [配置文件] + Usage: AntiMicroX [options...] [profile] + 用法:AntiMicroX [选项] [配置文件] Options @@ -7436,7 +7436,7 @@ R AntiMicroX Profile - antimicroX 配置文件 + AntiMicroX 配置文件 @@ -7523,7 +7523,7 @@ R - antimicroX + AntiMicroX Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index dcaae97e..efa29ccb 100755 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/aboutdialog.h b/src/aboutdialog.h index 32d15b21..0fecd57a 100755 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 8bf0b4cb..5facbdea 100755 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -58,7 +58,7 @@ - :/images/antimicroX.png + :/images/antimicrox.png true @@ -84,7 +84,7 @@ - antimicroX + AntiMicroX Qt::AlignHCenter|Qt::AlignTop @@ -395,7 +395,7 @@ Development of this program is not as high of a priority for me anymore. This is As of May 24, 2016, this project has moved to https://github.com/AntiMicro/antimicro. Additionally, project management has passed from Travis (Ryochan7) to the AntiMicro organization due to Travis having other interests and priorities. As next, project has been continued since 2018 by juliagoda on antimicroX project. -Later project has been once more moved to https://github.com/AntiMicroX/antimicroX and it's its maintenance is continued by organisation AntiMicroX created by pktiuk. +Later project has been once more moved to https://github.com/AntiMicroX/antimicrox and it's its maintenance is continued by organisation AntiMicroX created by pktiuk. diff --git a/src/addeditautoprofiledialog.cpp b/src/addeditautoprofiledialog.cpp index f8c1449f..76fc8ec2 100755 --- a/src/addeditautoprofiledialog.cpp +++ b/src/addeditautoprofiledialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/addeditautoprofiledialog.h b/src/addeditautoprofiledialog.h index 941a7366..d6eb226b 100755 --- a/src/addeditautoprofiledialog.h +++ b/src/addeditautoprofiledialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/advancebuttondialog.cpp b/src/advancebuttondialog.cpp index 7a35f312..856b9e4d 100755 --- a/src/advancebuttondialog.cpp +++ b/src/advancebuttondialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/advancebuttondialog.h b/src/advancebuttondialog.h index e8284a1c..b7ff7015 100755 --- a/src/advancebuttondialog.h +++ b/src/advancebuttondialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/advancestickassignmentdialog.cpp b/src/advancestickassignmentdialog.cpp index 99cc1ed8..40892923 100755 --- a/src/advancestickassignmentdialog.cpp +++ b/src/advancestickassignmentdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/advancestickassignmentdialog.h b/src/advancestickassignmentdialog.h index da2a6d23..2e98ac81 100755 --- a/src/advancestickassignmentdialog.h +++ b/src/advancestickassignmentdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/antimicrosettings.cpp b/src/antimicrosettings.cpp index e48f33e3..ef797d61 100755 --- a/src/antimicrosettings.cpp +++ b/src/antimicrosettings.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/antimicrosettings.h b/src/antimicrosettings.h index 57f75838..1a055354 100755 --- a/src/antimicrosettings.h +++ b/src/antimicrosettings.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/antkeymapper.cpp b/src/antkeymapper.cpp index bbbabfad..fe434f3b 100755 --- a/src/antkeymapper.cpp +++ b/src/antkeymapper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/antkeymapper.h b/src/antkeymapper.h index f2c9c478..4dcb0249 100755 --- a/src/antkeymapper.h +++ b/src/antkeymapper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/applaunchhelper.cpp b/src/applaunchhelper.cpp index be9acfe5..cd9c515c 100755 --- a/src/applaunchhelper.cpp +++ b/src/applaunchhelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/applaunchhelper.h b/src/applaunchhelper.h index 399551b8..d7130d45 100755 --- a/src/applaunchhelper.h +++ b/src/applaunchhelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/autoprofileinfo.cpp b/src/autoprofileinfo.cpp index 50a15be0..71703990 100755 --- a/src/autoprofileinfo.cpp +++ b/src/autoprofileinfo.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/autoprofileinfo.h b/src/autoprofileinfo.h index ad85ee21..4226d307 100755 --- a/src/autoprofileinfo.h +++ b/src/autoprofileinfo.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/autoprofilewatcher.cpp b/src/autoprofilewatcher.cpp index a36973f2..f60540c6 100755 --- a/src/autoprofilewatcher.cpp +++ b/src/autoprofilewatcher.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * @@ -112,7 +112,7 @@ void AutoProfileWatcher::runAppCheck() qDebug() << "appLocation is " << appLocation << endl; } - // More portable check for whether antimicroX is the current application + // More portable check for whether antimicrox is the current application // with focus. QWidget *focusedWidget = qApp->activeWindow(); if (focusedWidget != nullptr) qDebug() << "get active window of app" << endl; diff --git a/src/autoprofilewatcher.h b/src/autoprofilewatcher.h index ad12a338..3bd0fa00 100755 --- a/src/autoprofilewatcher.h +++ b/src/autoprofilewatcher.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/axiseditdialog.cpp b/src/axiseditdialog.cpp index 6dc2d8bb..d2845a05 100755 --- a/src/axiseditdialog.cpp +++ b/src/axiseditdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/axiseditdialog.h b/src/axiseditdialog.h index e6c06e57..1e9a2ca7 100755 --- a/src/axiseditdialog.h +++ b/src/axiseditdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/axisvaluebox.cpp b/src/axisvaluebox.cpp index b4f8f8e3..a1d2d96f 100755 --- a/src/axisvaluebox.cpp +++ b/src/axisvaluebox.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/axisvaluebox.h b/src/axisvaluebox.h index 55ba5e71..a7448c1f 100755 --- a/src/axisvaluebox.h +++ b/src/axisvaluebox.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/buttoneditdialog.cpp b/src/buttoneditdialog.cpp index a8fb0337..02824427 100755 --- a/src/buttoneditdialog.cpp +++ b/src/buttoneditdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/buttoneditdialog.h b/src/buttoneditdialog.h index ae93d622..d29e9358 100755 --- a/src/buttoneditdialog.h +++ b/src/buttoneditdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/calibration.cpp b/src/calibration.cpp index 027c30e1..87887d28 100755 --- a/src/calibration.cpp +++ b/src/calibration.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/calibration.h b/src/calibration.h index dfaeb5cc..f105bb29 100755 --- a/src/calibration.h +++ b/src/calibration.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/capturedwindowinfodialog.cpp b/src/capturedwindowinfodialog.cpp index 84d59564..c118d0e8 100755 --- a/src/capturedwindowinfodialog.cpp +++ b/src/capturedwindowinfodialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/capturedwindowinfodialog.h b/src/capturedwindowinfodialog.h index 51a9cb8f..a63f52a4 100755 --- a/src/capturedwindowinfodialog.h +++ b/src/capturedwindowinfodialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/commandlineutility.cpp b/src/commandlineutility.cpp index f2713bc8..917f0509 100755 --- a/src/commandlineutility.cpp +++ b/src/commandlineutility.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/commandlineutility.h b/src/commandlineutility.h index ecddb2a6..75922ee4 100755 --- a/src/commandlineutility.h +++ b/src/commandlineutility.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/common.cpp b/src/common.cpp index eb798b25..1b409fc8 100755 --- a/src/common.cpp +++ b/src/common.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/common.h b/src/common.h index b8cbcdf8..b335dade 100755 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * @@ -59,14 +59,14 @@ namespace PadderCommon // Specify the last known profile version that requires a migration // to be performed in order to be compatible with the latest version. const int LATESTCONFIGMIGRATIONVERSION = 5; - const QString localSocketKey = "antimicroXSignalListener"; - const QString githubProjectPage = "https://github.com/AntiMicroX/antimicroX/"; - const QString githubIssuesPage = "https://github.com/AntiMicroX/antimicroX/issues"; + const QString localSocketKey = "antimicroxSignalListener"; + const QString githubProjectPage = "https://github.com/AntiMicroX/antimicrox/"; + const QString githubIssuesPage = "https://github.com/AntiMicroX/antimicrox/issues"; const QString wikiPage = QString("%1/wiki").arg(githubProjectPage); - const QString mouseDeviceName("antimicroX Mouse Emulation"); - const QString keyboardDeviceName("antimicroX Keyboard Emulation"); - const QString springMouseDeviceName("antimicroX Abs Mouse Emulation"); + const QString mouseDeviceName("antimicrox Mouse Emulation"); + const QString keyboardDeviceName("antimicrox Keyboard Emulation"); + const QString springMouseDeviceName("antimicrox Abs Mouse Emulation"); const int ANTIMICROX_MAJOR_VERSION = PROJECT_MAJOR_VERSION; const int ANTIMICROX_MINOR_VERSION = PROJECT_MINOR_VERSION; diff --git a/src/dpadcontextmenu.cpp b/src/dpadcontextmenu.cpp index 6bff9c03..aad9e170 100755 --- a/src/dpadcontextmenu.cpp +++ b/src/dpadcontextmenu.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadcontextmenu.h b/src/dpadcontextmenu.h index c4ca109a..eafbe6b3 100755 --- a/src/dpadcontextmenu.h +++ b/src/dpadcontextmenu.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadeditdialog.cpp b/src/dpadeditdialog.cpp index 33ec1b08..7b5241f1 100755 --- a/src/dpadeditdialog.cpp +++ b/src/dpadeditdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadeditdialog.h b/src/dpadeditdialog.h index 024c6352..90113539 100755 --- a/src/dpadeditdialog.h +++ b/src/dpadeditdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadpushbutton.cpp b/src/dpadpushbutton.cpp index 0b643d66..20153def 100755 --- a/src/dpadpushbutton.cpp +++ b/src/dpadpushbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadpushbutton.h b/src/dpadpushbutton.h index d66639ba..97db24fd 100755 --- a/src/dpadpushbutton.h +++ b/src/dpadpushbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadpushbuttongroup.cpp b/src/dpadpushbuttongroup.cpp index 7b3fb14e..7ae3b55a 100755 --- a/src/dpadpushbuttongroup.cpp +++ b/src/dpadpushbuttongroup.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/dpadpushbuttongroup.h b/src/dpadpushbuttongroup.h index d8f4af27..14c8db58 100755 --- a/src/dpadpushbuttongroup.h +++ b/src/dpadpushbuttongroup.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/editalldefaultautoprofiledialog.cpp b/src/editalldefaultautoprofiledialog.cpp index 238dcbe6..4c0292f6 100755 --- a/src/editalldefaultautoprofiledialog.cpp +++ b/src/editalldefaultautoprofiledialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/editalldefaultautoprofiledialog.h b/src/editalldefaultautoprofiledialog.h index 54f71b80..f68bd161 100755 --- a/src/editalldefaultautoprofiledialog.h +++ b/src/editalldefaultautoprofiledialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/event.cpp b/src/event.cpp index 7c8c337c..0211a580 100755 --- a/src/event.cpp +++ b/src/event.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/event.h b/src/event.h index e2e0c8c1..a94f4219 100755 --- a/src/event.h +++ b/src/event.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlerfactory.cpp b/src/eventhandlerfactory.cpp index 5d6a9c5c..20071127 100755 --- a/src/eventhandlerfactory.cpp +++ b/src/eventhandlerfactory.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlerfactory.h b/src/eventhandlerfactory.h index 4f512035..71865e56 100755 --- a/src/eventhandlerfactory.h +++ b/src/eventhandlerfactory.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/baseeventhandler.cpp b/src/eventhandlers/baseeventhandler.cpp index 0ccb1c93..de774fc8 100755 --- a/src/eventhandlers/baseeventhandler.cpp +++ b/src/eventhandlers/baseeventhandler.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/baseeventhandler.h b/src/eventhandlers/baseeventhandler.h index dc0ee1fa..0fc48026 100755 --- a/src/eventhandlers/baseeventhandler.h +++ b/src/eventhandlers/baseeventhandler.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/uinputeventhandler.cpp b/src/eventhandlers/uinputeventhandler.cpp index 29cecaba..e163cc40 100755 --- a/src/eventhandlers/uinputeventhandler.cpp +++ b/src/eventhandlers/uinputeventhandler.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/uinputeventhandler.h b/src/eventhandlers/uinputeventhandler.h index ee85f529..d0605324 100755 --- a/src/eventhandlers/uinputeventhandler.h +++ b/src/eventhandlers/uinputeventhandler.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/xtesteventhandler.cpp b/src/eventhandlers/xtesteventhandler.cpp index a3e1b148..785fae4f 100755 --- a/src/eventhandlers/xtesteventhandler.cpp +++ b/src/eventhandlers/xtesteventhandler.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/eventhandlers/xtesteventhandler.h b/src/eventhandlers/xtesteventhandler.h index c2ce86d4..29c82e91 100755 --- a/src/eventhandlers/xtesteventhandler.h +++ b/src/eventhandlers/xtesteventhandler.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/extraprofilesettingsdialog.cpp b/src/extraprofilesettingsdialog.cpp index b946bccd..2436d693 100755 --- a/src/extraprofilesettingsdialog.cpp +++ b/src/extraprofilesettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/extraprofilesettingsdialog.h b/src/extraprofilesettingsdialog.h index 23a88064..dff144ca 100755 --- a/src/extraprofilesettingsdialog.h +++ b/src/extraprofilesettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/flashbuttonwidget.cpp b/src/flashbuttonwidget.cpp index bbcc2a6d..3078d412 100755 --- a/src/flashbuttonwidget.cpp +++ b/src/flashbuttonwidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/flashbuttonwidget.h b/src/flashbuttonwidget.h index 4411da9a..fba0fead 100755 --- a/src/flashbuttonwidget.h +++ b/src/flashbuttonwidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontroller.cpp b/src/gamecontroller/gamecontroller.cpp index 2237cacd..b87d40f8 100755 --- a/src/gamecontroller/gamecontroller.cpp +++ b/src/gamecontroller/gamecontroller.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontroller.h b/src/gamecontroller/gamecontroller.h index 6451fe77..3dfcd451 100755 --- a/src/gamecontroller/gamecontroller.h +++ b/src/gamecontroller/gamecontroller.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontrollerdpad.cpp b/src/gamecontroller/gamecontrollerdpad.cpp index 79a6235e..17284a52 100755 --- a/src/gamecontroller/gamecontrollerdpad.cpp +++ b/src/gamecontroller/gamecontrollerdpad.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontrollerdpad.h b/src/gamecontroller/gamecontrollerdpad.h index 00997dba..72b5d74f 100755 --- a/src/gamecontroller/gamecontrollerdpad.h +++ b/src/gamecontroller/gamecontrollerdpad.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontrollerset.cpp b/src/gamecontroller/gamecontrollerset.cpp index b575b2e0..4b6225c5 100755 --- a/src/gamecontroller/gamecontrollerset.cpp +++ b/src/gamecontroller/gamecontrollerset.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontrollertrigger.cpp b/src/gamecontroller/gamecontrollertrigger.cpp index d3a8319d..7142d6f9 100755 --- a/src/gamecontroller/gamecontrollertrigger.cpp +++ b/src/gamecontroller/gamecontrollertrigger.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/gamecontrollertriggerbutton.cpp b/src/gamecontroller/gamecontrollertriggerbutton.cpp index 689bc941..f3690a6a 100755 --- a/src/gamecontroller/gamecontrollertriggerbutton.cpp +++ b/src/gamecontroller/gamecontrollertriggerbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontroller/xml/gamecontrollerdpadxml.cpp b/src/gamecontroller/xml/gamecontrollerdpadxml.cpp index d858a67e..81d83ade 100644 --- a/src/gamecontroller/xml/gamecontrollerdpadxml.cpp +++ b/src/gamecontroller/xml/gamecontrollerdpadxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/gamecontroller/xml/gamecontrollerdpadxml.h b/src/gamecontroller/xml/gamecontrollerdpadxml.h index 91aa221f..782533fc 100644 --- a/src/gamecontroller/xml/gamecontrollerdpadxml.h +++ b/src/gamecontroller/xml/gamecontrollerdpadxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/gamecontroller/xml/gamecontrollertriggerxml.cpp b/src/gamecontroller/xml/gamecontrollertriggerxml.cpp index b20e8a5c..2dccf8ca 100644 --- a/src/gamecontroller/xml/gamecontrollertriggerxml.cpp +++ b/src/gamecontroller/xml/gamecontrollertriggerxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/gamecontroller/xml/gamecontrollerxml.cpp b/src/gamecontroller/xml/gamecontrollerxml.cpp index 987f5124..d65bd201 100644 --- a/src/gamecontroller/xml/gamecontrollerxml.cpp +++ b/src/gamecontroller/xml/gamecontrollerxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/gamecontroller/xml/gamecontrollerxml.h b/src/gamecontroller/xml/gamecontrollerxml.h index 51393d24..ed1da2ac 100644 --- a/src/gamecontroller/xml/gamecontrollerxml.h +++ b/src/gamecontroller/xml/gamecontrollerxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/gamecontrollerexample.cpp b/src/gamecontrollerexample.cpp index 1ef3d4e2..22068690 100755 --- a/src/gamecontrollerexample.cpp +++ b/src/gamecontrollerexample.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontrollermappingdialog.cpp b/src/gamecontrollermappingdialog.cpp index 307a45f0..7d1d14fd 100755 --- a/src/gamecontrollermappingdialog.cpp +++ b/src/gamecontrollermappingdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/gamecontrollermappingdialog.ui b/src/gamecontrollermappingdialog.ui index f8cd206e..2b7b1b1a 100755 --- a/src/gamecontrollermappingdialog.ui +++ b/src/gamecontrollermappingdialog.ui @@ -33,7 +33,7 @@ - <html><head/><body><p>antimicroX makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicroX will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> + <html><head/><body><p>antimicrox makes use of the <a href="https://wiki.libsdl.org/CategoryGameController"><span style=" text-decoration: underline; color:#0057ae;">Game Controller API</span></a> provided by SDL 2 in order to abstract various gamepads to fit a unified standard. In order to make a button assignment, please highlight the mapping cell for the appropriate button row below. You can then press a button or move an axis on your gamepad and the cell will update with the physical button or axis that will be used.</p><p>antimicrox will use the mapping that you specify to save a mapping string that will be loaded into SDL.</p></body></html> true diff --git a/src/globalvariables.cpp b/src/globalvariables.cpp index e7f22b56..33ce6270 100644 --- a/src/globalvariables.cpp +++ b/src/globalvariables.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/globalvariables.h b/src/globalvariables.h index 5878bb69..b9ca60f8 100644 --- a/src/globalvariables.h +++ b/src/globalvariables.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdaemon.cpp b/src/inputdaemon.cpp index 31a45e08..06090c4f 100755 --- a/src/inputdaemon.cpp +++ b/src/inputdaemon.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdaemon.h b/src/inputdaemon.h index 945255c3..e9c7eafa 100755 --- a/src/inputdaemon.h +++ b/src/inputdaemon.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdevice.cpp b/src/inputdevice.cpp index 2bd029db..d40a4d94 100755 --- a/src/inputdevice.cpp +++ b/src/inputdevice.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdevice.h b/src/inputdevice.h index c9beb1f8..a9fc7802 100755 --- a/src/inputdevice.h +++ b/src/inputdevice.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdevicebitarraystatus.cpp b/src/inputdevicebitarraystatus.cpp index 0a61a35f..978b77b7 100755 --- a/src/inputdevicebitarraystatus.cpp +++ b/src/inputdevicebitarraystatus.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/inputdevicebitarraystatus.h b/src/inputdevicebitarraystatus.h index 9861eada..709a2e0d 100755 --- a/src/inputdevicebitarraystatus.h +++ b/src/inputdevicebitarraystatus.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxis.cpp b/src/joyaxis.cpp index 863abc20..4a8d2857 100755 --- a/src/joyaxis.cpp +++ b/src/joyaxis.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxis.h b/src/joyaxis.h index 423a206c..d53c0cb9 100755 --- a/src/joyaxis.h +++ b/src/joyaxis.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxiscontextmenu.cpp b/src/joyaxiscontextmenu.cpp index ec04b0d8..12d6a5b7 100755 --- a/src/joyaxiscontextmenu.cpp +++ b/src/joyaxiscontextmenu.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxiscontextmenu.h b/src/joyaxiscontextmenu.h index afeb1ea6..731a3c91 100755 --- a/src/joyaxiscontextmenu.h +++ b/src/joyaxiscontextmenu.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxiswidget.cpp b/src/joyaxiswidget.cpp index 7c277b72..13d3685e 100755 --- a/src/joyaxiswidget.cpp +++ b/src/joyaxiswidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joyaxiswidget.h b/src/joyaxiswidget.h index 20e03cb4..28101b28 100755 --- a/src/joyaxiswidget.h +++ b/src/joyaxiswidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybutton.cpp b/src/joybutton.cpp index af79e3d2..3055939a 100755 --- a/src/joybutton.cpp +++ b/src/joybutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybutton.h b/src/joybutton.h index d9b2823f..db532abe 100755 --- a/src/joybutton.h +++ b/src/joybutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttoncontextmenu.cpp b/src/joybuttoncontextmenu.cpp index facf0f75..ba64eb82 100755 --- a/src/joybuttoncontextmenu.cpp +++ b/src/joybuttoncontextmenu.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttoncontextmenu.h b/src/joybuttoncontextmenu.h index d25e0891..e7ace00c 100755 --- a/src/joybuttoncontextmenu.h +++ b/src/joybuttoncontextmenu.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonmousehelper.cpp b/src/joybuttonmousehelper.cpp index e9dc70df..82878a96 100755 --- a/src/joybuttonmousehelper.cpp +++ b/src/joybuttonmousehelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonmousehelper.h b/src/joybuttonmousehelper.h index 654ced2d..ac1e1d9a 100755 --- a/src/joybuttonmousehelper.h +++ b/src/joybuttonmousehelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonslot.cpp b/src/joybuttonslot.cpp index f377a9f3..1fd64d9b 100755 --- a/src/joybuttonslot.cpp +++ b/src/joybuttonslot.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonslot.h b/src/joybuttonslot.h index 1b72a00e..fb9a62d6 100755 --- a/src/joybuttonslot.h +++ b/src/joybuttonslot.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonstatusbox.cpp b/src/joybuttonstatusbox.cpp index 10228791..b545e964 100755 --- a/src/joybuttonstatusbox.cpp +++ b/src/joybuttonstatusbox.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonstatusbox.h b/src/joybuttonstatusbox.h index 003ce4c4..7a45fbfa 100755 --- a/src/joybuttonstatusbox.h +++ b/src/joybuttonstatusbox.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joyaxisbutton.cpp b/src/joybuttontypes/joyaxisbutton.cpp index 852f1e4d..6d628db5 100755 --- a/src/joybuttontypes/joyaxisbutton.cpp +++ b/src/joybuttontypes/joyaxisbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joyaxisbutton.h b/src/joybuttontypes/joyaxisbutton.h index eb02836f..c7f7d5e1 100755 --- a/src/joybuttontypes/joyaxisbutton.h +++ b/src/joybuttontypes/joyaxisbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joycontrolstickbutton.cpp b/src/joybuttontypes/joycontrolstickbutton.cpp index 9efbd668..f245bc4f 100755 --- a/src/joybuttontypes/joycontrolstickbutton.cpp +++ b/src/joybuttontypes/joycontrolstickbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joycontrolstickbutton.h b/src/joybuttontypes/joycontrolstickbutton.h index d49fd70e..a3b0c048 100755 --- a/src/joybuttontypes/joycontrolstickbutton.h +++ b/src/joybuttontypes/joycontrolstickbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joycontrolstickmodifierbutton.cpp b/src/joybuttontypes/joycontrolstickmodifierbutton.cpp index 694dd079..886c5826 100755 --- a/src/joybuttontypes/joycontrolstickmodifierbutton.cpp +++ b/src/joybuttontypes/joycontrolstickmodifierbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joycontrolstickmodifierbutton.h b/src/joybuttontypes/joycontrolstickmodifierbutton.h index e4a6acfb..212bcb0e 100755 --- a/src/joybuttontypes/joycontrolstickmodifierbutton.h +++ b/src/joybuttontypes/joycontrolstickmodifierbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joydpadbutton.cpp b/src/joybuttontypes/joydpadbutton.cpp index 24b3b17b..e2d27349 100755 --- a/src/joybuttontypes/joydpadbutton.cpp +++ b/src/joybuttontypes/joydpadbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joydpadbutton.h b/src/joybuttontypes/joydpadbutton.h index caa223ac..840886a8 100755 --- a/src/joybuttontypes/joydpadbutton.h +++ b/src/joybuttontypes/joydpadbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joygradientbutton.cpp b/src/joybuttontypes/joygradientbutton.cpp index 8a7d8b2b..a01882a6 100755 --- a/src/joybuttontypes/joygradientbutton.cpp +++ b/src/joybuttontypes/joygradientbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttontypes/joygradientbutton.h b/src/joybuttontypes/joygradientbutton.h index 102d50b1..033253f8 100755 --- a/src/joybuttontypes/joygradientbutton.h +++ b/src/joybuttontypes/joygradientbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonwidget.cpp b/src/joybuttonwidget.cpp index 1a21828f..4777871e 100755 --- a/src/joybuttonwidget.cpp +++ b/src/joybuttonwidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joybuttonwidget.h b/src/joybuttonwidget.h index 8f41484c..6cf03e5e 100755 --- a/src/joybuttonwidget.h +++ b/src/joybuttonwidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstick.cpp b/src/joycontrolstick.cpp index 88c90675..f34e775b 100755 --- a/src/joycontrolstick.cpp +++ b/src/joycontrolstick.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstick.h b/src/joycontrolstick.h index 0d7d44a6..f405e6a1 100755 --- a/src/joycontrolstick.h +++ b/src/joycontrolstick.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickbuttonpushbutton.cpp b/src/joycontrolstickbuttonpushbutton.cpp index 5847d622..48d6e469 100755 --- a/src/joycontrolstickbuttonpushbutton.cpp +++ b/src/joycontrolstickbuttonpushbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickbuttonpushbutton.h b/src/joycontrolstickbuttonpushbutton.h index ab33bdf7..aa89ba0a 100755 --- a/src/joycontrolstickbuttonpushbutton.h +++ b/src/joycontrolstickbuttonpushbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickcontextmenu.cpp b/src/joycontrolstickcontextmenu.cpp index 36a6cb8c..879118b1 100755 --- a/src/joycontrolstickcontextmenu.cpp +++ b/src/joycontrolstickcontextmenu.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickcontextmenu.h b/src/joycontrolstickcontextmenu.h index 68520488..8062d7ca 100755 --- a/src/joycontrolstickcontextmenu.h +++ b/src/joycontrolstickcontextmenu.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickdirectionstype.h b/src/joycontrolstickdirectionstype.h index 0802d5b4..624f49ce 100755 --- a/src/joycontrolstickdirectionstype.h +++ b/src/joycontrolstickdirectionstype.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickeditdialog.cpp b/src/joycontrolstickeditdialog.cpp index ca5819f9..d9eb8f17 100755 --- a/src/joycontrolstickeditdialog.cpp +++ b/src/joycontrolstickeditdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickeditdialog.h b/src/joycontrolstickeditdialog.h index a002c80d..d788a828 100755 --- a/src/joycontrolstickeditdialog.h +++ b/src/joycontrolstickeditdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickpushbutton.cpp b/src/joycontrolstickpushbutton.cpp index 8f84e0cd..56ec4d7d 100755 --- a/src/joycontrolstickpushbutton.cpp +++ b/src/joycontrolstickpushbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickpushbutton.h b/src/joycontrolstickpushbutton.h index 4e557e09..ffb43440 100755 --- a/src/joycontrolstickpushbutton.h +++ b/src/joycontrolstickpushbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickstatusbox.cpp b/src/joycontrolstickstatusbox.cpp index e8b5c2bf..7f581759 100755 --- a/src/joycontrolstickstatusbox.cpp +++ b/src/joycontrolstickstatusbox.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joycontrolstickstatusbox.h b/src/joycontrolstickstatusbox.h index 04d287ae..64255f14 100755 --- a/src/joycontrolstickstatusbox.h +++ b/src/joycontrolstickstatusbox.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joydpad.cpp b/src/joydpad.cpp index 8734fe10..781f1d37 100755 --- a/src/joydpad.cpp +++ b/src/joydpad.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joydpad.h b/src/joydpad.h index 918dd1be..3d753a1a 100755 --- a/src/joydpad.h +++ b/src/joydpad.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joydpadbuttonwidget.cpp b/src/joydpadbuttonwidget.cpp index e13981a3..75521273 100755 --- a/src/joydpadbuttonwidget.cpp +++ b/src/joydpadbuttonwidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joydpadbuttonwidget.h b/src/joydpadbuttonwidget.h index bc2b9af4..92f3b0d2 100755 --- a/src/joydpadbuttonwidget.h +++ b/src/joydpadbuttonwidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joykeyrepeathelper.cpp b/src/joykeyrepeathelper.cpp index 11e714a0..f522123b 100755 --- a/src/joykeyrepeathelper.cpp +++ b/src/joykeyrepeathelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * * This program is free software: you can redistribute it and/or modify diff --git a/src/joykeyrepeathelper.h b/src/joykeyrepeathelper.h index 68d8186f..0669fb66 100755 --- a/src/joykeyrepeathelper.h +++ b/src/joykeyrepeathelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joystick.cpp b/src/joystick.cpp index 6d925c3b..537cfbe3 100755 --- a/src/joystick.cpp +++ b/src/joystick.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joystick.h b/src/joystick.h index ac6ba6a5..d397fede 100755 --- a/src/joystick.h +++ b/src/joystick.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joystickstatuswindow.cpp b/src/joystickstatuswindow.cpp index 4cdce655..d28112a3 100755 --- a/src/joystickstatuswindow.cpp +++ b/src/joystickstatuswindow.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joystickstatuswindow.h b/src/joystickstatuswindow.h index b642e3b1..5cc2f0b6 100755 --- a/src/joystickstatuswindow.h +++ b/src/joystickstatuswindow.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joytabwidget.cpp b/src/joytabwidget.cpp index 52d7908e..fe851293 100755 --- a/src/joytabwidget.cpp +++ b/src/joytabwidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joytabwidget.h b/src/joytabwidget.h index fd1797e7..07805249 100755 --- a/src/joytabwidget.h +++ b/src/joytabwidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joytabwidgetcontainer.cpp b/src/joytabwidgetcontainer.cpp index 71b5f6cb..2d1b0b98 100755 --- a/src/joytabwidgetcontainer.cpp +++ b/src/joytabwidgetcontainer.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/joytabwidgetcontainer.h b/src/joytabwidgetcontainer.h index 1f9948c1..7ea521ec 100755 --- a/src/joytabwidgetcontainer.h +++ b/src/joytabwidgetcontainer.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualkeyboardmousewidget.cpp b/src/keyboard/virtualkeyboardmousewidget.cpp index 8e63b218..c08b5446 100755 --- a/src/keyboard/virtualkeyboardmousewidget.cpp +++ b/src/keyboard/virtualkeyboardmousewidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualkeyboardmousewidget.h b/src/keyboard/virtualkeyboardmousewidget.h index 882460ce..ef398276 100755 --- a/src/keyboard/virtualkeyboardmousewidget.h +++ b/src/keyboard/virtualkeyboardmousewidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualkeypushbutton.cpp b/src/keyboard/virtualkeypushbutton.cpp index fffaf621..a48d66e0 100755 --- a/src/keyboard/virtualkeypushbutton.cpp +++ b/src/keyboard/virtualkeypushbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualkeypushbutton.h b/src/keyboard/virtualkeypushbutton.h index 01bacc06..1f392a99 100755 --- a/src/keyboard/virtualkeypushbutton.h +++ b/src/keyboard/virtualkeypushbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualmousepushbutton.cpp b/src/keyboard/virtualmousepushbutton.cpp index dbd13210..26d48af4 100755 --- a/src/keyboard/virtualmousepushbutton.cpp +++ b/src/keyboard/virtualmousepushbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/keyboard/virtualmousepushbutton.h b/src/keyboard/virtualmousepushbutton.h index c26c2ae0..0a3a12f8 100755 --- a/src/keyboard/virtualmousepushbutton.h +++ b/src/keyboard/virtualmousepushbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/localantimicroserver.cpp b/src/localantimicroserver.cpp index efe94f8e..e7a12669 100755 --- a/src/localantimicroserver.cpp +++ b/src/localantimicroserver.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/localantimicroserver.h b/src/localantimicroserver.h index 0b68cbcc..6ddeed47 100755 --- a/src/localantimicroserver.h +++ b/src/localantimicroserver.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/logger.cpp b/src/logger.cpp index d30c000b..8bd19366 100755 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/logger.h b/src/logger.h index 23f181d6..bc2305ab 100755 --- a/src/logger.h +++ b/src/logger.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/main.cpp b/src/main.cpp index e79584ed..0da2539a 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * * This program is free software: you can redistribute it and/or modify @@ -145,7 +145,7 @@ int main(int argc, char *argv[]) { qInstallMessageHandler(MessageHandler::myMessageOutput); - QApplication antimicroX(argc, argv); + QApplication antimicrox(argc, argv); QCoreApplication::setApplicationName("antimicrox"); QCoreApplication::setApplicationVersion(PadderCommon::programVersion); @@ -172,7 +172,7 @@ int main(int argc, char *argv[]) QTextStream errorstream(stderr); QCommandLineParser parser; - parser.setApplicationDescription(QCoreApplication::translate("antimicroX", "Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.")); + parser.setApplicationDescription(QCoreApplication::translate("antimicrox", "Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.")); parser.addHelpOption(); parser.addVersionOption(); @@ -260,7 +260,7 @@ int main(int argc, char *argv[]) #endif - parser.process(antimicroX); + parser.process(antimicrox); CommandLineUtility cmdutility; cmdutility.parseArguments(&parser); @@ -366,15 +366,15 @@ int main(int argc, char *argv[]) } mainWindow.removeJoyTabs(); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); #if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) - QTimer::singleShot(50, &antimicroX, &QApplication::quit); + QTimer::singleShot(50, &antimicrox, &QApplication::quit); #else - QTimer::singleShot(50, &antimicroX, SLOT(quit())); + QTimer::singleShot(50, &antimicrox, SLOT(quit())); #endif - int result = antimicroX.exec(); + int result = antimicrox.exec(); settings.sync(); socket.disconnectFromServer(); @@ -553,7 +553,7 @@ int main(int argc, char *argv[]) } #endif - antimicroX.setQuitOnLastWindowClosed(false); + antimicrox.setQuitOnLastWindowClosed(false); QStringList appDirsLocations = QStandardPaths::standardLocations(QStandardPaths::DataLocation); QStringList themePathsTries = QStringList(); @@ -615,7 +615,7 @@ int main(int argc, char *argv[]) } #endif - antimicroX.installTranslator(&qtTranslator); + antimicrox.installTranslator(&qtTranslator); QTranslator myappTranslator; @@ -629,7 +629,7 @@ int main(int argc, char *argv[]) myappTranslator.load(QString("antimicrox_").append(targetLang), QApplication::applicationDirPath().append("/../share/antimicrox/translations")); } - antimicroX.installTranslator(&myappTranslator); + antimicrox.installTranslator(&myappTranslator); // Have program handle SIGTERM @@ -683,13 +683,13 @@ int main(int argc, char *argv[]) MainWindow *mainWindow = new MainWindow(joysticks, &cmdutility, settings); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, mainWindow, &MainWindow::removeJoyTabs); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), + QObject::connect(&antimicrox, &QApplication::aboutToQuit, mainWindow, &MainWindow::removeJoyTabs); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteJoysticks, Qt::BlockingQueuedConnection); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, &PadderCommon::mouseHelperObj, + QObject::connect(&antimicrox, &QApplication::aboutToQuit, &PadderCommon::mouseHelperObj, &MouseHelper::deleteDeskWid, Qt::DirectConnection); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteLater, + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteLater, Qt::BlockingQueuedConnection); mainWindow->makeJoystickTabs(); @@ -706,7 +706,7 @@ int main(int argc, char *argv[]) inputEventThread->start(QThread::HighPriority); - int app_result = antimicroX.exec(); + int app_result = antimicrox.exec(); appLogger.Log(); // Log any remaining messages if they exist. @@ -844,14 +844,14 @@ int main(int argc, char *argv[]) QObject::connect(joypad_worker.data(), &InputDaemon::joystickRefreshed, mainWindow, &MainWindow::fillButtonsID); QObject::connect(joypad_worker.data(), &InputDaemon::joysticksRefreshed, mainWindow, &MainWindow::fillButtonsMap); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, localServer, &LocalAntiMicroServer::close); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, mainWindow, &MainWindow::saveAppConfig); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, mainWindow, &MainWindow::removeJoyTabs); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, &mainAppHelper, &AppLaunchHelper::revertMouseThread); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteJoysticks); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteLater); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, &PadderCommon::mouseHelperObj, &MouseHelper::deleteDeskWid, + QObject::connect(&antimicrox, &QApplication::aboutToQuit, localServer, &LocalAntiMicroServer::close); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, mainWindow, &MainWindow::saveAppConfig); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, mainWindow, &MainWindow::removeJoyTabs); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, &mainAppHelper, &AppLaunchHelper::revertMouseThread); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::quit); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteJoysticks); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, joypad_worker.data(), &InputDaemon::deleteLater); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, &PadderCommon::mouseHelperObj, &MouseHelper::deleteDeskWid, Qt::DirectConnection); #if defined(WITH_X11) @@ -862,9 +862,9 @@ int main(int argc, char *argv[]) qDebug() << "Loaded quit combo keys: " << quitComboKeys; QGlobalShortcut* gs = new QGlobalShortcut; gs->setKey(QKeySequence(quitComboKeys)); - QObject::connect(gs, &QGlobalShortcut::activated, &antimicroX, &QApplication::quit); + QObject::connect(gs, &QGlobalShortcut::activated, &antimicrox, &QApplication::quit); - QObject::connect(&antimicroX, &QApplication::aboutToQuit, gs, &QGlobalShortcut::deleteLater); + QObject::connect(&antimicrox, &QApplication::aboutToQuit, gs, &QGlobalShortcut::deleteLater); } #endif @@ -894,7 +894,7 @@ int main(int argc, char *argv[]) inputEventThread->start(QThread::HighPriority); - int app_result = antimicroX.exec(); + int app_result = antimicrox.exec(); appLogger.Log(); // Log any remaining messages if they exist. diff --git a/src/mainsettingsdialog.cpp b/src/mainsettingsdialog.cpp index 09a2ab46..96276181 100755 --- a/src/mainsettingsdialog.cpp +++ b/src/mainsettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mainsettingsdialog.h b/src/mainsettingsdialog.h index 31907028..391f1d1d 100755 --- a/src/mainsettingsdialog.h +++ b/src/mainsettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mainsettingsdialog.ui b/src/mainsettingsdialog.ui index 218e4751..a09075a2 100755 --- a/src/mainsettingsdialog.ui +++ b/src/mainsettingsdialog.ui @@ -214,7 +214,7 @@ events from gamepads. Defaults to 10 ms. Reducing the poll rate value could cause the application to use more CPU power so please test the setting that you use -before using antimicroX unattended. +before using AntiMicroX unattended. @@ -234,7 +234,7 @@ clicked instead of quitting the program. - Have Windows start antimicroX at system startup. + Have Windows start AntiMicroX at system startup. Launch At Windows Startup @@ -307,7 +307,7 @@ first launches. - Associate .amgp files with antimicroX in Windows Explorer. + Associate .amgp files with AntiMicroX in Windows Explorer. Associate Profiles @@ -727,7 +727,7 @@ Settings will not take affect until you either refresh all joysticks or unplug t - <html><head/><body><p>antimicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make antimicroX load a different translation depending on the language that you choose from the list below.</p></body></html> + <html><head/><body><p>AntiMicroX has been translated into many different languages by contributors. By default, the program will choose an appropriate translation based on your system's locale setting. However, you can make AntiMicroX load a different translation depending on the language that you choose from the list below.</p></body></html> true @@ -1042,8 +1042,8 @@ Settings will not take affect until you either refresh all joysticks or unplug t Disable the "Enhanced Pointer Precision" Windows setting -while antimicroX is running. Disabling "Enhanced Pointer Precision" -will allow mouse movement within antimicroX to be more +while AntiMicroX is running. Disabling "Enhanced Pointer Precision" +will allow mouse movement within AntiMicroX to be more precise. diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 583b3263..4530e470 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * @@ -317,7 +317,7 @@ void MainWindow::controllerMapOpening() int joypadIndex = m_cmdutility->getControllerNumber(); - qDebug() << "It was antimicroX --map controllerNumber"; + qDebug() << "It was antimicrox --map controllerNumber"; qDebug() << "controllerNumber: " << joypadIndex; selectControllerJoyTab(joypadIndex); @@ -327,7 +327,7 @@ void MainWindow::controllerMapOpening() { QString joypadGUID = m_cmdutility->getControllerID(); - qDebug() << "It was antimicroX --map controllerID"; + qDebug() << "It was antimicrox --map controllerID"; qDebug() << "controllerID: " << joypadGUID; selectControllerJoyTab(joypadGUID); @@ -2076,7 +2076,7 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event) void MainWindow::convertGUIDtoUniqueID(InputDevice* currentDevice, QString controlEntryLastSelectedGUID) { - int exec = QMessageBox::information(this, tr("Reading old profile"), tr("This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicroX since version 2.25"), QMessageBox::Yes, QMessageBox::No); + int exec = QMessageBox::information(this, tr("Reading old profile"), tr("This profile uses controllers' GUID numbers. Would you like to change GUID numbers to UniqueID in this file for use in identical gamecontrollers? Such old file cannot be loaded in antimicrox since version 2.25"), QMessageBox::Yes, QMessageBox::No); switch (exec) { diff --git a/src/mainwindow.h b/src/mainwindow.h index 3e10aa1a..3b8da535 100755 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 1ded36ad..2b1ed6bc 100755 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -20,7 +20,7 @@ - antimicroX + AntiMicroX diff --git a/src/messagehandler.cpp b/src/messagehandler.cpp index 0ffad9ef..9397a90f 100755 --- a/src/messagehandler.cpp +++ b/src/messagehandler.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/messagehandler.h b/src/messagehandler.h index f25ccd8e..4404c931 100755 --- a/src/messagehandler.h +++ b/src/messagehandler.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/mousedialog/mouseaxissettingsdialog.cpp b/src/mousedialog/mouseaxissettingsdialog.cpp index bc30bc74..acbe0b34 100755 --- a/src/mousedialog/mouseaxissettingsdialog.cpp +++ b/src/mousedialog/mouseaxissettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mouseaxissettingsdialog.h b/src/mousedialog/mouseaxissettingsdialog.h index 6fdd1121..bee1c112 100755 --- a/src/mousedialog/mouseaxissettingsdialog.h +++ b/src/mousedialog/mouseaxissettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousebuttonsettingsdialog.cpp b/src/mousedialog/mousebuttonsettingsdialog.cpp index 86466aee..7d6676c1 100755 --- a/src/mousedialog/mousebuttonsettingsdialog.cpp +++ b/src/mousedialog/mousebuttonsettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousebuttonsettingsdialog.h b/src/mousedialog/mousebuttonsettingsdialog.h index c5baf6e6..0f8221e4 100755 --- a/src/mousedialog/mousebuttonsettingsdialog.h +++ b/src/mousedialog/mousebuttonsettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousecontrolsticksettingsdialog.cpp b/src/mousedialog/mousecontrolsticksettingsdialog.cpp index 60da5a08..22de9e2f 100755 --- a/src/mousedialog/mousecontrolsticksettingsdialog.cpp +++ b/src/mousedialog/mousecontrolsticksettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousecontrolsticksettingsdialog.h b/src/mousedialog/mousecontrolsticksettingsdialog.h index 084f2bfb..f8b0f680 100755 --- a/src/mousedialog/mousecontrolsticksettingsdialog.h +++ b/src/mousedialog/mousecontrolsticksettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousedpadsettingsdialog.cpp b/src/mousedialog/mousedpadsettingsdialog.cpp index 4a0cf2e6..6ece6ea9 100755 --- a/src/mousedialog/mousedpadsettingsdialog.cpp +++ b/src/mousedialog/mousedpadsettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/mousedpadsettingsdialog.h b/src/mousedialog/mousedpadsettingsdialog.h index aa556d04..1d54104d 100755 --- a/src/mousedialog/mousedpadsettingsdialog.h +++ b/src/mousedialog/mousedpadsettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/springmoderegionpreview.cpp b/src/mousedialog/springmoderegionpreview.cpp index 19e51668..96ea1ef1 100755 --- a/src/mousedialog/springmoderegionpreview.cpp +++ b/src/mousedialog/springmoderegionpreview.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/springmoderegionpreview.h b/src/mousedialog/springmoderegionpreview.h index 41af486a..3240050d 100755 --- a/src/mousedialog/springmoderegionpreview.h +++ b/src/mousedialog/springmoderegionpreview.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.cpp b/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.cpp index 7e8ca86c..9e32ea1c 100755 --- a/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.cpp +++ b/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.h b/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.h index 551b140e..22bfb5c0 100755 --- a/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.h +++ b/src/mousedialog/uihelpers/mouseaxissettingsdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.cpp b/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.cpp index edaecbc5..5fcb5ea6 100755 --- a/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.cpp +++ b/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.h b/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.h index 9fbfc316..886168a6 100755 --- a/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.h +++ b/src/mousedialog/uihelpers/mousebuttonsettingsdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.cpp b/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.cpp index ecbec852..84adad9c 100755 --- a/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.cpp +++ b/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.h b/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.h index 8efe9e37..fe10ae99 100755 --- a/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.h +++ b/src/mousedialog/uihelpers/mousecontrolsticksettingsdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.cpp b/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.cpp index 015daaef..5b49a1b4 100755 --- a/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.cpp +++ b/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.h b/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.h index cd3077ef..52c3e72e 100755 --- a/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.h +++ b/src/mousedialog/uihelpers/mousedpadsettingsdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousehelper.cpp b/src/mousehelper.cpp index fff084a8..1af13d43 100755 --- a/src/mousehelper.cpp +++ b/src/mousehelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousehelper.h b/src/mousehelper.h index ccb54769..d7724a9f 100755 --- a/src/mousehelper.h +++ b/src/mousehelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousesettingsdialog.cpp b/src/mousesettingsdialog.cpp index d341b89c..7226e780 100755 --- a/src/mousesettingsdialog.cpp +++ b/src/mousesettingsdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/mousesettingsdialog.h b/src/mousesettingsdialog.h index fa14ea8b..790293ac 100755 --- a/src/mousesettingsdialog.h +++ b/src/mousesettingsdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/profileimporter.h b/src/profileimporter.h index c5054c01..293d33d2 100644 --- a/src/profileimporter.h +++ b/src/profileimporter.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/qkeydisplaydialog.cpp b/src/qkeydisplaydialog.cpp index b4852ab5..e9f17f40 100755 --- a/src/qkeydisplaydialog.cpp +++ b/src/qkeydisplaydialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qkeydisplaydialog.h b/src/qkeydisplaydialog.h index 22cebb6e..0465afc2 100755 --- a/src/qkeydisplaydialog.h +++ b/src/qkeydisplaydialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qkeydisplaydialog.ui b/src/qkeydisplaydialog.ui index 319246dc..f12c34b9 100755 --- a/src/qkeydisplaydialog.ui +++ b/src/qkeydisplaydialog.ui @@ -38,7 +38,7 @@ - <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by antimicroX.</p><p>The antimicroX key value and the Qt key value will usually be the same. antimicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to antimicroX's <a href="https://github.com/AntiMicroX/antimicroX/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> + <html><head/><body><p>Press a key on your keyboard to see how the key is detected by this application. The window will show the system native key value, the original value given by Qt (if applicable), and the custom value used by AntiMicroX.</p><p>The AntiMicroX key value and the Qt key value will usually be the same. AntiMicroX tries to use the key values defined in Qt when possible. Check the page <a href="http://doc.qt.io/qt-5/qt.html#Key-enum"><span style=" text-decoration: underline; color:#0057ae;">http://doc.qt.io/qt-5/qt.html#Key-enum</span></a> for a list of values defined by Qt. If you discover that a key is not natively supported by this program, please report the problem to AntiMicroX's <a href="https://github.com/AntiMicroX/antimicrox/"><span style=" text-decoration: underline; color:#0057ae;">GitHub page</span></a> so that the program can be edited to support it directly. As it is, a custom prefix is added to unknown values so they can still be used; the main problem is that the profile will no longer be portable.</p></body></html> Qt::AutoText diff --git a/src/qtkeymapperbase.cpp b/src/qtkeymapperbase.cpp index 2cff0020..35194ea4 100755 --- a/src/qtkeymapperbase.cpp +++ b/src/qtkeymapperbase.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtkeymapperbase.h b/src/qtkeymapperbase.h index 880690de..ec300f57 100755 --- a/src/qtkeymapperbase.h +++ b/src/qtkeymapperbase.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtuinputkeymapper.cpp b/src/qtuinputkeymapper.cpp index 8ade7e88..ded2805b 100755 --- a/src/qtuinputkeymapper.cpp +++ b/src/qtuinputkeymapper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtuinputkeymapper.h b/src/qtuinputkeymapper.h index e1001dd1..9a763669 100755 --- a/src/qtuinputkeymapper.h +++ b/src/qtuinputkeymapper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtvmultikeymapper.cpp b/src/qtvmultikeymapper.cpp index 5a54e861..e47279a3 100755 --- a/src/qtvmultikeymapper.cpp +++ b/src/qtvmultikeymapper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * * This program is free software: you can redistribute it and/or modify diff --git a/src/qtvmultikeymapper.h b/src/qtvmultikeymapper.h index 881a8918..70651727 100755 --- a/src/qtvmultikeymapper.h +++ b/src/qtvmultikeymapper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtwinkeymapper.cpp b/src/qtwinkeymapper.cpp index 122c2a42..66a15231 100755 --- a/src/qtwinkeymapper.cpp +++ b/src/qtwinkeymapper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * * This program is free software: you can redistribute it and/or modify diff --git a/src/qtwinkeymapper.h b/src/qtwinkeymapper.h index cea4d9e9..9d9d9a39 100755 --- a/src/qtwinkeymapper.h +++ b/src/qtwinkeymapper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtx11keymapper.cpp b/src/qtx11keymapper.cpp index 6e7c8c18..f69b28c1 100755 --- a/src/qtx11keymapper.cpp +++ b/src/qtx11keymapper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/qtx11keymapper.h b/src/qtx11keymapper.h index a9ce0d3c..b0c869b4 100755 --- a/src/qtx11keymapper.h +++ b/src/qtx11keymapper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/quicksetdialog.cpp b/src/quicksetdialog.cpp index 6cc9f3be..b71fdbbb 100755 --- a/src/quicksetdialog.cpp +++ b/src/quicksetdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/quicksetdialog.h b/src/quicksetdialog.h index d30a4056..f51f404e 100755 --- a/src/quicksetdialog.h +++ b/src/quicksetdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/sdleventreader.cpp b/src/sdleventreader.cpp index b398f062..65b22b71 100755 --- a/src/sdleventreader.cpp +++ b/src/sdleventreader.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/sdleventreader.h b/src/sdleventreader.h index 5c859449..b626e865 100755 --- a/src/sdleventreader.h +++ b/src/sdleventreader.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setaxisthrottledialog.cpp b/src/setaxisthrottledialog.cpp index dcc09120..cae0e167 100755 --- a/src/setaxisthrottledialog.cpp +++ b/src/setaxisthrottledialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setaxisthrottledialog.h b/src/setaxisthrottledialog.h index 086cac98..b8d1a976 100755 --- a/src/setaxisthrottledialog.h +++ b/src/setaxisthrottledialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setjoystick.cpp b/src/setjoystick.cpp index a215c787..d1a9df6d 100755 --- a/src/setjoystick.cpp +++ b/src/setjoystick.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setjoystick.h b/src/setjoystick.h index 9618e301..f9c4ec47 100755 --- a/src/setjoystick.h +++ b/src/setjoystick.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setnamesdialog.cpp b/src/setnamesdialog.cpp index 29f0b6b4..7198c908 100755 --- a/src/setnamesdialog.cpp +++ b/src/setnamesdialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/setnamesdialog.h b/src/setnamesdialog.h index fdc7b5ef..eb347e5f 100755 --- a/src/setnamesdialog.h +++ b/src/setnamesdialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/simplekeygrabberbutton.cpp b/src/simplekeygrabberbutton.cpp index 059d1a72..5c584d03 100755 --- a/src/simplekeygrabberbutton.cpp +++ b/src/simplekeygrabberbutton.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/simplekeygrabberbutton.h b/src/simplekeygrabberbutton.h index aff1a92c..c6f3d6c9 100755 --- a/src/simplekeygrabberbutton.h +++ b/src/simplekeygrabberbutton.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/slotitemlistwidget.cpp b/src/slotitemlistwidget.cpp index c4e65834..8763bb13 100755 --- a/src/slotitemlistwidget.cpp +++ b/src/slotitemlistwidget.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/slotitemlistwidget.h b/src/slotitemlistwidget.h index a9c449e1..3b96848d 100755 --- a/src/slotitemlistwidget.h +++ b/src/slotitemlistwidget.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/springmousemoveinfo.h b/src/springmousemoveinfo.h index 9ee49c21..75c2e885 100755 --- a/src/springmousemoveinfo.h +++ b/src/springmousemoveinfo.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/stickpushbuttongroup.cpp b/src/stickpushbuttongroup.cpp index 813c60a5..95926f2f 100755 --- a/src/stickpushbuttongroup.cpp +++ b/src/stickpushbuttongroup.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/stickpushbuttongroup.h b/src/stickpushbuttongroup.h index 26554123..e9d0749e 100755 --- a/src/stickpushbuttongroup.h +++ b/src/stickpushbuttongroup.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/advancebuttondialoghelper.cpp b/src/uihelpers/advancebuttondialoghelper.cpp index 31f03c3f..5ace1f67 100755 --- a/src/uihelpers/advancebuttondialoghelper.cpp +++ b/src/uihelpers/advancebuttondialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/advancebuttondialoghelper.h b/src/uihelpers/advancebuttondialoghelper.h index b258f377..e092cf10 100755 --- a/src/uihelpers/advancebuttondialoghelper.h +++ b/src/uihelpers/advancebuttondialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/buttoneditdialoghelper.cpp b/src/uihelpers/buttoneditdialoghelper.cpp index f65b0476..a823465c 100755 --- a/src/uihelpers/buttoneditdialoghelper.cpp +++ b/src/uihelpers/buttoneditdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/buttoneditdialoghelper.h b/src/uihelpers/buttoneditdialoghelper.h index d48a4218..f772f017 100755 --- a/src/uihelpers/buttoneditdialoghelper.h +++ b/src/uihelpers/buttoneditdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/dpadcontextmenuhelper.cpp b/src/uihelpers/dpadcontextmenuhelper.cpp index 09a4a880..44918c45 100755 --- a/src/uihelpers/dpadcontextmenuhelper.cpp +++ b/src/uihelpers/dpadcontextmenuhelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/dpadcontextmenuhelper.h b/src/uihelpers/dpadcontextmenuhelper.h index 3403eb34..651f4dbc 100755 --- a/src/uihelpers/dpadcontextmenuhelper.h +++ b/src/uihelpers/dpadcontextmenuhelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/dpadeditdialoghelper.cpp b/src/uihelpers/dpadeditdialoghelper.cpp index 717db7cf..f4379afb 100755 --- a/src/uihelpers/dpadeditdialoghelper.cpp +++ b/src/uihelpers/dpadeditdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/dpadeditdialoghelper.h b/src/uihelpers/dpadeditdialoghelper.h index dd3aade9..1b74309f 100755 --- a/src/uihelpers/dpadeditdialoghelper.h +++ b/src/uihelpers/dpadeditdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/gamecontrollermappingdialoghelper.cpp b/src/uihelpers/gamecontrollermappingdialoghelper.cpp index 43e18936..1781310f 100755 --- a/src/uihelpers/gamecontrollermappingdialoghelper.cpp +++ b/src/uihelpers/gamecontrollermappingdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joyaxiscontextmenuhelper.cpp b/src/uihelpers/joyaxiscontextmenuhelper.cpp index 18a509ca..1478bfc9 100755 --- a/src/uihelpers/joyaxiscontextmenuhelper.cpp +++ b/src/uihelpers/joyaxiscontextmenuhelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joyaxiscontextmenuhelper.h b/src/uihelpers/joyaxiscontextmenuhelper.h index a3781861..cd47a67b 100755 --- a/src/uihelpers/joyaxiscontextmenuhelper.h +++ b/src/uihelpers/joyaxiscontextmenuhelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joycontrolstickcontextmenuhelper.cpp b/src/uihelpers/joycontrolstickcontextmenuhelper.cpp index d1228710..e30234eb 100755 --- a/src/uihelpers/joycontrolstickcontextmenuhelper.cpp +++ b/src/uihelpers/joycontrolstickcontextmenuhelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joycontrolstickcontextmenuhelper.h b/src/uihelpers/joycontrolstickcontextmenuhelper.h index 362b0b79..58473e7f 100755 --- a/src/uihelpers/joycontrolstickcontextmenuhelper.h +++ b/src/uihelpers/joycontrolstickcontextmenuhelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joycontrolstickeditdialoghelper.cpp b/src/uihelpers/joycontrolstickeditdialoghelper.cpp index 6e435149..659f0c04 100755 --- a/src/uihelpers/joycontrolstickeditdialoghelper.cpp +++ b/src/uihelpers/joycontrolstickeditdialoghelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joycontrolstickeditdialoghelper.h b/src/uihelpers/joycontrolstickeditdialoghelper.h index 34949abb..b0a79b66 100755 --- a/src/uihelpers/joycontrolstickeditdialoghelper.h +++ b/src/uihelpers/joycontrolstickeditdialoghelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joytabwidgethelper.cpp b/src/uihelpers/joytabwidgethelper.cpp index 20b89eba..ac7992ac 100755 --- a/src/uihelpers/joytabwidgethelper.cpp +++ b/src/uihelpers/joytabwidgethelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uihelpers/joytabwidgethelper.h b/src/uihelpers/joytabwidgethelper.h index a5a50861..6de8fbb4 100755 --- a/src/uihelpers/joytabwidgethelper.h +++ b/src/uihelpers/joytabwidgethelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uinputhelper.cpp b/src/uinputhelper.cpp index b3c58624..e5988332 100755 --- a/src/uinputhelper.cpp +++ b/src/uinputhelper.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/uinputhelper.h b/src/uinputhelper.h index b27838bc..4ad61ba1 100755 --- a/src/uinputhelper.h +++ b/src/uinputhelper.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/unixcapturewindowutility.cpp b/src/unixcapturewindowutility.cpp index a75a3608..0bf4a1af 100755 --- a/src/unixcapturewindowutility.cpp +++ b/src/unixcapturewindowutility.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/unixcapturewindowutility.h b/src/unixcapturewindowutility.h index 160e3e35..37f33eee 100755 --- a/src/unixcapturewindowutility.h +++ b/src/unixcapturewindowutility.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/unixwindowinfodialog.cpp b/src/unixwindowinfodialog.cpp index 2ed7c676..d658bb0e 100755 --- a/src/unixwindowinfodialog.cpp +++ b/src/unixwindowinfodialog.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * * This program is free software: you can redistribute it and/or modify diff --git a/src/unixwindowinfodialog.h b/src/unixwindowinfodialog.h index cadc91d3..d2d36407 100755 --- a/src/unixwindowinfodialog.h +++ b/src/unixwindowinfodialog.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/vdpad.cpp b/src/vdpad.cpp index 8a137ffe..e1957a98 100755 --- a/src/vdpad.cpp +++ b/src/vdpad.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/vdpad.h b/src/vdpad.h index eb0b9354..fd264dbc 100755 --- a/src/vdpad.h +++ b/src/vdpad.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/x11extras.cpp b/src/x11extras.cpp index 6a695009..90badef1 100755 --- a/src/x11extras.cpp +++ b/src/x11extras.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/x11extras.h b/src/x11extras.h index 99b8ba18..478b4a6f 100755 --- a/src/x11extras.h +++ b/src/x11extras.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xml/inputdevicexml.cpp b/src/xml/inputdevicexml.cpp index 8353458a..9358ca37 100644 --- a/src/xml/inputdevicexml.cpp +++ b/src/xml/inputdevicexml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/inputdevicexml.h b/src/xml/inputdevicexml.h index eba4a4b3..0d2c93c3 100644 --- a/src/xml/inputdevicexml.h +++ b/src/xml/inputdevicexml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joyaxisxml.cpp b/src/xml/joyaxisxml.cpp index 5913840a..c92f1094 100644 --- a/src/xml/joyaxisxml.cpp +++ b/src/xml/joyaxisxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joyaxisxml.h b/src/xml/joyaxisxml.h index a125924c..16fd0dae 100644 --- a/src/xml/joyaxisxml.h +++ b/src/xml/joyaxisxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joybuttonslotxml.cpp b/src/xml/joybuttonslotxml.cpp index 1a49518a..63dac0e8 100644 --- a/src/xml/joybuttonslotxml.cpp +++ b/src/xml/joybuttonslotxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joybuttonslotxml.h b/src/xml/joybuttonslotxml.h index d4bcd150..0d1b1df0 100644 --- a/src/xml/joybuttonslotxml.h +++ b/src/xml/joybuttonslotxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joybuttonxml.cpp b/src/xml/joybuttonxml.cpp index f02bc4c6..de4c6bf4 100644 --- a/src/xml/joybuttonxml.cpp +++ b/src/xml/joybuttonxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joybuttonxml.h b/src/xml/joybuttonxml.h index 1c927238..89375ac5 100644 --- a/src/xml/joybuttonxml.h +++ b/src/xml/joybuttonxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/joydpadxml.h b/src/xml/joydpadxml.h index 6abb1189..00816ae4 100644 --- a/src/xml/joydpadxml.h +++ b/src/xml/joydpadxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/setjoystickxml.cpp b/src/xml/setjoystickxml.cpp index eff200da..bbf79ef6 100644 --- a/src/xml/setjoystickxml.cpp +++ b/src/xml/setjoystickxml.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xml/setjoystickxml.h b/src/xml/setjoystickxml.h index 117a044a..6626a183 100644 --- a/src/xml/setjoystickxml.h +++ b/src/xml/setjoystickxml.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2020 Jagoda Górska * * This program is free software: you can redistribute it and/or modify diff --git a/src/xmlconfigmigration.cpp b/src/xmlconfigmigration.cpp index 7efd6fd2..02df8694 100755 --- a/src/xmlconfigmigration.cpp +++ b/src/xmlconfigmigration.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xmlconfigmigration.h b/src/xmlconfigmigration.h index ef4d97bc..c09feebf 100755 --- a/src/xmlconfigmigration.h +++ b/src/xmlconfigmigration.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xmlconfigreader.cpp b/src/xmlconfigreader.cpp index c685a50f..3ee4f517 100755 --- a/src/xmlconfigreader.cpp +++ b/src/xmlconfigreader.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xmlconfigreader.h b/src/xmlconfigreader.h index bd782b2c..6b4f1bbc 100755 --- a/src/xmlconfigreader.h +++ b/src/xmlconfigreader.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xmlconfigwriter.cpp b/src/xmlconfigwriter.cpp index 985f775e..51cb5940 100755 --- a/src/xmlconfigwriter.cpp +++ b/src/xmlconfigwriter.cpp @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/src/xmlconfigwriter.h b/src/xmlconfigwriter.h index 25fda86a..ea761a83 100755 --- a/src/xmlconfigwriter.h +++ b/src/xmlconfigwriter.h @@ -1,4 +1,4 @@ -/* antimicroX Gamepad to KB+M event mapper +/* antimicrox Gamepad to KB+M event mapper * Copyright (C) 2015 Travis Nickles * Copyright (C) 2020 Jagoda Górska * diff --git a/tests/testqkeydisplaydialog.cpp b/tests/testqkeydisplaydialog.cpp index f0bd9f5a..5fdf8b5d 100644 --- a/tests/testqkeydisplaydialog.cpp +++ b/tests/testqkeydisplaydialog.cpp @@ -8,10 +8,10 @@ label->text() cannot be empty buttonBox->Close cannot be disabled nativeTitleLabel->text() == tr("Native Key Value:") qtKeyTitleLabel->text() == tr("Qt Key Value:") -antiTitleLabel->text() == tr("antimicroX Key Value:") +antiTitleLabel->text() == tr("AntiMicroX Key Value:") label->text() is all visible label->text() contains -label->text() contains +label->text() contains nativeKeyLabel->text() at the start is 0x00000000 or empty qtKeyLabel->text() at the start is 0x00000000 or empty antimicroKeyLabel->text() at the start is 0x00000000 or empty