2013-05-04 |
Santeri Piippo |
matrix is now templated with N=int (usually 3)
|
changeset |
files
|
2013-05-04 |
Santeri Piippo |
Further tweaking
|
changeset |
files
|
2013-05-04 |
Santeri Piippo |
Mass renaming and cleanup. GLRenderer's and ForgeWindow's members made private. Names of common identifiers shortened, moved logVA to ForgeWindow since it's a GUI-related function (though logf remains under main.cpp for ubiquitous usage)
|
changeset |
files
|
2013-05-04 |
Santeri Piippo |
Compressed icons - saves 14.2 kb
|
changeset |
files
|
2013-05-04 |
Santeri Piippo |
Compile the icon resources to a QRC file, so that they are embedded in the application
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Un-templated ButtonBox and renamed to RadioBox. Much better this way.
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Added axes rendering
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Added select all
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Added context menu and uncolorize action
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Adding objects now actually updates the bounding box like it should be.
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Camera is now stored to configuration so it is preserved across program shutdown. I don't know how significant this is but eh
|
changeset |
files
|
2013-05-03 |
Santeri Piippo |
Switched the object list from a QTreeWidget to a QListWidget-derivative. Derivative because I'm going to add a context menu.
|
changeset |
files
|