2015-08-30 |
Teemu Piippo |
Rename MainWindow files
|
file |
diff |
annotate
|
2015-08-30 |
Teemu Piippo |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
2015-08-29 |
Teemu Piippo |
Refactor LDrawPathDialog and LDPaths
|
file |
diff |
annotate
|
2015-08-29 |
Teemu Piippo |
Rename all .cc files to .cpp files.
|
file |
diff |
annotate
| base
|
2015-07-07 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
2015-03-03 |
Teemu Piippo |
- renamed .cc files to .cpp
|
file |
diff |
annotate
| base
|
2013-12-12 |
Santeri Piippo |
- Reworked primitive listing. No longer uses multi-threading.
|
file |
diff |
annotate
|
2013-12-12 |
Santeri Piippo |
- LDFile renamed to LDDocument, file.h -> document.h
|
file |
diff |
annotate
|
2013-12-06 |
Santeri Piippo |
renamed LDCndLine to LDCondLine
|
file |
diff |
annotate
|
2013-12-05 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
2013-12-05 |
Santeri Piippo |
- ensured header files' guards start with LDFORGE_
|
file |
diff |
annotate
|
2013-10-18 |
Santeri Piippo |
Added a crash catcher which trigger under Linux. It calls GDB and tries to get a backtrace. Also integrated assertion failure handling to this new system. Removed the print() function in the process (because the new bomb box uses a text edit and QTextDocuments's print method clashes with the macro and I figured it was a good idea to rid it anyway) and replaced all calls with log().
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
removed some custom functions in favor of Qt implementations
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
removed the List class in favor of QList
|
file |
diff |
annotate
|
2013-10-16 |
Santeri Piippo |
Finally got the ringfinder working! Working on integrating it to ring drawing...
|
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-09-22 |
Santeri Piippo |
it's LDForge's 1st birthday!
|
file |
diff |
annotate
|
2013-08-24 |
Santeri Piippo |
made LDFile interfacing a bit clearer
|
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-20 |
Santeri Piippo |
- added "Go to line" action, renamed the config classes to proper camelcase
|
file |
diff |
annotate
|
2013-08-18 |
Santeri Piippo |
Cut the Object-suffix from LDObject types, it doesn't help things at all
|
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-06 |
Santeri Piippo |
Converted configuration code to use QSettings.
|
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-31 |
Santeri Piippo |
Renamed LDOpenFile to LDFile
|
file |
diff |
annotate
|
2013-07-30 |
Santeri Piippo |
- fixed: checking the hi-res option would not allow segment values over 16.
|
file |
diff |
annotate
|
2013-07-30 |
Santeri Piippo |
primitive generator: added support for multiple spaces before primitive numbers, add "Hi-Res" to the names of 48/ primitives
|
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 |
restyle
|
file |
diff |
annotate
|
2013-07-15 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
2013-07-13 |
Santeri Piippo |
Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
further work on primitive cond-lines. I think I got it now.
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
primitive generator: add conditional lines to cylinders; improved bad color handling
|
file |
diff |
annotate
|
2013-07-07 |
Santeri Piippo |
restyle..
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Apply tr() for possible future translations
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Further work on the primitive generator
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Begin converting the radial type into a primitive generator
|
file |
diff |
annotate
|
2013-06-27 |
Santeri Piippo |
minor improvements to primitive handling
|
file |
diff |
annotate
|
2013-06-21 |
Santeri Piippo |
Added license header to primitives.cpp
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Better categorized Technic primitives
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Added support for regex-based primitive categorization
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Moved primitive handling to new code files
|
file |
diff |
annotate
|