2018-03-06 |
Santeri Piippo |
Implemented row moving in the model and replaced swapping with it
|
file |
diff |
annotate
|
2018-03-01 |
Santeri Piippo |
refactor
|
file |
diff |
annotate
|
2018-01-11 |
Santeri Piippo |
begin rendering rework
|
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 |
replaced "Config->" with "config."
|
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 |
print() is no longer a global function but is tied to HierarchyElement.
|
file |
diff |
annotate
|
2017-01-28 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
2016-02-17 |
Teemu Piippo |
removed removeDuplicates in favor of QSet, and the unused ObjectList class
|
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-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-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 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 |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
2015-07-07 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
2015-02-21 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
2014-08-06 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
2014-07-29 |
Teemu Piippo |
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- added build time to window title properly
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|
2014-01-20 |
Santeri Piippo |
- bleh, don't need IN_IDE_PARSER there..
|
file |
diff |
annotate
|
2014-01-20 |
Santeri Piippo |
- added dvalof debug macro
|
file |
diff |
annotate
|
2014-01-10 |
Santeri Piippo |
- improved rotation point finding behavior. not sure what did I even do to improve it...
|
file |
diff |
annotate
|
2014-01-10 |
Santeri Piippo |
- use QCoreApplication::applicationDirPath instead of a custom hack to get the application path
|
file |
diff |
annotate
|
2014-01-10 |
Santeri Piippo |
- configuration is now always situated and read from the application working directory
|
file |
diff |
annotate
|
2014-01-07 |
Santeri Piippo |
- removed the 'str' typedef, use QString directly
|
file |
diff |
annotate
|
2014-01-07 |
Santeri Piippo |
- some cleanup
|
file |
diff |
annotate
|
2014-01-07 |
Santeri Piippo |
- reformatting
|
file |
diff |
annotate
|
2013-12-31 |
Santeri Piippo |
- updated copyright year. Best wishes for 2014!
|
file |
diff |
annotate
|
2013-12-23 |
Santeri Piippo |
- removed the horrible actions.h hack in favor of usage of Qt's meta object system
|
file |
diff |
annotate
|
2013-12-19 |
Santeri Piippo |
- fixed minor goofup with for_axis
|
file |
diff |
annotate
|
2013-12-18 |
Santeri Piippo |
- removed the version monikers, new version is now just 0.3 instead of 0.3-alpha. BUILD_ID can now only be INTERNAL and RELEASE. It was way too complicated to my tastes.
|
file |
diff |
annotate
|
2013-12-18 |
Santeri Piippo |
- corrected history behavior. LDObject::clone() is now off-limits, createCopy() must be used instead. LDObject::deleteSelf() must be used to delete LDObjects (destructor is protected now)
|
file |
diff |
annotate
|
2013-12-13 |
Santeri Piippo |
- changed source file extension from .cpp to .cc
|
file |
diff |
annotate
|
2013-12-12 |
Santeri Piippo |
- Reworked primitive listing. No longer uses multi-threading.
|
file |
diff |
annotate
|
2013-12-06 |
Santeri Piippo |
Cleaned up download.cpp/.h, used PROPERTY. Added LIST_OPS to PROPERTY
|
file |
diff |
annotate
|
2013-12-05 |
Santeri Piippo |
- Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
|
file |
diff |
annotate
|