Commit graph

76 commits

Author SHA1 Message Date
Lars Brubaker
6a6fade3e1 Took out the move to print leveling settings
Made touchscreen on desktop update the view correctly on printer change.
2016-06-08 11:46:46 -07:00
John Lewin
e5a63b052e Migrate Theme support to Agg.UI 2016-06-03 17:22:19 -07:00
John Lewin
c01f56ca22 Refactor CompactTabView to better convey use
- Rename CompactTabView to TouchscreenTabView
 - Consolidate Reload functions into LoadAdvancedControls parent method
 - Rename LoadAdvancedControls to ReloadAdvancedControls
2016-05-07 20:49:46 -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
John Lewin
4496720772 Json Profiles 2016-04-27 14:35:57 -07:00
larsbrubaker
5206077dbb Made pop out windows not save close state when switching selection in queue. 2016-01-24 20:06:04 -08:00
Lars Brubaker
f6041d85ad Fixed the pop out windows to save their state correctly with the new OnClosing behavior
Made it possible to check if the MainApplicationView is reloading.
2016-01-15 12:28:52 -08:00
John Lewin
77633139aa Add support for closing MatterControl while printing
- Rename CloseAndRemoveAllChildren
2016-01-12 11:20:39 -08:00
larsbrubaker
9b79422532 Made a new high quality render mode for image buffer graphics 2d.
Turned off the automation test.
Made the thumbnails look better.
2015-12-29 21:52:49 -08:00
Lars Brubaker
695aa2d891 white space 2015-12-22 16:44:54 -08:00
Lars Brubaker
b70da46e69 Finishing up the behavior of clicking on a named list of stuff. 2015-12-11 13:42:46 -08:00
Lars Brubaker
a07a15a7c7 Adding in a new performance test structure. 2015-12-11 11:56:51 -08:00
John Lewin
ff03061495 Add tracker report to Trace 2015-12-11 07:40:07 -08:00
Lars Brubaker
7e4ea18ca6 Put statistic track class into agg. 2015-12-10 15:56:25 -08:00
Lars Brubaker
c26e9b1a28 use the max length stuff. 2015-12-10 11:01:26 -08:00
Lars Brubaker
458ad77cea agg automation runner draws itself. 2015-12-09 15:42:45 -08:00
Lars Brubaker
a0d53b4efe Wrote a statistics tracker test. 2015-12-08 12:02:44 -08:00
Lars Brubaker
eeb871888d test of automation runner. 2015-12-07 16:33:29 -08:00
Lars Brubaker
ec15e7b14b Tracking performance a bit better. 2015-11-16 18:01:25 -08:00
Lars Brubaker
0cab206c4b Making the track ball tumble widget more mobile friendly.
Made GetPosition (mouseevent) public
turned off all the timing code
2015-10-30 12:35:54 -07:00
Lars Brubaker
b10b4ec3c6 Put in some more performance monitoring. 2015-10-29 11:31:09 -07:00
Kevin E. Pope
14a6834669 Add share redemption. 2015-09-17 19:19:15 -07:00
Lars Brubaker
2db719c88a Better exiting behavior 2015-09-08 18:50:35 -07:00
Lars Brubaker
7bfce4367a Improvements to automation runner
Function to check if if a widget is actually visible.
Put in a search icon
2015-08-27 11:56:01 -07:00
Lars Brubaker
432ed5f505 LibraryPrividerPlugin is a plug in creator. 2015-08-05 15:55:55 -07:00
Lars Brubaker
79fa6f3db8 Making the bread crumbs be a portable widget. 2015-07-30 17:42:58 -07:00
Lars Brubaker
0bbd4ed4da Made the provider selector not have an instance function so it can work in the provider selector dialog.
Made a GetRootProvider function
Made the downloading progress bar show better on dark backgrounds
Made the help text for outer perimeter speed clearer.
2015-07-29 12:03:51 -07:00
John Lewin
3f8ae2fe27 Restore Android auth events 2015-07-16 17:16:28 -07:00
John Lewin
6242b56de8 Run AddRightElement delegates after new PluginsLoaded event 2015-07-15 12:28:52 -07:00
John Lewin
66d01d555a Remove forced reload 2015-07-13 12:56:40 -07:00
John Lewin
909ec80f97 Add navigation mechanism for the Purchased folder 2015-07-13 12:49:01 -07:00
John Lewin
c35b0662ea Remove orphaned code 2015-07-12 19:14:08 -07:00
John Lewin
23186bc68d Toggle LibraryProvider availability on authentication status
- Add Visible property to LibraryProviders
 - Filter LibraryProviders based on .Visible
 - Add authentication status to ChangeCloudSyncStatus calls
2015-07-12 19:13:53 -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
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
07b6937b45 Making it easier to set up a printer from the command line for testing. 2015-03-27 14:13:11 -07:00
Lars Brubaker
c166af5795 Made the cache cleaning also delete unused directories.
Made the text creator scroll bars sized better.
2015-02-21 10:09:39 -08: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
Kevin Pope
7fb1fd0681 Added event handler to trigger after ui reload. 2015-01-06 19:04:45 -08:00
Kevin Pope
8869b92b2e Don't show menu bar in some cases. 2015-01-02 11:47:00 -08:00
kevinepope
39f168c2d9 Added generic OnClosed event to application (for plugins).
Added temp folder to defined data paths.
2014-12-18 17:15:07 -08:00
larsbrubaker
326cc83672 Fixed a problem with the sync to print.
Refactoring for clarity.
2014-12-16 23:02:46 -08:00
Lars Brubaker
62730c186d Don't hide top container on touch screen.
Better words on support angle.
2014-12-04 11:23:33 -08:00
Kevin Pope
229055a7d2 Add ability to reload theme without switching it. 2014-11-03 10:46:09 -08:00
Kevin Pope
7f06d069e0 Widened the print connection buttons a bit and made a separate part preview container widget. 2014-10-29 16:55:44 -07:00
Kevin Pope
ff6e05cb4d Set default render to Shaded, if Outlines are not supported. 2014-10-27 19:54:01 -07:00
Kevin Pope
6c1a8005bb Made contact form respect universal text size. Made action bar and menu bar hide-able (in compact mode). 2014-10-17 14:11:56 -07:00
Kevin Pope
a4ef3f729c Made display mode driven by theme setting. 2014-09-23 18:02:07 -07:00
Kevin Pope
bda5ac173e More work on configuration page. 2014-09-23 16:11:06 -07:00
Kevin Pope
5663289ef7 Make application controller a generic object. Fix title of auto-leveling warning window. 2014-09-22 14:16:40 -07:00