Skip to content

Commit

Permalink
Merge branch 'main' into jammy_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Aug 28, 2023
2 parents e22d978 + 7c4c683 commit ff7646e
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 475 deletions.
9 changes: 0 additions & 9 deletions examples/plugin/gz_components/GzComponents.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,4 @@ Column {
value: 5.8
width: 300
}

// Deprecated spin box
IgnSpinBox {
minimumValue: -2
maximumValue: 19
decimals: 0
stepSize: 3
value: 5
}
}
1 change: 0 additions & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
add_subdirectory(gz)
install(DIRECTORY ignition DESTINATION ${GZ_INCLUDE_INSTALL_DIR_FULL})
1 change: 0 additions & 1 deletion include/gz/gui/gz.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/// \brief External hook to read the library version.
/// \return C-string representing the version. Ex.: 0.1.2
extern "C" GZ_GUI_VISIBLE char *gzVersion();
extern "C" GZ_GUI_VISIBLE char GZ_DEPRECATED(7) *ignitionVersion();

/// \brief External hook to execute 'gz gui -l' from the command line.
extern "C" GZ_GUI_VISIBLE void cmdPluginList();
Expand Down
4 changes: 0 additions & 4 deletions include/gz/gui/qml/qmldir
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ GzPose 1.0 GzPose.qml
GzSnackBar 1.0 GzSnackBar.qml
GzSpinBox 1.0 GzSpinBox.qml
GzVector3 1.0 GzVector3.qml

# Deprecated components, remove on tock
IgnSnackBar 1.0 GzSnackBar.qml
IgnSpinBox 1.0 GzSpinBox.qml
11 changes: 0 additions & 11 deletions include/gz/gui/qml/qmldir_deprecated

This file was deleted.

9 changes: 0 additions & 9 deletions include/gz/gui/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,4 @@
<file alias="GzVector3.qml">qml/GzVector3.qml</file>
</qresource>

<!-- Deprecated module - remove on tock -->
<qresource prefix="gz-gui-qml/ignition/gui">
<file alias="qmldir">qml/qmldir_deprecated</file>
<file alias="GzColor.qml">qml/GzColor.qml</file>
<file alias="GzPose.qml">qml/GzPose.qml</file>
<file alias="GzSnackBar.qml">qml/GzSnackBar.qml</file>
<file alias="GzSpinBox.qml">qml/GzSpinBox.qml</file>
<file alias="GzVector3.qml">qml/GzVector3.qml</file>
</qresource>
</RCC>
19 changes: 0 additions & 19 deletions include/ignition/gui.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Application.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Conversions.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Dialog.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/DragDropModel.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Enums.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Export.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/GuiEvents.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Helpers.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/MainWindow.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/PlottingInterface.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/Plugin.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/SearchModel.hh

This file was deleted.

46 changes: 0 additions & 46 deletions include/ignition/gui/config.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/gui/ign.hh

This file was deleted.

Loading

0 comments on commit ff7646e

Please sign in to comment.