2018-01-04 Santeri Piippo fix paren style file | diff | annotate
2017-02-09 Teemu Piippo Cleaned up ExternalProgramPathDialog file | diff | annotate
2017-02-08 Teemu Piippo Removed all overlay support. It's a messy pile of mess and I will reimplement it later as background images and it will be much better then. file | diff | annotate
2017-01-30 Teemu Piippo Removed some unnecessary #include-directives. file | diff | annotate
2017-01-28 Teemu Piippo Happy new year 2017! file | diff | annotate
2016-11-15 Teemu Piippo Moved the about dialog into the file toolset and removed the mail button (the forums are better for this anyway) file | diff | annotate
2016-05-08 Teemu Piippo Enum stuff file | diff | annotate
2016-05-08 Teemu Piippo - Refactoring... file | diff | annotate
2016-05-08 Teemu Piippo Unabbreviated overlay member names file | diff | annotate
2016-01-01 Teemu Piippo Happy new year 2016! file | diff | annotate
2015-09-06 Teemu Piippo Remove "!= nullptr" expressions file | diff | annotate
2015-09-06 Teemu Piippo null -> nullptr file | diff | annotate
2015-09-05 Teemu Piippo Refactor MainWindow's API file | diff | annotate
2015-08-31 Teemu Piippo Commit configuration rework (doesn't work yet, more than most probably doesn't compile either) file | diff | annotate
2015-08-30 Teemu Piippo Happy new year 2015 file | diff | annotate
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-30 Teemu Piippo Refactor OpenProgressDialog out of dialogs.cpp 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 - LDFile renamed to LDDocument, file.h -> document.h file | diff | annotate
2013-12-06 Santeri Piippo more stuff 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-22 Santeri Piippo style corrections 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-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-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-22 Santeri Piippo merged aboutDialog.cpp to dialogs.cpp 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 Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit file | diff | annotate
2013-08-17 Santeri Piippo ask the user for ext prog paths instead of telling to go to configuration if no path is defined file | diff | annotate
2013-08-06 Santeri Piippo Converted configuration code to use QSettings. file | diff | annotate
2013-08-02 Santeri Piippo stability to downloading 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-09 Santeri Piippo make file loading be done properly as just a QObject rather than multi-threaded.. file | diff | annotate
2013-07-04 Santeri Piippo Converted ldraw path prompt file | diff | annotate
2013-07-04 Santeri Piippo Converted overlay prompt file | diff | annotate
2013-07-04 Santeri Piippo Removed more obsolete code file | diff | annotate
2013-07-04 Santeri Piippo Converted rotation point prompt file | diff | annotate
2013-07-04 Santeri Piippo Designerified the replace coordinates action file | diff | annotate
2013-07-02 Santeri Piippo Show values in file opening prompt file | diff | annotate
2013-07-01 Santeri Piippo UI-ified the new part prompt file | diff | annotate
2013-07-01 Santeri Piippo Further work on the primitive generator file | diff | annotate
2013-06-14 Santeri Piippo Converted to 16-bit strings.. again file | diff | annotate
2013-06-13 Santeri Piippo And I forgot to rebrand the actual dialog box... file | diff | annotate
2013-06-12 Santeri Piippo Reworked properties a bit file | diff | annotate
2013-06-01 Santeri Piippo fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit file | diff | annotate
2013-05-27 Santeri Piippo Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords file | diff | annotate
2013-05-24 Santeri Piippo Removed the Configure button from the LDraw path config dialog, it's no longer needed file | diff | annotate
2013-05-24 Santeri Piippo Fixed text editing not triggering configuration. So simple.. 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-24 Santeri Piippo Make LDOpenFile's members PROPERTIES file | diff | annotate
(0) -60 tip

mercurial