- Add in standard tests. (#104)
- Remove CODEOWNERS (#102)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette
- Fixed fit_in_view icon button (#95)
- Contributors: Alejandro Hernández Cordero
- Update maintainer list in package.xml files (#92)
- Contributors: Michael Jeronimo
- Add a test dependency on python3-pytest. (#91)
- Contributors: Chris Lalancette
- Refresh rosgraph when params checkbox is clicked (#86)
- Contributors: Yadunund
- [rolling] Update maintainers - 2022-11-07 (#83)
- Contributors: Audrow Nash, Chris Lalancette
- Minor cleanup (#80)
- Mirror rolling to galactic-devel
- graph load/save into DOT file corrections for py3 (#78)
- Contributors: Audrow Nash, David V. Lu!!, mergify[bot]
- Fix quiet filtering for node_topic graphs (#70)
- Contributors: David V. Lu!!
- Make topics that have qos incompatibilities red in the graph, add information to the node tooltip (#61)
- Add node name, topic name, and endpoint kind to the qos edge tooltip (#60)
- Contributors: Ivan Santiago Paunovic
- Update maintainers for ROS2 branches (#55)
- Contributors: Michael Jeronimo
- add edge tooltip with QoS of publishers and subscribers (#53)
- install executable rqt_graph (#49)
- add setup.cfg with script install directories (#42)
- add pytest.ini so local tests don't display warning (#48)
- skip removal of non-present tf connections (#40)
- Add topic edges for the Nodes Only view mode. (#35)
- Fix node not found during refresh when namespace is not empty (#34)
- Contributors: Dirk Thomas, Michel Hidalgo, Xavier BROQUERE
- fix typo that caused a crash when trying to load a dot file (#31)
- copy base rosgraph.impl.graph file (#23)
- port to ROS 2 (#22)
- autopep8 and gitignore (#19)
- replace str() by unicode() (#17)
- edge class is unhashable so cannot put into a set, use a list instead (#16)
- add nested subnamespaces and more options to hide or group topics (#13)
- fixes for Python 3 (#10)
- only show namespaces if all entities have a common non-empty base path (#8)
- fix statistics are enabled, regression of 0.4.4 (#428)
- use Python 3 compatible syntax (#421)
- fix mouse wheel delta in Qt 5 (#376)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- Remove repeated prefixes from buttons
- Prefix all node and topic names with n_ and t_ respectively, to allow dot to distinguish them
- Contributors: Eric Wieser
- fix duplicate rendering of statistics information (#283)
- update plugin scripts to use full name to avoid future naming collisions
- fix rendering of namespace boxes (#266)
- fix compatibility with Groovy, use TopicStatistics only if available (#252)
- export architecture_independent flag in package.xml (#254)
- add displaying of topic/connection statistics along edges (#214)
- using CATKIN_ENABLE_TESTING to optionally configure tests (#220)
- add groups for rqt plugins, renamed some plugins (#167)
- modified zooming method to work better on high-res trackpads like Macbook Pros (#187)
- fix rendering of icons on OS X (ros-visualization/rqt#83)
- Improve checkbox labels and tooltips wording.
- first release of this package into groovy