22 Commits

Author SHA1 Message Date
Joseph Lenox
d4f73ff1aa Fixed some typos, working on getting code to build. 2018-07-11 22:14:51 -05:00
Joseph Lenox
b12b656bf7 Update now takes an argument, added accessor functions to get the type as both a preset enum and integer (index into vector)
Stubbed in more functions.
2018-07-11 22:14:51 -05:00
Joseph Lenox
4b92bb4ebf Match prototype for add_options_page 2018-07-11 22:14:51 -05:00
Joseph Lenox
2f74ea3a44 Add GUI.hpp to include list. 2018-07-11 22:14:51 -05:00
Joseph Lenox
e78d1fe802 Stubbed out more functions in PresetEditor 2018-07-11 22:14:51 -05:00
Joseph Lenox
6b4b59da74 Fixed signatures for on_save_preset and on_value_change function objects. 2018-07-11 22:14:51 -05:00
Joseph Lenox
ac03e67605 Added more functions to PresetEditor interface 2018-07-11 22:14:51 -05:00
Joseph Lenox
9650035463 Added LogChannel interface function (pure virtual) to PresetEditor 2018-07-11 22:14:51 -05:00
Joseph Lenox
745a1d6fb3 Bring in Preset reference file 2018-07-11 22:14:51 -05:00
Joseph Lenox
8933e76719 Added comment for prompt_unsaved_changes 2018-07-11 22:14:51 -05:00
Joseph Lenox
a7ce242496 pages is PresetPage, not wxString 2018-07-11 22:14:51 -05:00
Joseph Lenox
ac62b78943 Added overriding and overridable options. 2018-07-11 22:14:51 -05:00
Joseph Lenox
f13fbf3cee Moved to C++14 syntax with string literals. 2018-07-11 22:14:51 -05:00
Joseph Lenox
650bcc8c4c Push GUI config/settings store out to a singleton unique_ptr that is instantiated during OnInit. 2018-07-11 22:14:51 -05:00
Joseph Lenox
8b36624329 Committing PresetEditor.cpp 2018-07-11 22:14:51 -05:00
Joseph Lenox
99c30bcd64 Stubbing out the various editors for print/material/printer 2018-07-11 22:14:51 -05:00
Joseph Lenox
d21f8cbb25 Moved PresetEditor into Dialogs subdir 2018-07-11 22:14:51 -05:00
Joseph Lenox
94d428ef12 back to c++11 semantics for initialization. 2018-07-11 22:14:51 -05:00
Joseph Lenox
3097a072e2 gcc, pls 2018-07-11 22:14:51 -05:00
Joseph Lenox
5d57024a45 gcc please don't treat that as an initializer list. :( 2018-07-11 22:14:51 -05:00
Joseph Lenox
f3eceb72b0 Implement generic object rotation in all 3 axes with a slider and box. 2018-07-11 22:14:51 -05:00
Joseph Lenox
2b933efa8e Moved AboutDialog into Dialogs subdir. 2018-07-11 22:14:51 -05:00