- include cv_bridge.hpp instead of cv_bridge.h (#80)
- Contributors: Lucas Walter
- Install headers to include/${PROJECT_NAME} (#63)
- Using "sensor data" QoS profile with BEST_EFFORT (#67)
- fix: modify qt deprecation warning (#68)
- [FIX] add missing QComboBox to ui (#66)
- [Rolling] Remember color scheme (#64)
- Remember color scheme
- Contributors: Daisuke Nishimatsu, Karl Schulz, Matthijs van der Burgh, Shane Loretz, wodtko
- Use image_transport and cv_bridge targets (#62)
- Contributors: Shane Loretz
- Updated maintainers.
- Contributors: Mabel Zhang
- fix segfault on topic change (#40)
- fix ImportError in image_publisher script (#39)
- update include directives for image_transport to avoid deprecation warning (#34)
- fix missing include for QSet (#31)
- Avoid deprecated API (#28)
- Contributors: Karsten Knese
- fix various compiler warnings (#20)
- Notifying developers that rqt_image_view is not available for windows (#19)
- Ros2 port (#18)
- Contributors: Dirk Thomas, Mike Lautman
- 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