aboutsummaryrefslogtreecommitdiff
path: root/Boxer.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix autolayout not correct for different sized sidesHEADmasterJon Nordby2016-06-161-10/+10
| | | | | | Because Placement is based on midpoints, we have to space out the objects by half of the previous object + half of the current object.
* o Improved layout of the views. Not ideal yet.Trygve Laugstøl2016-06-161-2/+17
|
* o Improved widget layout in dock.Trygve Laugstøl2016-06-151-6/+0
|
* o Not showing the 2d views after generation.Trygve Laugstøl2016-06-151-10/+7
|
* o Replacing non-working cross section generation with Shape2DViews instead, ↵Trygve Laugstøl2016-06-151-27/+40
| | | | much better.
* o Working code for disabling sides. Polish required.Trygve Laugstøl2016-06-141-95/+122
|
* o More work on disabling sides.Trygve Laugstøl2016-06-121-24/+79
|
* o Basic support for disabling sides.Trygve Laugstøl2016-06-111-75/+67
|
* o Adding a formatting target, reformatting all.Trygve Laugstøl2016-06-051-317/+328
|
* o Adding a special 'Fit all' button.Trygve Laugstøl2016-06-041-0/+3
|
* o Fixing rotation and alignment for non-cube shapes.Trygve Laugstøl2016-05-311-10/+17
|
* o Fixed bugs causing the object to be smaller than expected.Trygve Laugstøl2016-05-301-61/+87
| | | | | o Assembling the sides propertly. Required changes in how the extrusions was done. o Disabling the cross section generation for now. It is only useful if you don't want to make any changes to the box.
* o Creating Cross Sections.Trygve Laugstøl2016-05-291-14/+46
|
* o Show the Boxer module on load.Trygve Laugstøl2016-05-291-6/+67
| | | | o Extrude all the parts when generating the model.
* o Working FreeCAD module for creating boxes useful for laser cutting.Trygve Laugstøl2016-05-251-70/+8
|
* wipTrygve Laugstøl2016-05-231-77/+153
|
* o Initial import.Trygve Laugstøl2016-05-221-0/+242