2013-05-27 |
Santeri Piippo |
Added ability to snap to pre-existing vertices while drawing, added changelog
|
changeset |
files
|
2013-05-27 |
Santeri Piippo |
Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). Note that previous commits were left dangling in their own head, the string class changes broke too many things.
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Removed the Configure button from the LDraw path config dialog, it's no longer needed
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Fixed text editing not triggering configuration. So simple..
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Added Export To File action, moved it + insert from to File menu
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
rewrote isNumber using range-for
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Further work on image generation experiment
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Added ability to have multiple GLRenderers
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Use QMutex for the thread locking, remove filename from the progress dialog since it's not known anyway
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Added a progress dialog for file loading to respond to desktops while loading files. With large files the no-response policy could be a bad thing. My first real use case of multi-threading...
|
changeset |
files
|