Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jdratlif/ggencoder-qt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.91
Choose a base ref
...
head repository: jdratlif/ggencoder-qt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 40 files changed
  • 3 contributors

Commits on Aug 25, 2019

  1. imported version 0.91a

    jdratlif committed Aug 25, 2019
    Copy the full SHA
    8562ef1 View commit details

Commits on Sep 16, 2019

  1. add gitignore

    jdratlif committed Sep 16, 2019
    Copy the full SHA
    e7c0a7a View commit details
  2. update project file for qt5

    jdratlif committed Sep 16, 2019
    Copy the full SHA
    85b4dc2 View commit details
  3. Copy the full SHA
    4a589ce View commit details
  4. Copy the full SHA
    ae7c47a View commit details

Commits on Sep 9, 2022

  1. Replace QString::sprintf with QString::asprintf

    `QString::sprintf` was deprecated in Qt 5.14, so replace uses with
    the static `QString::asprintf` method. This addresses the following
    warning:
    
    ```
      ../source/view/geniedialog.cc:102:17: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
                  str.sprintf("%02X", rawcode.getValue());
                      ^
      /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
          QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
          ^
      /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
      #  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                      ^
      /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
      #    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ```
    msbit committed Sep 9, 2022
    Copy the full SHA
    e390110 View commit details

Commits on Sep 10, 2022

  1. Merge pull request #2 from msbit/qt514

    Replace `QString::sprintf` with `QString::asprintf`
    jdratlif authored Sep 10, 2022
    Copy the full SHA
    df478de View commit details
  2. add clang-format config

    jdratlif committed Sep 10, 2022
    Copy the full SHA
    952a59e View commit details
  3. Copy the full SHA
    4817dda View commit details
  4. update gitignore

    jdratlif committed Sep 10, 2022
    Copy the full SHA
    a44d563 View commit details

Commits on Sep 17, 2022

  1. Copy the full SHA
    8324fb6 View commit details
  2. Copy the full SHA
    3af30ee View commit details
  3. fix catch by value warning

    jdratlif committed Sep 17, 2022
    Copy the full SHA
    dee8545 View commit details
  4. clang-format code

    jdratlif committed Sep 17, 2022
    Copy the full SHA
    15c5816 View commit details
  5. add clang-tidy config

    jdratlif committed Sep 17, 2022
    Copy the full SHA
    ae9b3a1 View commit details
  6. Copy the full SHA
    d3c2f65 View commit details
  7. use braced initializer lists

    jdratlif committed Sep 17, 2022
    Copy the full SHA
    bdf9ac4 View commit details
  8. Add constructors

    jdratlif committed Sep 17, 2022
    Copy the full SHA
    aa1e40b View commit details
  9. Copy the full SHA
    fa45817 View commit details
Loading