root / pkpgcounter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @563 [563] 16 years jerome Now correctly ignores the EOJ statement and the PCLXL marker statement.
(edit) @562 [562] 16 years jerome Fixed a small problem with the parser's rewrite.
(edit) @561 [561] 16 years jerome Partial rewrite of PostScript? parser to increase both readability and …
(edit) @560 [560] 16 years jerome Fixed a problem with number of copies set through 'dvips -c xx'
(edit) @559 [559] 16 years jerome Missing space after '.'
(edit) @558 [558] 16 years jerome v3.50 is out.
(edit) @557 [557] 16 years jerome Updated version number and manual page.
(edit) @556 [556] 16 years jerome Updated list of supported drivers.
(edit) @555 [555] 16 years jerome Each parser now has a 'format' attribute containing its short name.
(edit) @554 [554] 16 years jerome Removed unneeded import statements.
(edit) @553 [553] 16 years jerome Remove unneeded import statements.
(edit) @552 [552] 16 years jerome Fixed docstring.
(edit) @551 [551] 16 years jerome Improved parser for pksm ghostscript device.
(edit) @550 [550] 16 years jerome Added missing information.
(edit) @549 [549] 16 years jerome Updated documentation.
(edit) @548 [548] 16 years jerome Changed docstring.
(edit) @547 [547] 16 years jerome Renamed parser in a more consistent and informational way.
(edit) @546 [546] 16 years jerome Added support for ASCII PNM files.
(edit) @545 [545] 16 years jerome Added support for Canon BJ/BJC file format in page counting mode.
(edit) @544 [544] 16 years jerome More informations in the testsuite.
(edit) @543 [543] 16 years jerome Pagecount adjustments for corner cases : makes hpijs/DJ350 and …
(edit) @542 [542] 16 years jerome Additional informations.
(edit) @541 [541] 16 years jerome Now the oce9050 ghostscript device should be correctly detected as …
(edit) @540 [540] 16 years jerome Improved the adjusting of page count in some corner cases.
(edit) @539 [539] 16 years jerome Added support for Structured Fax documents.
(edit) @538 [538] 16 years jerome Improved detection of PCL3/4/5 datas.
(edit) @537 [537] 16 years jerome Cleanly exits when the user does Ctrl+C.
(edit) @536 [536] 16 years jerome Changed message.
(edit) @535 [535] 16 years jerome Improved testsuite generator.
(edit) @534 [534] 16 years jerome Now also checks for some hpijs drivers.
(edit) @533 [533] 16 years jerome Fixed a problem which was due to a too small test suite for SPL1 file …
(edit) @532 [532] 16 years jerome Moved try/except out of the main loop to increase performance.
(edit) @531 [531] 16 years jerome Fixed the generation of the manual page to accomodate Debian packaging …
(edit) @530 [530] 16 years jerome Version 3.40 is out.
(edit) @529 [529] 16 years jerome Finalized support for MS documents.
(edit) @528 [528] 16 years jerome Improved documentation wrt dependencies. Moved OpenDocument? up in the list …
(edit) @527 [527] 16 years jerome Now the presence of executable dependencies is tested at runtime.
(edit) @526 [526] 16 years jerome Fixed a major problem in the detection of ISO/IEC DIS 26300 …
(edit) @525 [525] 16 years jerome Added support for ink accounting of MS Word documents through abiword …
(edit) @524 [524] 16 years jerome Added helper function to later detect the presence of executable …
(edit) @523 [523] 16 years jerome Renamed module.
(edit) @522 [522] 16 years jerome Finally we need to duplicate some datas, since for some file formats (e.g. …
(edit) @521 [521] 16 years jerome More code cleaning : let ghostscript do the job of reading the input file …
(edit) @520 [520] 16 years jerome Code cleaning.
(edit) @519 [519] 16 years jerome Added a skeleton for Microsoft Word (c) (tm) (r) (etc...) documents.
(edit) @518 [518] 16 years jerome Fixed a problem when opening some non-image files.
(edit) @517 [517] 16 years jerome Increased version number.
(edit) @516 [516] 16 years jerome Fixed copyright message.
(edit) @515 [515] 16 years jerome v3.30 is ready.
(edit) @514 [514] 16 years jerome Added new items.
(edit) @513 [513] 16 years jerome Most of the needed changes were done. Removing mmap won't be as easy …
(edit) @512 [512] 16 years jerome Give credits where it's due.
(edit) @511 [511] 16 years jerome Removed the debian/ directory, since we will maintain it on Debian's …
(edit) @510 [510] 16 years jerome Moved the color testing before the page accounting tests to improve …
(edit) @509 [509] 16 years jerome Now outputs separately the number of failed devices, i.e. devices for …
(edit) @508 [508] 16 years jerome Improved detection of PCL3/4/5
(edit) @507 [507] 16 years jerome Use a pipe now.
(edit) @506 [506] 16 years jerome Ensures the testsuite is sorted in the same order it was generated.
(edit) @505 [505] 16 years jerome Improved testsuite generation tool to regenerate a testsuite if the input …
(edit) @504 [504] 16 years jerome Now outputs a WARN instead of ERROR if size is != master's size.
(edit) @503 [503] 16 years jerome Improved readability of results.
(edit) @502 [502] 16 years jerome Improved documentation wrt the newly added dependency on ImageMagick? for …
(edit) @501 [501] 16 years jerome Added parser for all image formats supported by PIL.
(edit) @500 [500] 16 years jerome Added parser for image files.
(edit) @499 [499] 16 years jerome Now launches the tests automatically once the testsuite is created.
(edit) @498 [498] 16 years jerome Removed the nullpage device from the computed list, if present.
(edit) @497 [497] 16 years jerome Renamed it since it also runs the tests after having generated the test …
(edit) @496 [496] 16 years jerome Instead of having a static list of ghostscript devices, it will be much …
(edit) @495 [495] 16 years jerome I'm not selfish enough it seems ;-)
(edit) @494 [494] 16 years jerome Improved plain text detection.
(edit) @493 [493] 16 years jerome Re-optimize disk access by not reopening and re-reading first and last …
(edit) @492 [492] 16 years jerome Even more code cleaning : we use named temporary files now, so no need for …
(edit) @491 [491] 16 years jerome Major code cleaning. Now clearer, although probably a bit slower since a …
(edit) @490 [490] 16 years jerome Added some notes about what needs to be done to : 1 - Simplify …
(edit) @489 [489] 16 years jerome Improved code robustness.
(edit) @488 [488] 16 years jerome Improved parser against cheaters, just in case.
(edit) @487 [487] 16 years jerome Added gdi driver in the testsuite. Fixed some docstrings.
(edit) @486 [486] 16 years jerome Updated manual page.
(edit) @485 [485] 16 years jerome Almost ok for release.
(edit) @484 [484] 16 years jerome Added the eject page marker.
(edit) @483 [483] 16 years jerome Renamed LIDIL miniparser.
(edit) @482 [482] 16 years jerome Added minimal detector for HP LIDIL file format.
(edit) @481 [481] 17 years jerome Tag for v3.20
(edit) @480 [480] 17 years jerome v3.20 is out with support for Brother HBP and improved PCLXL parser wrt …
(edit) @479 [479] 17 years jerome The PCLXL parser now should correctly handle Canon ImageRunner? tags. Needs …
(edit) @478 [478] 17 years jerome Canon ImageRunner? commands can be present in both PCL3/4/5 jobs and in …
(edit) @477 [477] 17 years jerome v3.10 is out.
(edit) @476 [476] 17 years jerome Now includes the ESC/PageS03 parser.
(edit) @475 [475] 17 years jerome Removed debugging messages.
(edit) @474 [474] 17 years jerome Renamed parser to match Page Description Language's name.
(edit) @473 [473] 17 years jerome Added parser for ESC/PageS03.
(edit) @472 [472] 17 years jerome Improved the detection of ESC/P2. Made the PJL parser also handle EJL (in …
(edit) @471 [471] 17 years jerome Another fix for Canon ImageRunner? printers... I hope this is the good …
(edit) @470 [470] 17 years jerome Upgraded copyright message.
(edit) @469 [469] 17 years jerome Tag for v3.00
(edit) @468 [468] 17 years jerome Well, this time it is…
(edit) @467 [467] 17 years jerome v3.00 is out.
(edit) @466 [466] 17 years jerome Added script to generate Debian packages.
(edit) @465 [465] 17 years jerome Remove unnecessary files.
(edit) @464 [464] 17 years jerome Updated NEWS file.
Note: See TracRevisionLog for help on using the revision log.