Tue, 22 Oct 2013 19:22:15 +0300 Santeri Piippo style corrections file | diff | annotate
Tue, 22 Oct 2013 13:53:24 +0300 Santeri Piippo i'm dumb file | diff | annotate
Tue, 22 Oct 2013 13:49:55 +0300 Santeri Piippo also removed the if() case mentioned in the prior commit from addObjectDialog.cpp. :P file | diff | annotate
Fri, 18 Oct 2013 23:49:55 +0300 Santeri Piippo - added LDSharedVertex class for holding copy-on-write vertices. Will need this for future features.. file | diff | annotate
Sat, 05 Oct 2013 15:18:47 +0300 Santeri Piippo further cleansing - removed most uses of unsigned ints, removed list reversers file | diff | annotate
Thu, 03 Oct 2013 20:56:20 +0300 Santeri Piippo last code reformatting i swear file | diff | annotate
Sun, 22 Sep 2013 23:27:07 +0300 Santeri Piippo it's LDForge's 1st birthday! file | diff | annotate
Fri, 23 Aug 2013 13:01:36 +0300 Santeri Piippo rename RadioBox to RadioGroup file | diff | annotate
Thu, 22 Aug 2013 20:39:26 +0300 Santeri Piippo Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why? file | diff | annotate
Thu, 22 Aug 2013 20:24:16 +0300 Santeri Piippo Changed build system from qmake to CMake. file | diff | annotate
Tue, 20 Aug 2013 21:23:56 +0300 Santeri Piippo minor cleanup file | diff | annotate
Sun, 18 Aug 2013 17:53:23 +0300 Santeri Piippo Cut the Object-suffix from LDObject types, it doesn't help things at all file | diff | annotate
Sun, 18 Aug 2013 15:33:00 +0300 Santeri Piippo Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit file | diff | annotate
Fri, 02 Aug 2013 16:33:30 +0300 Santeri Piippo style cleanup - it should be all unified now file | diff | annotate
Fri, 02 Aug 2013 13:58:14 +0300 Santeri Piippo added support for BFC CLIP/NOCLIP file | diff | annotate
Thu, 01 Aug 2013 02:49:42 +0300 Santeri Piippo Include the moc files in the source cpp files to reduce compile time file | diff | annotate
Thu, 01 Aug 2013 02:33:07 +0300 Santeri Piippo Renamed LDOpenFile to LDFile file | diff | annotate
Tue, 30 Jul 2013 07:38:08 +0300 Santeri Piippo Renamed vector to List, changed it to wrap around std::deque. file | diff | annotate
Tue, 16 Jul 2013 01:33:11 +0300 Santeri Piippo Multiple file support works now! woo! file | diff | annotate
Mon, 15 Jul 2013 22:07:49 +0300 Santeri Piippo updates on file list file | diff | annotate
Mon, 15 Jul 2013 13:50:12 +0300 Santeri Piippo Made the pointer to current file a private member of an anonymous shell class, thus getting accessors file | diff | annotate
Sat, 13 Jul 2013 19:02:48 +0300 Santeri Piippo Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct file | diff | annotate
Mon, 08 Jul 2013 01:36:12 +0300 Santeri Piippo Renamed the color class to LDColor for clarity file | diff | annotate
Mon, 08 Jul 2013 01:29:28 +0300 Santeri Piippo primitive generator: add conditional lines to cylinders; improved bad color handling file | diff | annotate
Sun, 07 Jul 2013 15:08:38 +0300 Santeri Piippo Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions file | diff | annotate
Thu, 04 Jul 2013 16:19:50 +0300 Santeri Piippo Largely reworked the color selector. Still not perfect but is better file | diff | annotate
Tue, 02 Jul 2013 00:15:52 +0300 Santeri Piippo Nuked the obsolete radial type now file | diff | annotate
Thu, 27 Jun 2013 14:12:12 +0300 Santeri Piippo minor improvements to primitive handling file | diff | annotate
Sun, 16 Jun 2013 00:58:20 +0300 Santeri Piippo When editing an existing subfile, select the primitive from the list automatically if found file | diff | annotate
Sun, 16 Jun 2013 00:10:11 +0300 Santeri Piippo Added support for regex-based primitive categorization file | diff | annotate
Sat, 15 Jun 2013 19:14:42 +0300 Santeri Piippo Moved primitive handling to new code files file | diff | annotate
Sat, 15 Jun 2013 04:20:44 +0300 Santeri Piippo Added primitive scanning, replaced parts list in subfile add dialog with it file | diff | annotate
Sat, 15 Jun 2013 01:29:46 +0300 Santeri Piippo Nuked parts.lst parsing, that was stupid file | diff | annotate
Sat, 15 Jun 2013 01:20:07 +0300 Santeri Piippo Converted from C-style fopen to the new File class file | diff | annotate
Fri, 14 Jun 2013 16:00:54 +0300 Santeri Piippo Converted to 16-bit strings.. again file | diff | annotate
Thu, 13 Jun 2013 03:05:54 +0300 Santeri Piippo Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider file | diff | annotate
Thu, 13 Jun 2013 02:55:47 +0300 Santeri Piippo Made history work with most things file | diff | annotate
Sat, 01 Jun 2013 22:01:27 +0300 Santeri Piippo Refactor LDSubfile file | diff | annotate
Sat, 01 Jun 2013 21:36:03 +0300 Santeri Piippo Make LDMatrixObject's transform and pos members properties file | diff | annotate
Sat, 01 Jun 2013 20:31:33 +0300 Santeri Piippo Make LDRadial's members accessed properties file | diff | annotate
Sat, 01 Jun 2013 20:09:31 +0300 Santeri Piippo Make LDObject's color and parent properties with accessors file | diff | annotate
Sat, 01 Jun 2013 03:17:52 +0300 Santeri Piippo Purged out the old history code file | diff | annotate
Fri, 24 May 2013 19:44:53 +0300 Santeri Piippo Further work on image generation experiment file | diff | annotate
Fri, 24 May 2013 16:43:56 +0300 Santeri Piippo Added ability to have multiple GLRenderers file | diff | annotate
Fri, 24 May 2013 03:22:11 +0300 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... file | diff | annotate
Tue, 21 May 2013 14:07:33 +0300 Santeri Piippo Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name file | diff | annotate
Fri, 17 May 2013 11:53:28 +0300 Santeri Piippo Look for LDraw files in the part's directory first file | diff | annotate
Tue, 14 May 2013 18:00:50 +0300 Santeri Piippo Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough. file | diff | annotate
Tue, 14 May 2013 03:49:15 +0300 Santeri Piippo Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp file | diff | annotate
Tue, 14 May 2013 03:23:01 +0300 Santeri Piippo Split some stuff into separate files file | diff | annotate
Sun, 12 May 2013 20:21:44 +0300 Santeri Piippo Split inverting into methods into LDObject and its subclasses, fixed a rather severe memory leak issue (GL display lists weren't being removed properly) file | diff | annotate
Sat, 11 May 2013 04:02:13 +0300 Santeri Piippo Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files... file | diff | annotate
Fri, 10 May 2013 17:39:56 +0300 Santeri Piippo Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board... file | diff | annotate
Thu, 09 May 2013 17:03:44 +0300 Santeri Piippo Further removal of hungarian notation file | diff | annotate
Wed, 08 May 2013 15:19:06 +0300 Santeri Piippo Moved source files to src/, removed zz_ prefix off dialog files. file | diff | annotate
(0) tip

mercurial