Sun, 10 Jun 2018 16:04:38 +0300 Teemu Piippo cleaned up LDColor constructors file | diff | annotate
Sat, 24 Mar 2018 12:54:28 +0200 Teemu Piippo Happy new year 2018 file | diff | annotate
Sat, 24 Mar 2018 12:34:20 +0200 Teemu Piippo Config is now a namespace file | diff | annotate
Fri, 23 Mar 2018 17:13:35 +0200 Teemu Piippo remove LDPaths file | diff | annotate
Fri, 23 Mar 2018 12:51:18 +0200 Teemu Piippo Begin rework to add support for multiple libraries 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
Sat, 25 Feb 2017 17:24:33 +0200 Teemu Piippo Cleanup ColorSelector, moved direct color composition to a new LDColor constructor. file | diff | annotate
Thu, 23 Feb 2017 20:18:39 +0200 Teemu Piippo print() is no longer a global function but is tied to HierarchyElement. file | diff | annotate
Thu, 23 Feb 2017 18:47:15 +0200 Teemu Piippo Reformat colors.cpp. file | diff | annotate
Tue, 14 Feb 2017 09:53:13 +0200 Teemu Piippo Rearranged declarations in basics.h file | diff | annotate
Thu, 09 Feb 2017 20:54:21 +0200 Teemu Piippo Moved some global constants into appropriate namespaces. 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
Sat, 28 Jan 2017 14:14:28 +0200 Teemu Piippo Actually, let's call it countof(). Makes more sense. file | diff | annotate
Sat, 28 Jan 2017 14:01:19 +0200 Teemu Piippo Replaced uses of 'x.size()' with 'length(x)' file | diff | annotate
Sat, 28 Jan 2017 13:49:09 +0200 Teemu Piippo refactor: added the length() function that's like Python's len() file | diff | annotate
Tue, 15 Nov 2016 13:52:44 +0200 Teemu Piippo Cleanup colors.cpp/.h file | diff | annotate
Wed, 17 Feb 2016 19:54:21 +0200 Teemu Piippo removed removeDuplicates in favor of QSet, and the unused ObjectList class file | diff | annotate
Fri, 01 Jan 2016 23:41:55 +0200 Teemu Piippo Happy new year 2016! file | diff | annotate
Wed, 18 Nov 2015 19:05:22 +0200 Teemu Piippo It worx again! file | diff | annotate
Sun, 04 Oct 2015 02:52:03 +0300 Teemu Piippo Now compiles again file | diff | annotate
Tue, 22 Sep 2015 00:59:21 +0300 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
Sun, 30 Aug 2015 15:18:41 +0300 Teemu Piippo Happy new year 2015 file | diff | annotate
Sun, 30 Aug 2015 15:01:10 +0300 Teemu Piippo Replaced Min/Max/Clamp/Abs with use of Qt versions of them. file | diff | annotate
Sun, 30 Aug 2015 04:53:37 +0300 Teemu Piippo Rename MainWindow files 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
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 13:51:52 +0200 Santeri Piippo - ensured header files' guards start with LDFORGE_ 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
Thu, 03 Oct 2013 20:56:20 +0300 Santeri Piippo last code reformatting i swear file | diff | annotate
Wed, 21 Aug 2013 14:07:02 +0300 Santeri Piippo stuff 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 18:01:53 +0300 Santeri Piippo Separated LDConfig.ldr-specific stuff to ldconfig.cpp/h file | diff | annotate
Mon, 08 Jul 2013 01:36:12 +0300 Santeri Piippo Renamed the color class to LDColor for clarity file | diff | annotate
Sun, 07 Jul 2013 17:45:48 +0300 Santeri Piippo more restyle/refactor file | diff | annotate
Wed, 03 Jul 2013 00:43:27 +0300 Santeri Piippo Apply tr() for possible future translations 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 16:00:54 +0300 Santeri Piippo Converted to 16-bit strings.. again 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
Thu, 16 May 2013 22:59:10 +0300 Santeri Piippo Added dialog for rotation points 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 02:28:39 +0300 Santeri Piippo Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason) 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