Sun, 22 Jun 2014 03:55:56 +0300 |
Santeri Piippo |
- moved most of LDColorData API into LDColor
|
file |
diff |
annotate
|
Thu, 05 Jun 2014 23:18:13 +0300 |
Santeri Piippo |
- source reformat
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 20:28:10 +0300 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
Thu, 22 May 2014 18:01:19 +0300 |
Santeri Piippo |
- made coordinate rounding precision configurable
|
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
|
Tue, 29 Apr 2014 00:15:56 +0300 |
Santeri Piippo |
- changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 21:31:24 +0300 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 04:23:09 +0300 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:26:10 +0200 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 12:21:46 +0200 |
Santeri Piippo |
- removed the 'str' typedef, use QString directly
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 08:53:27 +0200 |
Santeri Piippo |
- reformatting
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 00:25:01 +0200 |
Santeri Piippo |
- updated copyright year. Best wishes for 2014!
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 16:29:44 +0200 |
Santeri Piippo |
- added a configurable select color
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 16:10:36 +0200 |
Santeri Piippo |
- refactored config code
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:42:39 +0200 |
Santeri Piippo |
- Changed the callback parm of PROPERTY to a stock/custom write method argument.
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:20:50 +0200 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
Sat, 19 Oct 2013 00:39:09 +0300 |
Santeri Piippo |
Made the config dialog use a list widget for navigation over a tab widget.
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:47:40 +0300 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
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
|
Sat, 05 Oct 2013 12:51:13 +0300 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 10:54:33 +0300 |
Santeri Piippo |
more changes. Spawn the config prompt on first start, on the profile tab. gl_colorbfc and gl_blackedges now default to false.
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 01:13:52 +0300 |
Santeri Piippo |
Added ListConfig type, using it in recent files now
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 14:47:21 +0300 |
Santeri Piippo |
- added "Go to line" action, renamed the config classes to proper camelcase
|
file |
diff |
annotate
|
Sat, 03 Aug 2013 00:56:02 +0300 |
Santeri Piippo |
added config option, refined logic and regexps. This behaves coherently now. :)
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
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 19:35:41 +0300 |
Santeri Piippo |
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 19:30:16 +0300 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
Tue, 09 Jul 2013 02:57:11 +0300 |
Santeri Piippo |
apply the c++11 'override' keyword to overriding virtual functions
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 18:03:22 +0300 |
Santeri Piippo |
Converted the config dialog to a designer UI file
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:38:23 +0300 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:23:56 +0300 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
Wed, 22 May 2013 22:12:18 +0300 |
Santeri Piippo |
Changed shortcut of Set Color to C, like MLCAD
|
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
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|