-
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 under
~/.ignition/gui
-
Fix memory leak
-
Add a filter to the plugin menu
-
Infrastructure
-
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
-
Bump required ign-rendering version to 4.8
-
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 -
Refactor Image Display to use ConvertToRGB function
-
Fixed material specular in scene3D
-
check_test_ran.py
: remove grep/xsltproc -
Improve the height of plugins in the right split
-
Scene3D: port mesh material fixes from ign-gazebo
-
Screenshot plugin
-
Master branch updates
-
👩🌾 Disable tests that initialize App on macOS: they're all flaky
-
Remove issue & PR templates
-
Backport Publisher test from v4
-
Fix version number
-
Better error messages when component can't be loaded
-
Make Grid3D plugin more flexible
-
Add Windows Installation
-
Added issue and PR templates
-
Visualize single channel 8 bit image data
-
Use default value of double ptr argv for CLI
-
Generate valid topics depending on world name
-
Publish plugin API docs
-
Tutorial tweaks
-
Floating and standalone plugins respect minimum dimensions
-
Add scrollable indicator for plugin menu
-
Add qml-module-qtcharts dependency
-
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
-
Avoid crash on macOS
-
GitHub migration
-
Fixed ImageDisplay in Ubuntu 20.04
-
Re-enable publisher test
-
Disable TopicViewer test on Windows and macOS
-
Documentation updates
-
Fix qt anchor warnings
-
Plotting: transport plotting and interface
-
Use std::chrono instead of common::Time
-
Depend on QtCharts and change application base class to QApplication
-
Depend on ign-msgs6 and ign-transport9
-
Depend on ign-rendering4
-
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.