aboutsummaryrefslogtreecommitdiff
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 Usage documentation!Trygve Laugstøl2016-06-161-1/+46
|
* o Improved layout of the views. Not ideal yet.Trygve Laugstøl2016-06-161-2/+17
|
* o Cleaning up UI, adding button to apply thickness to all sides.Trygve Laugstøl2016-06-153-304/+213
|
* o Improved widget layout in dock.Trygve Laugstøl2016-06-154-78/+165
|
* o Reusing the same instance of the dock widget. Controlling visibility ↵Trygve Laugstøl2016-06-151-5/+10
| | | | instead of using show().
* 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 Adding some installation instructions.Trygve Laugstøl2016-06-151-0/+12
|
* o Working code for disabling sides. Polish required.Trygve Laugstøl2016-06-146-223/+249
|
* o More work on disabling sides.Trygve Laugstøl2016-06-125-27/+106
|
* o Basic support for disabling sides.Trygve Laugstøl2016-06-114-126/+228
|
* o Adding a formatting target, reformatting all.Trygve Laugstøl2016-06-056-466/+496
|
* o Removing old UI test.Trygve Laugstøl2016-06-051-43/+0
|
* o Adding a special 'Fit all' button.Trygve Laugstøl2016-06-044-12/+105
|
* 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-292-26/+50
|
* o Show the Boxer module on load.Trygve Laugstøl2016-05-294-22/+83
| | | | o Extrude all the parts when generating the model.
* o Adding readme.Trygve Laugstøl2016-05-251-0/+1
|
* o Working FreeCAD module for creating boxes useful for laser cutting.Trygve Laugstøl2016-05-2510-79/+819
|
* wipTrygve Laugstøl2016-05-231-77/+153
|
* o Initial import.Trygve Laugstøl2016-05-224-0/+271