Commit graph

34 commits

Author SHA1 Message Date
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
40956b195c fixed IsInDesignMode to work with sharpdevelop, too
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2384 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-15 13:50:13 +00:00
RKrom
e11450f56f Fixed problems in the designer with the last changes, also added some future code which is disabled. And uncommented the "Greenshot-filetype" registration in the installer.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2375 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-11 11:51:41 +00:00
RKrom
57e4a8dd73 Cleanup of the AboutForm, changed the Style to a "FixedToolWindow", I find this more professional. Changed the AnimatingForm to have a flag, EnableAnimation, which is false by default and makes it possible to make the Form the base form of all GreenshotForm forms. Renamed the conf -> coreConfiguration, as this is already in the base class. Also added some comments.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2367 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-12-07 16:31:20 +00:00
RKrom
0b1a0c3d55 Small fixes which make it easier to check if an IniValue is fixed, also changed the Component.Enabled in the settingsForm for some more properties. In normal English, if I have defined a property in the "greenshot-fixed.ini" the matching setting can not be changed!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2260 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-11-09 13:46:20 +00:00
RKrom
552a4c8f94 Tested and fixed update check
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2154 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-10-18 08:51:09 +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
3a19ff89e8 Added some missing license texts and added a few helper methods which can prevent using System.Web as a reference (System.Web is not available with .NET Client Profiles)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2012 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-09 13:27:19 +00:00
RKrom
18bb437da0 Fixed design-time message displaying when not designing.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2010 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-09 10:17:42 +00:00
RKrom
48159a99b0 This changes enables the settings (most of them) which are supplied in the greenshot-fixed.ini to be unchangeable in the settings.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1969 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-07-30 18:09:19 +00:00
RKrom
077e12b7cc Fixing hotkey issues
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1926 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-20 16:22:32 +00:00
RKrom
7e27765314 Fixed issue with hotkey, still having some issues with the translations...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1925 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-20 06:13:05 +00:00
RKrom
4f64dfe676 Improving the responsiveness of the editor and optimizing some general code.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1922 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-13 22:17:53 +00:00
RKrom
59665da813 More performance improvements
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1919 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-11 21:05:48 +00:00
RKrom
e4a87aa4e4 Performance fixes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1918 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-06-11 20:18:02 +00:00
RKrom
5a4fdbc4aa Added checkbox to turn notifications on/off
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1906 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-05-31 06:35:59 +00:00
RKrom
85bcd49851 For now keeping "check for unstable updates" and fixing exception if a wrong mapping is used.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1884 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-05-18 18:11:36 +00:00
RKrom
00819deecd Added some new Controls, were needed for the editor.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1833 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-05-04 12:56:16 +00:00
RKrom
3d70c065c3 Small fixes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1812 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-21 14:30:21 +00:00
RKrom
9b7c7a9b7e Small stability fixes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1811 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-21 14:12:03 +00:00
RKrom
761b02df4d General changes to the expert tab.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1809 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-20 11:34:26 +00:00
RKrom
83a033ebd0 Added language binding support to ToolStripItem, also changed the behavior to use the name of the component if no language key is set.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1807 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-19 12:17:16 +00:00
RKrom
a0c09b7d6a Fixed auto-storing hot key settings, during the display the wrong method was used ("Text = " instead of SetHotkey)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1789 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-18 08:15:22 +00:00
RKrom
88e99d78cb Fixed some language refactoring issues
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1788 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-18 07:18:12 +00:00
RKrom
2a07d84033 Fixed path locating in DesignMode
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1786 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-17 16:13:07 +00:00
RKrom
27910e584a Fixed design-time displaying of the language mappings
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1777 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-17 12:52:46 +00:00
RKrom
d1b5232898 Test with the ImgurPlugin and designer language support, the form needs to extend a simple class which extends GreenshotForm and implements the language pattern getter. Some day we can change this to be simpler when there is only one global Language object...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1774 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-12 14:44:21 +00:00
RKrom
d8ee90e5f1 Fixed exception due to wrong init.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1773 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-11 11:23:17 +00:00
RKrom
2b8b3c7a62 Fixed excessive Inifile writing! Added a simple resize method wrapper for Thumbnails.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1770 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-11 10:17:05 +00:00
RKrom
4e13e13f47 Added GreenshotComboBox, this binds to a ini configuration (enum) and fills the values depending on the type of the enum, including translations!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1769 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-11 09:17:06 +00:00
RKrom
c3a1e18faa The default value for the key and propertyname is "null", no need to serialize this to the .Designer.cs files.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1768 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-11 06:44:35 +00:00
RKrom
eacbd114da Small stability improvements
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1767 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-11 06:36:49 +00:00
RKrom
a4df32c0e8 Added Greenshot controls which allow to map directly to the ini and language files. This makes settings forms a lot easier to implement and maintain
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1766 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-10 16:03:04 +00:00