-
Find any major version of Protobuf
-
Infrastructure
-
Rename COPYING to LICENSE
-
Update maintainer email
-
Add degree as an optional unit for rotation in GzPose.
-
Fix image display test.
-
Update cmd/CMakeLists to conform with all other gz libraries.
-
Add key publisher test.
-
Add pointer check in Application::RemovePlugin.
-
Ign to gz header migration.
- Fix mistaken dialog error message
-
Replace pose in Grid3d with GzPose
-
Remove redundant namespace references
-
Update codeowners
-
GzColor
ColorDialogue
fix -
Fix attribute update when
<dialog>
isn't present -
Add test for
Plugin::ConfigStr()
-
Dialog read attribute fixes
-
Fixed topic echo test
-
Teleop: Refactor and support vertical
-
Change
IGN_DESIGNATION
toGZ_DESIGNATION
-
Ignition -> Gazebo
-
Add common widget for vector3
-
Allow Dialogs to have a MainWindow independent config
-
Add common widget for pose
-
Example running a dialog before the main window
-
Common widget GzColor
-
Fix gz_TEST
-
Make display tests more robust
-
Bash completion for flags
-
Disable failing test on Citadel
-
Search menu keyboard control
-
Add config relative path environment variable
-
Sort plugin list in alphabetical order (including when filtering)
-
Added array to snackbar qml
-
Fix some Qt warnings
-
Added Snackbar qtquick object
-
Fix menu scrolling when a new plugin is added
-
Improve KeyPublisher's usability
-
Backport GridConfig improvements to Citadel's Grid3D
-
Added a button that allows shutting down both the client and server.
-
Prevent Scene3D 💥 if another scene is already loaded
-
Add project() to examples and remove hard-dependency on Ogre1
-
Fix codecheck
-
Use
qmldir
to define QML module withIgnSpinBox
-
Fix
TopicEcho
plugin message display -
Don't crash if a plugin has invalid QML
-
Added log storing for
ign gui
CLI
-
Improved doxygen
-
Add a filter to the plugin menu
-
👩🌾 Remove bitbucket-pipelines.yml
-
Require ign-rendering 3.5
-
New teleop plugin implementation.
-
Fix codeowners
-
Fix plugin added signal, add PluginByName
-
Fixed tests by passing valid argv
-
Screenshot plugin fixed dbg message
-
Detect ign instead of using cmake module to check for ignition-tools
-
Update codeowners
-
Confirmation dialog when closing main window
-
Avoid grid3D crash
-
Emit more events from Scene3D
-
Removed duplicated code with rendering::sceneFromFirstRenderEngine
-
Remove
tools/code_check
and update codecov -
Fixed material specular in
Scene3D
-
check_test_ran.py
: remove grep/xsltproc
-
Scene3D: port mesh material fixes from ign-gazebo
-
Improve the height of plugins in the right split
-
Screenshot plugin
-
Master branch updates
-
Backport Publisher test from v4
-
Better error messages when component can't be loaded
-
Make Grid3D plugin more flexible
-
Add Windows Installation
-
Fix codecheck
-
Publish plugin API docs
-
Tutorial tweaks
-
Floating and standalone plugins respect minimum dimensions
-
Add scrollable indicator for plugin menu
-
Re-enable image.config test
-
Improve fork experience
-
Resolve updated codecheck issues
-
Port Gazebo GUI events to Ignition GUI
-
Change deprecated Qt::MidButton
-
Add right mouse events and tests
-
rename key publisher plugin
-
Add shift + drag to rotate camera
-
Scroll bar adjustment
-
Minimize GUI plugin
-
Fix tests on actions
-
Disable failing tests
-
Use world name in default topics
-
Fix running plugins with bad world name
-
Disable more tests known to fail on macOS and Windows
-
Add render event
-
Fixed left menu events
-
Added Topic Viewer plugin, list all transport topics
-
Fix ImageDisplay in Ubuntu 20.04
-
Sort GUI plugins alphabetically
-
Add color palette to plugin settings to change background color
-
Close plugin menu after a plugin has been added
-
Resize undocked plugins by dragging corners
-
Move each plugin to its own directory
-
Add Key Publisher plugin
-
GitHub migration
-
Remove old ign-gui0 stuff
-
Fix homebrew warnings
-
Add space for pausing sim
-
Prettify plugin menu
-
Expose QML context to plugins
-
Fix changing topics in ImageDisplay
-
Made image display responsive.
-
Downstream applications can override icon using MainWindow::setIcon once they get the window.
-
Add support for visualizing int 16 bit images in ImageDisplay
-
Example opening a dialog and accessing main window from plugin
-
Example composing one plugin with multiple QML files
-
Protect against null tinyxml GetText
-
Example using Ign*.qml components
-
Config tutorial
-
Add copyright to all QML files
-
Documentation updates
-
Depend on ign-transport8 and ign-msgs5
-
Depend on ign-rendering3
-
Fix running plugins with bad world names.
-
Disable more tests known to fail on macOS and Windows.
- Revert pull request #107
- Fix running plugins with bad world name
-
Add shift + drag to rotate camera
-
Scroll bar adjustment
-
Minimize GUI plugin
-
Fix tests on actions
-
Disable failing tests
-
Use world name in default topics
-
Sort GUI plugins alphabetically
-
Add color palette to plugin settings to change background color
-
Close plugin menu after a plugin has been added
-
Resize undocked plugins by dragging corners
-
Move each plugin to its own directory
-
GitHub migration
-
Fix homebrew warnings
-
Add space for pausing sim
-
Expose QML context to plugins
-
Prettify plugin menu
-
Example opening a dialog and accessing main window from plugin
-
Example using Ign*.qml components
-
Protect against null tinyxml GetText
-
Config tutorial
-
Add copyright to all QML files
-
Fix changing topics in ImageDisplay
-
Made image display responsive.
-
Downstream applications can override this using MainWindow::setIcon once they get the window.
-
Delete QmlApplicationEngine later.
-
Decouple toolbar colors from material theme colors.
-
Stop mouse wheel propagation at the card level.
-
Fix theme support.
-
Don't install plugin headers, move images to unported.
-
Application PluginAdded signal.
-
Use the new
msgs::Image::pixel_format_type
field, and treatmsgs::Image::pixel_format
as a backup. -
Upgrade to ignition-msgs4 and ignition-transport7.
-
Fix topic echo test and make msgs visible.
-
Move files not ported to v1 to a separate dir for clarity.
-
Get ign-gui plugin interface in case there are others.