Skip to content

Commit

Permalink
🎈 6.0.0 (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Oct 1, 2021
1 parent c337047 commit 2630a94
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
11 changes: 9 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Ignition Gui 6.0.0 (2021-09-XX)

1. Render engine GUI name argument to be set in the minimal scene
* [Pull request #286](https://github.com/ignitionrobotics/ign-gui/pull/286)
1. Add a filter to the plugin menu
* [Pull request #277](https://github.com/ignitionrobotics/ign-gui/pull/277)

1. New events

Expand Down Expand Up @@ -35,6 +35,9 @@
1. PIMPL GUI events
* [Pull request #253](https://github.com/ignitionrobotics/ign-gui/pull/253)

1. Added winID to fix second windows in OGRE2.2
* [Pull request #292](https://github.com/ignitionrobotics/ign-gui/pull/292)

1. Added camera tracking
* [Pull request #226](https://github.com/ignitionrobotics/ign-gui/pull/226)
* [Pull request #254](https://github.com/ignitionrobotics/ign-gui/pull/254)
Expand All @@ -45,6 +48,10 @@
* [Pull request #285](https://github.com/ignitionrobotics/ign-gui/pull/285)
* [Pull request #268](https://github.com/ignitionrobotics/ign-gui/pull/268)
* [Pull request #224](https://github.com/ignitionrobotics/ign-gui/pull/224)
* [Pull request #282](https://github.com/ignitionrobotics/ign-gui/pull/282)
* [Pull request #273](https://github.com/ignitionrobotics/ign-gui/pull/273)
* [Pull request #286](https://github.com/ignitionrobotics/ign-gui/pull/286)
* [Pull request #295](https://github.com/ignitionrobotics/ign-gui/pull/295)

1. Remove deprecations: tock
* [Pull request #243](https://github.com/ignitionrobotics/ign-gui/pull/243)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

Build | Status
-- | --
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/main/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/main)
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-main-bionic-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-main-bionic-amd64)
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-main-homebrew-amd64)
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ign_gui-ci-win)](https://build.osrfoundation.org/job/ign_gui-ci-win)
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/ign-gui6/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-gui/branch/ign-gui6)
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-ign-gui6-bionic-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui6-bionic-amd64)
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_gui-ci-ign-gui6-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_gui-ci-ign-gui6-homebrew-amd64)
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ign_gui-ign-6-win)](https://build.osrfoundation.org/job/ign_gui-ign-6-win)

Ignition GUI builds on top of [Qt](https://www.qt.io/) to provide widgets which are
useful when developing robotics applications, such as a 3D view, plots, dashboard, etc,
Expand Down

0 comments on commit 2630a94

Please sign in to comment.