larsbrubaker
2c88fdc1fc
Got the 'connect' button to do a connect after selecting a printer if a printer was not selected.
2014-04-10 16:38:22 -07:00
larsbrubaker
771280f6df
Fixed many all upper case words to be Title case instead.
2014-04-10 14:07:25 -07:00
larsbrubaker
2c391b8780
Don't show close box on wide screen view of 3d view and gcode view
2014-04-09 21:47:00 -07:00
larsbrubaker
1afc7feefc
Cleaning up theme related stuff.
...
Made save and save as fit better.
2014-04-09 12:33:43 -07:00
larsbrubaker
3a4060186b
Making it a bit clearer.
...
Reversed the queue <-> library default locations
2014-04-09 11:15:02 -07:00
larsbrubaker
743bfb0194
Made modifications of the queue save the changes when they make them
...
made 'save as' work in editing.
2014-04-08 20:57:00 -07:00
larsbrubaker
747f9fffea
made plating and saving much faster by ensuring the mesh in sorted and merged after it is all constructed.
2014-04-08 18:58:34 -07:00
larsbrubaker
2c1db7a661
Made setting minimum size of a system window work correctly.
2014-04-07 16:15:22 -07:00
larsbrubaker
405b8be6bc
Making for of the 3d view reusable for all places that are implementing redundant stuff.
...
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
ae427550ce
Refactoring while writing documentation.
2014-04-03 08:20:50 -07:00
larsbrubaker
d55e030390
Making a new render mode of outline.
2014-03-31 17:08:27 -07:00
Kevin Pope
64426951c5
Theme fixes.
2014-03-28 19:05:05 -07:00
gregory-diaz
34dfa3cc0a
committing changes to pull
2014-03-26 10:50:22 -07:00
larsbrubaker
3ab9a132b9
Fixed a bug with the expanded view giving keystrokes to a gcode window when it doesn't have anything loaded.
2014-03-25 13:38:56 -07:00
gregory-diaz
ca0a547112
Changed text color for widgets, buttons and labels.
2014-03-24 13:57:46 -07:00
larsbrubaker
b649f3aab3
The spelling of filament corrected.
2014-03-24 07:06:07 -07:00
kevinepope
868e6d7f6e
More theme compliance changes.
2014-03-22 10:04:31 -07:00
Kevin Pope
738b2d5a57
Lots of theme and UI related updates.
2014-03-21 16:18:47 -07:00
larsbrubaker
caa660fc22
Don't redraw on auto rotation if we have not done a draw since last invalidate.
2014-03-20 18:41:22 -07:00
larsbrubaker
5a3c8ffcc9
and turn it on
2014-03-20 18:26:04 -07:00
larsbrubaker
94fd779d44
Auto rotate
2014-03-20 18:25:48 -07:00
larsbrubaker
bece2383f7
put in autorotate
2014-03-20 18:20:52 -07:00
gregory-diaz
79a1e11e1e
Save As window is now finished
2014-03-20 12:01:31 -07:00
gregory-diaz
7c8e1201c2
Design for the save as window is done (I just need to add help text and some margin and padding in 2 places.
2014-03-19 18:29:39 -07:00
gregory-diaz
f0e418f99f
Made checkbox and checkbox help text white, and buttons are now grey.
2014-03-19 17:01:18 -07:00
gregory-diaz
bc6ec73955
Save As window now has all elements needed. Buttons are present but are not working correctly...yet
2014-03-19 14:45:05 -07:00
gregory-diaz
c1c937a36e
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-03-19 10:13:12 -07:00
gregory-diaz
ed573deb2d
Changes to SaveAsWindow
2014-03-19 10:12:55 -07:00
larsbrubaker
3c52835a63
UUpdated clipperlib to latests.
2014-03-18 10:55:21 -07:00
gregory-diaz
4405c356a5
Added code so that when Save As button is clicked an empty window is opened.
2014-03-17 13:53:29 -07:00
gregory-diaz
2eda068c36
"Save As" option has been added to part transform (not yet functional).
2014-03-17 12:13:06 -07:00
larsbrubaker
d74e59033a
Added a string helper that lets us use an extension method to format strings easier.
...
Added a string extension method for localize that makes it easier to get localized text
Moved code into these new methods.
Removed some strings from localizing (app names and copy write notice)
2014-03-16 10:23:56 -07:00
larsbrubaker
c6f471c7ca
Fixing up the localization file to always maintain the master file when in English
...
added localized start and end to gcode view
Made the TAZ baud rate correct
Some new localizations
2014-03-15 14:02:43 -07:00
larsbrubaker
b68cda8ffe
put it in the right place.
2014-03-15 11:59:30 -07:00
larsbrubaker
6b960a84ed
Put in labels for start and end gcode view scroll bars.
2014-03-15 11:58:48 -07:00
larsbrubaker
2937131f1c
Added the ability to set the start and ending ratio of a layer in the gcode renderer.
...
This lets us see the order of rendering in the gcode view (like gcode.ws).
2014-03-15 09:47:51 -07:00
larsbrubaker
a74dcce12f
The name of ImageBMPIO changed to ImageIO
2014-03-12 15:37:19 -07:00
larsbrubaker
4af2bfa0d9
Removing dead code
2014-03-11 21:33:01 -07:00
larsbrubaker
5c0993f83e
Changed the interface to translations.
2014-03-11 15:24:47 -07:00
larsbrubaker
9d600947d1
Putting in layer render partial slider
2014-03-11 10:41:39 -07:00
larsbrubaker
041bd7f599
Put in more copy write notices
...
Took out Iconic.Zip.dll
Put in ICSharpCode.SharpZipLib.dll
put the add button next to the edit button in the 3d view controls.
Made web request handler work on a background task rather than a thread
2014-03-07 09:50:41 -08:00
larsbrubaker
1e5e8d672a
Deleted a bunch of OnMouse code that did not add value.
...
Merge remote-tracking branch 'origin/1.0.5' into development
Conflicts:
PartPreviewWindow/GcodeViewBasic.cs
2014-03-04 07:32:11 -08:00
larsbrubaker
370ee8c86d
Making sure we are releasing some EventHandlers so we don't hold onto memory.
2014-03-03 15:50:23 -08:00
larsbrubaker
afc8d156fd
Got more of the new layout code not crashing.
...
Sped up gcode parsing a bit (almost back to what it was).
2014-03-03 08:03:23 -08:00
larsbrubaker
e3c70b0268
Removed all the internal performance monitoring in favor of an external tool.
2014-03-02 15:28:47 -08:00
larsbrubaker
f2b11e2a33
Merge remote-tracking branch 'origin/development-kp' into development
...
Conflicts:
PrinterControls/ManualPrinterControls.cs
2014-03-01 23:27:34 -08:00
larsbrubaker
f357f69da8
Made a distinction between load and load in background for GCodeViewer and made PartPreviewWindow call background.
2014-03-01 08:06:43 -08:00
larsbrubaker
1aac699037
Made the selected gcode layer match the first layer with rendering
...
made the window be focused when it is in gcode mode.
2014-02-24 10:59:25 -08:00
larsbrubaker
a8690d8cc8
Merge remote-tracking branch 'Greg's_Fork/master' into development
2014-02-18 18:01:38 -08:00
gregory-diaz
5465563e82
Localization, Export Windows, Extension Test
2014-02-18 13:07:50 -08:00