mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Added a PleaseWait form which allows the user to cancel the operation. This already is implemented for the Imgur plug-in but should be used for all the others with long operations. Also fixed a bug in the Imgur plug-in: while retrieving the history a "no longer available" answer was not processed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1984 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b589d756d6
commit
a8025ac8cf
6 changed files with 256 additions and 15 deletions
|
@ -226,6 +226,10 @@
|
|||
<Compile Include="Controls\GreenshotToolDropDownButton.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Controls\PleaseWaitForm.cs" />
|
||||
<Compile Include="Controls\PleaseWaitForm.Designer.cs">
|
||||
<DependentUpon>PleaseWaitForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ThumbnailForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue