Wed, 08 May 2013 01:12:23 +0300 Santeri Piippo Removed groups.. that was stupid. Intersector input now based on colors. file | diff | annotate
Tue, 07 May 2013 19:48:51 +0300 Santeri Piippo Added Intersector interface. I'm beginning to think that groups were a bad idea... file | diff | annotate
Tue, 07 May 2013 15:07:23 +0300 Santeri Piippo Restructured the shortcut configuration tab a little, allowing it to be sorted. file | diff | annotate
Tue, 07 May 2013 01:15:31 +0300 Santeri Piippo Added visibility toggling file | diff | annotate
Mon, 06 May 2013 15:39:45 +0300 Santeri Piippo Further work on ext programs, LDObjectType_e integrated into LDObject file | diff | annotate
Sun, 05 May 2013 17:04:42 +0300 Santeri Piippo Plane drawing is functional at last!!!11 Also added meta function findAction to find an action by name so I don't have to extern all of them manually in gui.cpp file | diff | annotate
Sun, 05 May 2013 00:53:13 +0300 Santeri Piippo matrix is now templated with N=int (usually 3) file | diff | annotate
Sat, 04 May 2013 19:14:16 +0300 Santeri Piippo Further tweaking file | diff | annotate
Sat, 04 May 2013 18:31:03 +0300 Santeri Piippo Mass renaming and cleanup. GLRenderer's and ForgeWindow's members made private. Names of common identifiers shortened, moved logVA to ForgeWindow since it's a GUI-related function (though logf remains under main.cpp for ubiquitous usage) file | diff | annotate
Sat, 04 May 2013 01:57:42 +0300 Santeri Piippo Added axes rendering file | diff | annotate
Fri, 03 May 2013 23:46:46 +0300 Santeri Piippo Added select all file | diff | annotate
Fri, 03 May 2013 20:26:25 +0300 Santeri Piippo Added context menu and uncolorize action file | diff | annotate
Fri, 03 May 2013 18:49:23 +0300 Santeri Piippo Adding objects now actually updates the bounding box like it should be. file | diff | annotate
Fri, 03 May 2013 17:30:44 +0300 Santeri Piippo Added new BFC dialog file | diff | annotate
Fri, 03 May 2013 17:02:25 +0300 Santeri Piippo Corrected camera icon order (and association), added tool tips file | diff | annotate
Fri, 03 May 2013 03:55:21 +0300 Santeri Piippo Further work on constrained cameras file | diff | annotate
Sun, 28 Apr 2013 04:04:36 +0300 Santeri Piippo Now capable of calculating coordinates based on mouse x and y and snapping them to the grid file | diff | annotate
Sat, 27 Apr 2013 16:22:35 +0300 Santeri Piippo Base work regarding constrained cameras file | diff | annotate
Sat, 27 Apr 2013 02:52:32 +0300 Santeri Piippo Fixed view going blank after resize file | diff | annotate
Sat, 27 Apr 2013 02:17:03 +0300 Santeri Piippo Added screencapping file | diff | annotate
Fri, 26 Apr 2013 22:53:21 +0300 Santeri Piippo Added action from inserting raw LDraw data into the part. file | diff | annotate
Fri, 26 Apr 2013 18:28:07 +0300 Santeri Piippo corrections to inserting from file file | diff | annotate
Fri, 26 Apr 2013 18:11:34 +0300 Santeri Piippo Added insert from action to import file contents from another file file | diff | annotate
Fri, 26 Apr 2013 03:27:56 +0300 Santeri Piippo Added new subfile dialog file | diff | annotate
Wed, 24 Apr 2013 23:27:36 +0300 Santeri Piippo Cleanup and some restructuring file | diff | annotate
Mon, 22 Apr 2013 17:46:09 +0300 Santeri Piippo Added panning to GL view, added action for resetting angles, zoom and pan file | diff | annotate
Mon, 22 Apr 2013 16:43:01 +0300 Santeri Piippo A saving failure is a critical error, not a warning and should be drawn as such file | diff | annotate
Mon, 22 Apr 2013 16:30:33 +0300 Santeri Piippo Warn for save failures with the save and save as actions, also provide with a button to save the file under a different name. file | diff | annotate
Mon, 22 Apr 2013 14:14:25 +0300 Santeri Piippo Make grid actions regular actions rather than auto-generated, this way they can have keyboard shortcuts file | diff | annotate
Mon, 22 Apr 2013 03:53:21 +0300 Santeri Piippo Added three configurable grid layouts, coarse, medium and fine grids, like those of MLCad. The grids are considerably finer by default simply because part editing works at a lower scale than model editing. file | diff | annotate
Sun, 21 Apr 2013 19:03:53 +0300 Santeri Piippo Added the about dialog. file | diff | annotate
Tue, 16 Apr 2013 02:13:11 +0300 Santeri Piippo Added the radial type, this one sure has been on my wishlist for a while. :) file | diff | annotate
Mon, 15 Apr 2013 18:07:29 +0300 Santeri Piippo Added select by type. Selection is now preserved over operations. file | diff | annotate
Mon, 15 Apr 2013 04:58:33 +0300 Santeri Piippo Improved shared selection handling; added select by color file | diff | annotate
Sun, 14 Apr 2013 03:54:40 +0300 Santeri Piippo GL picking stuff file | diff | annotate
Fri, 12 Apr 2013 00:28:17 +0300 Santeri Piippo Added user-configurable quick-coloring toolbar for.. quick coloring. file | diff | annotate
Thu, 11 Apr 2013 17:15:01 +0300 Santeri Piippo Recent files are now remembered and displayed in a submenu file | diff | annotate
Thu, 11 Apr 2013 01:35:30 +0300 Santeri Piippo Fleshed out the history dialog further file | diff | annotate
Tue, 09 Apr 2013 17:56:35 +0300 Santeri Piippo Added an icon for the 'about Qt' action. Let's hope Digia doesn't tear me apart for my horrible recreation of the Qt logo. :) 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
(0) tip

mercurial