Commit graph

117 commits

Author SHA1 Message Date
Robin Krom
601236833b
Fixed #279, all ExternalCommands where duplicated due to creating them in the wrong place. 2021-03-21 23:10:05 +01:00
Robin Krom
aff8ba2109 Fixed copyright, fixed some spelling and updated some of the code to a newer syntax. 2021-03-08 22:26:10 +01:00
Robin Krom
94c778d82c
Improve DPI support (#254)
* Improving the DPI handling for most forms, there are still issues with:
* the AboutForm.Designer.cs where the title with the version scales differently.
* the destination picker doesn't seem to scale the font correctly.
Some parts are not tested yet...

* Solved the issue with the destination picker font, and some other small issues.
There still is an issue when using Powertoys (the feature which is experimental), that the capture is somehow skipping.
2020-10-23 00:28:50 +02:00
bovirus
90ad04caf7
italian language files update (#230)
* Update Italian language (GUI)
* Update Italian language (website)
* Update italian.iss
* Update Italin language Box plugin
* Update Italian language Confluence Plugin
* Update Italian language Dropbox plugin
* Update Italian langueg External command plugin
* Update italian language Flickr plugin
* Update Italian language Imgur plugin
* Update Italian language Jira plugin
* Update Italian language OCR plugin
* Update Italian language Photobucket plugin
* Update Italian language Picasa plugin
2020-08-11 16:59:11 +02:00
Krom, Robertus
3c7a93a8a7 Some more fixes for the version information.
Small fix to a language file.
Small fix for the log4net configuration, as we changed to net472 it was ending in the wrong directory.
2020-02-25 15:20:37 +01:00
Krom, Robertus
42cd533862 A bit of refactoring to be able to find some issue... 2020-02-18 16:32:51 +01:00
Krom, Robertus
bef29df3db Fixed plugin loading
Moved all office interop types in their own file.
2020-02-18 15:10:37 +01:00
Krom, Robertus
80d8f51fc5 Introduced a very simple "singleton" service-locator, which allowed for a removal of specific implementations which were very limited. With this it's easier to access dependencies. 2020-02-18 13:48:40 +01:00
Robin Krom
e27c11659e Fixed copyright notice 2020-02-09 23:23:00 +01:00
Krom, Robertus
57e2044839 Making the initial stuff working, getting an installer, when running from VS. 2020-02-04 15:29:10 +01:00
Robin Krom
a63bf734d4 First steps to allow a last Greenshot 1.x version, which should work on Windows 7. 2020-02-04 07:44:51 +01:00
Rukoto
62c5fab146 Update/Add languageja-JP Files 2017-08-18 14:45:41 +09:00
Robin
f8f98c554e Added kab-DZ as translation 2017-01-26 10:30:08 +01:00
Robin
89ae9489d2 BUG-2056: A better fix for the issue, there was already something build in. [skip ci] 2017-01-16 17:06:50 +01:00
Robin
19802d54c8 BUG-2056: Make sure the external command doesn't use the default format if .greenshot is selected. 2017-01-13 16:24:23 +01:00
Robin
610f45d082 Code quality changes 2016-09-22 20:40:13 +02:00
Robin
6efc7796b8 BUG-1908: Made Greenshot recheck & add the external commands like Ms-Paint and Paint.NET if they are not deleted manually and not yet available. Also cleaned up some code. 2016-09-16 21:48:57 +02:00
Robin
4dd67df1dd Misc small changes for code quality. 2016-08-31 22:30:00 +02:00
Robin
1294036a56 Fixed copyright for this year. 2016-08-17 14:38:41 +02:00
Robin
798ca503a5 Code quality changes [skip ci] 2016-08-16 10:37:55 +02:00
Robin
c3872248f7 Fixed project builds and nuget update 2016-05-31 23:00:08 +02:00
Robin
0323705513 Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9 2016-05-24 13:15:16 +02:00
Robin
d25021631e FEATURE-945: Added environment variables to the external command (also removed unused imports and made some variables readonly) 2016-05-20 23:43:31 +02:00
jklingen
e409392f32 Revert "Revert "Removed most references to SF"" 2016-03-24 23:04:47 +01:00
jklingen
2599ff5b7c Revert "Removed most references to SF" 2016-03-24 22:54:16 +01:00
Robin
fe176a2da4 Removed most references to Sourceforge, need to check with a file-searcher if something is left. P.S. The help files still have references... 2016-03-23 16:54:57 +01:00
Robin
4f9d6eb865 Updated csproj files, so we don't have to migrate every time. Added a fix for BUG-1863: Cannot get access to deleted object, and added some small code quality chances. [skip ci] 2015-11-06 09:31:22 +01:00
viper3400
92ca39f621 Fix in CallExternalCommand: Exception message "Error calling external command" was shown although CallExternalCommand has finished successful.
In addition log4net message has been written before exportInformation.ErrorMessage was set, so exception message was not in log file.
2015-10-03 16:33:55 +02:00
Robin
7938ab5dad This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling. 2015-04-17 11:06:57 +02:00
Jin-Hwan Jeong
4199cbfb27 Added Korean translation for help and updates for previous translation files 2015-04-03 10:32:43 +02:00
Jin-Hwan Jeong
7c0e006f75 Added Korean translation for plugins 2015-04-03 10:07:53 +02:00
Robin
ec5930ed41 Updated Copyright notice 2015-03-13 10:31:52 +01:00
JKlingen
2e29728a19 Updates for Portuguese translation 2015-02-04 21:25:43 +01:00
JKlingen
acbcd421c1 Added Latvian translations for plugins 2014-12-21 19:32:03 +01:00
sotto
d2558f2159 BUG-1560 added format-validation for the arguments-field 2014-12-11 21:03:44 +01:00
RKrom
e0c9fc1f7b Previous changes created problems with the context-menu, as it was still referencing an icon that we dispose at icon size change. This change introduces a PropertyChanged event object to the CoreConfiguration so those interested can register to changes (currently only the IconSize), and apply the correct menu image. 2014-11-11 14:13:13 +01:00
RKrom
61c2921b2a This change should make the UI Icon Size setting dynamic, clearing all cached icons when the size changes (in the settings UI) so if they have a dynamic size the best is selected. 2014-11-11 13:23:59 +01:00
RKrom
7d28b6a3a5 Enhanced the external command plug-in to capture the first Uri in the output, and places this on the clipboard. Additionally the Uri is linked in the notify bubble or when started from the editor. The behaviour can only be modified via the greenshot.ini and is for all commands. 2014-09-09 17:35:51 +02:00
Robin Krom
631ed3b36c ExternalCommandDestination.cs edited online, hope this compiles... 2014-08-27 19:03:24 +00:00
Robin Krom
f2da7e23df ExternalCommandConfiguration.cs edited online with Bitbucket [skip ci] 2014-08-27 18:57:40 +00:00
RKrom
036aec55f5 BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form. 2014-07-18 13:56:55 +02:00
RKrom
5cd6afad74 BUG-1653: Accessibility fixes for the tab-order on multiple forms. [ci-skip] 2014-07-18 13:29:44 +02:00
RKrom
b70d8d1fe0 BUG-1653: Fixed some accessibility issues: Editor "File" menu entry can't be activated and added missing German translations 2014-07-16 12:48:20 +02:00
RKrom
a91bfab790 Cleanup of the AssemblyInfo.cs files, they should now be more similar. 2014-06-17 10:14:09 +02:00
RKrom
15253ef295 Code cleanup, removed a lot of FxCop messages and added some more disposing. 2014-06-15 11:53:38 +02:00
RKrom
08216b09c0 Code quality changes for stability and reduced memory usage. 2014-06-13 12:18:59 +02:00
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