- Jun 06, 2019
-
-
Lioncash authored
To prepare for translation support, this makes all of the widgets cognizant of the language change event that occurs whenever installTranslator() is called and automatically retranslates their text where necessary. This is important as calling the backing UI's retranslateUi() is often not enough, particularly in cases where we add our own strings that aren't controlled by it. In that case we need to manually refresh the strings ourselves.
-
- Jun 05, 2019
-
-
Lioncash authored
-
- Mar 16, 2019
-
-
Adityarup Laha authored
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it.
-
- Dec 02, 2018
-
-
Lioncash authored
Resolves trivial compiler warnings.
-
- Nov 19, 2018
-
-
Zach Hilman authored
-
- Nov 08, 2018
-
-
David Marcec authored
-
- Nov 07, 2018
-
-
David Marcec authored
-
- Aug 07, 2018
-
-
Lioncash authored
Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything.
-
- Jan 13, 2018
-
-
James Rowe authored
-
- Apr 04, 2017
-
-
Lioncash authored
-
- 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
-
- Mar 22, 2016
-
-
LittleWhite authored
-
- Mar 21, 2016
-
-
LittleWhite authored
-