]> Shamusworld >> Repos - architektonas/commit
Initial work on bringing sanity to insane codebase.
authorShamus Hammons <jlhamm@acm.org>
Fri, 17 Apr 2015 02:57:27 +0000 (21:57 -0500)
committerShamus Hammons <jlhamm@acm.org>
Fri, 17 Apr 2015 02:57:27 +0000 (21:57 -0500)
commitdb0a3d91f37031e155cc8eac7cfdec9889f233ee
treef8695b165dcc69c3efd430582680201577816a04
parent6c1279871f6bb86bc59e2561b6a7f74ab081f71e
Initial work on bringing sanity to insane codebase.

Yup, we're chucking out the object oriented-ness from the code, as it
really didn't add anything but a layer of obfuscation that needlessly made
following/changing anything in the code a nightmare of parallel
modification. No more! We drank the OO Kool-Aid years ago, and it's
poison!
12 files changed:
architektonas.pro
src/about.cpp
src/applicationwindow.cpp
src/applicationwindow.h
src/drawingview.cpp
src/drawingview.h
src/fileio.cpp
src/fileio.h
src/global.cpp [new file with mode: 0644]
src/global.h [new file with mode: 0644]
src/painter.cpp
src/structs.h [new file with mode: 0644]