Commit Graph

25 Commits

Author SHA1 Message Date
Ben Olden-Cooligan
fa68c0d78d Fixed pdf unit tests. 2013-08-28 18:15:21 -04:00
Ben Olden-Cooligan
a5fd782315 Moved NAPS2.Pdf and NAPS2.Email into the subnamespaces NAPS2.ImportExport.Pdf and NAPS2.ImportExport.Email. Also created the namespace NAPS2.ImportExport.Images, which includes some files that were previously in the NAPS2 namespace.
Note that ImportExport only currently contains exporting code, but I imagine that the import support I plan to do more logically fits within the same namespace.
2013-08-28 18:12:57 -04:00
Ben Olden-Cooligan
83164e9561 Added two new namespaces: NAPS2.Scan.Images and NAPS2.Scan.Recovery, and moved the appropriate classes into them. 2013-08-28 17:59:44 -04:00
Ben Olden-Cooligan
e2d6addaf0 Fix so that the RecoveryIndex keeps track of re-ordered images. 2013-08-28 14:07:39 -04:00
Ben Olden-Cooligan
b7d311221f Fix for PDF saving so that Image objects are lazily created and disposed immediately after they are used.
Also fixed disposal of Image objects when using FViewer.
2013-08-28 12:51:42 -04:00
Ben Olden-Cooligan
2b31148833 Command line functional. Yay! 2013-07-07 15:04:08 -04:00
Ben Olden-Cooligan
fb1473676b Updated license headers, especially adding to new project. 2013-07-07 13:23:20 -04:00
Ben Olden-Cooligan
6e4f712cc8 Changed the way image files are named to be simpler.
It used to be that images were always named like abc001.jpg, no matter how many images there are.
Now, if there is only 1 image, it's named like abc.jpg. Two images abc1.jpg and abc2.jpg. Ten images abc01.jpg, abc02.jpg, etc.
2013-07-07 10:54:25 -04:00
Ben Olden-Cooligan
08e95488c4 Merge branch 'master' of ssh://bitbucket.org/cyanfish/naps2
Conflicts:
	NAPS2/NAPS2.csproj
	NAPS2/Properties/Settings.Designer.cs
2013-07-07 10:34:13 -04:00
Ben Olden-Cooligan
06c244c2d5 Changed the framework target from 3.5CP to 4.0CP. Changed the platform target for Tests to x86 to be compatible with the change to the main project. 2013-07-07 10:10:11 -04:00
Ben Olden-Cooligan
60d1e11057 Configured solution for package restore and updated reference paths 2013-07-01 11:25:39 -04:00
ben-cyanfish
e4f9a3993f Updated NAPS2.Tests project config 2013-04-28 16:27:41 -04:00
ben-cyanfish
b7dcd50f06 Updated license headers on files in the NAPS2.Tests project. 2013-04-28 16:19:39 -04:00
ben-cyanfish
5d8e5fc578 Added NUnit package to Tests project 2013-03-06 21:41:12 -05:00
ben-cyanfish
5b6feca9e2 More cleanup 2013-03-03 17:36:32 -05:00
ben-cyanfish
61b0fb8591 Cleaned up all 2013-03-03 17:02:19 -05:00
ben-cyanfish
db64481042 Updated .gitignore 2013-03-03 11:47:23 -05:00
ben-cyanfish
3a41be9dd5 Added button icons. Changed ChooseProfile form (WIP). 2013-03-03 11:46:42 -05:00
ben-cyanfish
ba9b5d81db ScannedImageListTests. Some WIP for usability/icons, prefs path. 2013-03-02 20:37:24 -05:00
ben-cyanfish
0575de0ae9 Updated license to include Michael Adams 2013-03-02 17:44:54 -05:00
ben-cyanfish
f7b257a642 Desktop, graphics fixes/enhancements 2013-03-02 17:39:23 -05:00
ben-cyanfish
643007c178 Fixed setup project, project setup (yes, both) 2013-02-23 15:08:37 -05:00
ben-cyanfish
d52e2e72c4 Using Ninject to resolve IScanDriver rather than a DriverFactory 2013-02-23 14:56:21 -05:00
ben-cyanfish
0738c7ea27 Fixed About form
Fixed some tests stuff
2013-02-23 13:21:09 -05:00
ben-cyanfish
eecb9f506e Combined tests into one project 2013-02-23 11:43:24 -05:00