- added LICENSE file
- Import setup from setuptools instead of distutils.core
- Add xml-model
- readd rqt_console global executable, regression from 0.4.10 (#24)
- use catkin_install_python() (#23)
- bump CMake minimum version to avoid CMP0048 warning
- fix division in Python 3 (#18)
- fix highlight filter by message (#17)
- fix exclude messages (#11)
- add context menu for hiding and showing columns (#13)
- fix handle_pause_clicked doesn't need args (#15)
- add Python 3 conditional dependencies (#14)
- flake8 (#7)
- autopep8 (#6)
- make message column stretch (#398)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- update plugin scripts to use full name to avoid future naming collisions
- export architecture_independent flag in package.xml (#254)
- add groups for rqt plugins, renamed some plugins (#167)
- use icons instead of text when available, refactor pause/resume button
- rewrite of rqt_console to drastically improve performance (#186)
- pause button no more saves state (#125)
- persist message limit (#138)
- add ability to set logger level (#117)
- add tooltips to table cells (#143)
- improve labels for filters (#146)
- fix time column when loading data from file (#160)
- fix applying message limit on change (#133)
- fix clear button to remove all messages (#141)
- fix sorting to use row index to decide order between equal values (except for time column) (#124)
- fix locking of message queue
- fix rendering of icons on OS X (ros-visualization/rqt#83)
- added missing word in status tip
- Fix; can't add filters when using pyside (#36)
- first release of this package into groovy