Fri, 20 Dec 2013 02:05:19 +0200 Santeri Piippo - line lengths are now displayed when drawing file | diff | annotate
Fri, 13 Dec 2013 20:01:49 +0200 Santeri Piippo - changed source file extension from .cpp to .cc 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
Thu, 05 Dec 2013 13:51:52 +0200 Santeri Piippo - ensured header files' guards start with LDFORGE_ file | diff | annotate
Tue, 22 Oct 2013 13:40:16 +0300 Santeri Piippo - migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago. 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
Wed, 16 Oct 2013 16:40:42 +0300 Santeri Piippo removed the List class in favor of QList file | diff | annotate
Wed, 16 Oct 2013 15:32:38 +0300 Santeri Piippo Finally got the ringfinder working! Working on integrating it to ring drawing... 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
Thu, 03 Oct 2013 21:08:34 +0300 Santeri Piippo further cleanup file | diff | annotate
Thu, 03 Oct 2013 20:56:20 +0300 Santeri Piippo last code reformatting i swear file | diff | annotate
Sat, 07 Sep 2013 13:23:09 +0300 Santeri Piippo Merge branch 'master' into gl, reworked stuff 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 16:04:36 +0300 Santeri Piippo more cleanup 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
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 16:17:16 +0300 Santeri Piippo Made File::iterator private - it's used only for range-for loops so it should not be used by anything else than File itself. 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
Mon, 15 Jul 2013 14:43:29 +0300 Santeri Piippo restructure; removed g_BBox file | diff | annotate
Mon, 15 Jul 2013 13:52:46 +0300 Santeri Piippo Moved the bbox class to types file | diff | annotate
Thu, 04 Jul 2013 03:05:39 +0300 Santeri Piippo Re-added the message log, now draws into the viewport file | diff | annotate
Fri, 21 Jun 2013 17:29:29 +0300 Santeri Piippo Added license header to primitives.cpp file | diff | annotate
Sun, 16 Jun 2013 00:10:11 +0300 Santeri Piippo Added support for regex-based primitive categorization file | diff | annotate
Sat, 15 Jun 2013 04:20:44 +0300 Santeri Piippo Added primitive scanning, replaced parts list in subfile add dialog with it file | diff | annotate
Sat, 15 Jun 2013 01:20:07 +0300 Santeri Piippo Converted from C-style fopen to the new File class file | diff | annotate
Fri, 14 Jun 2013 19:34:30 +0300 Santeri Piippo Added a File type that wraps around QFile and provides stuff like a null file and range-for-iterating 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 00:48:53 +0300 Santeri Piippo Reworked properties a bit file | diff | annotate
Mon, 10 Jun 2013 16:17:24 +0300 Santeri Piippo Restructed recent files handling, the list shouldn't screw the hell up anymore. file | diff | annotate
Mon, 10 Jun 2013 15:51:08 +0300 Santeri Piippo Cleansed the string class, moved implementations from header to code file file | diff | annotate
Mon, 10 Jun 2013 15:15:23 +0300 Santeri Piippo Laid down the foundations of the new history system 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
Sat, 01 Jun 2013 21:36:03 +0300 Santeri Piippo Make LDMatrixObject's transform and pos members properties file | diff | annotate
Mon, 27 May 2013 18:17:21 +0300 Santeri Piippo Added ability to snap to pre-existing vertices while drawing, added changelog file | diff | annotate
Fri, 24 May 2013 16:43:56 +0300 Santeri Piippo Added ability to have multiple GLRenderers 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
Sun, 19 May 2013 00:47:07 +0300 Santeri Piippo Added ability to set the depth value to something else than 0. file | diff | annotate
Tue, 14 May 2013 03:23:01 +0300 Santeri Piippo Split some stuff into separate files file | diff | annotate
Sat, 11 May 2013 04:02:13 +0300 Santeri Piippo Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files... file | diff | annotate
Fri, 10 May 2013 17:39:56 +0300 Santeri Piippo Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board... file | diff | annotate
Thu, 09 May 2013 17:03:44 +0300 Santeri Piippo Further removal of hungarian notation file | diff | annotate
Wed, 08 May 2013 15:19:06 +0300 Santeri Piippo Moved source files to src/, removed zz_ prefix off dialog files. file | diff | annotate
(0) tip

mercurial