Commit Graph

1059 Commits

Author SHA1 Message Date
Ben Olden-Cooligan
09497d0cdd Update resource files 2016-04-24 23:48:00 -04:00
Ben Olden-Cooligan
0686300ec0 Update po files 2016-04-24 23:40:53 -04:00
Ben Olden-Cooligan
6a6e6f287e Slightly change drag/drop target determination algorithm to be more natural 2016-04-24 21:20:01 -04:00
Ben Olden-Cooligan
fae0b165b0 Add copy/paste for profiles 2016-04-24 21:09:36 -04:00
Ben Olden-Cooligan
a7870618a3 Add "HideEmailButton" and "HidePrintButton" options to AppConfig 2016-04-24 20:42:13 -04:00
Ben Olden-Cooligan
56bd99aad1 Profile drag/drop (including between processes) 2016-04-24 20:24:24 -04:00
Ben Olden-Cooligan
17a6ab059f Add "PromptIfSelected" option to "SaveButtonDefaultAction" enum 2016-04-23 23:29:04 -04:00
Ben Olden-Cooligan
25a3611963 Rework LockSystemProfiles to allow the user to specify devices (if the system profile itself doesn't specify it). Also a few minor bugs with LockSystemProfiles were fixed.
Added NoUserProfiles and AlwaysRememberDevice options to AppConfig.
2016-04-23 23:23:24 -04:00
Ben Olden-Cooligan
b422f2f179 Update test-lang script to allow the language code to be specified manually 2016-03-29 16:29:05 -04:00
Ben Olden-Cooligan
062767ed46 PUBLISH (5.1.1) 2016-03-28 15:46:20 -04:00
Ben Olden-Cooligan
6311208c9c Update resources 2016-03-28 15:37:53 -04:00
Ben Olden-Cooligan
0fa98d99c8 Update po files 2016-03-28 15:35:50 -04:00
Ben Olden-Cooligan
124e76e7c4 Fix emailing without a subject/body 2016-03-28 15:32:39 -04:00
Ben Olden-Cooligan
4d7f97ece8 Update appsettings.xml for easier editing 2016-03-28 15:25:53 -04:00
Ben Olden-Cooligan
3fd94cfd83 Only create tesseract hocr config file if it doesn't already exist 2016-03-28 14:13:48 -04:00
Ben Olden-Cooligan
2e9aae548e Update templates 2016-03-27 18:08:22 -04:00
Ben Olden-Cooligan
876e58fc78 PUBLISH (5.1.0) 2016-03-27 18:03:20 -04:00
Ben Olden-Cooligan
7816f298d2 Fix publish script for when a name is not specified 2016-03-27 18:03:08 -04:00
Ben Olden-Cooligan
41ff38158c Update po files 2016-03-27 17:41:35 -04:00
Ben Olden-Cooligan
be3b165938 Update build scripts to add arguments to build 64-bit test portables 2016-03-27 17:32:43 -04:00
Ben Olden-Cooligan
7c3e3e9e9b Fix relative path for host process 2016-03-27 17:24:49 -04:00
Ben Olden-Cooligan
2dddd53e28 Add an extra DLL path to help find the 64-bit version of twaindsm.dll in portable editions 2016-03-27 17:09:23 -04:00
Ben Olden-Cooligan
fadfcc0c9f Tweaks to make 64-bit and 32-bit host work 2016-03-27 16:50:47 -04:00
Ben Olden-Cooligan
094824a217 Remove NAPS2_32 and add NAPS2_64 projects 2016-03-27 16:38:46 -04:00
Ben Olden-Cooligan
8255e9095c Allow placeholders to be used in console for email subject and body 2016-03-27 16:27:07 -04:00
Ben Olden-Cooligan
dd8718bc9a Fix console attachments in some cases 2016-03-27 16:23:34 -04:00
Ben Olden-Cooligan
d2841bad88 Fix order of page size presets 2016-03-26 14:58:14 -04:00
Ben Olden-Cooligan
7f6f817108 Fix layout for FPageSize 2016-03-26 14:31:31 -04:00
Ben Olden-Cooligan
894331c3cf Use the previously selected page size as the default dimensions for FPageSize rather than defaulting to Letter 2016-03-26 14:20:14 -04:00
Ben Olden-Cooligan
40dffffa66 Remove unused code 2016-03-26 14:13:31 -04:00
Ben Olden-Cooligan
9948f1e704 Rename FEditScanSettings to FEditProfile 2016-03-26 13:48:58 -04:00
Ben Olden-Cooligan
9f0f93d324 Add ability to name custom page sizes and reuse them in multiple profiles 2016-03-26 13:44:04 -04:00
Ben Olden-Cooligan
0fd7f484f4 Custom named page sizes WIP 2016-03-26 01:37:52 -04:00
Ben Olden-Cooligan
3b41e4c515 Remove todo 2016-03-25 03:28:09 -04:00
Ben Olden-Cooligan
766897dbcd Add a "SingleInstance" option to appsettings.xml and refactor some dllimports into a utility class 2016-03-25 03:05:31 -04:00
Ben Olden-Cooligan
aa92e41186 Refactor some of the StillImage class into a new Lifecycle class 2016-03-25 02:12:21 -04:00
Ben Olden-Cooligan
7e4ba9975f Add "Restore Defaults" button to FAdvancedScanSettings 2016-03-25 01:58:41 -04:00
Ben Olden-Cooligan
5ea899f81f Shrink the pen size for rotate guidelines to give the appearance of greater precision 2016-03-24 21:30:02 -04:00
Ben Olden-Cooligan
f2941230c3 For custom rotation, allow the user to draw a line and the picture will be rotated so that the line matches up with the nearest 90 degrees. 2016-03-24 21:24:46 -04:00
Ben Olden-Cooligan
981cfe1d5d Don't create old tesseract dir 2016-03-24 17:24:41 -04:00
Ben Olden-Cooligan
e08b4abff5 Add "ComponentsPath" setting to appsettings.xml and catch errors when extracting component files 2016-03-24 17:22:32 -04:00
Ben Olden-Cooligan
15d01050a9 Add NAPS2.Core reference to NAPS2 and NAPS2.Console to ensure that needed dlls are included in the bin 2016-03-24 17:08:44 -04:00
Ben Olden-Cooligan
bcdd8bea09 Move auto directory creation closer to the actual saving 2016-03-24 01:16:59 -04:00
Ben Olden-Cooligan
ff1c032a75 Update resource files 2016-03-23 19:45:02 -04:00
Ben Olden-Cooligan
b745ac4957 Automatically create parent directories when saving PDF and image files (allows placeholders to be used in directory names). 2016-03-23 15:20:30 -04:00
Ben Olden-Cooligan
cb5520cf83 Remove "Del" shortcut key from design to avoid error when parsing resx on non-english machines 2016-03-23 15:05:04 -04:00
Ben Olden-Cooligan
209a1983ca Update templates 2016-03-22 23:58:27 -04:00
Ben Olden-Cooligan
9b710bb34e PUBLISH (5.0b3) 2016-03-22 23:52:39 -04:00
Ben Olden-Cooligan
a9965999fe Update resource files 2016-03-22 23:45:23 -04:00
Ben Olden-Cooligan
089681ee13 Update po files 2016-03-22 23:44:22 -04:00