- fix segfault on topic change (#40)
- bump CMake minimum version to avoid CMP0048 warning
- add build dependency on Qt5 dev package (#15)
- save and restore the smooth image check box state (#13)
- allow image rotation in 90° steps (#10)
- use Python distutils to install the global rqt_image_view executable (#12)
- use catkin_install_python with scripts (#8)
- add option to render grid (#7)
- reduce the size of the image border on the left and right side (#5)
- avoid shrinking the image when the aspect ratio changes (#4)
- add checkbox for optional smooth image scaling (#385)
- generate UI headers in devel space to avoid CMake warning (#401)
- select existing topic (#391)
- add the possibility to publish mouse events (#368)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- use proper icon for images
- add optional topic argument to rqt_image_view
- fix width of save-as-image button
- Contributors: Dirk Thomas, Vincent Rabaud
- Added button to save current image to file
- Contributors: Dirk Thomas
- fix image shrinking problem (#291)
- update plugin scripts to use full name to avoid future naming collisions
- list image transport topics if parent image topic is not available (#215)
- add groups for rqt plugins, renamed some plugins (#167)
- properly handle aligned images
- wrap cv calls in try-catch-block (#201)
- fix event handling for rqt_image_view enabling to run multiple instances simultaneously (#66)
- add rqt_image_view to global bin (#168)
- Optimized by taking more advantage of cv_bridge
- first release of this package into groovy