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
|
Tue, 21 May 2013 17:39:27 +0300 |
Santeri Piippo |
Fixed basename (for real...) and ported ::first and ::last from my previous string class implementation, std::string::find_last_of doesn't do what I thought it did
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:24:41 +0300 |
Santeri Piippo |
fix basename
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:24:10 +0300 |
Santeri Piippo |
added basename since windows doesn't have it
|
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 14:27:21 +0300 |
Santeri Piippo |
Update the part's Name: field when saving
|
file |
diff |
annotate
|
Sun, 19 May 2013 13:51:38 +0300 |
Santeri Piippo |
Prompt for unsaved changes before loading or creating a new file
|
file |
diff |
annotate
|
Sun, 19 May 2013 13:21:06 +0300 |
Santeri Piippo |
Prompt for unsaved changes in the current file if it's anonymous
|
file |
diff |
annotate
|
Sun, 19 May 2013 13:13:40 +0300 |
Santeri Piippo |
Added version moniker
|
file |
diff |
annotate
|
Sat, 18 May 2013 21:35:55 +0300 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
Fri, 17 May 2013 11:53:28 +0300 |
Santeri Piippo |
Look for LDraw files in the part's directory first
|
file |
diff |
annotate
|
Thu, 16 May 2013 22:59:10 +0300 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
Tue, 14 May 2013 18:00:50 +0300 |
Santeri Piippo |
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
|
file |
diff |
annotate
|
Tue, 14 May 2013 04:03:52 +0300 |
Santeri Piippo |
Merged new part and LDraw path dialogs into dialogs.cpp
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:49:15 +0300 |
Santeri Piippo |
Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:23:01 +0300 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
Sun, 12 May 2013 20:21:44 +0300 |
Santeri Piippo |
Split inverting into methods into LDObject and its subclasses, fixed a rather severe memory leak issue (GL display lists weren't being removed properly)
|
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
|
Thu, 09 May 2013 17:03:44 +0300 |
Santeri Piippo |
Further removal of hungarian notation
|
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
|