-
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 <[email protected]> * Migrate namespaces Signed-off-by: methylDragon <[email protected]> * Add migration line Signed-off-by: methylDragon <[email protected]> * Implement deprecation trick Signed-off-by: methylDragon <[email protected]> * Add deprecation test Signed-off-by: methylDragon <[email protected]> * Include config.hh Signed-off-by: methylDragon <[email protected]> * Use pragma deprecation message instead Signed-off-by: methylDragon <[email protected]> * Ticktock config macros Signed-off-by: methylDragon <[email protected]> * Mention gz headers in migration Signed-off-by: methylDragon <[email protected]> * Migrate includes to gz Signed-off-by: methylDragon <[email protected]> * Update config.hh Signed-off-by: methylDragon <[email protected]> * Migrate Export.hh headers and deprecated test Signed-off-by: methylDragon <[email protected]> * Migrate IGN(ITION)_GUI_XXX macros and variables Signed-off-by: methylDragon <[email protected]> * Migrate github links Signed-off-by: methylDragon <[email protected]> * Migrate user-facing Ignition to Gazebo Signed-off-by: methylDragon <[email protected]> * Migrate gz-common logging calls Signed-off-by: methylDragon <[email protected]> * Migrate "ignition.msgs" -> "gz.msgs" Signed-off-by: methylDragon <[email protected]> * 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 <[email protected]> * Include config.hh in recursive directories and <lib>.hh Signed-off-by: methylDragon <[email protected]> * Include config.hh in .h and .hpp redirection headers Signed-off-by: methylDragon <[email protected]> * `ignitionrobotics` -> `gazebosim` Signed-off-by: methylDragon <[email protected]> * Rollback osrf-migration.github.io migrations Signed-off-by: methylDragon <[email protected]> * Fix typo Signed-off-by: methylDragon <[email protected]> * Wording changes Signed-off-by: methylDragon <[email protected]> * Migrate `igndbg` -> `gzdbg` Signed-off-by: methylDragon <[email protected]>
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.