Commit graph

54 commits

Author SHA1 Message Date
Lars Brubaker
7ea08edc29 Made the queue always populate on touch 2016-11-09 11:13:45 -08:00
Greg
3886ad9ba0 Touch, Switching to display advanced mode not reloading screen
MatterHackers/MCCentral#701
2016-10-31 12:31:45 -07:00
Lars Brubaker
d0ea36c269 default to render thumbnails in perspective 3D
Made only a default constructor for ray tracer
Put back in the code the guarantees we always have an item in the queue, even before we select a printer.
Added thumbnail render mode to the user settings key
2016-09-01 13:50:11 -07:00
Lars Brubaker
cd7406d82b Created a UserSettingsKey and SystemSettingsKey
Moved some settings into this, lots more to do
2016-08-30 10:30:55 -07:00
Lars Brubaker
0f2b715935 Making less calls to reload all
New function ReloadLibraryUI
Called when updating purchased and shared folder
2016-08-08 17:17:59 -07:00
John Lewin
f304e9f3d6 Migrate SettingsProfile functionality to new SettingsHelpers type
- Add as child property of settings scope, ready for merge of types
 - Progress on Issue #1113
2016-07-18 16:58:25 -07:00
Lars Brubaker
773f6ddc9b More settings moved to GetValue
extruder_count
bed_temperature
2016-06-16 10:31:18 -07:00
John Lewin
d27db87a65 Migrate StyledDropDownList to Agg 2016-06-03 18:11:51 -07:00
John Lewin
e5a63b052e Migrate Theme support to Agg.UI 2016-06-03 17:22:19 -07:00
Lars Brubaker
b51b38b249 Moved TextWidget.GlobalPointSizeScaleRatio -> GuiWidget.DeviceScale
Significantly improved the layout consistency when enlarging the device scale.
Created a DeviceMargin and DevicePadding on GuiWidget
Deleted dead code
Made many images have default larger disk sizes and scale in memory.
Made the menus have horizontal spacers rather than dashed lines
2016-05-06 17:56:27 -07:00
John Lewin
5db7c79d00 Get updated profiles compiling on Android
- Remove unused properties from ApplicationView
 - Rename CompactApplicationView to TouchscreenView
 - Rename ResponsiveApplicationView to DesktopView
 - Move abstract ToggleTopContainer() specific to TouchscreenView
 - Remove unused HideTopContainer implementations
 - Conditionally compile invocation/assignment of ApplicationMenuRow
 - Migrate single setting from PrinterSettings "PublishBedImage" to SliceSettings
 - Remove PrinterSettings class
 - Import "PublishBedImage" during ImportPrinters
 - Remove code that doubles the size of the splitter bar when collapsed
 - Fix incorrect path to "config.ini"
2016-05-05 12:33:39 -07:00
Lars Brubaker
834aba4f38 Settings profile using methods rather than properties 2016-04-28 09:41:27 -07:00
Lars Brubaker
895eea253c Converted lots of get properties to methods in SettingsProfile 2016-04-27 18:57:51 -07:00
John Lewin
4496720772 Json Profiles 2016-04-27 14:35:57 -07:00
Lars Brubaker
7da7970d1a Keep the old SelectedValue goal.
Spelling
2016-02-12 16:55:18 -08:00
rytz
b7c93a60fd Misc. UI changes 2016-01-28 12:52:53 -08:00
rytz
4b4242a10b Options menu labels 2016-01-18 10:08:47 -08:00
John Lewin
564b9a491e Change path to Master.txt file
- Latest MatterSlice
2016-01-12 15:03:24 -08:00
John Lewin
ad4c015b87 Add localization helper in Debug builds 2016-01-08 16:06:14 -08:00
Gregory Diaz
0c240926fd Removed Thumbnail rendering options on Android 2015-11-05 17:06:20 -08:00
John Lewin
1380ea0c43 Revise Android softkeyboard support
- Remove keyboardHeight from constructor
 - Latest agg
2015-10-14 10:07:00 -07:00
Lars Brubaker
f68bd262de Put back in update notification feed on touch screen. 2015-09-21 10:34:10 -07:00
Lars Brubaker
79928f8fb7 Made the Debugger.Break() only exist in debug mode. 2015-09-17 13:45:26 -07:00
Lars Brubaker
fa97829073 Put in lots of code to break on exceptions in the debugger.
Made the cloud provider able to report that it is loading
2015-09-11 10:48:24 -07:00
Lars Brubaker
a076fab02b Ask the user if they want to rebuild thumbnails when switching modes. 2015-09-10 16:28:59 -07:00
Gregory Diaz
cd9ff496bf Made sure we cannot restart MatterControl when a print is active (e.g clicking restart for display or language options). Instead we open up a message box warning the user. 2015-07-30 11:07:56 -07:00
Gregory Diaz
113f48a0a2 Removed update control widget from About page and update feed widget from options page. 2015-07-16 17:52:34 -07:00
Gregory Diaz
e2dbd29926 Removed updates from AboutPage, added more features on CheckForUpdateWindow. 2015-07-15 18:11:11 -07:00
Lars Brubaker
09e153737f Put in the ability to turn of 3D thumbnail rendering. 2015-07-13 15:23:31 -07:00
Lars Brubaker
5cc1b651b4 UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
Lars Brubaker
b1a5f4200c Made the about window always on top
made an update notification in the menu bar area
took the "about' tab off the main page
Cleaned up the checking of touchscreen
Made a new Features section for the printer settings
2015-05-20 10:55:14 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
d4453d199b Merge in touch screen code. 2015-04-06 15:39:22 -07:00
Lars Brubaker
5bc8795d86 Made the cache cleaning delete all unreferenced png tga stl and amf files.
Made it so we always show what slicing engine we are using in settings
Made it so when we switch to MatterSlice for dual extrusion we reload the display correctly
Put in a clear history button on settings
2015-02-20 12:05:44 -08:00
Lars Brubaker
a65cdb9267 Made the movement controls a bit bigger on Android. 2015-01-27 08:45:34 -08:00
Lars Brubaker
4b3ef48203 Making the keyboard height always work. 2015-01-26 18:30:03 -08:00
John Lewin
2ad81a1e4e Revise "Language Options" -> Restart implementation 2015-01-22 10:53:28 -08:00
larsbrubaker
bbb5349486 Going to work on the new ui stuff in a separate fork. 2014-12-14 12:53:19 -08:00
larsbrubaker
1e4cb18312 Made the Draw event clearer.
Made a DrawBefore and DrawAfter Handler and made the params clearer.
Made switching to simple mode work.
Made simple mode get the right initial state from oem settings.
2014-12-14 11:46:24 -08:00
Lars Brubaker
cce96f03ff Trying to clean up the interface for setting the interface mode. 2014-12-12 16:07:48 -08:00
Lars Brubaker
3c41775a54 Making the Standard and Advanced ui control work and be available. 2014-12-11 17:35:57 -08:00
Lars Brubaker
a54a59e25f Putting a menu to switch view settings.
Made the trace data build faster.
Made ungroup understand mesh collections better
Made the slice settings layer index be an enum so it is clearer what is being accessed
Put menu items into separate files
2014-12-09 15:16:08 -08:00
Lars Brubaker
f8e92931e1 Made the pre-heat use the temperature and bed_temperature .
Put in a menu to select the slice settings level.
2014-12-08 16:40:50 -08:00
Lars Brubaker
e1fc6838a3 Upgrading to .net 4.5. 2014-11-25 12:19:37 -08:00
larsbrubaker
44ea3fa1ae Don't show the selector if we don't have a printer selected. 2014-11-11 15:01:05 -08:00
larsbrubaker
957d7bb6f3 Moved the silcer selection to config. 2014-11-11 14:51:36 -08:00
Kevin Pope
584c7e1bed Don't show touchscreen options for now. 2014-11-03 10:45:42 -08:00
Kevin Pope
da2ebb2fdd Changed names of preview release options to 'Alpha' and 'Beta'. 2014-11-03 08:56:04 -08:00
gregory-diaz
57c5e15917 Added restart button and functionality to Change Display Options widget 2014-10-14 14:03:27 -07:00
gregory-diaz
80b13cf302 Localization of untranslated strings 2014-10-13 12:07:07 -07:00