-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ign -> gz Namespace Migration : gz-gui (#401)
* Update header guards Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate namespaces Signed-off-by: methylDragon <methylDragon@gmail.com> * Add migration line Signed-off-by: methylDragon <methylDragon@gmail.com> * Implement deprecation trick Signed-off-by: methylDragon <methylDragon@gmail.com> * Add deprecation test Signed-off-by: methylDragon <methylDragon@gmail.com> * Include config.hh Signed-off-by: methylDragon <methylDragon@gmail.com> * Use pragma deprecation message instead Signed-off-by: methylDragon <methylDragon@gmail.com> * Ticktock config macros Signed-off-by: methylDragon <methylDragon@gmail.com> * Mention gz headers in migration Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate includes to gz Signed-off-by: methylDragon <methylDragon@gmail.com> * Update config.hh Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate Export.hh headers and deprecated test Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate IGN(ITION)_GUI_XXX macros and variables Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate github links Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate user-facing Ignition to Gazebo Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate gz-common logging calls Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate "ignition.msgs" -> "gz.msgs" Signed-off-by: methylDragon <methylDragon@gmail.com> * Fix deprecated test Creating a Dialog without any args and not using it somehow causes a segfault just in the deprecated test. This commit makes the test use a different object instead. Signed-off-by: methylDragon <methylDragon@gmail.com> * Include config.hh in recursive directories and <lib>.hh Signed-off-by: methylDragon <methylDragon@gmail.com> * Include config.hh in .h and .hpp redirection headers Signed-off-by: methylDragon <methylDragon@gmail.com> * `ignitionrobotics` -> `gazebosim` Signed-off-by: methylDragon <methylDragon@gmail.com> * Rollback osrf-migration.github.io migrations Signed-off-by: methylDragon <methylDragon@gmail.com> * Fix typo Signed-off-by: methylDragon <methylDragon@gmail.com> * Wording changes Signed-off-by: methylDragon <methylDragon@gmail.com> * Migrate `igndbg` -> `gzdbg` Signed-off-by: methylDragon <methylDragon@gmail.com>
- Loading branch information
1 parent
2c5d186
commit cf54ba2
Showing
167 changed files
with
2,190 additions
and
2,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
See the [Ignition contributing guide](https://ignitionrobotics.org/docs/all/contributing). | ||
See the [Ignition contributing guide](https://gazebosim.org/docs/all/contributing). |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
http://ignitionrobotics.org | ||
http://gazebosim.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
#include <gz/gui/Plugin.hh> | ||
#endif | ||
|
||
namespace ignition | ||
namespace gz | ||
{ | ||
namespace gui | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
#include <gz/gui/Plugin.hh> | ||
#endif | ||
|
||
namespace ignition | ||
namespace gz | ||
{ | ||
namespace gui | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
#include <gz/gui/Plugin.hh> | ||
|
||
namespace ignition | ||
namespace gz | ||
{ | ||
namespace gui | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
#include <gz/gui/Plugin.hh> | ||
#endif | ||
|
||
namespace ignition | ||
namespace gz | ||
{ | ||
namespace gui | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
#include <gz/gui/qt.h> | ||
#endif | ||
|
||
namespace ignition | ||
namespace gz | ||
{ | ||
namespace gui | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.