eMozPrint Changelog
not yet fully translated to english!V1.85T (03.07.2012)
- changed useabilty to "31.12.2012"
V1.84T (21.12.2011)
- changed useabilty to "30.06.2012"
- added functionality for contact-mail to "eSoft"
- Code changed for program exits
- request (on version change) for mailing to eSoft added
- all "MessageBox" changed to "MessageBox2" (same for "ErrorBox")
- toggle for "scan/no scan" now OnClick instead of DoubleClick
V1.83T (15.06.2011)
- changed useabilty to "31.12.2011"
V1.82T (01.05.2011)
- changed useabilty to "30.06.2011"
V1.81T (24.12.2010)
- changed useabilty to "31.04.2011"
- check value for "corrupt PDF" from 0 to smaller than 1000 Bytes
V1.80T (30.10.2010)
- changed useabilty to "31.12.2010"
- additional option "auto view": automatically open PDF with standard viewer (useful when no Ghostscript is installed or to check PDFs permanentliy)
- startup shadow will be deleted if a new version is detected and "Exit eMozPrint" is choosen (avoids "zombie"-shadow)
- marking the checkboxes "auto print" and "auto view" stops the scanning for files
- improvements on readme
- printer icon added (double click starts/stops scanning), eMozPrint-Icon (about tab) and some other layout changes
- added within PrintThread: update of info label for Ghostscript-path
- form control "Maximize" removed
- settings for windowsize (Ghostscript path) moved from "first_start" to general startup settings (now all relevant calls are covered)
V1.71T (22.09.2010)
- improved check for corrupt PDF (size=0):
changed from checking "searchresult" to filegetsize (=> renewed/independend check) - setup page 2: possibility to create/remove shadow in startup folder to autostart eMozPrint on system start
- revision of ini_read/write-, first_start- and new_version-behaviour
- tested with latest GS-view version 9.0
seems to work o.k. (link is mentioned at top of this readme) - quick link to search for latest eMozPrint version on "About"-tab
V1.70T (20.08.2010)
- Additional setup-page with new features (s. changes below), setup page2 changed to page3
- possibility to enter and store user defined search patterns for PDF filenames
- new option "View PDF": after viewing a PDF restart eMozPrint or delete a PDF according to the current settings
- possibility to easily install the addon "Univeral Print" (within eMozPrint)
- button behaviour during "View PDF" improved
- small layout change (concerning "Abort" button)
- error-handling for corrupt PDF files (size=0, mainly in case of a crash of FireFox while printing), such files will be deleted
- added hints to some more fields
- default for "hide eMozPrint on scanner start" changed to checked
- version check to suggest deletion of EMOZPRINT.INI implemented
- info-box at first start of eMozPrint
- possibility to open "readme" with standardeditor (within eMozPrint)
V1.61T (15.04.2010)
- Moz-PDF searchname no more case sensitive
- bugfix: checkbox BitmapOrDevice not recognized
- WriteIni OnDestroy instead of OnClose
(to prevent from blocking shutdown) - device-based printing now detects papersize
- TabbedNotebook-hint disabled
- FitToPapersize also for device-based printing
(formerly called "Stretch to ...")
V1.60T (14.04.2010)
- added: possibility to abort printing
- ProcessActive instead of DosExitCode used to check if GS has ended
(should be more reliable) - changed background color of readme and buttons
- deleting of temp bitmaps using DelPath at end of printing
- double click on info-bar starts/stops scanner
- second setup tab for GS settings and some infos
- new button: path of Ghostscript can be changed
(to support multiple GS installations ) - user can define path to additional fonts
- always go to print tab after finding a PDF
V1.50T (10.04.2010)
- Funktionen aus V1.09T und V1.22T in einem Programm zusammengeführt
- button and handling for "print as image" implemented
- Layout geändert
- separate thread for printing to manage priority
- Beim ersten Start von eMozPrint wird der "Setup-TAB" aufgerufen
V1.22T (09.04.2010)
- INI saved after tab change
- changed priority for GS while creating bmp
- inserted DosSleep after GS thread
- mFileFoundYN stuff removed (obsolete)
- scanthread loop optimized (if no PDF was found)
- releasing of find-resouces after GS/bitmap error
- removed DosSleep after timeout-check
V1.21T (09.04.2010)
- added "stretch letter to A4" option
- Gelöscht: DosSleep nach Druckauftrag
(cancel section) - not needed in bitmap-version - Geändert: draft=150x150, normal=200x200, fine=400x400
- Geändert: heap stack set to 100MB
- GS: options for image interpolation and subsample antialiasing added to improve quality
- set main window not sizeable
- error handling after printing implemented
- error handling implemented when no temp-bitmap available
(in case of problems with GS)
V1.20T (08.04.2010)
- printing is now "bitmap based"
(i.e. no device to choose for Ghostscript - GS always produces a bitmap) - Entfernt: Pulldown-Menü und Info-Formular concerning GS-devices
- neuer TAB: Readme
- Erweiterung: printing options
(set number of copies, orientation, ...) - Neues Layout
(separate tab for setup and readme, smaller main window, text within scrollable memofield)
V1.09T (09.04.2010)
- removed: Form1.ActiveControl:=GlyphButton_StartStopScan to avoid wrong status of button
- raised DosSleep (after delete, move) before restarting scanner
V1.08T (08.04.2010)
- window popup: now works in any situation
- scanthread: no f.free on timeout (printing of PDF)
- scanthread: on timeout: abort scanning, close search, terminate scanthread
V1.07T (02.04.2010)
- Form2 opening NOT modal
- Disclaimer added to readme file
- view/print/cancel buttons are disabled when no PDF is available
no need for error messages - moved location of "DosSleep" after delete, move PDF to make userinput more responsive
- inserted DosSleep before moving or deleting a PDF
- Form.Caption reflects printing status
V1.06T (28.03.2010)
released on WDSibyl- ScanThread-loop now based on "terminated"
(not repeat-until endlessloop) - important for stability - mTScanThread.Destroy removed
- signalsound changed
- removed: comparing of LastFoundPDF
(not needed because of "PMWP-Object-handling" since 1.05T) - added DosSleep after delete/move PDF (!TCancel)
- Gelöst: wrong color for info line on program start when PFD scanner is stopped
- scan-interval extended
- reflect also "PDF file found" status in title
V1.05T (26.03.2010)
- PDF-file-handling: changed from "CopyFile; DeleteFile" to PMWP-Object-handling
(no problems with delayed reaction of WPS!) - PDF file not automatically moved to Temp
- Link zu www.wdsibyl.com wird über tcExec gestartet
- Neue Schaltfläche hinzugefügt: "PDF anzeigen"
- locked-check now based on TFileStream.Create
V1.04T (25.03.2010)
- von tcFolders auf tcSysInfo umgestellt
V1.03T (22.03.2010)
- Kommandozeilenoption -dSafer eingebaut
- PDF vor der Verarbeitung nach TEMP kopieren und anschließend wieder löschen
- Überprüfdung, ob PDF von Mozilla schon fertig generiert wurde
(Copy-nach-Temp-Schleife) - Layout (and colors) changed
- EncodeDate für Datumsvergleich
- BringToFront for Form1-popup
V1.02T (19.03.2010)
- Device-List auf alle möglichen Devices aus GS8.71 erweitert
- Datumsvergleich unabhänging von deutschem/englischem Format
V1.01T (16.03.2010)
- eMozPrint-Form zeigt den Scan-Status jetzt in der Kopfzeile
(also auch im eCenter) - Firefox als Suchkriterium ergänzt
- Icon for eMozPrint
- Dank an Volker Ehlert "for testing"
- Info über Drucker und Geräte eingebaut
(neues Formular)
V1.0T (15.03.2010)
- first test version
executable until 31.10.2010
Last Editor: ARoederer
:: Owner: ARoederer