2018-04-04 |
Teemu Piippo |
refactored the quick color toolbar
|
file |
diff |
annotate
|
2018-04-04 |
Teemu Piippo |
removed dead code
|
file |
diff |
annotate
|
2018-04-04 |
Teemu Piippo |
added a status bar and moved printed messages there
|
file |
diff |
annotate
|
2018-04-04 |
Teemu Piippo |
removed dead code
|
file |
diff |
annotate
|
2018-03-29 |
Teemu Piippo |
refactor
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
Added support for 8-primitives
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
MainWindow now stores its state in the config file so its state and geometry is preserved across instances
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
merged mathfunctions.cpp into algorithms/geometry.cpp
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
Happy new year 2018
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
Config is now a namespace
|
file |
diff |
annotate
|
2018-03-24 |
Teemu Piippo |
renamed sink() to singleton()
|
file |
diff |
annotate
|
2018-03-16 |
Teemu Piippo |
Added basic header editing
|
file |
diff |
annotate
|
2018-03-14 |
Teemu Piippo |
added an MVC interface to the primitives tree
|
file |
diff |
annotate
|
2018-03-03 |
Santeri Piippo |
more selection rework
|
file |
diff |
annotate
|
2018-03-02 |
Santeri Piippo |
removed LDDocument::clearSelection and replaced it with a MainWindow implementation
|
file |
diff |
annotate
|
2018-02-22 |
Santeri Piippo |
Converted magic wand mode and other selection stuff to mvc
|
file |
diff |
annotate
|
2018-02-15 |
Santeri Piippo |
more work on mvc
|
file |
diff |
annotate
|
2018-02-15 |
Santeri Piippo |
used mvc selection models
|
file |
diff |
annotate
|
2018-02-13 |
Santeri Piippo |
removed unneeded stuff
|
file |
diff |
annotate
|
2018-02-13 |
Santeri Piippo |
changed Model into an MVC list model and replaced the objects list with a view into the model
|
file |
diff |
annotate
|
2018-01-11 |
Santeri Piippo |
renderer rework
|
file |
diff |
annotate
|
2018-01-11 |
Santeri Piippo |
begin rendering rework
|
file |
diff |
annotate
|
2018-01-10 |
Santeri Piippo |
added support for circular 8/-primitives
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
happy new year 2018
|
file |
diff |
annotate
|
2018-01-04 |
Santeri Piippo |
fix paren style
|
file |
diff |
annotate
|
2017-03-08 |
Teemu Piippo |
Better encapsulated the BaseConfiguration class.
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
Grid is now a namespace.
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
MathFunctions is now a namespace.
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
GuiUtilities is now a namespace.
|
file |
diff |
annotate
|
2017-03-05 |
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
|
2017-03-05 |
Teemu Piippo |
Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management.
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
Replaced LDObjectList with QVector<LDObject*>
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
At long last, the g_win pointer has been removed. Down with global variables!
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
print() is no longer a global function but is tied to HierarchyElement.
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
Moved GetIcon and makeSettings into the MainWindow namespace as static methods.
|
file |
diff |
annotate
|
2017-02-23 |
Teemu Piippo |
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
|
file |
diff |
annotate
|
2017-02-14 |
Teemu Piippo |
Renamed ldObject.cpp → linetypes/modelobject.cpp
|
file |
diff |
annotate
|
2017-02-12 |
Teemu Piippo |
Moved definition of MainWindow::ToolInfo into mainwindow.cpp
|
file |
diff |
annotate
|
2017-02-09 |
Teemu Piippo |
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
|
file |
diff |
annotate
|
2017-02-09 |
Teemu Piippo |
Created a new GLRenderer derivative class "Canvas" and made MainWindow use it
|
file |
diff |
annotate
|
2017-02-08 |
Teemu Piippo |
Made a new renderer be created for each document, instead of reusing the same renderer for all documents.
|
file |
diff |
annotate
|
2017-02-04 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
2017-01-29 |
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
|
2017-01-28 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
2016-11-11 |
Teemu Piippo |
Refactor GuiUtilities
|
file |
diff |
annotate
|
2016-02-17 |
Teemu Piippo |
removed removeDuplicates in favor of QSet, and the unused ObjectList class
|
file |
diff |
annotate
|
2016-02-16 |
Teemu Piippo |
Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions
|
file |
diff |
annotate
|
2016-02-16 |
Teemu Piippo |
Split grid stuff into a new class Grid in grid.cpp/grid.h
|
file |
diff |
annotate
|
2016-02-15 |
Teemu Piippo |
Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow
|
file |
diff |
annotate
|
2016-02-14 |
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
|
2016-01-01 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
2015-11-18 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
2015-10-04 |
Teemu Piippo |
A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?)
|
file |
diff |
annotate
|
2015-10-03 |
Teemu Piippo |
Now compiles again
|
file |
diff |
annotate
|
2015-09-22 |
Teemu Piippo |
Commit work done on document manager. Happy 3rd birthday LDForge!
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
Refactor LDObject API
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
Refactor GLRenderer and GLCompiler
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
2015-09-06 |
Teemu Piippo |
Refactor edit history
|
file |
diff |
annotate
|
2015-09-05 |
Teemu Piippo |
Refactor MainWindow's API
|
file |
diff |
annotate
|