chiark / gitweb /
Update preferences to allow math expressions. Fixed #86
[cura.git] / Cura / gui / preview3d.py
2012-05-01 daidUpdate preferences to allow math expressions. Fixed #86
2012-04-29 DaidFixed positioning when using multiple extruders. Fixed...
2012-04-29 DaidRemove other models when loading a single model again...
2012-04-24 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-24 daidMultiple extruders, not functional yet. Final GCode...
2012-04-23 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-23 daidReally fix the machine center this time
2012-04-22 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-22 DaidAdd Z/Y/Z indicators. Fixes #70
2012-04-18 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-18 DaidFix for bug caused by offloading scaling to the 3D...
2012-04-18 daidMerge pull request #65 from PyroMani/master
2012-04-18 Ferdi van der WerfAdded icons for top toolbar of preview panel
2012-04-18 Ferdi van der WerfAdded icons for 3d and top-down view
2012-04-18 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-18 daidSpeed up preview when changing multiply/scale by offloa...
2012-04-18 daidFixing feature 32 - expressions in scale.
2012-04-18 daidDo less stuff in software, and more on the video card...
2012-04-18 daidMerge pull request #64 from PyroMani/master
2012-04-18 Ferdi van der WerfMerge remote-tracking branch 'upstream/master'
2012-04-18 Ferdi van der WerfWhen scale is empty, default to 1.0 for profile and...
2012-04-18 daidViewmode as radio button, still needs proper icons
2012-04-18 daidAuto select first radio item on toolbar.
2012-04-18 daidAdd radio toolbar buttons for 3D/Top view. Some minor...
2012-04-18 daidMove "scale to max" button to scale entry, we should...
2012-04-18 daidMove toolbar button classes to an differnt file, so...
2012-04-18 daidFix bugs where scale/rotate will not update on Linux
2012-04-18 daidMerge branch 'master' of github.com:daid/Cura
2012-04-18 daidMerge pull request #61 from PyroMani/master
2012-04-18 daidMerge branch 'master' of github.com:daid/Cura
2012-04-17 Ferdi van der WerfReset scale to 1.0 instead of 1
2012-04-17 Ferdi van der WerfRemoved unused method
2012-04-17 Ferdi van der WerfRefactored scale and rotate statictext to reset buttons
2012-04-17 daidMerge pull request #60 from PyroMani/master
2012-04-17 Ferdi van der WerfAdded multiply icons and buttons
2012-04-17 DaidAdd NormalButton for toolbars, which has tooltip suppor...
2012-04-17 DaidFix the toolbar buttons file path to be relative to...
2012-04-17 DaidMerge branch 'master' of github.com:daid/Cura
2012-04-17 daidMerge pull request #59 from PyroMani/master
2012-04-17 Ferdi van der WerfRefactored GenBitmapToggleButton to ToolButton:
2012-04-17 Ferdi van der WerfMoved some code for consistency, fixed swapXY button
2012-04-17 DaidMerge conflic solved
2012-04-17 Ferdi van der WerfRemoving first separator on toolbar2, we need all the...
2012-04-17 Ferdi van der WerfMerge upstream, fixed conflicts, showing complete toolb...
2012-04-17 daidChange default FOV to look more natural
2012-04-17 daidAdded "scale up to max size" button, we really need...
2012-04-16 Ferdi van der WerfNew layout icons for 3d preview pane
2012-04-12 Ferdi van der WerfRemoved ToolTip, only popup used right now
2012-04-12 Ferdi van der WerfFlip renamed to Mirror, need to propagate to variables
2012-04-12 Ferdi van der WerfAdded popup window for OSX
2012-04-12 Ferdi van der WerfSwitched flip y and z images, removed comments
2012-04-12 Ferdi van der WerfExperimental icons for flip x,y,z and swap xz,yz
2012-04-10 daidAllow math expressions in fields.
2012-04-07 Lawrence JohnstonMerge commit 'd0691018c211d1dbd500c0b3d363da8c5bd2f11d'
2012-04-05 DaidSplit up some OpenGL stuff from preview3d. Added swapXZ...
2012-04-05 daidAdd bottom layer thickness. Fix bug with line with...
2012-04-04 Lawrence JohnstonMerge commit '96d014b2c4cef94dbbe4c3adc1c8d7a8ce929ad2'
2012-04-03 DaidAdd support and skirt/raft colors to GCode preview
2012-04-03 Lawrence JohnstonMerge commit '870c4952fdb3268f5d4b6359d2e8046a6bb8df4f'
2012-03-31 DaidSmall optimalization in gcode preview, saves a square...
2012-03-29 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-29 daidAdded simple mode dialog
2012-03-29 daidMake GCode reader store paths per layer
2012-03-28 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-28 daidAdded my own STL loader, no longer using the one from...
2012-03-28 daidSplit gui to gui and util directories.
2012-03-27 daidMove SF into its own directory, to seperate SF and...