- Dec 05, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Dec 02, 2018
-
-
Lioncash authored
The previous code could potentially be a compilation issue waiting to occur, given we forward declare the type for a std::unique_ptr. If the complete definition of the forward declared type isn't visible in a translation unit that the class is used in, then it would fail to compile. Defaulting the destructor in a cpp file ensures the std::unique_ptr's destructor is only invoked where its complete type is known.
-
- Nov 27, 2018
- Nov 19, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
This moves the actual button configuration to a separate dialog and only has the enabled and type controls in the tab.
-
- Oct 30, 2018
-
-
Frederic L authored
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
-
- Oct 06, 2018
-
-
zhupengfei authored
* Added a context menu on the buttons including Clear & Restore Default * Allow clearing (unsetting) inputs. Added a Clear All button * Allow restoring a single input to default (instead of all)
-
- Jan 16, 2018
-
-
muemart authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Apr 04, 2017
-
-
Lioncash authored
-
- Mar 01, 2017
-
-
wwylele authored
-
- Dec 10, 2016
-
-
MerryMage authored
* Removed use of raw QTimer* pointer. * Update to use type-safe QObject::connect. * getKeyName can be a static local function. * Prefer to use function arguments instead of member variables. * Store Qt::Key instead of converting string back into keycode.
-
- Sep 21, 2016
-
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Jul 29, 2016
-
-
Anon authored
-