2018-04-04 |
Teemu Piippo |
removed dead code
|
file |
diff |
annotate
|
2018-04-01 |
Teemu Piippo |
fixed some problems
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
replaced remaining DIRSLASH, Dirname and Basename uses with Qt file info stuff
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
rewrote LDDocument::shortenName using Qt stuff
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
Config is now a namespace
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
removed unnecessary files and includes
|
file |
diff |
annotate
|
2018-03-23 |
Teemu Piippo |
Begin rework to add support for multiple libraries
|
file |
diff |
annotate
|
2018-03-19 |
Teemu Piippo |
red/green view rework complete
|
file |
diff |
annotate
|
2018-03-18 |
Teemu Piippo |
fixed infinite recursion and integrated the subfilereference editor
|
file |
diff |
annotate
|
2018-03-16 |
Teemu Piippo |
Added basic header editing
|
file |
diff |
annotate
|
2018-03-16 |
Teemu Piippo |
Header parsing complete, moved all parsing code into a new class. Documents are now all loaded in one go.
|
file |
diff |
annotate
|
2018-03-03 |
Santeri Piippo |
reimplemented finding of broken document references
|
file |
diff |
annotate
|
2018-03-03 |
Santeri Piippo |
LDSubfileReference now contains the name of the subfile and not a pointer anymore. Some methods now require a DocumentManager* for context on resolving the name.
|
file |
diff |
annotate
|
2018-01-11 |
Santeri Piippo |
renderer rework
|
file |
diff |
annotate
|
2018-01-11 |
Santeri Piippo |
begin rendering rework
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
undo config change
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
happy new year 2018
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
fix paren style
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
replaced "Config->" with "config."
|
file |
diff |
annotate
|
2017-05-07 |
Teemu Piippo |
Worked more on the library collection thing
|
file |
diff |
annotate
|
2017-03-27 |
Teemu Piippo |
LibraryCollection now derives from QObject and QVector<Library>
|
file |
diff |
annotate
|
2017-03-12 |
Teemu Piippo |
More work on library collections
|
file |
diff |
annotate
|
2017-03-08 |
Teemu Piippo |
Better encapsulated the BaseConfiguration class.
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier.
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
print() is no longer a global function but is tied to HierarchyElement.
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
|
file |
diff |
annotate
|
2017-02-14 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
2017-02-14 |
Teemu Piippo |
Renamed glRenderer.cpp → glrenderer.cpp
|
file |
diff |
annotate
|
2017-02-12 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
2017-02-12 |
Teemu Piippo |
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
|
file |
diff |
annotate
|
2017-02-09 |
Teemu Piippo |
Moved some global constants into appropriate namespaces.
|
file |
diff |
annotate
|
2017-02-08 |
Teemu Piippo |
Made a new renderer be created for each document, instead of reusing the same renderer for all documents.
|
file |
diff |
annotate
|
2017-02-04 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
2017-01-30 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
file |
diff |
annotate
|
2017-01-29 |
Teemu Piippo |
More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model.
|
file |
diff |
annotate
|
2017-01-29 |
Teemu Piippo |
Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward.
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
Actually, let's call it countof(). Makes more sense.
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
2016-02-14 |
Teemu Piippo |
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
|
file |
diff |
annotate
|
2016-02-13 |
Teemu Piippo |
Fixed line length warnings
|
file |
diff |
annotate
|
2016-01-01 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
2015-11-18 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
2015-10-03 |
Teemu Piippo |
Now compiles again
|
file |
diff |
annotate
|
2015-09-22 |
Teemu Piippo |
Commit work done on document manager. Happy 3rd birthday LDForge!
|
file |
diff |
annotate
|