Wykres commitów

289 Commity (master)

Autor SHA1 Wiadomość Data
Nathan Crawford 97cc2d8935 Capture extra bits from certain stitches for debug output 2016-02-24 01:46:00 -05:00
Nathan Crawford d0c2eb485a Improved robustness of PesFile.OpenFile() 2016-02-23 23:41:24 -05:00
Nathan Crawford 5cf44ec832 Load translations before design file, in case there is an error 2016-02-23 23:40:21 -05:00
Nathan Crawford 246194c2aa Removed "using" directives that VS 2015 identified as unused 2016-02-23 23:09:13 -05:00
Nathan Crawford d32bab0edb First try at reporting unhandled exceptions 2016-02-23 22:19:59 -05:00
Nathan Crawford 9c1ec936a6 Updated another missed copyright year 2016-02-18 18:32:27 -05:00
Nathan Crawford c793ee83d2 Check working dir if translations can't be found relative to exe 2016-02-18 18:30:04 -05:00
Nathan Crawford b490109711 Don't change prefs until the OK button has been clicked
Also make the preferences dialog a bit more robust
2016-02-18 18:28:29 -05:00
Nathan Crawford d8d135ffe5 Update some copyright years that were missed last time around 2016-02-18 18:26:56 -05:00
Nathan Crawford 0e26a1644f Set minimum window size to prevent opening a tiny window 2016-02-18 18:25:56 -05:00
Nathan Crawford 3fed11f544 Incremented version to 2.0.2 and updated copyright year 2016-01-11 20:14:07 -05:00
Nathan Crawford b1d1fd0c89 Only save window size if not maximized or minimized, and save and restore window maximized state
This should help with the tiny window in issue #5
2016-01-11 19:52:02 -05:00
Nathan Crawford cb65256d5b Fix another bug with finding available translations 2015-12-28 21:02:59 -05:00
Nathan Crawford d9342e1180 Load translations relative to .exe instead of working directory 2015-12-28 20:17:09 -05:00
Nathan Crawford 5aa9cc9832 embroideryInfo fixes
Set image scale to 1.0, instead of 100,
Make default usage output more informative,
Update copyright year
2015-12-28 20:03:54 -05:00
Nathan Crawford f7d5589a19 Updated installer to 2.0.1 and changed ProductGuid 2015-12-28 19:19:38 -05:00
Nathan Crawford adf3b6a3cd Increase version to 2.0.1 to build test release for bug fixes 2015-12-28 19:01:19 -05:00
Nathan Crawford 0f11f3c63d Check for null design and valid bitmap size when updating image, should fix issue #5 2015-12-21 21:09:57 -05:00
Nathan Crawford e2604752e6 Increase version to 2.0.0 2015-09-22 22:28:46 -04:00
Nathan Crawford fd0e0c86f4 Installer: Removed UpdateCheck, updated translation file names, updated about URL 2015-09-22 22:09:57 -04:00
Nathan Crawford b1c18b1b77 Use IETF language tags for translation filenames 2015-09-22 21:54:55 -04:00
Nathan Crawford f71b0fe111 Removed UpdateCheck.dll and replaced it with EmbroideryReaderUpdates.cs 2015-09-22 21:38:01 -04:00
Nathan Crawford 0705e4b456 Try to match printer resolution when printing a design 2015-04-17 00:35:33 -04:00
Nathan Crawford 0d4ec463f2 Convert thread thickness and filter stitches threshold from double to float 2015-04-17 00:35:32 -04:00
Nathan Crawford 088682071b Fixed loaded file name in window title bar 2015-04-17 00:35:32 -04:00
Nathan Crawford 2f4b84e0e8 Default auto scale design to true 2015-04-17 00:35:32 -04:00
Nathan Crawford a5f7f8e14a Cleaned up and fixed rotate and scale code (resolves #4), fixed incorrect image being sent to print preview 2015-04-17 00:34:16 -04:00
Nathan Crawford 5d3f5886b8 Added Scale / Zoom menu as partial implementation of issue #4 2015-04-03 02:09:59 -04:00
Nathan Crawford 8c198c741b Removed unused references to PES classes 2015-04-02 22:44:41 -04:00
Nathan Crawford 4c0d607064 Update copyright year 2015-04-02 22:35:19 -04:00
Nathan Crawford be26151f95 Replace intpair struct with Tuple generic class 2015-04-02 22:25:27 -04:00
Nathan Crawford f6deb2eab9 Setup Wix installer to allow upgrades 2014-09-17 00:16:15 -04:00
Nathan Crawford dc37643ee6 Cleaned up Wix installer
Removed extra components, renamed some objects that were auto-generated
by he VS installer project
2014-09-16 22:51:24 -04:00
Nathan Crawford c570b3121d Rename translation files to language codes
Zip files don't handle Unicode characters, so store the
translation/language name in the ini file, instead of the name.
2014-09-16 19:46:10 -04:00
Nathan Crawford 85a022bd10 Update to IniFile 2.2 2014-09-15 23:59:02 -04:00
Nathan Crawford ebe1a80c50 Ignore generated msi files 2014-09-04 23:32:56 -04:00
Nathan Crawford 2d2f33115a Replace VS deployment project with Wix 2014-09-04 23:30:29 -04:00
Nathan Crawford 4ae27ec284 Add Chinese translations submitted by keetian 2014-09-04 20:40:36 -04:00
Nathan Crawford fb0eb1bd4d Update copyright year and bump version to 1.99.1 2014-09-04 20:39:42 -04:00
Nathan Crawford 0695371c8b Fix "pixels" label positioning 2014-09-04 20:33:24 -04:00
Nathan Crawford 3f3ca3e9aa Updated for beta of 2.0 2014-03-26 01:04:25 -04:00
Nathan Crawford c5d3c9be19 Added more translations from Andrea 2013-12-17 13:39:26 -05:00
Nathan Crawford f4f69fd5bd Added documentation for building translations 2013-12-11 20:51:22 -05:00
Nathan Crawford 7b3cc3f7d6 Fall back to English for missing strings
A placeholder string is still returned if the English translation is
missing or incomplete
2013-12-11 19:33:07 -05:00
Nathan Crawford 00779d20e5 Added translation files to installer 2013-12-11 19:09:55 -05:00
Nathan Crawford ce88147fdd Removed more obsolete Visual Studio files 2013-12-11 19:06:27 -05:00
Nathan Crawford dca8b020bc Updated IniFile.dll and UpdateCheck.dll to versions that target .Net 4.0 2013-12-11 18:56:48 -05:00
Nathan Crawford 9ccad2f545 Added controls for transparency grid size 2013-12-11 18:56:12 -05:00
Nathan Crawford 76a00f4aff Added batch file to generate images for a whole folder of designs 2013-12-11 18:54:47 -05:00
Nathan Crawford 09d0eb536a Added TranslationBuilder to turn translations.ods into language ini files 2013-12-11 18:52:35 -05:00