2013-07-04 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Apply tr() for possible future translations
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
rework aborting.. I'm still not sure I'm doing it right, though.
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
simplify a bit
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Added ability to load the overlay meta
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Nuked the obsolete radial type now
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Begin converting the radial type into a primitive generator
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
restyled file.cpp
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Added an atof overload to convert from string to float, hopefully without any precision error
|
file |
diff |
annotate
|
2013-06-21 |
Santeri Piippo |
Nuked the now-empty string.cpp/.h
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Added support for regex-based primitive categorization
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Moved primitive handling to new code files
|
file |
diff |
annotate
|
2013-06-15 |
Santeri Piippo |
Added primitive scanning, replaced parts list in subfile add dialog with it
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Nuked parts.lst parsing, that was stupid
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Converted from C-style fopen to the new File class
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Made history work with most things
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Reworked properties a bit
|
file |
diff |
annotate
|
2013-06-10 |
Santeri Piippo |
Restructed recent files handling, the list shouldn't screw the hell up anymore.
|
file |
diff |
annotate
|
2013-06-10 |
Santeri Piippo |
Cleansed the string class, moved implementations from header to code file
|
file |
diff |
annotate
|
2013-06-10 |
Santeri Piippo |
Laid down the foundations of the new history system
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Refactor LDSubfile
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDMatrixObject's transform and pos members properties
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDRadial's members accessed properties
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
2013-06-01 |
Santeri Piippo |
Purged out the old history code
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Further work on image generation experiment
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Added ability to have multiple GLRenderers
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Make LDOpenFile's members PROPERTIES
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Use QMutex for the thread locking, remove filename from the progress dialog since it's not known anyway
|
file |
diff |
annotate
|
2013-05-24 |
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
|
2013-05-21 |
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
|
2013-05-21 |
Santeri Piippo |
fix basename
|
file |
diff |
annotate
|
2013-05-21 |
Santeri Piippo |
added basename since windows doesn't have it
|
file |
diff |
annotate
|
2013-05-21 |
Santeri Piippo |
Renamed the OpenFile class to LDOpenFile as MinGW doesn't appear to like the former name
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Update the part's Name: field when saving
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Prompt for unsaved changes before loading or creating a new file
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Prompt for unsaved changes in the current file if it's anonymous
|
file |
diff |
annotate
|
2013-05-19 |
Santeri Piippo |
Added version moniker
|
file |
diff |
annotate
|
2013-05-18 |
Santeri Piippo |
Added demote function for making conditional lines normal lines
|
file |
diff |
annotate
|
2013-05-17 |
Santeri Piippo |
Look for LDraw files in the part's directory first
|
file |
diff |
annotate
|
2013-05-16 |
Santeri Piippo |
Added dialog for rotation points
|
file |
diff |
annotate
|
2013-05-14 |
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
|
2013-05-14 |
Santeri Piippo |
Merged new part and LDraw path dialogs into dialogs.cpp
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp
|
file |
diff |
annotate
|
2013-05-14 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
2013-05-12 |
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
|
2013-05-10 |
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
|
2013-05-09 |
Santeri Piippo |
Further removal of hungarian notation
|
file |
diff |
annotate
|
2013-05-08 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|