2013-10-05 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
2013-10-03 |
Santeri Piippo |
further cleanup
|
file |
diff |
annotate
|
2013-10-03 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
2013-09-22 |
Santeri Piippo |
it's LDForge's 1st birthday!
|
file |
diff |
annotate
|
2013-08-23 |
Santeri Piippo |
rename RadioBox to RadioGroup
|
file |
diff |
annotate
|
2013-08-22 |
Santeri Piippo |
Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why?
|
file |
diff |
annotate
|
2013-08-22 |
Santeri Piippo |
Changed build system from qmake to CMake.
|
file |
diff |
annotate
|
2013-08-18 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-07-31 |
Santeri Piippo |
Include the moc files in the source cpp files to reduce compile time
|
file |
diff |
annotate
|
2013-07-16 |
Santeri Piippo |
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Turns out I overlooked a slot and didn't need to derive from QSpinBox after all
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Further work on the primitive generator
|
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-14 |
Santeri Piippo |
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
|
file |
diff |
annotate
|