Sat, 24 Mar 2018 12:34:20 +0200 |
Teemu Piippo |
Config is now a namespace
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:06:49 +0200 |
Teemu Piippo |
used squared()
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 12:06:22 +0200 |
Teemu Piippo |
Moved includes, added squared() function
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 11:57:24 +0200 |
Teemu Piippo |
reorganized headers
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 11:41:58 +0200 |
Santeri Piippo |
Converted magic wand mode and other selection stuff to mvc
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:52:04 +0200 |
Santeri Piippo |
undo config change
|
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, 04 Jan 2018 19:40:16 +0200 |
Santeri Piippo |
replaced "Config->" with "config."
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 00:55:45 +0200 |
Teemu Piippo |
Grid is now a namespace.
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 20:25:22 +0200 |
Teemu Piippo |
Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier.
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 23:23:28 +0200 |
Teemu Piippo |
Grid::snap now snaps points.
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 23:16:14 +0200 |
Teemu Piippo |
Simplified Grid::snap.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 08:08:17 +0200 |
Teemu Piippo |
Moved camera names to GLCamera, other adjustments
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 07:57:27 +0200 |
Teemu Piippo |
Exported GLRenderer cameras into a new class, GLCamera.
|
file |
diff |
annotate
|
Sun, 12 Feb 2017 16:59:35 +0200 |
Teemu Piippo |
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 13:05:31 +0200 |
Teemu Piippo |
Moved document editing methods from GLRenderer to Canvas
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 00:45:44 +0200 |
Teemu Piippo |
GLRenderer no longer exposes the model pointer.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 00:43:30 +0200 |
Teemu Piippo |
LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models.
|
file |
diff |
annotate
|
Fri, 03 Feb 2017 10:44:23 +0200 |
Teemu Piippo |
Reworked and cleaned up the circle mode
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 14:30:55 +0200 |
Teemu Piippo |
Some code cleanup in abstract editing modes.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:39:35 +0200 |
Teemu Piippo |
Replaced uses of LDSpawn with the Model class in edit modes
|
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:13:01 +0200 |
Teemu Piippo |
Replaced '.length()' with 'length()' where appropriate
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:01:19 +0200 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
Thu, 17 Nov 2016 13:56:13 +0200 |
Teemu Piippo |
Cleanup in GL renderer...
|
file |
diff |
annotate
|
Fri, 11 Nov 2016 13:34:51 +0200 |
Teemu Piippo |
Some cleanup
|
file |
diff |
annotate
|
Sun, 16 Oct 2016 18:28:56 +0300 |
Teemu Piippo |
Draw line lengths to 2 decimal points only.
|
file |
diff |
annotate
|
Sun, 08 May 2016 15:26:58 +0300 |
Teemu Piippo |
- Refactoring...
|
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
|
Tue, 16 Feb 2016 19:59:43 +0200 |
Teemu Piippo |
Split grid stuff into a new class Grid in grid.cpp/grid.h
|
file |
diff |
annotate
|
Sun, 14 Feb 2016 03:19:28 +0200 |
Teemu Piippo |
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Thu, 19 Nov 2015 00:43:18 +0200 |
Teemu Piippo |
Cleanup miscallenous.cpp/.h
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 19:05:22 +0200 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 16:45:30 +0300 |
Teemu Piippo |
Fixed circle, rectangle and line path modes not working anymore. Add blip coordinates to curve and line path modes. Circle mode for now only can show the coordinates of the initial blip
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 14:08:51 +0300 |
Teemu Piippo |
Copyright header fix, some minor stuff
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 04:26:11 +0300 |
Teemu Piippo |
Begin work on Bézier curve support. They can be drawn but don't render in 3D and they load as comments.
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 04:48:58 +0300 |
Teemu Piippo |
Refactor GLRenderer and GLCompiler
|
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
|
Sat, 05 Sep 2015 23:03:24 +0300 |
Teemu Piippo |
Make documents members of the main window
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 20:50:12 +0300 |
Teemu Piippo |
Now compiles and links but crashes shortly after startup.
|
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
|
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 21:54:57 +0200 |
Teemu Piippo |
- rewrote codegen in python and merged updaterevision into it
|
file |
diff |
annotate
| base
|