2013-07-02 |
Santeri Piippo |
simplify a bit
|
changeset |
files
|
2013-07-02 |
Santeri Piippo |
Added ability to load the overlay meta
|
changeset |
files
|
2013-07-02 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
UI-ified the new part prompt
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
changelog entry
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
Turns out I overlooked a slot and didn't need to derive from QSpinBox after all
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
Nuked the obsolete radial type now
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
Further work on the primitive generator
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
Begin converting the radial type into a primitive generator
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
restyled file.cpp
|
changeset |
files
|
2013-07-01 |
Santeri Piippo |
Added an atof overload to convert from string to float, hopefully without any precision error
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
Use unique IDs instead of file indices in picking lists, this is much less prone to error
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
minor improvements to primitive handling
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
Exported Rectifier interface to .ui file
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
..
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs
|
changeset |
files
|
2013-06-27 |
Santeri Piippo |
Converted Isecalc front-end dialog to Designer UI
|
changeset |
files
|
2013-06-26 |
Santeri Piippo |
Added an ui file for a to-be edger2 launcher
|
changeset |
files
|
2013-06-21 |
Santeri Piippo |
Added support for launching external programs with Wine
|
changeset |
files
|
2013-06-21 |
Santeri Piippo |
Only write config options to file that actually deviate from the default. Should've done this earlier on... before 0.1 alpha was tagged
|
changeset |
files
|
2013-06-21 |
Santeri Piippo |
Nuked the now-empty string.cpp/.h
|
changeset |
files
|
2013-06-21 |
Santeri Piippo |
Added license header to primitives.cpp
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Use a more greenish green rather than yellowish lime, added some constraints to when double-clicking in the viewport should edit the given object to prevent unwanted popups
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
When editing an existing subfile, select the primitive from the list automatically if found
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Better categorized Technic primitives
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Added support for regex-based primitive categorization
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Moved primitive handling to new code files
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Make camera icons a member of GLRenderer so multiple renderers won't conflict about them
|
changeset |
files
|
2013-06-15 |
Santeri Piippo |
Added primitive scanning, replaced parts list in subfile add dialog with it
|
changeset |
files
|
2013-06-14 |
Santeri Piippo |
Nuked parts.lst parsing, that was stupid
|
changeset |
files
|
2013-06-14 |
Santeri Piippo |
Converted from C-style fopen to the new File class
|
changeset |
files
|
2013-06-14 |
Santeri Piippo |
Added a File type that wraps around QFile and provides stuff like a null file and range-for-iterating
|
changeset |
files
|
2013-06-14 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
Also allow objects to be edited by double-click in the viewport
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
forgot changelog entry about some key defaults changes
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
Objects can now be edited by double-clicking on them in the object list view
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
Minor tweak to drawing rectangle selection (don't draw it if it was to be an additive pick)
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
Update the rect vertices right after rect draw mode is entered so that the old values don't remain to spook around
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
And I forgot to rebrand the actual dialog box...
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider
|
changeset |
files
|
2013-06-13 |
Santeri Piippo |
changelog update
|
changeset |
files
|
2013-06-12 |
Santeri Piippo |
Clipboard now stores LDraw code rather than object clones, this seems much less prone to problems
|
changeset |
files
|
2013-06-12 |
Santeri Piippo |
Made history work with most things
|
changeset |
files
|
2013-06-12 |
Santeri Piippo |
Color changing is now logged into history
|
changeset |
files
|
2013-06-12 |
Santeri Piippo |
Reworked properties a bit
|
changeset |
files
|
2013-06-10 |
Santeri Piippo |
Restructed recent files handling, the list shouldn't screw the hell up anymore.
|
changeset |
files
|
2013-06-10 |
Santeri Piippo |
Cleansed the string class, moved implementations from header to code file
|
changeset |
files
|
2013-06-10 |
Santeri Piippo |
Laid down the foundations of the new history system
|
changeset |
files
|
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
|
changeset |
files
|
2013-06-01 |
Santeri Piippo |
Refactor LDSubfile
|
changeset |
files
|
2013-06-01 |
Santeri Piippo |
Make LDMatrixObject's transform and pos members properties
|
changeset |
files
|
2013-06-01 |
Santeri Piippo |
Make LDRadial's members accessed properties
|
changeset |
files
|
2013-06-01 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
changeset |
files
|
2013-06-01 |
Santeri Piippo |
Purged out the old history code
|
changeset |
files
|
2013-05-28 |
Santeri Piippo |
Made range selection be done with Ctrl+Left rather than Shift+Left, additive is Ctrl+Alt+Left. Shift+Left is now an aliasing for panning alongside Mid.
|
changeset |
files
|
2013-05-27 |
Santeri Piippo |
Make drawn vertices display a label containing coordinate informations, round down calculated coordinates
|
changeset |
files
|
2013-05-27 |
Santeri Piippo |
Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords
|
changeset |
files
|
2013-05-27 |
Santeri Piippo |
Added ability to snap to pre-existing vertices while drawing, added changelog
|
changeset |
files
|
2013-05-27 |
Santeri Piippo |
Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). Note that previous commits were left dangling in their own head, the string class changes broke too many things.
|
changeset |
files
|
2013-05-24 |
Santeri Piippo |
Removed the Configure button from the LDraw path config dialog, it's no longer needed
|
changeset |
files
|