mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Added some support for opening the url when an upload is made from a Destination (currently Jira & Picasa) and the tooltip is clicked.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1797 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
05f9fb930e
commit
9bf5e44c94
12 changed files with 169 additions and 135 deletions
|
@ -36,7 +36,8 @@ namespace Greenshot.Plugin {
|
|||
public enum SurfaceMessageTyp {
|
||||
FileSaved,
|
||||
Error,
|
||||
Info
|
||||
Info,
|
||||
UploadedUrl
|
||||
}
|
||||
|
||||
public class SurfaceMessageEventArgs : EventArgs {
|
||||
|
@ -130,6 +131,10 @@ namespace Greenshot.Plugin {
|
|||
get;
|
||||
set;
|
||||
}
|
||||
string UploadURL {
|
||||
get;
|
||||
set;
|
||||
}
|
||||
void RemoveElement(IDrawableContainer elementToRemove, bool makeUndoable);
|
||||
void SendMessageEvent(object source, SurfaceMessageTyp messageType, string message);
|
||||
void ApplyBitmapEffect(Effects effect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue