Commit graph

986 commits

Author SHA1 Message Date
RKrom
69d29992a2 Changes for Box Plugin so it can re-use the OAuthLoginForm. Also fixed a startup issue with some plug-ins.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2143 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-14 12:34:31 +00:00
RKrom
dc8a160c7f Finally fixed UrlEncode3986 to work with UTF-8, meaning that special characters are encoded for UTF-8. e.g. we can now upload files which have umlauts in their filename to Dropbox.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2142 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-14 06:38:20 +00:00
RKrom
c0a83c0ee9 Small changes: added contentlength to upload and made the UrlEncode3986 public
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2141 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-13 20:35:44 +00:00
RKrom
048826df3d More small fixes, and some refactoring.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2140 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-13 15:14:57 +00:00
RKrom
e1fbc6a10e Change to "GET" for getting the Access & Request Token
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2139 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-13 13:25:09 +00:00
RKrom
4f3c621d44 Added Imm.io plugin, somehow I still get Internal Server errors...?
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2138 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-11 14:00:58 +00:00
RKrom
6ceef4f65e Still fixing some issues with having the wrong Platform or Configuration, also moved some code to the NetworkHelper. Deleted a file which should not be there.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2137 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-11 13:59:58 +00:00
RKrom
1a97204be3 Fix for refactoring of the OAuth implementation.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2136 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 19:01:39 +00:00
RKrom
756c8d9403 Refactoring to make Picasa work, added Upload to the IBinaryContainer.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2135 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 18:21:09 +00:00
RKrom
03b4b17ea4 update readme.txt
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2134 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:43:28 +00:00
RKrom
6bf7d1d272 Removed "ex"
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2133 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:31:54 +00:00
RKrom
eb06df0f6b Removed designmode messages, this was just bothering the development.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2132 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:26:18 +00:00
RKrom
4d399a60ac Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2131 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-10 14:18:05 +00:00
RKrom
5714b59a14 Fixed hard coded Encoder, if sometime the encoder order changes this would have broken the code. Also removed a stream wrapper.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2130 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-09 10:01:37 +00:00
RKrom
b600d72156 Due to a GDI+ issue with storing PNG images on a non seek able stream, which seems to be fixed with Windows 7, I moved stream-handling specific "fixes" as far "down" as possible. By doing this we should have the best performance and can fix problems easier.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2129 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-09 09:17:25 +00:00
JKlingen
67852e0b76 updates for chinese translation
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2128 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-08 20:22:02 +00:00
RKrom
da03cf3002 Fixed uploading issues with PNG, it seems this format can't be written to a network stream (non seekable)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2127 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-08 20:09:06 +00:00
RKrom
448f82f6c3 Code reuse and cleanup.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2126 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-08 15:32:14 +00:00
RKrom
abe79e65e9 Untested performance improvements with uploads, in short the image is directly stored to the upload stream instead of writing a stream to a byte[]. Expecting a small performance improvement, and a lot less memory usage while uploading.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2125 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-08 12:58:20 +00:00
RKrom
c983567827 Added Multipart/form-data support, this should improve memory usage and upload performance. Is also needed for Flickr.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2124 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-08 06:26:29 +00:00
RKrom
f464b3a3ca Fixed refactoring changes for unused plugin.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2123 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-07 12:35:29 +00:00
RKrom
568264a045 Small code optimization in GetActiveWindow, and bugfix in an unused method GetWindow (used for testing)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2122 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-05 10:24:35 +00:00
RKrom
21d273a8c3 Rewrote the ZIP creation to make sure only the needed files are in there.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2121 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-03 18:22:15 +00:00
RKrom
0065932617 Dropbox no longer needs .NET 3.5, removed the installation check
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2120 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-03 18:01:11 +00:00
RKrom
e3a248749d Fixing .NET Compiler version
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2119 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-03 17:54:18 +00:00
JKlingen
ab2d2a1ce1 fixed internationalization of effects button
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2118 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 21:52:58 +00:00
JKlingen
e4e3f20eed updates for french and serbian translation
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2117 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 21:41:10 +00:00
JKlingen
2d7bab0cef language editor displays stacktrace now in case of unexpected error
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2116 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 21:30:53 +00:00
JKlingen
cee551da87 language editor is able to export installer translation part now
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2115 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 20:45:17 +00:00
JKlingen
6767c76c8e language editor is able to export installer translation part now
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2114 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 20:30:00 +00:00
JKlingen
8ee56d24c2 language editor is able to export installer translation part now
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2113 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 20:29:32 +00:00
JKlingen
52d4ee8b72 french translation for installer
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2112 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 19:59:01 +00:00
JKlingen
97265be849 updated help for new features
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2111 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 18:58:52 +00:00
JKlingen
790eb7e0d7 fixed syntax error
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2110 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-02 18:48:44 +00:00
RKrom
bf7885d593 Small logic fix, expression should check for not null instead of null.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2109 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-29 12:38:37 +00:00
RKrom
b3545fe98d Added comment
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2108 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 23:11:37 +00:00
RKrom
96482f70b5 Added expert setting to reuse the editor.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2107 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 12:44:45 +00:00
RKrom
f7782299cd Removed some unused code, and fixed a Editor-reuse issue. (No focus, and resize issues)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2106 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 12:17:31 +00:00
RKrom
336518f5f9 Finishing performance improvement changes.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2105 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 11:21:05 +00:00
RKrom
4b25051e2c Updated readme.txt to reflect some changes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2104 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 10:39:32 +00:00
RKrom
d9f77270f5 Making sure there is no IE capture, if the setting is disabled. Although I couldn't find any evidence that there is a bug here, as reported, this doesn't hurt.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2103 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 10:30:57 +00:00
RKrom
be3df25804 Performance improvements, disabled a not used feature.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2102 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 10:25:10 +00:00
RKrom
42e6375d9e Making Greenshot the default startup project.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2101 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-27 07:53:36 +00:00
RKrom
f9abcac063 Fixed some interface usage, also cleanup of the surface & editor code. This should theoretically allow usage of home made IDrawableContainer objects, which plug-ins supply.
Also made it possible to reuse the editor, currently only available editors which have a non modified surface can be reused. And only than if the configuration is set to do so.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2100 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-26 16:57:16 +00:00
RKrom
7bb187ce71 Removed the PictureBox from the Surface, meaning that the Surface is now just a Control, this should simplify the event stack and other logic and give us more control.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2099 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-26 12:51:01 +00:00
RKrom
68c0cf091a Fixed shadow usage of the BitmapContainer (toggle shadow DOES reset the size)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2098 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-26 11:55:55 +00:00
RKrom
e3dac6b438 Refactoring of Surface.cs, mostly cosmetic! Removed public properties by creating get/set and made most fields NonSerializable so they won't be serialized when writing the surface.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2097 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-26 10:20:00 +00:00
RKrom
1d2247965e Added: Fixed shadow with transparency issue.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2096 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-25 12:56:12 +00:00
RKrom
d8cb00e70c Fixed shadow with transparency issue.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2095 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-25 12:19:22 +00:00
RKrom
9488200886 Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2094 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-25 11:36:52 +00:00