Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge ign-gui6 ➡️ main #446

Merged
merged 46 commits into from
Aug 4, 2022
Merged

Merge ign-gui6 ➡️ main #446

merged 46 commits into from
Aug 4, 2022

Commits on Apr 14, 2022

  1. Sort plugin list in alphabetical order (including when filtering) (#387)

    Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
    mabelzhang authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    aafacbf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Add repo specific issue templates (#393)

    Override the org level issue templates in order to make the issue templates more specific to this repo.
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey authored May 2, 2022
    Configuration menu
    Copy the full SHA
    c51789f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Add config relative path environment variable (#386)

    Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
    mabelzhang authored May 3, 2022
    Configuration menu
    Copy the full SHA
    a54bdbc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. User camera FOV control in SDF files (#400)

    * allow SDF FOV tag
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio authored May 19, 2022
    Configuration menu
    Copy the full SHA
    5c09688 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Search menu keyboard control (#403)

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio authored May 26, 2022
    Configuration menu
    Copy the full SHA
    5d5755c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Shortcut to search and auto highlight search bar (#405)

    * search bar text highlight
    
    * add search bar shortcut "/"
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    
    Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
    AzulRadio and jennuine authored May 27, 2022
    Configuration menu
    Copy the full SHA
    cce99b5 View commit details
    Browse the repository at this point in the history
  2. Search menu keyboard control (#403)

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio authored and chapulina committed May 27, 2022
    Configuration menu
    Copy the full SHA
    54ecdc6 View commit details
    Browse the repository at this point in the history
  3. Shortcut to search and auto highlight search bar (#405)

    * search bar text highlight
    
    * add search bar shortcut "/"
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    
    Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
    2 people authored and chapulina committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5cd426d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. 3 ➡️ 6

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5184313 View commit details
    Browse the repository at this point in the history
  2. Merge ign-gui3 ➡️ ign-gui6 (#409)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2ba68b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Disable failing test on Citadel (#416)

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e3cf225 View commit details
    Browse the repository at this point in the history
  2. Bash completion for flags (#392)

    Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    
    Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c7bfb8a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Make display tests more robust (#419)

    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Blast545 authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6c83500 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fix ign_TEST (#420)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9b27bec View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Common widget GzColor (#410)

    * common widget GzColor
    
    * implement Grid3D with the common widget
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    
    Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
    AzulRadio and jennuine authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f29fe15 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Example running a dialog before the main window (#407)

    * Example running a dialog before the main window
    
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    
    * Revert FIXMEs
    
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    27afc95 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Add common widget for pose (#424)

    * Add common widget pose GUI
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    
    Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
    AzulRadio and jennuine authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    cc557e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Fix common widget Pose (#431)

    * common widget variables fix
    
    * remove spacer
    
    * change show to expand
    
    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    bc53940 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Allow Dialogs to have a MainWindow independent config (#418)

    Signed-off-by: Mohamad <mohamad@openrobotics.org>
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    mayman99 and chapulina authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f1ff486 View commit details
    Browse the repository at this point in the history
  2. Add common widget for vector3 (#427)

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
    3 people authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    110321c View commit details
    Browse the repository at this point in the history
  3. 🎈 3.10.0 (#432)

    Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
    jennuine authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f356192 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge 3 into 6

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e371b20 View commit details
    Browse the repository at this point in the history
  2. update package version (#434)

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    eb99c27 View commit details
    Browse the repository at this point in the history
  3. change FOV test to EXPECT_NEAR (#434)

    Signed-off-by: youhy <haoyuan2019@outlook.com>
    AzulRadio committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    24bb4b3 View commit details
    Browse the repository at this point in the history
  4. Merge ign-gui3 ➡️ ign-gui6

    Forward-port 3 to 6
    AzulRadio authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9f1d0f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Ignition -> Gazebo (#435)

    Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
    jennuine authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fa98615 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. 3 ➡ 6

    Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
    jennuine committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7a27ce7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. 3 ➡️ 6 (#436)

    Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
    jennuine authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    76b2316 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Change IGN_DESIGNATION to GZ_DESIGNATION (#437)

    Signed-off-by: Nate Koenig <nate@openrobotics.org>
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    
    Co-authored-by: Nate Koenig <nate@openrobotics.org>
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    3 people authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c4d6559 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Teleop: Refactor and support vertical (#440)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e526f03 View commit details
    Browse the repository at this point in the history
  2. 1 to 2 GZ_DESIGNATION

    Signed-off-by: Nate Koenig <nate@openrobotics.org>
    Nate Koenig committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    78578e0 View commit details
    Browse the repository at this point in the history
  3. dialog read config first time hotfix (#442)

    Signed-off-by: Mohamad <mohamad@openrobotics.org>
    
    Co-authored-by: Mohamad <mohamad@openrobotics.org>
    mayman99 and Mohamad authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1610733 View commit details
    Browse the repository at this point in the history
  4. 1 ➡️ 2 (#443)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    051d9b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. 2 ➡️ 3

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6a95fc3 View commit details
    Browse the repository at this point in the history
  2. cmake2 2.14

    Signed-off-by: Nate Koenig <nate@openrobotics.org>
    Nate Koenig committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    04814f9 View commit details
    Browse the repository at this point in the history
  3. Merge ign-gui2 ➡️ ign-gui3 (#444)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a03a876 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. 3 ➡️ 6

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b26717a View commit details
    Browse the repository at this point in the history
  2. Merge ign-gui3 ➡️ ign-gui6 (#445)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ea16d81 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Fixed topic echo test (#448)

    Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
    jennuine authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b543beb View commit details
    Browse the repository at this point in the history
  2. Dialog read attribute: don't create a file (#450)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9f5c9c2 View commit details
    Browse the repository at this point in the history
  3. 🎈 3.11.0 (#451)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    33bbf41 View commit details
    Browse the repository at this point in the history
  4. 3 ➡️ 6

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3924e1f View commit details
    Browse the repository at this point in the history
  5. Merge ign-gui3 ➡️ ign-gui6 (#452)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    011624a View commit details
    Browse the repository at this point in the history
  6. 6 ➡️ 7 (main)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b64dc8c View commit details
    Browse the repository at this point in the history
  7. Dialog_TEST and TopicEcho_TEST to gz (#446)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6059daa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Set HFOV instead of AspectRatio when texture is dirty (#446)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c7cac24 View commit details
    Browse the repository at this point in the history