openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Graphia
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 21, 2024 — Sep 21, 2025
Showing page 231 of 237
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove Graph::setEdgeNodes
Tim Angus
More...
over 11 years ago
Add a deque for unused element IDs
Tim Angus
More...
over 11 years ago
Avoid a function call
Tim Angus
More...
over 11 years ago
Enforce minimum mouse movement threshold so that click selects are easier
Tim Angus
More...
over 11 years ago
Use signals between ComponentManager and Graph
Tim Angus
More...
over 11 years ago
Component management toggle no longer necessary with graph transactions
Tim Angus
More...
over 11 years ago
Use std::vector instead of QVector in the Graph class
Tim Angus
More...
over 11 years ago
Improve performance of node/edge addition/removal
Tim Angus
More...
over 11 years ago
Juggle parser signals around a bit so the parser itself doesn't need to emit the complete signal
Tim Angus
More...
over 11 years ago
It turns out the lambda parameter list is optional when its empty
Tim Angus
More...
over 11 years ago
Improve performance of node/edge removal
Tim Angus
More...
over 11 years ago
Add Graph::performTransaction
Tim Angus
More...
over 11 years ago
Minor performance improvements to EadesLayout
Tim Angus
More...
over 11 years ago
Remove the explicit ElementId copy constructor; maybe the compiler can peform some voodoo if it's not there?
Tim Angus
More...
over 11 years ago
Static assertion to prevent ElementId being increased in size
Tim Angus
More...
over 11 years ago
Make some SelectionManager bits pass-by-ref
Tim Angus
More...
over 11 years ago
Remove some debug output
Tim Angus
More...
over 11 years ago
Make assignConnectedElementsComponentId actually return the correct thing
Tim Angus
More...
over 11 years ago
FAIL
Tim Angus
More...
over 11 years ago
Make node deletion a QAction and add associated UI
Tim Angus
More...
over 11 years ago
Correct plurality of node deletion command
Tim Angus
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
Tim Angus
More...
over 11 years ago
Allow users of Graph to indicate what operations should be atomic using Graph::ScopedTransaction
Tim Angus
More...
over 11 years ago
Only set visuals once
Tim Angus
More...
over 11 years ago
Undo on node removal operation
Tim Angus
More...
over 11 years ago
Apparently QVector::resize does this already
Tim Angus
More...
over 11 years ago
Fix a bug caused by lambda capture of this rather than a copy of a member variable
Tim Angus
More...
over 11 years ago
Add functions for adding nodes and edges with specific IDs
Tim Angus
More...
over 11 years ago
Rename things called list that should be called vector
Tim Angus
More...
over 11 years ago
Obvious place for const reference is obvious
Tim Angus
More...
over 11 years ago
←
1
2
…
227
228
229
230
231
232
233
234
235
236
237
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree