Sun, 13 Jul 2014 17:02:43 +0300 Teemu Piippo - fixed incorrect conversions of weak pointers to strong ones 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
Sat, 05 Jul 2014 02:20:53 +0300 Santeri Piippo - okay that was dumb file | diff | annotate
Fri, 04 Jul 2014 22:19:01 +0300 Santeri Piippo - saving work done on edit mode revamp file | diff | annotate
Sat, 14 Jun 2014 09:05:29 +0300 Santeri Piippo - changed all color usage to use LDColor classes instead of color indices. Added support for direct colors. file | diff | annotate
Tue, 03 Jun 2014 20:28:10 +0300 Santeri Piippo - String -> QString file | diff | annotate
Mon, 02 Jun 2014 14:34:23 +0300 Santeri Piippo - added an action for opening the subfiles pointed to by selected references as editable documents file | diff | annotate
Mon, 02 Jun 2014 13:16:14 +0300 Santeri Piippo - LDObject::Type moved back to global namespace file | diff | annotate
Mon, 02 Jun 2014 13:00:58 +0300 Santeri Piippo - removed code rendered unnecessary 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
Sun, 01 Jun 2014 02:36:29 +0300 Santeri Piippo - simplified parse error handling file | diff | annotate
Thu, 29 May 2014 17:54:43 +0300 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
Fri, 16 May 2014 21:31:20 +0300 Santeri Piippo - hopefully stabilized the entire shared pointers deal now file | diff | annotate
Fri, 16 May 2014 01:22:24 +0300 Santeri Piippo - improved shared pointer behavior, still not there yet file | diff | annotate
Fri, 09 May 2014 12:06:56 +0300 Santeri Piippo - initial overhaul with smart pointers file | diff | annotate
Mon, 05 May 2014 17:18:01 +0300 Santeri Piippo - slight refactor in ldobject methods file | diff | annotate
Thu, 01 May 2014 14:26:10 +0300 Santeri Piippo - significantly sped up selecting all objects, it is now an actually fast operation file | diff | annotate
Tue, 29 Apr 2014 02:06:09 +0300 Santeri Piippo - overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace file | diff | annotate
Mon, 28 Apr 2014 18:02:43 +0300 Santeri Piippo - some minor cleanup file | diff | annotate
Mon, 28 Apr 2014 17:59:20 +0300 Santeri Piippo - simplified the code handling bfc statements a bit file | diff | annotate
Mon, 28 Apr 2014 17:56:51 +0300 Santeri Piippo - don't simplify (aka remove extra whitespace from) comment texts file | diff | annotate
Mon, 28 Apr 2014 17:34:10 +0300 Santeri Piippo - removed rest of the uses of <anonymous> file | diff | annotate
Sun, 27 Apr 2014 04:23:09 +0300 Santeri Piippo - type-aliased QString to String file | diff | annotate
Sun, 27 Apr 2014 04:06:46 +0300 Santeri Piippo - more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering file | diff | annotate
Sun, 27 Apr 2014 03:51:10 +0300 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
Thu, 24 Apr 2014 02:08:53 +0300 Santeri Piippo - <anonymous> -> untitled file | diff | annotate
Wed, 23 Apr 2014 18:25:09 +0300 Santeri Piippo - reimplemented the Vertex class as a derivative of QVector3D 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
Thu, 17 Apr 2014 20:50:43 +0300 Santeri Piippo Merge ../ldforge into gl file | diff | annotate
Thu, 17 Apr 2014 20:48:31 +0300 Santeri Piippo - more debug stuff.... file | diff | annotate
Sun, 06 Apr 2014 01:40:04 +0300 Santeri Piippo Merge ../ldforge into gl file | diff | annotate
Sat, 29 Mar 2014 05:38:03 +0200 Santeri Piippo Merge ../ldforge into gl file | diff | annotate
Mon, 14 Apr 2014 16:00:36 +0300 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
Sun, 06 Apr 2014 01:26:04 +0300 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
Sat, 29 Mar 2014 05:26:10 +0200 Santeri Piippo - renamed files to camelCase file | diff | annotate
(0) tip

mercurial