Thu, 11 Jan 2018 15:09:44 +0200 Santeri Piippo begin rendering rework file | diff | annotate
Thu, 04 Jan 2018 21:41:17 +0200 Santeri Piippo happy new year 2018 file | diff | annotate
Thu, 04 Jan 2018 19:44:26 +0200 Santeri Piippo fix paren style file | diff | annotate
Thu, 09 Feb 2017 21:01:12 +0200 Teemu Piippo Cleaned up ExternalProgramPathDialog file | diff | annotate
Thu, 09 Feb 2017 00:52:23 +0200 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
Mon, 30 Jan 2017 02:41:45 +0200 Teemu Piippo Removed some unnecessary #include-directives. file | diff | annotate
Sat, 28 Jan 2017 17:47:06 +0200 Teemu Piippo Happy new year 2017! file | diff | annotate
Wed, 16 Nov 2016 00:44:35 +0200 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
Sun, 08 May 2016 16:11:40 +0300 Teemu Piippo Enum stuff file | diff | annotate
Sun, 08 May 2016 15:26:58 +0300 Teemu Piippo - Refactoring... file | diff | annotate
Sun, 08 May 2016 13:25:12 +0300 Teemu Piippo Unabbreviated overlay member names file | diff | annotate
Fri, 01 Jan 2016 23:41:55 +0200 Teemu Piippo Happy new year 2016! file | diff | annotate
Sun, 06 Sep 2015 03:17:29 +0300 Teemu Piippo Remove "!= nullptr" expressions file | diff | annotate
Sun, 06 Sep 2015 03:10:03 +0300 Teemu Piippo null -> nullptr file | diff | annotate
Sun, 06 Sep 2015 01:52:23 +0300 Teemu Piippo Refactor MainWindow's API file | diff | annotate
Mon, 31 Aug 2015 04:57:16 +0300 Teemu Piippo Commit configuration rework (doesn't work yet, more than most probably doesn't compile either) file | diff | annotate
Sun, 30 Aug 2015 15:18:41 +0300 Teemu Piippo Happy new year 2015 file | diff | annotate
Sun, 30 Aug 2015 04:53:37 +0300 Teemu Piippo Rename MainWindow files file | diff | annotate
Sun, 30 Aug 2015 04:21:44 +0300 Teemu Piippo Removed all asserts from the code. Removed assert handling and the bomb box dialog. file | diff | annotate
Sun, 30 Aug 2015 03:52:03 +0300 Teemu Piippo Refactor OpenProgressDialog out of dialogs.cpp file | diff | annotate
Sat, 29 Aug 2015 18:45:48 +0300 Teemu Piippo Refactor LDrawPathDialog and LDPaths file | diff | annotate
Sat, 29 Aug 2015 17:07:39 +0300 Teemu Piippo Rename all .cc files to .cpp files. file | diff | annotate | base
Tue, 07 Jul 2015 21:35:20 +0300 Teemu Piippo Refactoring update. file | diff | annotate
Tue, 03 Mar 2015 16:55:36 +0200 Teemu Piippo - renamed .cc files to .cpp file | diff | annotate | base
Thu, 12 Dec 2013 19:44:09 +0200 Santeri Piippo - LDFile renamed to LDDocument, file.h -> document.h file | diff | annotate
Sat, 07 Dec 2013 01:03:17 +0200 Santeri Piippo more stuff 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
Tue, 22 Oct 2013 19:22:15 +0300 Santeri Piippo style corrections file | diff | annotate
Fri, 18 Oct 2013 21:52:09 +0300 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
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
Sun, 22 Sep 2013 23:27:07 +0300 Santeri Piippo it's LDForge's 1st birthday! file | diff | annotate
Thu, 22 Aug 2013 20:39:26 +0300 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
Thu, 22 Aug 2013 20:24:16 +0300 Santeri Piippo Changed build system from qmake to CMake. file | diff | annotate
Thu, 22 Aug 2013 18:13:20 +0300 Santeri Piippo merged aboutDialog.cpp to dialogs.cpp 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
Sun, 18 Aug 2013 15:33:00 +0300 Santeri Piippo Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit file | diff | annotate
Sat, 17 Aug 2013 11:35:51 +0300 Santeri Piippo ask the user for ext prog paths instead of telling to go to configuration if no path is defined file | diff | annotate
Tue, 06 Aug 2013 13:32:07 +0300 Santeri Piippo Converted configuration code to use QSettings. file | diff | annotate
Sat, 03 Aug 2013 02:18:41 +0300 Santeri Piippo stability to downloading file | diff | annotate
Fri, 02 Aug 2013 16:33:30 +0300 Santeri Piippo style cleanup - it should be all unified now file | diff | annotate
Thu, 01 Aug 2013 02:49:42 +0300 Santeri Piippo Include the moc files in the source cpp files to reduce compile time file | diff | annotate
Wed, 10 Jul 2013 01:40:59 +0300 Santeri Piippo make file loading be done properly as just a QObject rather than multi-threaded.. file | diff | annotate
Thu, 04 Jul 2013 22:40:11 +0300 Santeri Piippo Converted ldraw path prompt file | diff | annotate
Thu, 04 Jul 2013 21:01:52 +0300 Santeri Piippo Converted overlay prompt file | diff | annotate
Thu, 04 Jul 2013 20:09:25 +0300 Santeri Piippo Removed more obsolete code file | diff | annotate
Thu, 04 Jul 2013 20:08:14 +0300 Santeri Piippo Converted rotation point prompt file | diff | annotate
Thu, 04 Jul 2013 18:41:24 +0300 Santeri Piippo Designerified the replace coordinates action file | diff | annotate
Tue, 02 Jul 2013 23:29:57 +0300 Santeri Piippo Show values in file opening prompt file | diff | annotate
Tue, 02 Jul 2013 01:42:43 +0300 Santeri Piippo UI-ified the new part prompt file | diff | annotate
Tue, 02 Jul 2013 00:06:06 +0300 Santeri Piippo Further work on the primitive generator file | diff | annotate
Fri, 14 Jun 2013 16:00:54 +0300 Santeri Piippo Converted to 16-bit strings.. again file | diff | annotate
Thu, 13 Jun 2013 03:08:17 +0300 Santeri Piippo And I forgot to rebrand the actual dialog box... file | diff | annotate
Thu, 13 Jun 2013 00:48:53 +0300 Santeri Piippo Reworked properties a bit file | diff | annotate
Sat, 01 Jun 2013 22:42:52 +0300 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
Mon, 27 May 2013 22:05:10 +0300 Santeri Piippo Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords file | diff | annotate
Sat, 25 May 2013 02:15:25 +0300 Santeri Piippo Removed the Configure button from the LDraw path config dialog, it's no longer needed file | diff | annotate
Sat, 25 May 2013 02:13:11 +0300 Santeri Piippo Fixed text editing not triggering configuration. So simple.. file | diff | annotate
(0) -60 tip

mercurial