2013-08-06 |
Santeri Piippo |
Converted configuration code to use QSettings.
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
stability to downloading
|
file |
diff |
annotate
|
2013-08-02 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
2013-07-31 |
Santeri Piippo |
Include the moc files in the source cpp files to reduce compile time
|
file |
diff |
annotate
|
2013-07-09 |
Santeri Piippo |
make file loading be done properly as just a QObject rather than multi-threaded..
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Converted ldraw path prompt
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Converted overlay prompt
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Removed more obsolete code
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Converted rotation point prompt
|
file |
diff |
annotate
|
2013-07-04 |
Santeri Piippo |
Designerified the replace coordinates action
|
file |
diff |
annotate
|
2013-07-02 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
UI-ified the new part prompt
|
file |
diff |
annotate
|
2013-07-01 |
Santeri Piippo |
Further work on the primitive generator
|
file |
diff |
annotate
|
2013-06-14 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
2013-06-13 |
Santeri Piippo |
And I forgot to rebrand the actual dialog box...
|
file |
diff |
annotate
|
2013-06-12 |
Santeri Piippo |
Reworked properties a bit
|
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-05-27 |
Santeri Piippo |
Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Removed the Configure button from the LDraw path config dialog, it's no longer needed
|
file |
diff |
annotate
|
2013-05-24 |
Santeri Piippo |
Fixed text editing not triggering configuration. So simple..
|
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-19 |
Santeri Piippo |
Prompt for unsaved changes before loading or creating a new file
|
file |
diff |
annotate
|
2013-05-17 |
Santeri Piippo |
Fixed: rotation point dialog didn't accept negative custom coords; objects were rotated by the grid angle's half
|
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
|