0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Graph::setEdgeNodes More... over 11 years ago
Add a deque for unused element IDs More... over 11 years ago
Avoid a function call More... over 11 years ago
Enforce minimum mouse movement threshold so that click selects are easier More... over 11 years ago
Use signals between ComponentManager and Graph More... over 11 years ago
Component management toggle no longer necessary with graph transactions More... over 11 years ago
Use std::vector instead of QVector in the Graph class More... over 11 years ago
Improve performance of node/edge addition/removal More... over 11 years ago
Juggle parser signals around a bit so the parser itself doesn't need to emit the complete signal More... over 11 years ago
It turns out the lambda parameter list is optional when its empty More... over 11 years ago
Improve performance of node/edge removal More... over 11 years ago
Add Graph::performTransaction More... over 11 years ago
Minor performance improvements to EadesLayout More... over 11 years ago
Remove the explicit ElementId copy constructor; maybe the compiler can peform some voodoo if it's not there? More... over 11 years ago
Static assertion to prevent ElementId being increased in size More... over 11 years ago
Make some SelectionManager bits pass-by-ref More... over 11 years ago
Remove some debug output More... over 11 years ago
Make assignConnectedElementsComponentId actually return the correct thing More... over 11 years ago
FAIL More... over 11 years ago
Make node deletion a QAction and add associated UI More... over 11 years ago
Correct plurality of node deletion command More... over 11 years ago
Don't use CentreLayout in combination with EadesLayout anymore; the renderer does it anyway and it interferes with node positions More... over 11 years ago
Allow users of Graph to indicate what operations should be atomic using Graph::ScopedTransaction More... over 11 years ago
Only set visuals once More... over 11 years ago
Undo on node removal operation More... over 11 years ago
Apparently QVector::resize does this already More... over 11 years ago
Fix a bug caused by lambda capture of this rather than a copy of a member variable More... over 11 years ago
Add functions for adding nodes and edges with specific IDs More... over 11 years ago
Rename things called list that should be called vector More... over 11 years ago
Obvious place for const reference is obvious More... over 11 years ago