- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
- bump CMake minimum version to avoid CMP0048 warning
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
- fix order by bandwidth column (#4)
- fix section resize toggle with Qt5 (#2)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
- Save/Restore of headers added
- Contributors: Aaron Blasdel
- update plugin scripts to use full name to avoid future naming collisions
- export architecture_independent flag in package.xml (#254)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
- fix cleaning old data in rqt_topic (fix #74)
- Improve API (now either name or msg type are select-able in order to select which topics to monitor).
- API change to accept a list of the topics that this plugin watches.
- first release of this package into groovy