Skip to content

Commit

Permalink
4 ➡️ 5 (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Dec 21, 2020
2 parents 4a4faa2 + c067f7f commit d749433
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
41 changes: 40 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@

### Ignition Gui 4.X.X (20XX-XX-XX)

### Ignition Gui 4.1.0 (2020-12-18)

1. Publish plugin API docs
* [Pull request 128](https://github.com/ignitionrobotics/ign-gui/pull/128)

1. Tutorial tweaks
* [Pull request 132](https://github.com/ignitionrobotics/ign-gui/pull/132)

1. Floating and standalone plugins respect minimum dimensions
* [Pull request 135](https://github.com/ignitionrobotics/ign-gui/pull/135)

1. Add scrollable indicator for plugin menu
* [Pull request 134](https://github.com/ignitionrobotics/ign-gui/pull/134)

1. Add qml-module-qtcharts dependency
* [Pull request 136](https://github.com/ignitionrobotics/ign-gui/pull/136)

1. Re-enable image.config test
* [Pull request 140](https://github.com/ignitionrobotics/ign-gui/pull/140)

1. Improve fork experience
* [Pull request 139](https://github.com/ignitionrobotics/ign-gui/pull/139)

1. Resolve updated codecheck issues
* [Pull request 144](https://github.com/ignitionrobotics/ign-gui/pull/144)
* [Pull request 157](https://github.com/ignitionrobotics/ign-gui/pull/157)

1. Port Gazebo GUI events to Ignition GUI
* [Pull request 148](https://github.com/ignitionrobotics/ign-gui/pull/148)

1. Change deprecated Qt::MidButton
* [Pull request 153](https://github.com/ignitionrobotics/ign-gui/pull/153)

1. Add right mouse events and tests
* [Pull request 154](https://github.com/ignitionrobotics/ign-gui/pull/154)

1. Avoid crash on macOS
* [Pull request 155](https://github.com/ignitionrobotics/ign-gui/pull/155)

### Ignition Gui 4.0.0 (2020-09-29)

1. GitHub migration
Expand Down Expand Up @@ -63,7 +102,7 @@
* [Pull request 134](https://github.com/ignitionrobotics/ign-gui/pull/134)

1. Re-enable image.config test
* [Pull request 148](https://github.com/ignitionrobotics/ign-gui/pull/148)
* [Pull request 140](https://github.com/ignitionrobotics/ign-gui/pull/140)

1. Improve fork experience
* [Pull request 139](https://github.com/ignitionrobotics/ign-gui/pull/139)
Expand Down
1 change: 1 addition & 0 deletions src/plugins/image_display/ImageDisplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <algorithm>
#include <iostream>
#include <limits>
#include <string>
#include <vector>

Expand Down
2 changes: 2 additions & 0 deletions src/plugins/key_publisher/KeyPublisher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#pragma warning(pop)
#endif

#include <string>

#include <ignition/gui/Application.hh>
#include <ignition/gui/MainWindow.hh>
#include <ignition/plugin/Register.hh>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/topic_viewer/TopicViewer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <QString>

#include <deque>
#include <map>
#include <string>
#include <vector>

Expand Down

0 comments on commit d749433

Please sign in to comment.