Thu, 09 Feb 2017 01:08:57 +0200 |
Teemu Piippo |
Cleaned up code in LDDocument and removed unnecessary flags and methods. Flags turned into bools.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 01:00:31 +0200 |
Teemu Piippo |
Removed some unused code
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 00:43:30 +0200 |
Teemu Piippo |
LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models.
|
file |
diff |
annotate
|
Sat, 04 Feb 2017 14:24:16 +0200 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:41:45 +0200 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:18:42 +0200 |
Teemu Piippo |
Removed LDDocument::getObjectCount (superceded by Model::size)
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:05:14 +0200 |
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
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Fri, 18 Nov 2016 03:01:38 +0200 |
Teemu Piippo |
Made DEFINE_FLAG_ACCESS_METHODS a function macro
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 19:54:21 +0200 |
Teemu Piippo |
removed removeDuplicates in favor of QSet, and the unused ObjectList class
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 03:19:28 +0200 |
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
|
Sat, 13 Feb 2016 04:06:49 +0200 |
Teemu Piippo |
Added triangle count to viewport, added compile-time line length check
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 19:05:22 +0200 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 02:52:03 +0300 |
Teemu Piippo |
Now compiles again
|
file |
diff |
annotate
|
Tue, 22 Sep 2015 23:38:19 +0300 |
Teemu Piippo |
Commit work done on document manager. Happy 3rd birthday LDForge!
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:10:03 +0300 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:00:28 +0300 |
Teemu Piippo |
Refactor edit history
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 01:22:25 +0300 |
Teemu Piippo |
Split LDFileLoader (now LDDocumentLoader) into its own files
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:55:06 +0300 |
Teemu Piippo |
Refactor LDDocument's API
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:03:24 +0300 |
Teemu Piippo |
Make documents members of the main window
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:18:41 +0300 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
Sat, 29 Aug 2015 18:45:48 +0300 |
Teemu Piippo |
Refactor LDrawPathDialog and LDPaths
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 18:10:28 +0300 |
Teemu Piippo |
Cleanup progresses
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:58:50 +0300 |
Teemu Piippo |
More sharedpointer removal
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:37:02 +0300 |
Teemu Piippo |
Replace casts
|
file |
diff |
annotate
|
Tue, 07 Jul 2015 21:35:20 +0300 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
Sat, 21 Feb 2015 18:51:33 +0200 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 05:10:22 +0200 |
Teemu Piippo |
- fixed stability problems
|
file |
diff |
annotate
|
Thu, 06 Nov 2014 15:42:38 +0200 |
Teemu Piippo |
- commit work done on inspector
experimental
|
file |
diff |
annotate
|
Wed, 22 Oct 2014 20:19:53 +0300 |
Teemu Piippo |
- commit work done on header/body split
|
file |
diff |
annotate
|
Tue, 09 Sep 2014 01:17:36 +0300 |
Teemu Piippo |
- re-committed bfc work (this makes 903ec1e46298 a suitable common ancestor for experimental branch features)
experimental
|
file |
diff |
annotate
|
Tue, 09 Sep 2014 01:16:24 +0300 |
Teemu Piippo |
- backed out work done on bfc (re-committing later)
experimental
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 18:41:23 +0300 |
Teemu Piippo |
- commit work done on bfc support
experimental
|
file |
diff |
annotate
|
Sun, 31 Aug 2014 03:10:51 +0300 |
Teemu Piippo |
- now tries to download missing files off ldraw.org
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 16:18:24 +0300 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 15:00:41 +0300 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
Sun, 13 Jul 2014 16:48:29 +0300 |
Teemu Piippo |
- reimplemented vertex tracking using a method similar to what the GL compiler uses
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 18:52:10 +0300 |
Santeri Piippo |
- now prints the filesize upon successful save
|
file |
diff |
annotate
|
Thu, 05 Jun 2014 23:18:13 +0300 |
Santeri Piippo |
- source reformat
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 20:28:10 +0300 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 12:50:40 +0300 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
Fri, 09 May 2014 12:06:56 +0300 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 04:23:09 +0300 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 23:17:01 +0300 |
Santeri Piippo |
- sped up known vertex information gathering by an order of magnitude
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 18:46:25 +0300 |
Santeri Piippo |
- reimplemented vertex snapping
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:38:03 +0200 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:26:10 +0200 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|