Tue, 22 Oct 2013 13:53:24 +0300 |
Santeri Piippo |
i'm dumb
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 13:47:41 +0300 |
Santeri Piippo |
enclosed the assert replacement in braces. In release mode, the assert is replaced with nothing and there's a little bit of code in addObjectDialog which uses it as a statement in an one-line if(). With the assert disappearing in release builds this triggered a GCC warning, as the if would be left without a body.
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 22:30:08 +0300 |
Santeri Piippo |
now displays build type in the window title (unless a release build of a release), fixed some macro shenanigans
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 21:52:09 +0300 |
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
|
Sat, 05 Oct 2013 15:18:47 +0300 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 12:51:13 +0300 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 15:33:00 +0300 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
Tue, 06 Aug 2013 13:52:32 +0300 |
Santeri Piippo |
corrected problems with the version string
|
file |
diff |
annotate
|
Tue, 06 Aug 2013 13:32:07 +0300 |
Santeri Piippo |
Converted configuration code to use QSettings.
|
file |
diff |
annotate
|
Sat, 03 Aug 2013 04:39:39 +0300 |
Santeri Piippo |
Moved the alias macro to common.h
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 07:38:08 +0300 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 19:30:16 +0300 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 13:50:12 +0300 |
Santeri Piippo |
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 02:58:59 +0300 |
Santeri Piippo |
Bump version to 0.2.999-intern now that 0.2-alpha is out.
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 02:18:54 +0300 |
Santeri Piippo |
Tag 0.2 alpha
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:03:39 +0300 |
Santeri Piippo |
uh, stuff
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 16:19:50 +0300 |
Santeri Piippo |
Largely reworked the color selector. Still not perfect but is better
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 03:05:39 +0300 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
file |
diff |
annotate
|
Wed, 03 Jul 2013 00:43:27 +0300 |
Santeri Piippo |
Apply tr() for possible future translations
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 21:39:47 +0300 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 00:06:06 +0300 |
Santeri Piippo |
Further work on the primitive generator
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 17:36:50 +0300 |
Santeri Piippo |
Nuked the now-empty string.cpp/.h
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 19:34:30 +0300 |
Santeri Piippo |
Added a File type that wraps around QFile and provides stuff like a null file and range-for-iterating
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:00:54 +0300 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 00:48:53 +0300 |
Santeri Piippo |
Reworked properties a bit
|
file |
diff |
annotate
|
Mon, 10 Jun 2013 15:51:08 +0300 |
Santeri Piippo |
Cleansed the string class, moved implementations from header to code file
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 20:31:33 +0300 |
Santeri Piippo |
Make LDRadial's members accessed properties
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 20:09:31 +0300 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
Fri, 24 May 2013 04:34:20 +0300 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
file |
diff |
annotate
|
Fri, 24 May 2013 03:34:09 +0300 |
Santeri Piippo |
Use QMutex for the thread locking, remove filename from the progress dialog since it's not known anyway
|
file |
diff |
annotate
|
Fri, 24 May 2013 03:22:11 +0300 |
Santeri Piippo |
Added a progress dialog for file loading to respond to desktops while loading files. With large files the no-response policy could be a bad thing. My first real use case of multi-threading...
|
file |
diff |
annotate
|
Wed, 22 May 2013 23:33:49 +0300 |
Santeri Piippo |
Now that 0.1 is released, version number becomes 0.1.999
|
file |
diff |
annotate
|
Wed, 22 May 2013 22:19:20 +0300 |
Santeri Piippo |
Tag version 0.1 alpha (for real this time)
|
file |
diff |
annotate
|
Wed, 22 May 2013 22:12:18 +0300 |
Santeri Piippo |
Changed shortcut of Set Color to C, like MLCAD
|
file |
diff |
annotate
|
Tue, 21 May 2013 18:38:06 +0300 |
Santeri Piippo |
Added fatal error message box for the.. fatal stuff. Windows isn't really good at conveying error messages, converted actions into a C-style array because I've had a ton of problems with the vector approach (it gets zeroed when it shouldn't be..)
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:07:33 +0300 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
file |
diff |
annotate
|
Sun, 19 May 2013 15:36:01 +0300 |
Santeri Piippo |
Show the version info in the about dialog properly
|
file |
diff |
annotate
|
Sun, 19 May 2013 14:34:15 +0300 |
Santeri Piippo |
Added patch version number, kind of late to do this but oh well
|
file |
diff |
annotate
|
Sun, 19 May 2013 14:27:21 +0300 |
Santeri Piippo |
Update the part's Name: field when saving
|
file |
diff |
annotate
|
Sun, 19 May 2013 13:13:40 +0300 |
Santeri Piippo |
Added version moniker
|
file |
diff |
annotate
|
Sun, 19 May 2013 03:42:25 +0300 |
Santeri Piippo |
Added PROPERTY macro for easier exposed member variable management
|
file |
diff |
annotate
|
Thu, 16 May 2013 22:59:10 +0300 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
Sat, 11 May 2013 04:02:13 +0300 |
Santeri Piippo |
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
|
file |
diff |
annotate
|
Fri, 10 May 2013 17:39:56 +0300 |
Santeri Piippo |
Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board...
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|