Thu, 05 Jun 2014 23:18:13 +0300 Santeri Piippo - source reformat file | diff | annotate
Tue, 03 Jun 2014 20:28:10 +0300 Santeri Piippo - String -> QString file | diff | annotate
Sun, 27 Apr 2014 04:23:09 +0300 Santeri Piippo - type-aliased QString to String file | diff | annotate
Sat, 29 Mar 2014 05:26:10 +0200 Santeri Piippo - renamed files to camelCase file | diff | annotate
Tue, 07 Jan 2014 12:21:46 +0200 Santeri Piippo - removed the 'str' typedef, use QString directly file | diff | annotate
Tue, 07 Jan 2014 08:53:27 +0200 Santeri Piippo - reformatting file | diff | annotate
Wed, 01 Jan 2014 00:25:01 +0200 Santeri Piippo - updated copyright year. Best wishes for 2014! file | diff | annotate
Fri, 06 Dec 2013 00:29:44 +0200 Santeri Piippo - Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h 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
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
Wed, 16 Oct 2013 16:47:40 +0300 Santeri Piippo Removed the List -> QList alias, use QList directly 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
Fri, 23 Aug 2013 13:01:36 +0300 Santeri Piippo rename RadioBox to RadioGroup file | diff | annotate
Thu, 22 Aug 2013 18:13:20 +0300 Santeri Piippo merged aboutDialog.cpp to dialogs.cpp 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
Fri, 02 Aug 2013 16:33:30 +0300 Santeri Piippo style cleanup - it should be all unified now file | diff | annotate
Tue, 30 Jul 2013 07:38:08 +0300 Santeri Piippo Renamed vector to List, changed it to wrap around std::deque. file | diff | annotate
Tue, 16 Jul 2013 19:35:41 +0300 Santeri Piippo Further restructure, removed GUI toolbar icon size slider (always 22x22 now) 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 01:42:43 +0300 Santeri Piippo UI-ified the new part prompt file | diff | annotate
Thu, 13 Jun 2013 00:48:53 +0300 Santeri Piippo Reworked properties a bit file | diff | annotate
Sat, 01 Jun 2013 20:09:31 +0300 Santeri Piippo Make LDObject's color and parent properties with accessors 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
Fri, 24 May 2013 15:23:56 +0300 Santeri Piippo Made a vector class which wraps around std::vector... finally I have an operator<< for the thing. file | diff | annotate
Fri, 24 May 2013 04:34:20 +0300 Santeri Piippo Make LDOpenFile's members PROPERTIES file | diff | annotate
Fri, 24 May 2013 03:34:09 +0300 Santeri Piippo Use QMutex for the thread locking, remove filename from the progress dialog since it's not known anyway file | diff | annotate
Fri, 24 May 2013 03:22:11 +0300 Santeri Piippo Added a progress dialog for file loading to respond to desktops while loading files. With large files the no-response policy could be a bad thing. My first real use case of multi-threading... file | diff | annotate
Wed, 22 May 2013 20:46:29 +0300 Santeri Piippo Added LICENSE.icons to help clarity on the licensing of the icons file | diff | annotate
Thu, 16 May 2013 22:59:10 +0300 Santeri Piippo Added dialog for rotation points file | diff | annotate
Tue, 14 May 2013 18:00:50 +0300 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
Tue, 14 May 2013 04:03:52 +0300 Santeri Piippo Merged new part and LDraw path dialogs into dialogs.cpp file | diff | annotate
Tue, 14 May 2013 03:49:15 +0300 Santeri Piippo Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp file | diff | annotate
Tue, 14 May 2013 03:23:01 +0300 Santeri Piippo Split some stuff into separate files file | diff | annotate
(0) tip

mercurial