Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Added visibility toggling
2013-05-06
, by Santeri Piippo
Added grouping basics - will be needed for ext programs (Intersector, Isecalc and a lot of others use 2 or more inputs, need to get all of those in somehow...) plus I think they can be useful for the actual authoring process
2013-05-06
, by Santeri Piippo
Further work on ext programs, LDObjectType_e integrated into LDObject
2013-05-06
, by Santeri Piippo
Further ytruder support
2013-05-06
, by Santeri Piippo
add missing license headers from new files
2013-05-06
, by Santeri Piippo
Begin work on external program support (Ytruder partially supported)
2013-05-06
, by Santeri Piippo
cleanup
2013-05-05
, by Santeri Piippo
Plane drawing is functional at last!!!11 Also added meta function findAction to find an action by name so I don't have to extern all of them manually in gui.cpp
2013-05-05
, by Santeri Piippo
matrix is now templated with N=int (usually 3)
2013-05-04
, by Santeri Piippo
Further tweaking
2013-05-04
, by Santeri Piippo
Mass renaming and cleanup. GLRenderer's and ForgeWindow's members made private. Names of common identifiers shortened, moved logVA to ForgeWindow since it's a GUI-related function (though logf remains under main.cpp for ubiquitous usage)
2013-05-04
, by Santeri Piippo
Compressed icons - saves 14.2 kb
2013-05-04
, by Santeri Piippo
Compile the icon resources to a QRC file, so that they are embedded in the application
2013-05-04
, by Santeri Piippo
Un-templated ButtonBox and renamed to RadioBox. Much better this way.
2013-05-03
, by Santeri Piippo
Added axes rendering
2013-05-03
, by Santeri Piippo
Added select all
2013-05-03
, by Santeri Piippo
Added context menu and uncolorize action
2013-05-03
, by Santeri Piippo
Adding objects now actually updates the bounding box like it should be.
2013-05-03
, by Santeri Piippo
Camera is now stored to configuration so it is preserved across program shutdown. I don't know how significant this is but eh
2013-05-03
, by Santeri Piippo
Switched the object list from a QTreeWidget to a QListWidget-derivative. Derivative because I'm going to add a context menu.
2013-05-03
, by Santeri Piippo
Added new BFC dialog
2013-05-03
, by Santeri Piippo
Corrected camera icon order (and association), added tool tips
2013-05-03
, by Santeri Piippo
Added icons to the renderer for switching between cameras. It works! Yay!
2013-05-03
, by Santeri Piippo
Further work on constrained cameras
2013-05-03
, by Santeri Piippo
Now capable of calculating coordinates based on mouse x and y and snapping them to the grid
2013-04-28
, by Santeri Piippo
Base work regarding constrained cameras
2013-04-27
, by Santeri Piippo
Fixed view going blank after resize
2013-04-26
, by Santeri Piippo
Added screencapping
2013-04-26
, by Santeri Piippo
Added action from inserting raw LDraw data into the part.
2013-04-26
, by Santeri Piippo
corrections to inserting from file
2013-04-26
, by Santeri Piippo
Added insert from action to import file contents from another file
2013-04-26
, by Santeri Piippo
Insertion point calculations fixed, make pasting objects cause the new objects be selected.
2013-04-26
, by Santeri Piippo
Added new subfile dialog
2013-04-26
, by Santeri Piippo
Fixed additive selection; use a green selection area background instead of blue when selecting additive; selection area borders now appear black on bright backgrounds; single additive picking an already-selected object un-selects it.
2013-04-25
, by Santeri Piippo
Converted combo boxes in add object and new part dialogs to radio buttons. Added a convenience widget which makes it easier for me to add groups of radio buttons. My first widget.. :')
2013-04-24
, by Santeri Piippo
Cleanup and some restructuring
2013-04-24
, by Santeri Piippo
Save the configuration before exiting so that grid choice is preserved.
2013-04-24
, by Santeri Piippo
Area selection! This sure was a *pain* to add.
2013-04-24
, by Santeri Piippo
Added panning to GL view, added action for resetting angles, zoom and pan
2013-04-22
, by Santeri Piippo
Use mouse wheel for zooming instead of pressing the mouse button and detecting vertical movement.
2013-04-22
, by Santeri Piippo
Show an error message box when main file loading fails.
2013-04-22
, by Santeri Piippo
A saving failure is a critical error, not a warning and should be drawn as such
2013-04-22
, by Santeri Piippo
Warn for save failures with the save and save as actions, also provide with a button to save the file under a different name.
2013-04-22
, by Santeri Piippo
Keep track of when the file was last saved and warn if there are unsaved changes when the application is closing.
2013-04-22
, by Santeri Piippo
Grid icons..
2013-04-22
, by Santeri Piippo
Make grid actions regular actions rather than auto-generated, this way they can have keyboard shortcuts
2013-04-22
, by Santeri Piippo
Added three configurable grid layouts, coarse, medium and fine grids, like those of MLCad. The grids are considerably finer by default simply because part editing works at a lower scale than model editing.
2013-04-22
, by Santeri Piippo
Added the about dialog.
2013-04-21
, by Santeri Piippo
Rotate subfiles and radials by their origin and not by their contents' bboxes.
2013-04-21
, by Santeri Piippo
Rotation improvements; allow radials be inlined
2013-04-21
, by Santeri Piippo
Rotation and rounding. Rotation needs work to get proper origin stuff
2013-04-21
, by Santeri Piippo
some GUI tweaks
2013-04-20
, by Santeri Piippo
Added winding reversal, though undoing it isn't quite ready yet.
2013-04-20
, by Santeri Piippo
Generalized SetContentsHistory to an EditHistory
2013-04-19
, by Santeri Piippo
Some renaming
2013-04-17
, by Santeri Piippo
Redrew selection icons to be clearer
2013-04-16
, by Santeri Piippo
Added functionality for getting a primitive name from a radial.
2013-04-16
, by Santeri Piippo
Radial saving and reading from files
2013-04-16
, by Santeri Piippo
Added object list representation for radials
2013-04-16
, by Santeri Piippo
Added the radial type, this one sure has been on my wishlist for a while. :)
2013-04-15
, by Santeri Piippo
less
more
|
(0)
-100
-60
+60
+100
+300
+1000
tip