12 Commits

Author SHA1 Message Date
Joseph Lenox
bd35919804 Push GUI config/settings store out to a singleton unique_ptr that is instantiated during OnInit. 2018-06-13 21:00:17 -05:00
Joseph Lenox
d74712ef7d Moved Preset to its own header. 2018-05-21 16:28:44 -05:00
Joseph Lenox
c5653a1435 Log otherwise uncaught exceptions so we have an idea where it came from. 2018-05-17 22:36:43 -05:00
Joseph Lenox
7f485cd094 Implemented callback system with a registration function that manipulates a stack.
Stack access is protected by a mutex. Writes block until mutex is gotten, reads will try again later in event handler.
2018-05-17 21:21:19 -05:00
Joseph Lenox
d24001b92d Check for datadir in OnInit(). 2018-04-28 18:17:10 -05:00
Joseph Lenox
5fc089ef99 Stub out more of the interface, working our way out from GUI::App::OnInit() 2018-04-26 21:43:00 -05:00
Joseph Lenox
a677002886
Update GUI.hpp 2018-04-25 00:30:47 -05:00
Joseph Lenox
137716b8a3 added misc utility functions for the UI, including functions to get user home (for slic3r directory) and path to var. 2018-04-24 23:52:13 -05:00
Joseph Lenox
7211acc32d stubbed Notifier class and misc helper function 2018-04-24 23:00:53 -05:00
Joseph Lenox
221432d2ea stub out more menus 2018-04-24 22:46:26 -05:00
Joseph Lenox
b04d58ecef Stubbing out more of the UI. 2018-04-24 17:21:18 -05:00
Joseph Lenox
3dfe61de48 experiment to stub out C++ only GUI 2018-04-24 08:07:32 -05:00