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 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
|
Wed, 24 Apr 2013 23:27:36 +0300 |
Santeri Piippo |
Cleanup and some restructuring
|
file |
diff |
annotate
|
Wed, 17 Apr 2013 14:09:38 +0300 |
Santeri Piippo |
Some renaming
|
file |
diff |
annotate
|
Tue, 16 Apr 2013 18:27:08 +0300 |
Santeri Piippo |
Added functionality for getting a primitive name from a radial.
|
file |
diff |
annotate
|
Sun, 14 Apr 2013 03:54:40 +0300 |
Santeri Piippo |
GL picking stuff
|
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
|