chiark / gitweb /
Add some more missing strings to the translations.
[cura.git] / Cura / gui / sceneView.py
2013-04-23 daid303Show everything transparent or XRay when no object...
2013-04-22 daid303Fix simple mode for steamengine.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-22 daid303Add X-Ray feature.
2013-04-22 daid303Add transparent view mode.
2013-04-19 daid303Add line thickness rendering for selected GCode layer.
2013-04-19 daid303Load GCode in background thread instead of the slice...
2013-04-19 daid303Only show dual-extrusion merge if you have dual extrusion.
2013-04-19 daid303Fix SD card selection.
2013-04-19 daid303Add SD card selection if multiple SD cards are found.
2013-04-19 daid303Update the gcode selection slider during loading.
2013-04-18 daid303Darken the lower layers when viewing GCode.
2013-04-18 daid303Add a notification if the copy of GCode fails. Fix...
2013-04-18 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-18 daid303Speedup GCode drawing a lot by using VBOs.
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-17 daid303Add keyboard control to gcode layer switching.
2013-04-16 daid303Add very basic GCode viewing.
2013-04-16 daid303Push objects around when changing the rotation/scaling.
2013-04-16 daid303Merge "duplicate" and "fill platform" into "multiply"
2013-04-16 Erik de BruijnLimited the amount of zooming during scrolling to a...
2013-04-16 daid303Fix delete all.
2013-04-16 daid303Make context menu work on focus object.
2013-04-16 daid303Bugfix for mac and inproper values in settings.
2013-04-16 daid303Add another optimalization to the object order calculat...
2013-04-16 daid303Add save notification.
2013-04-16 daid303Add object split function. Optimize printing order...
2013-04-12 daid303Add proper head size code for scene planning. Fixed...
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-12 daid303Make the popup menu code more general, add a delete...
2013-04-12 daid303Do not show the merge menu when no object is selected.
2013-04-12 daid303Add working scale up to machine size.
2013-04-12 daid303Hide tools when no object is selected.
2013-04-12 daid303Do not show duplicate menu when no object is selected.
2013-04-12 daid303Add object duplication.
2013-04-11 daid303Add reset scale and rotation. Add placeholders for...
2013-04-11 daid303typo
2013-04-11 daid303Add notification popup.
2013-04-10 daid303Some cleanup, move the animation code to openglGUI...
2013-04-08 daid303Fix AMF support. Support merging of objects for multi...
2013-04-08 daid303Fix problem when entering size without an object selected.
2013-04-08 daid303Add working scale entry form.
2013-04-05 daid303Some code cleanup and fixing the minecraft import.
2013-04-05 daid303bunch of small things.
2013-04-04 daid303Merge branch 'master' into SteamEngine
2013-04-04 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-04 daid303Add partial working rotate/scale.
2013-04-03 DaidUse the proper button read api.
2013-04-03 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-03 daid303Hide the shader editor behind shift-f3
2013-04-03 daid303Fix shader code (caused exception on mac)
2013-04-03 daid303Fix shader code (caused exception on mac)
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Calculate the extra object offset.
2013-04-03 daid303Add option to save GCode file. Re-center the objects...
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Show SD icon when we detect an SD card.
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Put SD card code in a seperate file.
2013-03-29 daid303Make the print button functional.
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Some code cleanup, and move the load dialog to the...
2013-03-29 daid303Have the shader editor refresh the load animation on...
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-28 daid303Add instant slicing.
2013-03-26 daid303Add back the ultimaker platform, and made the platform...
2013-03-26 daid303Better initial auto-arrangement. And detect objects...
2013-03-25 daid303Allow to drag objects with the mouse.
2013-03-25 daid303Improve the rendering speed a bit of the border around...
2013-03-25 daid303Merge fix.
2013-03-25 daid303Split the scene logic into another file, so we can...
2013-03-25 daid303Split the scene logic into another file, so we can...
2013-03-24 daid303Add fancy loading animation.
2013-03-24 daid303Draw outline of selected object.
2013-03-22 daid303Allow object de-selection.
2013-03-22 daid303Small fix on the new view position after object selection.
2013-03-22 daid303Small fix on the new view position after object selection.
2013-03-22 daid303Add zoom animation.
2013-03-22 daid303Add camera translation animation.
2013-03-22 daid303Add drawing of machine dimensions.
2013-03-22 daid303Make selected object brighter.
2013-03-22 daid303Merge branch 'master' into SteamEngine
2013-03-22 daid303Fix crash bug.
2013-03-22 daid303Add multi object rendering and selection.
2013-03-21 daid303Massive breaking time, start of the new scene display...