Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git: ignore backup files, local configuration and build productsHEADmasterSascha Silbe2017-03-101-0/+10
* Adapt to python-sane 2.8.x API changesSascha Silbe2017-03-101-11/+22
* Work around multi-page scan bug in python-sane 2.6.1Sascha Silbe2015-08-201-5/+10
* Remember scanner settings across re-openSascha Silbe2013-06-041-0/+8
* Re-open scanner after each scan to work around HPLIP/SANE bugsSascha Silbe2013-05-281-4/+5
* Improve auto-crop to work with noisy imagesSascha Silbe2013-04-292-12/+193
* Add support for showing options that were inactive during start-upSascha Silbe2013-02-181-37/+87
* Add support for multiple-choice integer listSascha Silbe2013-02-181-2/+1
* Fix handling of unrecognised SANE option typesSascha Silbe2013-02-181-0/+7
* Use the same scanner device again when resumingSascha Silbe2012-08-141-40/+80
* Don't choke on devices with empty option groupsSascha Silbe2012-08-141-1/+1
* Use ToolPalette + ToolItemGroups for Settings toolbar and adjust its sizeSascha Silbe2012-02-171-9/+36
* Allow the user to choose title and tags for the PDF collectionSascha Silbe2012-01-031-2/+34
* Add keyboard shortcuts for Start/stop scan and Save PDFSascha Silbe2012-01-031-0/+2
* Remove obsolete MANIFEST fileSascha Silbe2011-12-201-12/+0
* Add support for removing scanned pagesSascha Silbe2011-10-161-1/+22
* Use convert (ImageMagick) instead of ReportLab for generating PDF filesSascha Silbe2011-10-162-38/+13
* Optionally use qpdf to reduce PDF file sizeSascha Silbe2011-10-162-2/+23
* Implement auto-croppingSascha Silbe2011-10-111-1/+15
* Fix PDF page sizesSascha Silbe2011-10-111-2/+6
* Fix clean-up (temporary files, thumbnails) after savingSascha Silbe2011-10-111-3/+11
* Fix PDF page sizesSascha Silbe2011-10-111-2/+3
* Allow changing the order of pages via drag&dropSascha Silbe2011-10-041-13/+32
* Add page previewsSascha Silbe2011-10-041-3/+36
* add README with (some?) dependenciesSascha Silbe2011-10-041-0/+5
* remove some dead codeSascha Silbe2010-05-171-54/+0
* ensure temporary files are deletedSascha Silbe2010-05-161-0/+2
* ScanThread._scan(): catch string exceptions in callbackSascha Silbe2010-05-161-1/+1
* save to PNG in ScanThread to preserve RAM when scanning multiple pages (using...Sascha Silbe2010-05-161-27/+36
* fix PDF size / background, hopefully fix locking issuesSascha Silbe2010-05-161-7/+22
* preliminary support for saving scanned pages as PDFSascha Silbe2010-05-151-5/+71
* save/restore scanner settings (to/from data store entry)Sascha Silbe2010-05-151-0/+51
* replace Start and Abort buttons with a single Start/Stop buttonSascha Silbe2010-05-153-38/+40
* settings: use CheckButton instead of ToggleToolButton, simplify toolbar const...Sascha Silbe2010-05-151-30/+48
* fix non-ADF scansSascha Silbe2010-05-151-17/+32
* fix incorrect warning, add some TODOsSascha Silbe2010-05-131-2/+7
* fix module descriptionSascha Silbe2010-05-051-1/+1
* replace FSF snail-mail address with URLSascha Silbe2010-05-051-2/+1
* mark unimplemented option type/constraint combinations with TODOSascha Silbe2010-05-051-4/+12
* fix typo, mark _add_entry as untestedSascha Silbe2010-05-051-1/+2
* add (incomplete) configuration toolbar; make abort button insensitive while n...Sascha Silbe2010-05-051-22/+264
* initial version: can scan, but not display/save/change scanner options/...Sascha Silbe2010-05-059-0/+1694