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-23 Teemu Piippo added stream operators to Vertex file | diff | annotate
2018-03-23 Teemu Piippo remove LDPaths file | diff | annotate
2018-03-23 Teemu Piippo Begin rework to add support for multiple libraries file | diff | annotate
2018-03-01 Santeri Piippo refactor file | diff | annotate
2018-02-15 Santeri Piippo convert MainWindow::deleteSelection to mvc file | diff | annotate
2018-01-04 Santeri Piippo undo config change file | diff | annotate
2018-01-04 Santeri Piippo happy new year 2018 file | diff | annotate
2018-01-04 Santeri Piippo reduce main.cpp file | diff | annotate
2018-01-04 Santeri Piippo simplified Matrix file | diff | annotate
2018-01-04 Santeri Piippo replaced Origin with default-constructed Vertex file | diff | annotate
2018-01-04 Santeri Piippo fix paren style file | diff | annotate
2018-01-04 Santeri Piippo replaced "Config->" with "config." file | diff | annotate
2017-03-08 Teemu Piippo Some cleanup in LDPaths 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-02-23 Teemu Piippo Removed the Origin and axes global constants. 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-12 Teemu Piippo Moved the definitions of all configuration options into a new text file and made the configuration collector read that. file | diff | annotate
2017-02-09 Teemu Piippo Moved some global constants into appropriate namespaces. file | diff | annotate
2017-01-30 Teemu Piippo Removed some unnecessary #include-directives. file | diff | annotate
2017-01-28 Teemu Piippo Happy new year 2017! file | diff | annotate
2017-01-28 Teemu Piippo Moved the identity matrix constant into Matrix's namespace file | diff | annotate
2016-11-18 Teemu Piippo Cleaned up crash catcher, fixed missing <math.h> include file | diff | annotate
2016-02-17 Teemu Piippo Removed unneeded includes from main.cpp file | diff | annotate
2016-02-17 Teemu Piippo Moved PreferredLicenseText into HierarchyElement and made the config pointer be passed to LDPaths. Now I can finally remove the Config global pointer. 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-03 Teemu Piippo Now compiles again file | diff | annotate
2015-09-21 Teemu Piippo LDVertexObject stuff (ultimately not worth it) file | diff | annotate
2015-09-06 Teemu Piippo Removed the exiting hacks file | diff | annotate
2015-09-06 Teemu Piippo null -> nullptr file | diff | annotate
2015-08-31 Teemu Piippo Now doesn't crash anymore file | diff | annotate
2015-08-31 Teemu Piippo Now compiles and links but crashes shortly after startup. file | diff | annotate
2015-08-31 Teemu Piippo Commit configuration rework (doesn't work yet, more than most probably doesn't compile either) file | diff | annotate
2015-08-30 Teemu Piippo Happy new year 2015 file | diff | annotate
2015-08-30 Teemu Piippo Rename MainWindow files file | diff | annotate
2015-08-30 Teemu Piippo Removed all asserts from the code. Removed assert handling and the bomb box dialog. file | diff | annotate
2015-08-29 Teemu Piippo Refactor LDrawPathDialog and LDPaths file | diff | annotate
2015-08-29 Teemu Piippo Rename all .cc files to .cpp files. file | diff | annotate | base
2015-07-07 Teemu Piippo Refactoring update. file | diff | annotate
2015-03-04 Teemu Piippo - commit work done on projects projects file | diff | annotate
2015-03-03 Teemu Piippo - renamed .cc files to .cpp file | diff | annotate | base
2013-12-12 Santeri Piippo - LDFile renamed to LDDocument, file.h -> document.h file | diff | annotate
2013-10-18 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
2013-10-16 Santeri Piippo Removed the List -> QList alias, use QList directly file | diff | annotate
2013-10-05 Santeri Piippo further cleansing - removed most uses of unsigned ints, removed list reversers file | diff | annotate
2013-10-05 Santeri Piippo a bit more cleanup file | diff | annotate
2013-10-03 Santeri Piippo last code reformatting i swear file | diff | annotate
2013-08-21 Santeri Piippo more changes. Spawn the config prompt on first start, on the profile tab. gl_colorbfc and gl_blackedges now default to false. file | diff | annotate
2013-08-20 Santeri Piippo - added "Go to line" action, renamed the config classes to proper camelcase file | diff | annotate
2013-08-18 Santeri Piippo Rewrote stud logo support, restructuring inlining stuff in the process. Logoed studs must only be used for rendering scenes, otherwise they will for instance get inlined in and that's not desired, or the vertex snapper will catch onto the logo's coordinates. file | diff | annotate
2013-08-18 Santeri Piippo Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit file | diff | annotate
2013-08-06 Santeri Piippo corrected problems with the version string file | diff | annotate
2013-08-06 Santeri Piippo Converted configuration code to use QSettings. file | diff | annotate
2013-08-02 Santeri Piippo style cleanup - it should be all unified now file | diff | annotate
2013-07-31 Santeri Piippo Renamed LDOpenFile to LDFile file | diff | annotate
(0) -60 tip

mercurial