- Import setup from setuptools instead of distutils.core
- Improve error and warning lists by only showing leaf-elements
- Backported alternative view.
- Fixed the functionality of the timeline_view
- use catkin_install_python instead of install
- add Python 3 conditional dependencies
- updated package to format 3
- added mutex and checks to fix (#13)
- refactored code and made signaling more efficient
- stale messages appear now in the error pane
- Fix apparent threading bug in timeline_view (#5)
- use Python 3 compatible syntax (#121)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#101)
- fix installing missing bag_plugin xml (#288)
- rewrite rqt_robot_monitor (#3, #9, #32, #33, #71)
- make diagnostics_agg a relative topic (#32)
- add rqt_bag plugin
- update script to use full plugin name
- add groups for rqt plugins (ros-visualization/rqt_common_plugins#167)
- fix indication when not receiving deagnostic data (#35)
- fix scrolling of inspection window on new data (#34)
- First public release into Hydro
- Fix
- now run with pyside (it used to be not working with it w/o having been noticed).
- Call .ui file in .ui is now successfully working
- Refactoring
- Now TimelinePane uses .ui file
- first public release into Groovy