Fri, 23 Mar 2018 21:30:24 +0200 |
Teemu Piippo |
reworked Vertex, no longer a QVector3D subclass
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 23:29:40 +0200 |
Santeri Piippo |
Implemented row moving in the model and replaced swapping with it
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 23:59:47 +0200 |
Santeri Piippo |
migrated model swapping to mvc and made Model::swapObjects to emit dataChanged signals as a temporary solution
|
file |
diff |
annotate
|
Mon, 05 Mar 2018 22:42:54 +0200 |
Santeri Piippo |
Finally removed the cancer that is the LDObject::model pointer
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:59:03 +0200 |
Santeri Piippo |
removed LDObject::swap
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 16:53:56 +0200 |
Santeri Piippo |
removed LDObject::lineNumber
|
file |
diff |
annotate
|
Tue, 13 Feb 2018 14:19:07 +0200 |
Santeri Piippo |
changed Model into an MVC list model and replaced the objects list with a view into the model
|
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
|
Mon, 06 Mar 2017 00:43:43 +0200 |
Teemu Piippo |
MathFunctions 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
|
Sun, 05 Mar 2017 01:57:56 +0200 |
Teemu Piippo |
Polar grid is now togglable.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 21:02:14 +0200 |
Teemu Piippo |
Moved all UI files from ui/ into src/dialogs/.
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 20:28:17 +0200 |
Teemu Piippo |
Replaced LDObjectList with QVector<LDObject*>
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 20:44:36 +0200 |
Teemu Piippo |
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 11:53:55 +0200 |
Teemu Piippo |
Created a new GLRenderer derivative class "Canvas" and made MainWindow use it
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 15:05:14 +0200 |
Teemu Piippo |
Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward.
|
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
|
Sun, 08 May 2016 16:26:16 +0300 |
Teemu Piippo |
Further improved enum handling
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 02:56:59 +0200 |
Teemu Piippo |
Moved LDObject::moveObjects into MoveToolset
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 00:54:02 +0200 |
Teemu Piippo |
Rename Pi to lowercase pi
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 00:47:48 +0200 |
Teemu Piippo |
Renamed ldObjectMath.cpp/.h to mathfunctions.cpp/.h
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 00:43:17 +0200 |
Teemu Piippo |
Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions
|
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, 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 17:20:55 +0300 |
Teemu Piippo |
Split actions.cpp and actionsEdit.cpp into toolsets.
|
file |
diff |
annotate
|