chiark / gitweb /
Change how the engine is interfaced from the python code. Put the GCode viewer in...
[cura.git] / Cura / gui / util / openglGui.py
2014-01-24 daidChange how the engine is interfaced from the python...
2014-01-05 daidMerge pull request #681 from hg42/faster-virtualprinter
2014-01-02 hg42@gmx.netalways show numbers on slider
2013-12-18 daidFix bug in UM2 firmware where the abort print did not...
2013-10-08 daidChange how the matrixes are applied on SVG objects...
2013-09-16 daidFix localization merge.
2013-09-16 daidMerge pull request #557 from GreatFruitOmsk/i18n
2013-09-15 Ilya KulakovAdd initial support for i18n.
2013-08-22 daidRemove the start/end code tab for UltiGCode flavor.
2013-08-20 daidMoved the youmagine button to the 3D view, still not...
2013-07-09 daidShow a plane in the 3D window during printing to show...
2013-06-26 DaidMerge branch 'SteamEngine' of https://github.com/daid...
2013-06-25 daidMake the layer-selection keep the same layer value...
2013-06-24 DaidAsk for a 24bit depth buffer, this gives better perform...
2013-06-24 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-24 daidDraw FPS on dev version.
2013-06-20 daidSmall bugfix on the VBOs.
2013-06-17 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-17 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-17 daidOnly update the slicing progress bar if there was more...
2013-06-12 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-11 daid303Update the progressbar to look better.
2013-06-11 daid303Save the filename of loaded files so we can use that...
2013-05-30 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-05-29 daid303Put the robot a bit higher so it does not obsecure...
2013-05-17 daid303Copyright message needs to be after the __future__...
2013-05-17 daid303Add proper copyright statements.
2013-05-16 daid303Show SD card copy progress. Slightly reduce the memory...
2013-05-01 daid303You can now safely remove the SD card from within Cura.
2013-04-26 daid303Added saving as STL. Still need to add AMF.
2013-04-25 daid303Add print time and filament usage estimates.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-18 daid303Add a notification if the copy of GCode fails. Fix...
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-16 daid303Add very basic GCode viewing.
2013-04-16 daid303Remove focus from scale tools when window is hidden.
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-12 daid303Add layer changing with keyboard when viewing GCode.
2013-04-11 daid303Add notification popup.
2013-04-10 daid303Some cleanup, move the animation code to openglGUI...
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 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Add option to save GCode file. Re-center the objects...
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-28 daid303Add instant slicing.
2013-03-25 daid303Merge fix.
2013-03-22 daid303Add zoom animation.
2013-03-22 daid303Merge branch 'master' into SteamEngine
2013-03-22 daid303Add multi object rendering and selection.
2013-03-21 daid303Massive breaking time, start of the new scene display...
2013-03-21 daid303Merge branch 'master' into SteamEngine
2013-03-21 daid303Remove the default Estep value bug. Add enter to the...
2013-03-11 daid303Merge branch 'master' into SteamEngine
2013-03-09 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2013-03-08 daid303Update the statistics upload with preferences and versi... 13.03
2013-03-08 daid303Merge fix.
2013-03-08 daid303Update the viewmode combobox image when the viewmode...
2013-03-07 daid303Merge branch 'master' into SteamEngine
2013-03-07 daid303Add black borders around the white text, so it pops...
2013-03-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2013-03-06 daid303Merge branch 'master' into SteamEngine
2013-03-06 daid303Update the combo box text color to white.
2013-03-06 daid303Some updates to improve the button layout.
2013-03-06 daid303Update on the 3D window, now with nice icons. Also...
2013-03-05 daid303Small fix on the scrollbar to stop an division by zero...
2013-03-04 daid303Fixed a typo. Changed the GCode rendering so it gives...
2013-03-01 daid303Added ultimaker robot logo.
2013-03-01 daid303Make the scale entry box look a bit better.
2013-02-28 daid303Make the layer scrollbar longer and hide the rotate...
2013-02-28 daid303Add layer slider. Solve the issue where loading a new...
2013-02-25 daid303Slight update on the button layout, and possible help...
2013-02-18 daid303Added online stat collection, added dropdown 3D button.
2013-02-11 daid303Do not crash on malformed ini files.
2013-02-08 daid303Add mirror tools.
2013-02-07 daid303Add tab key to the glNumberCtrl.
2013-02-07 daid303Renamed glTextCtrl to glNumberCtrl to better reflect...
2013-02-06 daid303Calculate the scaling over the proper matrix axis.
2013-02-06 daid303Add working scale entry tools.
2013-02-05 daid303Update on the OpenGL gui, now uses layout managers...
2013-01-29 daidMerge pull request #349 from smorloc/master
2013-01-29 daid303Only draw the GCode layers when they are on screen...
2013-01-29 daid303Some small fixes suggested by Erik after testing.
2013-01-27 daid303Merge branch 'master' of github.com:daid/Cura
2013-01-27 daid303Initial changes to get some project planner stuff worki...
2013-01-27 daidMerge pull request #347 from smorloc/master
2013-01-25 daid303Add GL load file button, and improve the GLButton code...
2013-01-25 daid303Move the OpenGL GUI base code to a seperate class for...
2013-01-24 daid303Split off some code from preview3d.py, which is becomin...