Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Fixed: moving objects up/down the object list messed up selection
2013-05-18
, by Santeri Piippo
Hopefully fixed the problem regarding objects not getting drawn at first
2013-05-18
, by Santeri Piippo
Fixed: pasting would add objects in reverse order
2013-05-18
, by Santeri Piippo
Added demote function for making conditional lines normal lines
2013-05-18
, by Santeri Piippo
Look for LDraw files in the part's directory first
2013-05-17
, by Santeri Piippo
Fixed: rotation point dialog didn't accept negative custom coords; objects were rotated by the grid angle's half
2013-05-17
, by Santeri Piippo
Added dialog for rotation points
2013-05-16
, by Santeri Piippo
Better support for dark backgrounds..
2013-05-15
, by Santeri Piippo
Don't do any object offsetting, instead use origin as the rotation point for the free camera.
2013-05-15
, by Santeri Piippo
Allow rectangle drawing by pressing shift when inserting the first vertex.
2013-05-15
, by Santeri Piippo
Made drawing an edit mode, allowing me to add more modes in the future
2013-05-14
, by Santeri Piippo
Added icons for Isecalc and coordinate replacer
2013-05-14
, by Santeri Piippo
Added Isecalc interface
2013-05-14
, by Santeri Piippo
Added icon for drawing
2013-05-14
, by Santeri Piippo
Added Coverer interface
2013-05-14
, by Santeri Piippo
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
2013-05-14
, by Santeri Piippo
Added icons for wireframe and inversion
2013-05-14
, by Santeri Piippo
Merged new part and LDraw path dialogs into dialogs.cpp
2013-05-14
, by Santeri Piippo
Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp
2013-05-14
, by Santeri Piippo
Split some stuff into separate files
2013-05-14
, by Santeri Piippo
Allow changing of existing overlay values
2013-05-13
, by Santeri Piippo
Allow one of the dimensions be filled via aspect ratio
2013-05-13
, by Santeri Piippo
Added image overlays, these are offset and scaled photos drawn on top of the part model to help getting part data from pictures.
2013-05-13
, by Santeri Piippo
Fixed coordconv3_2 algorithm, plane drawing works on any of the fixed cameras now.
2013-05-13
, by Santeri Piippo
Added wireframe mode
2013-05-12
, by 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)
2013-05-12
, by Santeri Piippo
Readded BFC red-green view, although determining inversion isn't always correct and it cannot handle CW-certified files...
2013-05-11
, by Santeri Piippo
Added tool for replacing coordinate values
2013-05-10
, by 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...
2013-05-10
, by Santeri Piippo
Further removal of hungarian notation
2013-05-09
, by Santeri Piippo
New gui_colortoolbar default
2013-05-09
, by Santeri Piippo
Make quick color toolbar use QToolButtons, make color selector's process of making color icons a method and use that for generic color icons
2013-05-09
, by Santeri Piippo
Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason)
2013-05-08
, by Santeri Piippo
Move external prog actions into gui_actions.cpp because linking order changed
2013-05-08
, by Santeri Piippo
Moved source files to src/, removed zz_ prefix off dialog files.
2013-05-08
, by Santeri Piippo
Viewport no longer offsets stuff based on bbox size, that was stupid. Only use bbox size for initial zoom.
2013-05-08
, by Santeri Piippo
Object editing dialog now can alter the matrix of subfiles and radials
2013-05-08
, by Santeri Piippo
Moved LDraw path setting out of the configuration dialog to the LDraw path dialog, it does the job better.
2013-05-08
, by Santeri Piippo
Added a dialog for inquering the user's LDraw directory, not having it set leads to crashing...
2013-05-08
, by Santeri Piippo
Added icon for intersector
2013-05-07
, by Santeri Piippo
Removed groups.. that was stupid. Intersector input now based on colors.
2013-05-07
, by Santeri Piippo
Removed the message log. I'll find a better way to convey messages at some point..
2013-05-07
, by Santeri Piippo
Added Intersector interface. I'm beginning to think that groups were a bad idea...
2013-05-07
, by Santeri Piippo
Added rectifier interface
2013-05-07
, by Santeri Piippo
Add functionality for setting paths to ext progs in config dialog
2013-05-07
, by Santeri Piippo
Restructured the shortcut configuration tab a little, allowing it to be sorted.
2013-05-07
, by Santeri Piippo
Forgot the icon
2013-05-06
, by Santeri Piippo
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
less
more
|
(0)
-100
-60
+60
+100
+300
+1000
tip