- Show enum item description as tooltip (#113)
- Contributors: Matthijs van der Burgh
- Replace deprecated isAlive with is_alive (#102)
- Update param_groups.py (#101)
- Address rqt_reconfigure crashing with IndexError (#93)
- Update the package.xml files with the latest Open Robotics maintainers (#94)
- Contributors: Michael Jeronimo, Rafael Olaechea, Timon Engelke, augustinmanecy
- Support PEP 338 invocation of rqt_reconfigure (#86)
- Save instance state in rqt settings (#79)
- Only enable apply group button when effective (#76)
- Handle invalid enum values (#80)
- Fix shebang line for Python 3 (#84)
- Contributors: Mikael Arguedas, Scott K Logan
- Fix node selection from command line (#77)
- Handle non-ASCII characters in log messages in Python 2 (#72)
- Don't process scroll events unless specifically focused (#73)
- Implement a custom YAML constructor for dyn_re Config (#74)
- Fix loopback propagation for sub-groups of 'apply' groups (#75)
- Update package build to support ROS Noetic (#70)
- Fix YAML dependency python version (#78)
- Add sorting for tabs (#62)
- Contributors: Alejandro Hernández Cordero, Flova, Scott K Logan
- Reproduce python2 behavior in NoneType comparison (#60) Re-applied after the behavior was regressed in e55cfa1c9b2ba1ec97626bc330d6e97f3237f795
- Contributors: Scott K Logan, Timon Engelke
- Use a consistent formatting method when logging (#49) This will improve logging function compatibility between ROS 1 and ROS 2.
- Superficial changes to align ROS 1 and ROS 2 branches (#47)
- Add explicit PyYAML dependency (#45)
- Another round of license formatting alignment (#43) This change removes a superfluous license specification in license headers and makes the formatting in the test files' headers the same as the source files'.
- Re-format license headers to conform to ROS templates (#39) This change adds a line to the license headers specifying the name of the license that follows. It also re-formats the recently added LICENSE and CONTRIBUTING.md files to match the templates.
- Rename DynreconfClientWidget => ParamClientWidget (#36)
- Add LICENSE and CONTRIBUTING.md (#37)
- Format per linter suggestions and run tests (#35)
- Reproduce python2 behavior in NoneType comparison (#30)
- Fix some linter errors and get tests running (#33)
- Pull logging methods into a separate file (#34)
- Update to package.xml format 2 (#32)
- Contributors: Scott K Logan, Timon Engelke
- Lazy load dynamic_reconfigure client for each node Fixes #20
- Use English locale in QDoubleValidator Fixes #21
- Contributors: Arkady Shapkin, Yuki Furuta
- Added error handling for dynamic_reconfigure exceptions (#10)
- Fix left pane tree view resizing (#11)
- replace setShown with setVisible (#418)
- use Python 3 compatible syntax (#421)
- add buttons to 'save' to and 'load' from file (#406)
- fix accessing attribute superseded in Qt5 (#370)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- Added refresh button to re-scan reconfigure server list
- Now retains functioning nodes when refreshing
- Contributors: Kei Okada, Scott K Logan
- update plugin scripts to use full name to avoid future naming collisions
- fix slider bar, add context menus for common operations (#251)
- fix bug in float range calculations (#241)
- remove experimental suffix from rqt_reconfigure (#256)
- export architecture_independent flag in package.xml (#254)
- remove unnecessary margins to improve usability on small screens (#228)
- numerous improvements and bug fixes (#209, #210)
- add option to open list of names from command line (#214)
- add groups for rqt plugins, renamed some plugins (#167)
- mark rqt_launch and rqt_reconfigure as experimental (#167)
- fix updating range limits (#108)
- fix layout quirks (#150)
- fix icon for closing a node (#48)
- fix handling of enum parameters with strings
- Improvement; "GUI hangs for awhile or completely, when any one of nodes doesn't return any value" (#81)
- Fix; Segmentation fault using integer slider (#63)
- Improve performance significantly upon launch (#45)
- Add feature to delete of shown nodes feature
- Fix; No Interaction with Boolean values (#2)
- renamed rqt_param to rqt_reconfigure (added missing file)
- first release of this package into groovy