Commit graph

71 commits

Author SHA1 Message Date
RKrom
d1ab25f852 Removed the templates references from the .csproj files. 2014-05-30 16:39:24 +02:00
RKrom
1f2534865b To make it easier to work with Greenshot directly after checkout, I removed the AssemblyInfo.cs.template files in favor of modifying the AssemblyInfo.cs directly from our build script. 2014-05-30 10:38:45 +02:00
JKlingen
8c4eef8e2b Updated copyright notice for 2014 2014-01-08 21:30:56 +01:00
JKlingen
6f23b6b10b Translation #135: Updates for swedish translation, thanks to dotar! 2013-12-15 19:17:52 +01:00
RKrom
c4205de671 Fixed templates, forgot that the PluginAttribute is still needed. The build seems to work, and create a valid Greenshot installer, zip and paf.exe 2013-12-11 20:02:42 +01:00
RKrom
5e10243eb3 Fixed the templates to work with .NET 20/35 2013-12-11 17:02:49 +01:00
RKrom
92482e6474 Modified the AsemblyInfo.cs.templates from SVN to GIT 2013-12-04 22:08:02 +01:00
RKrom
a03bc31aef Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here. 2013-12-04 17:46:02 +01:00
RKrom
2a8e2475d8 Fix for stability issues with the ExternalCommandPlugin.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2602 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-05-01 17:02:40 +00:00
RKrom
8dd5a3e825 Preparations for the release 1.1.4
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2598 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-30 11:34:45 +00:00
RKrom
3820ad7c19 Trying a fix for #1503
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2595 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-29 10:45:36 +00:00
RKrom
ad6f25ed9f RC3 preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2574 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-22 12:34:29 +00:00
RKrom
2108d7c6cd Added external command plug-in settings check for #1499
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2567 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-18 14:23:19 +00:00
RKrom
0a900bc5d2 Stability fix for #1497
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2562 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-12 13:27:17 +00:00
RKrom
b0f8b36fed RC2 Preparations, version update for the next build
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2554 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-05 12:16:15 +00:00
RKrom
28346d2eab Fixes for bug #1484, disabling the edit button after redrawing the items.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2551 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-03 07:18:26 +00:00
RKrom
187e4bbe92 RC Preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2548 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-04-02 10:33:44 +00:00
JKlingen
623fa983c3 translation updates + new plugin translations for traditional chinese, provided by fei
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2523 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-03-06 21:18:01 +00:00
RKrom
a394904aa3 First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2481 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-02-12 18:43:56 +00:00
JKlingen
c777878bd7 updated copyright notice for 2013
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2436 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-01-20 20:18:49 +00:00
JKlingen
b9a1bd76b5 update for czech translation provided by zdenet
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2417 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2013-01-07 21:24:42 +00:00
RKrom
0c7e16a771 Applied my "patch" which refactors the complete codebase to have IEffect support, this is an interface which can be used to supply effects to a bitmap. These effects can now be passed to the OutputSettings (which now is called SurfaceOutputSettings) to control how the output is modified. This is very useful for e.g. OCR which needs a grayscale & resized image.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2377 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-12 09:51:41 +00:00
RKrom
f5e9618cd2 Turned on the code for the Greenshot file format, hat to refactor the ImageOutput to accept an ISurface so we could wait to export it to an image until the last moment or save the surace-image & serialize the elements.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2373 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-10 17:50:26 +00:00
RKrom
22c04fbb4a Changes for 1.1, added Photobucket as project to the solution. Fixed some language files (the ietf in the file IS important)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2276 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-13 09:01:05 +00:00
JKlingen
1587b0298c slovak translation updates
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2266 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-10 17:03:30 +00:00
JKlingen
be08b62aab updates for italian translation
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2265 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-10 16:59:27 +00:00
JKlingen
3ad14bdcba updates for serbian translation + serbian installer
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2263 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-10 16:07:01 +00:00
RKrom
929363202b * Bug #3585393: resize issues with some the plugin configuration dialogs.
* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2259 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-08 21:03:41 +00:00
RKrom
00c1c80004 Bugfix release preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2241 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-05 16:38:22 +00:00
RKrom
8c01f192f3 .csproj cleanup for scripted build.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2226 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-30 09:05:30 +00:00
RKrom
5c4698256e Release preparations
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2216 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 18:12:41 +00:00
JKlingen
09e488f773 chinese translation updates for plugins
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2214 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-28 15:24:54 +00:00
RKrom
8b331ee3a4 Fixes for Bug #3579467, context menu entries are updated when changing the language / hotkeys.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2200 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-25 12:43:44 +00:00
RKrom
3358352303 Preparations for RC5, removed all the non 1.0 plug-ins out and the 1.0 in.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2184 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-21 15:19:59 +00:00
JKlingen
f421d468b6 russian translation updates
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2183 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-21 12:42:39 +00:00
JKlingen
da82df6d7f french translation for external command plugin
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2167 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-20 08:15:20 +00:00
RKrom
0a7251faa2 Preparations for RC4
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2164 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-20 08:04:01 +00:00
RKrom
f1ede119e9 Fixed problem with ExternalCommandConfiguration, fixing bugs #3578391 and #3578379
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2161 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-19 15:58:45 +00:00
RKrom
4de75cdb69 Cleanup of using statements
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2149 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-17 12:21:12 +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
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
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
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
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
19d92e72c8 Preparations for RC3
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2063 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 13:14:22 +00:00
RKrom
91385b074e Refactored PluginUtils to have the GetExePath and GetExeIcon, which was needed for giving the ExternalCommandPlugin an icon.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2057 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 10:05:26 +00:00
RKrom
99e672a76d Initial changes for the translations of the external command plug-in.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2056 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-19 05:36:22 +00:00
RKrom
be797ecf8a Extended the ExportCapture with ExportInformation as a result object, this allows us to better and more consistently return & handle information from the export. Also it should be easier to extend the functionality. TODO: Still need to cleanup some messages, some are no longer needed
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2034 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-14 15:04:37 +00:00