Sat, 04 May 2013 04:19:03 +0300 Santeri Piippo Compile the icon resources to a QRC file, so that they are embedded in the application file | diff | annotate
Sat, 04 May 2013 02:52:33 +0300 Santeri Piippo Un-templated ButtonBox and renamed to RadioBox. Much better this way. file | diff | annotate
Thu, 25 Apr 2013 01:54:25 +0300 Santeri Piippo Converted combo boxes in add object and new part dialogs to radio buttons. Added a convenience widget which makes it easier for me to add groups of radio buttons. My first widget.. :') file | diff | annotate
Sun, 21 Apr 2013 19:03:53 +0300 Santeri Piippo Added the about dialog. file | diff | annotate
Wed, 10 Apr 2013 19:26:14 +0300 Santeri Piippo Added history dialog, cannot display all types yet file | diff | annotate
Wed, 10 Apr 2013 00:46:32 +0300 Santeri Piippo Added undo/redo foundations. Capable of undoing and redoing delete operations file | diff | annotate
Tue, 09 Apr 2013 17:41:19 +0300 Santeri Piippo Extracted actions from ForgeWindow into their own files. The ACTION macro now manages meta, instances and callback definitions all in one. Too bad I still need to extern these actions in gui.cpp... maybe someday I'll find a way around it :) file | diff | annotate
Mon, 08 Apr 2013 18:47:31 +0300 Santeri Piippo Added a New Part dialog file | diff | annotate
Mon, 25 Mar 2013 16:05:03 +0200 Santeri Piippo Simplified configuration code. Use a std::vector object to contain config pointers and have config objects register themselves upon creation instead of relying on a cfgdefs.h. Removed sections, all configurations are just simply written one after another now. file | diff | annotate
Sun, 24 Mar 2013 21:41:24 +0200 Santeri Piippo Considerably improved sub-file inlining. Use a matrix class instead of double[9], educated myself on what matrix multiplication actually is and fixed the algorithm up. Aside from I/O problems, 32551.dat is correctly rendered now. file | diff | annotate
Wed, 20 Mar 2013 19:41:37 +0200 Santeri Piippo Color dialog almost up and running. Need to make it actually selectable now. TODO: make it read LDConfig.ldr file | diff | annotate
Wed, 20 Mar 2013 13:27:43 +0200 Santeri Piippo Finally got the renderer to actually draw something! Still needs a lot of work but at least it doesn't show garbage or blank anymore. file | diff | annotate
Tue, 19 Mar 2013 21:52:38 +0200 Santeri Piippo Begin work on dialogs for adding objects. Comments functional! file | diff | annotate
Tue, 19 Mar 2013 15:29:42 +0200 Santeri Piippo Licensed LDForge GPL3, added some more icons file | diff | annotate
Mon, 18 Mar 2013 18:29:02 +0200 Santeri Piippo Added LDraw path setting dialog file | diff | annotate
Mon, 18 Mar 2013 12:24:16 +0200 Santeri Piippo and of course I forget to update ldforge.pro... or to test compile for that matter file | diff | annotate
Mon, 18 Mar 2013 12:15:23 +0200 Santeri Piippo Deleted scanner.cpp (don't need it), merged model.cpp into io.cpp. Renamed LDForgeWindow to just ForgeWindow since I want the LD* prefix only be given to LDObject derivatives. file | diff | annotate
Mon, 18 Mar 2013 03:38:51 +0200 Santeri Piippo begin work on subfile caching file | diff | annotate
Sat, 16 Mar 2013 17:50:13 +0200 Santeri Piippo So much for that pointer class, caused more problems than it solved. For instance splitting a second quad after a first one had been split would trigger a peculiar crash... file | diff | annotate
Sat, 16 Mar 2013 14:21:31 +0200 Santeri Piippo Added pointer serializing so I can keep track of all LDObject* members. This way I can replace them all properly when needed. file | diff | annotate
Sat, 16 Mar 2013 03:11:19 +0200 Santeri Piippo this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it. file | diff | annotate
Fri, 15 Mar 2013 20:11:18 +0200 Santeri Piippo Initial commit file | diff | annotate
(0) tip

mercurial