-
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.