2014-09-06 |
Teemu Piippo |
- fixed compilation on windows
|
file |
diff |
annotate
|
2014-08-30 |
Teemu Piippo |
- ldforge can now open files from command-line input
|
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-27 |
Teemu Piippo |
- down with all these unnecessary semicolons!
|
file |
diff |
annotate
|
2014-07-27 |
Teemu Piippo |
- changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals.
|
file |
diff |
annotate
|
2014-07-26 |
Teemu Piippo |
- refactoring
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism
|
file |
diff |
annotate
|
2014-07-16 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- added primitives toolbox
|
file |
diff |
annotate
|
2014-06-03 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
2014-06-02 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
2014-05-15 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
file |
diff |
annotate
|
2014-05-09 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
2014-04-28 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
file |
diff |
annotate
|
2014-04-27 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
2014-04-14 |
Santeri Piippo |
- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.
|
file |
diff |
annotate
|
2014-03-29 |
Santeri Piippo |
- renamed files to camelCase
|
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-08 |
Santeri Piippo |
- removed the File class in favor of QFile
|
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-19 |
Santeri Piippo |
- non-release builds now display git revision info if available. This turned out to be much simpler to implement than I expected..
|
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 |
- implicit documents are now auto-closed when rendered unused, in general, a LOT better document closing behavior
|
file |
diff |
annotate
|
2013-12-13 |
Santeri Piippo |
- changed source file extension from .cpp to .cc
|
file |
diff |
annotate
|