Sat, 24 Mar 2018 16:33:23 +0200 Teemu Piippo Added support for 8-primitives file | diff | annotate
Sat, 24 Mar 2018 15:54:41 +0200 Teemu Piippo MainWindow now stores its state in the config file so its state and geometry is preserved across instances file | diff | annotate
Sat, 24 Mar 2018 13:03:02 +0200 Teemu Piippo merged mathfunctions.cpp into algorithms/geometry.cpp 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
Sat, 24 Mar 2018 12:09:26 +0200 Teemu Piippo renamed sink() to singleton() file | diff | annotate
Sat, 24 Mar 2018 11:57:24 +0200 Teemu Piippo reorganized headers file | diff | annotate
Sat, 24 Mar 2018 11:05:40 +0200 Teemu Piippo removed unnecessary files and includes file | diff | annotate
Mon, 19 Mar 2018 12:44:27 +0200 Teemu Piippo red/green view rework complete file | diff | annotate
Fri, 16 Mar 2018 16:28:39 +0200 Teemu Piippo Added basic header editing file | diff | annotate
Wed, 14 Mar 2018 12:08:03 +0200 Teemu Piippo added an MVC interface to the primitives tree file | diff | annotate
Sat, 03 Mar 2018 16:53:56 +0200 Santeri Piippo removed LDObject::lineNumber file | diff | annotate
Sat, 03 Mar 2018 15:14:07 +0200 Santeri Piippo more selection rework file | diff | annotate
Fri, 02 Mar 2018 22:23:53 +0200 Santeri Piippo removed LDDocument::clearSelection and replaced it with a MainWindow implementation file | diff | annotate
Thu, 01 Mar 2018 11:59:54 +0200 Santeri Piippo refactor 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, 15 Feb 2018 14:59:04 +0200 Santeri Piippo more work on mvc file | diff | annotate
Thu, 15 Feb 2018 14:40:59 +0200 Santeri Piippo convert MainWindow::deleteSelection to mvc file | diff | annotate
Thu, 15 Feb 2018 11:34:04 +0200 Santeri Piippo used mvc selection models file | diff | annotate
Wed, 14 Feb 2018 15:17:30 +0200 Santeri Piippo begin model rework 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
Fri, 12 Jan 2018 00:55:31 +0200 Santeri Piippo BFC INVERTNEXT objects are no longer individual objects file | diff | annotate
Thu, 11 Jan 2018 15:30:30 +0200 Santeri Piippo renderer rework file | diff | annotate
Thu, 11 Jan 2018 15:09:44 +0200 Santeri Piippo begin rendering rework file | diff | annotate
Thu, 11 Jan 2018 11:41:40 +0200 Santeri Piippo encoded division slash file | diff | annotate
Thu, 11 Jan 2018 00:39:00 +0200 Santeri Piippo added support for circular 8/-primitives 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
Wed, 08 Mar 2017 22:48:43 +0200 Teemu Piippo Better encapsulated the BaseConfiguration class. 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
Mon, 06 Mar 2017 00:35:47 +0200 Teemu Piippo GuiUtilities is now a namespace. file | diff | annotate
Sun, 05 Mar 2017 20:26:56 +0200 Teemu Piippo The Grid class is no longer a hierarchy element or a QObject. 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 13:33:37 +0200 Teemu Piippo Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management. 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 20:28:17 +0200 Teemu Piippo Replaced LDObjectList with QVector<LDObject*> file | diff | annotate
Thu, 23 Feb 2017 20:21:40 +0200 Teemu Piippo At long last, the g_win pointer has been removed. Down with global variables! 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 20:03:31 +0200 Teemu Piippo Moved GetIcon and makeSettings into the MainWindow namespace as static methods. file | diff | annotate
Thu, 23 Feb 2017 19:56:21 +0200 Teemu Piippo Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h. file | diff | annotate
Thu, 23 Feb 2017 19:33:56 +0200 Teemu Piippo Removed dead code file | diff | annotate
Thu, 23 Feb 2017 19:32:36 +0200 Teemu Piippo Some cleanup in mainwindow.cpp, use QSet<QString> for the 'ignore' variable. file | diff | annotate
Tue, 14 Feb 2017 14:53:06 +0200 Teemu Piippo Renamed glCompiler.cpp → glcompiler.cpp 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 09:48:51 +0200 Teemu Piippo Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX 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
Sun, 12 Feb 2017 16:02:44 +0200 Teemu Piippo Moved definition of MainWindow::ToolInfo into mainwindow.cpp file | diff | annotate
Sun, 12 Feb 2017 16:02:02 +0200 Teemu Piippo Reworked iterable enums: they all are enum classes now and the end value is marked with "_End" file | diff | annotate
Thu, 09 Feb 2017 23:46:45 +0200 Teemu Piippo Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here. file | diff | annotate
Thu, 09 Feb 2017 22:46:37 +0200 Teemu Piippo Moved LDComment and LDEmpty into their own source file pairs. file | diff | annotate
Thu, 09 Feb 2017 20:54:21 +0200 Teemu Piippo Moved some global constants into appropriate namespaces. 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
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
Thu, 09 Feb 2017 00:32:24 +0200 Teemu Piippo Made a new renderer be created for each document, instead of reusing the same renderer for all documents. file | diff | annotate
Sat, 04 Feb 2017 14:24:16 +0200 Teemu Piippo The current document pointer may no longer be null. file | diff | annotate
Mon, 30 Jan 2017 02:41:45 +0200 Teemu Piippo Removed some unnecessary #include-directives. file | diff | annotate
(0) -100 -60 tip

mercurial