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
|