- Fix rqt_dep for Noetic. (#16)
- Contributors: Ivan Santiago Paunovic
- Update maintainers (#13)
- Fix shebang line for python3 (#12)
- Bump CMake minimum version to avoid CMP0048 warning
- Contributors: Dirk Thomas, Ivan Santiago Paunovic, Mikael Arguedas
- add Python 3 conditional dependencies (#11)
- updating to flake8 style (#8)
- autopep8 and gitignore (#7)
- catch exceptions caused by threading to prevent crashing UI (#4)
- use Python 3 compatible syntax (#421)
- fix newer mock version (#397)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- install rqt_dep globally (#286)
- update plugin scripts to use full name to avoid future naming collisions
- export architecture_independent flag in package.xml (#254)
- using CATKIN_ENABLE_TESTING to optionally configure tests (#220)
- add groups for rqt plugins, renamed some plugins (#167)
- make it a non ros plugin startable without a roscore (#200)
- add partial support for metapackages
- fix rendering of icons on OS X (ros-visualization/rqt#83)
- fix handling ResourceNotFound for not found packages in graph
- add combo to filter wet/dry packages
- improve graph generation, get rid of redundant traversal, remove max edge limit
- first release of this package into Groovy