2014-06-14 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- added an action for opening the subfiles pointed to by selected references as editable documents
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- LDObject::Type moved back to global namespace
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- removed code rendered unnecessary
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
2014-05-31 |
Santeri Piippo |
- simplified parse error handling
|
file |
diff |
annotate
|
2014-05-29 |
Santeri Piippo |
- when saving, prepare the data first into a buffer and then write to disk, minimizing the time needed to perform the I/O operation.
|
file |
diff |
annotate
|
2014-05-16 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
file |
diff |
annotate
|
2014-05-15 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
file |
diff |
annotate
|
2014-05-09 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
2014-05-05 |
Santeri Piippo |
- slight refactor in ldobject methods
|
file |
diff |
annotate
|
2014-05-01 |
Santeri Piippo |
- significantly sped up selecting all objects, it is now an actually fast operation
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- some minor cleanup
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- simplified the code handling bfc statements a bit
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- don't simplify (aka remove extra whitespace from) comment texts
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- removed rest of the uses of <anonymous>
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- when setting the current document, the GL compiler must be told that a merge is necessary *before* setting the renderer's document as setDocument will call zoomToFit which renders the scene. this rendering must trigger a merge or ldforge crashes if a new document is created when a document is already open.
|
file |
diff |
annotate
|
2014-04-23 |
Santeri Piippo |
- <anonymous> -> untitled
|
file |
diff |
annotate
|
2014-04-23 |
Santeri Piippo |
- reimplemented the Vertex class as a derivative of QVector3D
|
file |
diff |
annotate
|
2014-04-18 |
Santeri Piippo |
- sped up known vertex information gathering by an order of magnitude
|
file |
diff |
annotate
|
2014-04-18 |
Santeri Piippo |
- reimplemented vertex snapping
|
file |
diff |
annotate
|
2014-04-17 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
2014-04-17 |
Santeri Piippo |
- more debug stuff....
|
file |
diff |
annotate
|
2014-04-05 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
2014-04-14 |
Santeri Piippo |
- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.
|
file |
diff |
annotate
|
2014-04-05 |
Santeri Piippo |
- use index-based iterating in LDDocument::closeUnused because deleting documents while iterating over g_loadedFiles causes the iterator to become invalidated
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|