2014-08-06 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
2014-07-27 |
Teemu Piippo |
- refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
2014-06-22 |
Santeri Piippo |
- moved most of LDColorData API into LDColor
|
file |
diff |
annotate
|
2014-06-05 |
Santeri Piippo |
- source reformat
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
2014-05-22 |
Santeri Piippo |
- made coordinate rounding precision configurable
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|
2014-01-07 |
Santeri Piippo |
- removed the 'str' typedef, use QString directly
|
file |
diff |
annotate
|
2014-01-07 |
Santeri Piippo |
- reformatting
|
file |
diff |
annotate
|
2013-12-31 |
Santeri Piippo |
- updated copyright year. Best wishes for 2014!
|
file |
diff |
annotate
|
2013-12-23 |
Santeri Piippo |
- added a configurable select color
|
file |
diff |
annotate
|
2013-12-23 |
Santeri Piippo |
- refactored config code
|
file |
diff |
annotate
|
2013-12-05 |
Santeri Piippo |
- Changed the callback parm of PROPERTY to a stock/custom write method argument.
|
file |
diff |
annotate
|
2013-12-05 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
2013-10-18 |
Santeri Piippo |
Made the config dialog use a list widget for navigation over a tab widget.
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
2013-10-05 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
2013-10-05 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
2013-10-03 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
2013-08-21 |
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
|
2013-08-20 |
Santeri Piippo |
Added ListConfig type, using it in recent files now
|
file |
diff |
annotate
|
2013-08-20 |
Santeri Piippo |
- added "Go to line" action, renamed the config classes to proper camelcase
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
added config option, refined logic and regexps. This behaves coherently now. :)
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-07-30 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
2013-07-16 |
Santeri Piippo |
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
2013-07-08 |
Santeri Piippo |
apply the c++11 'override' keyword to overriding virtual functions
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Converted the config dialog to a designer UI file
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
2013-05-22 |
Santeri Piippo |
Changed shortcut of Set Color to C, like MLCAD
|
file |
diff |
annotate
|
2013-05-11 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
file |
diff |
annotate
|
2013-05-08 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|