Tue, 06 Mar 2018 23:29:40 +0200 |
Santeri Piippo |
Implemented row moving in the model and replaced swapping with it
|
file |
diff |
annotate
|
Thu, 01 Mar 2018 11:59:54 +0200 |
Santeri Piippo |
refactor
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 15:09:44 +0200 |
Santeri Piippo |
begin rendering rework
|
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:40:16 +0200 |
Santeri Piippo |
replaced "Config->" with "config."
|
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
|
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
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 19:54:21 +0200 |
Teemu Piippo |
removed removeDuplicates in favor of QSet, and the unused ObjectList class
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 03:10:12 +0200 |
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
|
Sun, 14 Feb 2016 03:19:28 +0200 |
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
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 19:05:22 +0200 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 13:46:39 +0300 |
Teemu Piippo |
Removed the exiting hacks
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:10:03 +0300 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 20:50:12 +0300 |
Teemu Piippo |
Now compiles and links but crashes shortly after startup.
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 04:57:16 +0300 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:18:41 +0300 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 04:21:44 +0300 |
Teemu Piippo |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
Tue, 07 Jul 2015 21:35:20 +0300 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
Sat, 21 Feb 2015 18:51:33 +0200 |
Teemu Piippo |
- bump copyright year
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 16:18:24 +0300 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 13:12:22 +0300 |
Teemu Piippo |
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 15:00:41 +0300 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 17:50:42 +0300 |
Santeri Piippo |
- added build time to window title properly
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:26:10 +0200 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|
Mon, 20 Jan 2014 23:44:22 +0200 |
Santeri Piippo |
- bleh, don't need IN_IDE_PARSER there..
|
file |
diff |
annotate
|
Mon, 20 Jan 2014 23:43:14 +0200 |
Santeri Piippo |
- added dvalof debug macro
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 15:28:29 +0200 |
Santeri Piippo |
- improved rotation point finding behavior. not sure what did I even do to improve it...
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 11:09:38 +0200 |
Santeri Piippo |
- use QCoreApplication::applicationDirPath instead of a custom hack to get the application path
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 03:35:50 +0200 |
Santeri Piippo |
- configuration is now always situated and read from the application working directory
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 12:21:46 +0200 |
Santeri Piippo |
- removed the 'str' typedef, use QString directly
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 11:56:26 +0200 |
Santeri Piippo |
- some cleanup
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 08:53:27 +0200 |
Santeri Piippo |
- reformatting
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 00:25:01 +0200 |
Santeri Piippo |
- updated copyright year. Best wishes for 2014!
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 10:57:54 +0200 |
Santeri Piippo |
- removed the horrible actions.h hack in favor of usage of Qt's meta object system
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 02:37:12 +0200 |
Santeri Piippo |
- fixed minor goofup with for_axis
|
file |
diff |
annotate
|
Thu, 19 Dec 2013 01:18:34 +0200 |
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
|
Wed, 18 Dec 2013 17:44:31 +0200 |
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
|
Fri, 13 Dec 2013 20:01:49 +0200 |
Santeri Piippo |
- changed source file extension from .cpp to .cc
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 00:28:24 +0200 |
Santeri Piippo |
- Reworked primitive listing. No longer uses multi-threading.
|
file |
diff |
annotate
|
Sat, 07 Dec 2013 00:01:20 +0200 |
Santeri Piippo |
Cleaned up download.cpp/.h, used PROPERTY. Added LIST_OPS to PROPERTY
|
file |
diff |
annotate
|
Fri, 06 Dec 2013 00:29:44 +0200 |
Santeri Piippo |
- Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
|
file |
diff |
annotate
|