Commit graph

3146 commits

Author SHA1 Message Date
Jaex 4d515d2a9e Allow dragging menu using toolstrip grip 2016-09-30 21:18:30 +03:00
Jaex ca1d2b6e38 Removed right click menu from region capture and moved all buttons to toolbar 2016-09-30 20:37:01 +03:00
Jaex a9eca34158 Added editor mode and capture buttons 2016-09-30 19:31:59 +03:00
Jaex f0f8d0711c Adding menu form inside ShapeManager 2016-09-30 19:11:59 +03:00
Jaex 9badbe7fdb Menu designer update 2016-09-30 18:14:50 +03:00
Jaex 5f9ad5ad3b Adding region capture menu form 2016-09-30 17:48:31 +03:00
Jaex 4fd322b031 fixed #1951: After screen recording support loading animated gif from file path in after capture form 2016-09-30 14:22:51 +03:00
Jaex 6087ea40fb If personal path is modified in application settings window then show message box to tell users that ShareX must be reopened for changes to take effect 2016-09-30 13:07:48 +03:00
Jaex 5e79bd7b2a #1950: When custom personal path is empty, show preview of default portable path properly 2016-09-30 12:53:16 +03:00
Jaex 8bdfdccbec #1950: Add "\" end of folder path to make sure folder is opening instead of file with same name 2016-09-30 12:24:08 +03:00
Jaex 4a0d71d8bf Try fix AppVeyor zip paths 2016-09-29 11:36:43 +03:00
Jaex 8bc635502c In Steam build AutoCheckUpdate should be Browsable false instead of not including variable, that way when user switch builds, setting can preserve its value 2016-09-29 03:53:55 +03:00
Jaex 77dd1fff06 Added UpdateManager class 2016-09-29 03:33:12 +03:00
Jaex 05d9eca9c4 AppVeyor draft false 2016-09-28 12:31:31 +03:00
Jaex 40eda16a41 Select current tag name for GitHub deployment 2016-09-28 01:03:23 +03:00
Jaex b74284a030 Remove branch check for GitHub deployment 2016-09-28 00:49:24 +03:00
Jaex 907a64cbd4 Release 2016-09-28 00:34:07 +03:00
Jaex 25207ed2cf Update region capture tips 2016-09-28 00:30:41 +03:00
Jaex d612fd1a8b Move task settings button top of application settings 2016-09-26 10:03:02 +03:00
Jaex 8c9be4debf Fix yml string 2016-09-23 03:16:09 +03:00
Jaex f614aa374c AppVeyor will upload release build to GitHub automatically on Git tag push 2016-09-23 03:13:56 +03:00
Jaex 807dba4b15 Gives error otherwise 2016-09-22 04:20:48 +03:00
Jaex f1ede27ad4 Update version on install 2016-09-22 04:17:00 +03:00
Jaex cf6d89822f Update AppVeyor build version before build 2016-09-22 03:10:28 +03:00
Jaex ebaa1983e5 Trying to use AppVersion env in yml file 2016-09-22 02:43:56 +03:00
Jaex eda3629916 Fix content path 2016-09-22 02:37:08 +03:00
Jaex bcc4851f57 Get version from AssemblyInfo.cs and set environment variable 2016-09-22 02:33:30 +03:00
Jaex f6a9017bd3 Update README.md 2016-09-22 00:14:20 +03:00
Jaex 12af4f4005 Update README.md 2016-09-21 23:49:02 +03:00
Jaex 557869d705 fixed #1797: Return SSH.NET library to previous version until new build with fix release 2016-09-19 17:00:10 +03:00
Jaex 844677b6b5 In editor mode move shapes to previous position after get output 2016-09-18 23:21:30 +03:00
Jaex a7b93af654 Execute editor tasks after region capture window is closed 2016-09-18 21:35:15 +03:00
Jaex ad1236b2fd Editor events working now 2016-09-18 19:05:19 +03:00
Jaex eec447e011 Interim commit for region capture editor events 2016-09-18 18:28:57 +03:00
Jaex 613eefc0b5 Fix ultraimg.com request url 2016-09-17 13:16:59 +03:00
Jaex f003c62a08 Added wampi.ru 2016-09-17 13:13:00 +03:00
Jaex 4cdcd99057 Added imgbros.com 2016-09-17 13:06:48 +03:00
Jaex 1aa169fb6a Remove unused resx fields 2016-09-17 11:33:27 +03:00
Jaex 17566b3b82 Code refactoring 2016-09-17 10:07:02 +03:00
Jaex d3e9536aea Removed region capture (simple annotate) hotkey because default region capture have all features of it now 2016-09-17 09:13:36 +03:00
osfancy f9f2e6b2a8 Updating Uplea Configuration (#1906)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.

* Updating Uplea config to not store the username/password entered on the Uplea configuration tab. Removed associated event handlers. Renamed Login button to Get API Key to be more representative of the action. Made the API key textbox editable so users can blank out the key if they wish to turn off Uplea integration.
2016-09-14 09:04:02 +03:00
Jaex f0fd4d101d In about window only show link to GitHub contributors page because it is unfair to just show uploader contributions and not rest of contributions 2016-09-14 01:34:30 +03:00
osfancy 64cc6f39ec Closes #1466 - Uplea Integration (#1899)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.
2016-09-13 02:13:34 +03:00
Jaex be5f57ef9a NuGet update 2016-09-13 00:46:06 +03:00
Jaex a0dfa16ea3 fixed #1904: Update DreamObjects endpoint 2016-09-12 23:49:01 +03:00
Jaex 557cd0e08e Added IsVideoFile method 2016-09-11 00:36:01 +03:00
Jaex 5d73236c29 Adding region capture editor events 2016-09-10 00:33:36 +03:00
Jaex 94655a6a23 Allow stopping Slimg status check loop 2016-09-10 00:29:42 +03:00
Jaex 460a86e792 Don't show pre release checkbox in Steam build 2016-09-09 22:50:25 +03:00
Jaex 837db296b5 If region capture context menu closed because of right click then don't show context menu on mouse up, that way user can close context menu with right click 2016-09-09 21:14:37 +03:00