Skip to content

Commit 8edf24d

Browse files
authored
Prepare for gz-gui9.0.0~pre1 release (#637)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent d68674e commit 8edf24d

File tree

2 files changed

+54
-3
lines changed

2 files changed

+54
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake4 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717

1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19-
gz_configure_project(VERSION_SUFFIX)
19+
gz_configure_project(VERSION_SUFFIX pre1)
2020

2121
#============================================================================
2222
# Set project-specific options

Changelog.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
## Gazebo GUI 9
22

3-
### Gazebo GUI 9.0.0 (2023-XX-XX)
3+
### Gazebo GUI 9.0.0 (2024-09-XX)
4+
5+
1. **Baseline:** this includes all changes from 8.3.0 and earlier.
6+
7+
1. Update badges for ionic gz-gui9
8+
* [Pull request #636](https://github.com/gazebosim/gz-gui/pull/636)
9+
10+
1. Expose shadow texture size for directional lighting in SDF
11+
* [Pull request #633](https://github.com/gazebosim/gz-gui/pull/633)
12+
13+
1. Enable ubuntu noble github actions, require 3.22.1
14+
* [Pull request #634](https://github.com/gazebosim/gz-gui/pull/634)
15+
16+
1. Fix color distortion in low light conditions
17+
* [Pull request #630](https://github.com/gazebosim/gz-gui/pull/630)
18+
19+
1. Added dark mode for drawer and menu buttons
20+
* [Pull request #626](https://github.com/gazebosim/gz-gui/pull/626)
21+
22+
1. Adding cone primitives.
23+
* [Pull request #621](https://github.com/gazebosim/gz-gui/pull/621)
24+
25+
1. Fix compiler warnings
26+
* [Pull request #623](https://github.com/gazebosim/gz-gui/pull/623)
27+
28+
1. Define GZ_GUI_VERSION_NAMESPACE in config.hh
29+
* [Pull request #611](https://github.com/gazebosim/gz-gui/pull/611)
30+
31+
1. Use >= for Qt PKGCONFIG_VER_COMPARISON
32+
* [Pull request #610](https://github.com/gazebosim/gz-gui/pull/610)
33+
34+
1. Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake.
35+
* [Pull request #605](https://github.com/gazebosim/gz-gui/pull/605)
36+
37+
1. Enable HIDE_SYMBOLS_BY_DEFAULT + patches (take II)
38+
* [Pull request #601](https://github.com/gazebosim/gz-gui/pull/601)
39+
40+
1. Qt6 migrations that are compatible with Qt5
41+
* [Pull request #598](https://github.com/gazebosim/gz-gui/pull/598)
42+
43+
1. Added motion duration to the 'move to pose' service of the camera tracking plugin.
44+
* [Pull request #594](https://github.com/gazebosim/gz-gui/pull/594)
45+
46+
1. First pass at level1 clazy checks for qt
47+
* [Pull request #584](https://github.com/gazebosim/gz-gui/pull/584)
48+
49+
1. Use gz::utils::ImplPtr as much as possible
50+
* [Pull request #583](https://github.com/gazebosim/gz-gui/pull/583)
51+
52+
1. Bumps in Ionic: gz-gui9
53+
* [Pull request #587](https://github.com/gazebosim/gz-gui/pull/587)
54+
* [Pull request #588](https://github.com/gazebosim/gz-gui/pull/588)
455

556
## Gazebo GUI 8
657

@@ -399,7 +450,7 @@
399450
* [Pull request #343](https://github.com/gazebosim/gz-gui/pull/343)
400451
* [Pull request #327](https://github.com/gazebosim/gz-gui/pull/327)
401452
* [Pull request #313](https://github.com/gazebosim/gz-gui/pull/313)
402-
* [Pull request #301](https://github.com/gazebosim/gz-gui/pull/301)
453+
* [Pull request #301](https://github.com/gazebosim/gz-gui/pull/301)
403454

404455
1. Added macOS source code installation
405456
* [Pull request #297](https://github.com/gazebosim/gz-gui/pull/297)

0 commit comments

Comments
 (0)