10 Commits

Author SHA1 Message Date
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
339e5c1013 Changed small_font to be a function; avoids initialization segfault (calling wxSystemSettings before wx is initialized). 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
a63b3e559b added file filters to add dialog 2018-07-11 22:14:51 -05:00
Joseph Lenox
224f25172d partially implemented open_model as a free function in misc_ui. Initial dir and the file patterns are not implemented yet. 2018-07-11 22:14:51 -05:00
Joseph Lenox
5db3abfb46 Added stdexcept include, convert VAR_ABS_PATH and VAR_REL to wxStrings. 2018-07-11 22:14:51 -05:00
Joseph Lenox
11716e0f11 More misc functions (used to live as static functions in Slic3r::GUI perl file).
Passing -DVAR_ABS and -DVAR_ABS_PATH=/path/to/slic3r/var on compile redirects where Slic3r expects to find its var directory.
2018-07-11 22:14:51 -05:00
Joseph Lenox
ac4ed3f39f Stub out more of the interface, working our way out from GUI::App::OnInit() 2018-07-11 22:14:51 -05:00
Joseph Lenox
fb45227e51 added misc utility functions for the UI, including functions to get user home (for slic3r directory) and path to var. 2018-07-11 22:14:51 -05:00
Joseph Lenox
1f22647e61 stubbed Notifier class and misc helper function 2018-07-11 22:14:51 -05:00