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
RKrom
017b874de3
Fixing Debug/Release issue, build problems
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2093 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-25 07:18:27 +00:00
JKlingen
4522d727dc
ukrainian translation updates for 1.0.2
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2092 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 20:59:28 +00:00
JKlingen
bfb9c120f5
added missing links to support section
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2091 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 20:52:50 +00:00
JKlingen
fa89554e15
renamed de-FR to de-x-franconia to be consistent with the IETF conventions
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2090 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 19:43:08 +00:00
JKlingen
ebdc848d5c
added additional language entry key for editor_image_shadow, to keep resources for image shadow and object shadow apart
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2089 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 18:39:33 +00:00
RKrom
cf29c23439
Project files cleanup, making sure all projects have the same settings.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2088 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 18:18:38 +00:00
RKrom
a5f900f92e
Some small fixes for different parts of code.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2087 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-24 14:57:02 +00:00
RKrom
3411432a0e
Fixed wrong label names
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2086 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-23 14:46:20 +00:00
RKrom
f4f3a77e55
Cleanup of unneeded code: Removed a unused property from the OAuthLoginForm and removed the using "imageforexport" as we only want the "background" image of the surface for our OCR.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2085 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-23 13:59:05 +00:00
RKrom
86d376a0dc
Greenshot 1.0 Release Candidate 3 preparations.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2084 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-23 13:57:43 +00:00
RKrom
fd91cc9107
OCR Plugin refactoring, now should work as a real destination and have an icon.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2083 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-23 13:28:30 +00:00
RKrom
9553f840cb
Fixed OCR usages, now working for Windows 7 by using an additional exe.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2082 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-22 13:58:16 +00:00
RKrom
3637cd0420
Fixed a Thread setup, no reported bugs on the "error" yet.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2081 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-22 13:00:51 +00:00
RKrom
bda2466bff
More translation enabling changes for the external command plug-in.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2080 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-21 14:56:27 +00:00
RKrom
9ee318cc5f
Removed the no longer needed "hotkey_" language keys.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2079 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-21 14:37:58 +00:00
RKrom
abaf473d83
Change to make OCR work on 64 bit Windows, now using a small 32-bit exe to do the OCR'ing. (untested)
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2078 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-21 13:31:08 +00:00
RKrom
0d40ebe346
Fixes for Bug #3569703
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2077 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-21 11:52:35 +00:00
RKrom
079dab8621
Added JSONHelper.cs, which has a JSON Parser. Should be removed when upgrading from .NET 2.0 to 3.5 or higher as we have framework solutions.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2076 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-21 10:49:09 +00:00
JKlingen
34842e9977
website translations
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2075 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-20 17:48:37 +00:00
RKrom
8b7c2f0e99
Fixed language directory
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2074 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-20 13:40:26 +00:00
RKrom
8b8024e20c
OAuth refactoring, making Photobucket work.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2073 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-20 11:37:47 +00:00
RKrom
55f59b34f7
Added a Germane dialect "Frängisch" (Fränkisch), which is currently not active in the installer.
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2072 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-20 08:08:13 +00:00
JKlingen
11501b8152
LanguageEditor now saves html snippet for homepage when saving a language_website_*.xml file
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2071 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 21:53:17 +00:00
JKlingen
63e738118e
french translation of our website
...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2070 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 21:20:31 +00:00