Lars Brubaker
2127199a6a
Fixed the pop out window to not throw an assert in debug.
2015-07-18 09:56:22 -07:00
Lars Brubaker
74084b95a9
Fixe the remove flag for the password field.
2015-07-07 10:09:35 -07:00
Lars Brubaker
f6910062de
Fixed some close window regression from new onidle calls.
2015-06-11 14:34:26 -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
85a7877400
Made the localization of on and off not happen when doing tests.
2015-06-01 13:05:17 -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
eb78472c42
Made the outer surface multiple setting work in standard mode.
...
Renamed the interface modes.
Made quick menus save immediately on change.
Renamed Perimeters to surface in same spots
latest agg
2015-05-02 10:50:14 -07:00
Lars Brubaker
cd6b1615f6
Refactor
2015-04-22 18:11:47 -07:00
Lars Brubaker
ddd5ada23c
Made a global function to create toggle check boxes.
...
Made the text localized.
2015-04-22 08:57:55 -07:00
Lars Brubaker
f3f921ab4f
Re-wrote toggle switch to be a view for checkbox.
2015-04-22 08:43:09 -07:00
Lars Brubaker
b5d3bb9c04
Got the touch screen to remember tab state.
...
Got the Options page to remember its state
Fixed a early binding bug in PopOutManager
2015-04-16 13:08:26 -07:00
Lars Brubaker
37e9cb1972
merged another touch file.
2015-04-14 15:48:21 -07:00
Lars Brubaker
97c0ef053c
bsd
2015-04-14 15:40:15 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
a59b24c2d9
Working on a View menu
...
Making it possible to tell pop out windows to save states
Took out some dead code
2015-02-13 17:35:48 -08:00
Lars Brubaker
0af9175f97
Got menus to be able to be scrolled on Android.
...
Put in some license text.
2015-01-28 16:07:40 -08:00
Lars Brubaker
e7c0261d25
Made many more of the factory fixed size settings include the point size scaling so they are the right size.
2015-01-27 09:34:15 -08:00
John Lewin
5cf6cb5c61
Quick fix for Mac render bug
2015-01-13 18:59:55 -08:00
Lars Brubaker
445a359366
Some translations text
...
pop out window boarder
2015-01-12 14:47:07 -08:00
Lars Brubaker
cda30b9a84
Made pop out manager sensitive to windows that have been destroyed before it got a chance to show them.
2015-01-07 12:44:39 -08:00
Kevin Pope
fe8769c1c2
Added image spacing attribute to button factory.
2015-01-06 19:05:18 -08:00
Lars Brubaker
1b0eac07e9
Made the mhtexteditwidget do less onidle calling.
2015-01-06 11:47:52 -08:00
Lars Brubaker
d520c04edd
Put in the ability to SelectAllOnFocus for TextEditWidget.
2015-01-05 16:19:05 -08:00
Lars Brubaker
ab4c46dcc6
Made more stuff render through graphics2D Rectangle as it is faster.
2015-01-02 18:06:01 -08:00
Kevin Pope
097d0cfc12
Updated visuals of pop-out placeholder info.
2014-12-29 18:35:38 -08:00
larsbrubaker
5697cbae2d
Fixed problems introduced when directly creating from images.
2014-12-28 13:58:16 -08:00
larsbrubaker
0a97cf0a1d
Started work on z height turning controls.
2014-12-27 08:19:48 -08:00
larsbrubaker
9f4c463f08
Made the pop outs match the theme better.
2014-12-23 14:16:01 -08:00
larsbrubaker
f532d8cdf8
Made the pop up TextTab work much better
...
Made a PopOutManager class to make it easier to create lots of pop outs.
2014-12-23 12:41:56 -08:00
Kevin Pope
899ece89c8
Edit mode button cleanup.
2014-12-20 09:07:13 -08:00
Lars Brubaker
4fcb81d555
Improved lots of the timing code in UIThread callbacks.
2014-12-18 18:18:11 -08:00
Lars Brubaker
47fed001ec
Made the save button be on the edit bar.
...
Made the up arrow cause save to show.
2014-12-12 12:57:44 -08:00
John Lewin
fca5b47159
Resolve merge issues
2014-12-04 12:22:35 -08:00
John Lewin
28159053ab
Add LoadIcon helper function
2014-12-04 12:22:35 -08:00
John Lewin
eba756966b
Initial StaticData platform abstraction
2014-12-04 12:22:34 -08:00
Lars Brubaker
13e8f5d8bd
white space
2014-12-03 13:05:12 -08:00
Lars Brubaker
e3162474be
Fixed some warnings.
2014-11-29 10:33:07 -08:00
Matt Moening
ede68af22c
Cleaned up splitButton implimentation
2014-11-26 12:53:42 -08:00
Matt Moening
7b53cbc81d
Split Button Implementation:
...
Added DynamicDropDownMenu( can add to drop down via .add method)
DropDownMenuWidget (made drawDirectionalArrow virtual)
Added Factory for DropDownMenu and Split Button
Add/used Factories in View3DWidget
2014-11-17 15:50:39 -08:00
Kevin Pope
4d38ba8ef5
Fix language of confirm message box.
2014-11-04 20:59:35 -08:00
Kevin Pope
229055a7d2
Add ability to reload theme without switching it.
2014-11-03 10:46:09 -08:00
larsbrubaker
1560dd5bfc
Make sure we don't send empty lines to the printer.
2014-10-30 16:44:16 -07:00
Lars Brubaker
aae65a8568
Merge pull request #78 from jlewin/fixes
...
Additional updates to Queue
2014-10-29 14:30:01 -07:00
Kevin Pope
2d3adf5098
Merge pull request #77 from gregory-diaz/development
...
Finished up work for Printer Connection Window and PrinterList Items.
2014-10-29 12:52:09 -07:00
John Lewin
71d99f8e09
Improve documentation of ConditionalClickWidget behavior
2014-10-29 12:51:59 -07:00
Gregory Diaz
58a3d34938
Finished up work for Printer Connection Window and PrinterList Items.
2014-10-29 12:34:01 -07:00
John Lewin
b5d399b933
Revise formatting style of ConditionalClickWidget
2014-10-29 11:46:10 -07:00
John Lewin
5c5e57f2be
Revise checkbox and selection behavior in Queue and Library views - Fixes #81695578
2014-10-29 09:40:50 -07:00
Matt Moening
bdb13f94ee
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-10-27 18:14:01 -07:00
Matt Moening
61583a7220
ToggleSwitchFactory for generating toggle switchs, Added the factory to ControlWidgetBase.cs, used factory to create toggle switch in FanControl.cs
2014-10-27 17:32:35 -07:00