Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added feature for load/save keyboard layout with their LED settings profile #76

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    d919b28 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    afe40ac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Fix qdoc config for Qt 5.11

    Also add a kind-of working meson target that can be invoked with 'ninja src/libopenrazer/docs/html'
    z3ntu committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    eecf213 View commit details
    Browse the repository at this point in the history
  2. razerdefault22: Add en_US keymap

    germ authored and z3ntu committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    44c678e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Release version 0.8

    z3ntu committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    2666d24 View commit details
    Browse the repository at this point in the history
  2. Make qdoc dependency optional

    z3ntu committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    72d58d7 View commit details
    Browse the repository at this point in the history
  3. Release version 0.8.1

    z3ntu committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    2f41ab4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. razerdefault22: fix Space and FN keys

    tildearrow authored and z3ntu committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    2b28b48 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    3b05eba View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Fix typo breaking setScrollBreathDual

    bool Device::setScrollBreathDual(QColor color, QColor color2) was creating a QBusMessage with:
    
    QDBusMessage m = prepareDeviceQDBusMessage("razer.device.lighting.scroll", "setScrollBreathSingle");
    
    Changed it to:
    
    QDBusMessage m = prepareDeviceQDBusMessage("razer.device.lighting.scroll", "setScrollBreathDual");
    nightsky30 authored and z3ntu committed May 8, 2019
    Configuration menu
    Copy the full SHA
    6db3844 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    1693ebb View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Use a combobox for DeathAdder 3.5G

    Previously, all devices supported setting any value as DPI you wanted,
    but the DeathAdder 3.5G only has 4 values available so add support for
    that.
    z3ntu committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    0b0ce04 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. UI: use 'preferences-system' icon and make it bigger

    The 'configure' icon is not a standard icon theme icon and probably only
    available in the Breeze theme, so the preferences button was basically
    invisible for many users.
    
    Fix this by using the 'preferences-system' icon; and also increase the
    size of the icon from 16x16 to 20x20 to make it more visible.
    
    Fixes z3ntu#50
    z3ntu committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    2c0496e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. razerdefault22: Add Nordic layout

    ananace authored and z3ntu committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    0df8624 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. razerdefault22: Add fr_FR keymap

    - 'space bar' matrix assigned to [5, 7] to support BlackWidow Chroma v2 RGB
    - still no 'razer logo' support for BlackWidow Chroma V2
    vankasteelj authored and z3ntu committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    02fe6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    082908c View commit details
    Browse the repository at this point in the history
  3. Add French translations

    vankasteelj authored and z3ntu committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    e6d0e66 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. - RazerGenie can now save keyboard layout at least from the

    	  Matrix Discovery
    	modified :         src/CMakeLists.txt
    	modified :         src/customeditor/customeditor.cpp
    	modified :         src/customeditor/customeditor.h
    	new file :         src/customeditor/kbdlayout.cpp
    	new file :         src/customeditor/kbdlayout.h
    	modified :         src/customeditor/matrixpushbutton.cpp
    	modified :         src/customeditor/matrixpushbutton.h
    Tikeri committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    68af1e8 View commit details
    Browse the repository at this point in the history
  2. Now Restore button colors also after loaded JSON layout file

    	modified :         src/customeditor/customeditor.cpp
    	modified :         src/customeditor/matrixpushbutton.cpp
    	modified :         src/customeditor/matrixpushbutton.h
    Tikeri committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    ed9df82 View commit details
    Browse the repository at this point in the history
  3. .git/msg

    Tikeri committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    14ba358 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80b42e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Good going on, last thing to fix before the big cleaning is to render…

    … correctly from the standart custom editor, for some reason it looks to be a shift somewhere
    Tikeri committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6cb5d0b View commit details
    Browse the repository at this point in the history
  2. Removed unused stuff, removed the null label which leads in improper …

    …layout values.. this wasted my time btw.
    Tikeri committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    de3e62c View commit details
    Browse the repository at this point in the history
  3. Razerlogo LED added into fr_FR kayboard layout, should be the same fo…

    …r others keyboards ?
    Tikeri committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    f0f2811 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    e970b3b View commit details
    Browse the repository at this point in the history
  2. Fix qdoc config for Qt 5.11

    Also add a kind-of working meson target that can be invoked with 'ninja src/libopenrazer/docs/html'
    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    45c015d View commit details
    Browse the repository at this point in the history
  3. razerdefault22: Add en_US keymap

    germ authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    f33a472 View commit details
    Browse the repository at this point in the history
  4. Release version 0.8

    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    adbba46 View commit details
    Browse the repository at this point in the history
  5. Make qdoc dependency optional

    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    7e11d77 View commit details
    Browse the repository at this point in the history
  6. Release version 0.8.1

    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    f5692d7 View commit details
    Browse the repository at this point in the history
  7. Use a combobox for DeathAdder 3.5G

    Previously, all devices supported setting any value as DPI you wanted,
    but the DeathAdder 3.5G only has 4 values available so add support for
    that.
    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d68af47 View commit details
    Browse the repository at this point in the history
  8. razerdefault22: Add fr_FR keymap

    - 'space bar' matrix assigned to [5, 7] to support BlackWidow Chroma v2 RGB
    - still no 'razer logo' support for BlackWidow Chroma V2
    vankasteelj authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c27f716 View commit details
    Browse the repository at this point in the history
  9. translations/de: update line numbers

    z3ntu authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d7ef728 View commit details
    Browse the repository at this point in the history
  10. Add French translations

    vankasteelj authored and Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    6378af9 View commit details
    Browse the repository at this point in the history
  11. - RazerGenie can now save keyboard layout at least from the

    	  Matrix Discovery
    	modified :         src/CMakeLists.txt
    	modified :         src/customeditor/customeditor.cpp
    	modified :         src/customeditor/customeditor.h
    	new file :         src/customeditor/kbdlayout.cpp
    	new file :         src/customeditor/kbdlayout.h
    	modified :         src/customeditor/matrixpushbutton.cpp
    	modified :         src/customeditor/matrixpushbutton.h
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9868dc7 View commit details
    Browse the repository at this point in the history
  12. Now Restore button colors also after loaded JSON layout file

    	modified :         src/customeditor/customeditor.cpp
    	modified :         src/customeditor/matrixpushbutton.cpp
    	modified :         src/customeditor/matrixpushbutton.h
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    430650f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e012866 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da9d087 View commit details
    Browse the repository at this point in the history
  15. Good going on, last thing to fix before the big cleaning is to render…

    … correctly from the standart custom editor, for some reason it looks to be a shift somewhere
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    90ed80a View commit details
    Browse the repository at this point in the history
  16. Removed unused stuff, removed the null label which leads in improper …

    …layout values.. this wasted my time btw.
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    a10100f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    806c80e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    202522f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4cb44a View commit details
    Browse the repository at this point in the history
  20. Fixed dimens.{x,y} in customeditor.cpp

    Fixed double declaration in customeditor.h
    Fixed meson.build to include new kbdlayout.{h,cpp} files like it was done in CMakeLists.txt before
    Fixed meson.build in data/ to include the saved layout example file
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    812b891 View commit details
    Browse the repository at this point in the history
  21. Added fr_FR in supported language

    Fixed some dialog boxes strings to be compatible for translations
    Added and updated fr.ts translation file that was there before...
    Updated de.fr translation
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d042eeb View commit details
    Browse the repository at this point in the history
  22. Now include french translation while building

    Fixed a typo in fr.ts
    Tikeri committed May 2, 2020
    Configuration menu
    Copy the full SHA
    63650f7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    e5cc7a1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    85523d5 View commit details
    Browse the repository at this point in the history