Plugin 1.13 #264
Merged
bdbcat merged 3 commits intoOpenCPN:masterfrom May 12, 2015
seandepagnier:plugin-1.13-2
Merged
Conversation
added 3 commits
March 27, 2015 20:40
These functions allow viewport rotation angle to be set as well as allowing toolbar buttons to be held and released These functions are needed for the rotation control plugin Conflicts: include/ocpn_plugin.h src/pluginmanager.cpp src/toolbar.cpp
…pencpn This requires the user to navigate to the plugins tab in the options dialog which is fine for new (disabled) plugins as they need to be enabled anyway. Unfortunately filesystem watching support isn't available until wx-3, this would allow automatic reloading plugins when they get upgraded as well as repopulating the plugins list (without switching tabs) Conflicts: src/options.cpp
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I needed these functions for one of my plugins, and also added support to install/upgrade plugins without restarting opencpn.