1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Commit Graph

  • 0524b0576e Merge pull request #154 from python-escpos/development Patrick Kanzler 2016-08-02 00:39:06 +02:00
  • c92d4463ae update changelog Patrick Kanzler 2016-08-02 00:27:08 +02:00
  • 6e74748773 Merge pull request #153 from python-escpos/improve/add-hypothesis-support Patrick Kanzler 2016-08-02 00:25:00 +02:00
  • a2e188cecf move pypy3 to the allowed failures and add hypothesis Patrick Kanzler 2016-07-24 01:53:37 +02:00
  • c1a6da9aaa configure codecov.io Patrick Kanzler 2016-07-24 15:06:05 +02:00
  • 2ecf73074c improve large image printing Patrick Kanzler 2016-08-01 14:39:44 +02:00
  • 37baf5cd34 update changelog Patrick Kanzler 2016-08-01 23:59:46 +02:00
  • 5c209dd557 Merge pull request #151 from Renato-Lorenzi/improve/rename-interface-to-timeout Patrick Kanzler 2016-08-01 23:54:35 +02:00
  • bef1a9cccf Change the interface param to timeout Renato.Lorenzi 2016-08-01 09:36:48 -03:00
  • 10977b06e7 doc add hint on image preprocessing Patrick Kanzler 2016-08-01 14:02:49 +02:00
  • 042f945a09 doc added stump for next release Patrick Kanzler 2016-07-23 14:55:19 +02:00
  • 2cf30c7f05 Merge pull request #147 from python-escpos/development v2.1.0 Patrick Kanzler 2016-07-23 14:42:33 +02:00
  • 34d929806c doc update changelog Patrick Kanzler 2016-07-23 11:44:34 +02:00
  • c5d34cc268 Merge pull request #148 from python-escpos/feature/tabcompletion Patrick Kanzler 2016-07-23 11:43:07 +02:00
  • fd3f1067fe DOC update documentation on installation and CLI Patrick Kanzler 2016-07-23 11:34:18 +02:00
  • 80b714fdae add basic argcomplete support Patrick Kanzler 2016-07-23 10:00:40 +02:00
  • 457c62cc7f Merge pull request #146 from python-escpos/add-version-to-module Patrick Kanzler 2016-07-23 08:54:03 +02:00
  • a5cae3adb7 fix inconsistent behaviour of argparse-code Patrick Kanzler 2016-07-17 19:17:10 +02:00
  • 9f5eed0020 add version-strings into the module Patrick Kanzler 2016-07-17 11:17:43 +02:00
  • 57dd60c13f doc: add troubleshooting hint to network-interface Patrick Kanzler 2016-07-15 13:15:22 +02:00
  • 0ec83387d5 improve github issues template Patrick Kanzler 2016-07-15 13:04:20 +02:00
  • 36e0a52e2d DOC added stump for new changelog-entry Patrick Kanzler 2016-06-26 20:52:31 +02:00
  • 214b4def14 configure codecov.io Patrick Kanzler 2016-06-26 20:07:03 +02:00
  • c13a0715e4 SETUP fix trove classififiers v2.0.0 Patrick Kanzler 2016-06-24 11:52:10 +02:00
  • 925d19447d Merge pull request #117 from python-escpos/development Patrick Kanzler 2016-06-24 11:16:57 +02:00
  • 5be81e4703 SETUP register cli entry point in setuptools Patrick Kanzler 2016-06-23 16:53:58 +02:00
  • ab39fd2b99 Merge branch 'doc/add-image-helper-class' into development Patrick Kanzler 2016-06-23 15:39:31 +02:00
  • 685a1f504c DOC add image helper class Patrick Kanzler 2016-06-23 15:38:55 +02:00
  • 7529642788 exclude .egg in gitignore Patrick Kanzler 2016-06-23 14:31:38 +02:00
  • 0907b6aa8b Merge pull request #138 from python-escpos/setup/check-in-travis Patrick Kanzler 2016-06-20 17:57:03 +02:00
  • 87438f9efa SETUP move code to src Patrick Kanzler 2016-06-20 16:41:46 +02:00
  • e8e91eba80 SETUP add pyusb>=1.0 as dependency Patrick Kanzler 2016-06-20 16:26:25 +02:00
  • 3e5509238e DOC add trove classifier "Point-Of-Sale" Patrick Kanzler 2016-06-20 16:20:47 +02:00
  • 08051d48d0 DOC write changelog for version 2.0.0 Patrick Kanzler 2016-04-01 15:38:57 +02:00
  • 2676a802bd refactor wildcard-import in printer.py Patrick Kanzler 2016-06-19 12:52:15 +02:00
  • 6697922b74 refactor PEP8 and code style Patrick Kanzler 2016-06-19 12:25:40 +02:00
  • e814396bd8 refactor: simplified expressions, remove unused import Patrick Kanzler 2016-06-19 11:51:52 +02:00
  • adf73f3790 Merge pull request #136 from python-escpos/feature/mosquito-compatibility Patrick Kanzler 2016-06-19 11:46:47 +02:00
  • 1e490b6de8 add basic support for multilanguage Patrick Kanzler 2016-06-17 23:04:10 +02:00
  • 910f2fbf2f add with-statement Patrick Kanzler 2016-03-28 15:54:43 +02:00
  • 16569067c2 Merge pull request #135 from python-escpos/doc/mention-binary-printing Patrick Kanzler 2016-05-02 11:16:49 +02:00
  • a0dc993f2f DOC add example on printing commands from binary files Patrick Kanzler 2016-05-01 15:27:15 +02:00
  • 1b00477144 Merge pull request #133 from mike42/bugfix/readthedocs Patrick Kanzler 2016-05-01 14:56:44 +02:00
  • ddaf126c20 Converted references to readthedocs.org -> readthedocs.io. Resolves python-escpos/python-escpos#132 Michael Billington 2016-04-30 23:22:14 +10:00
  • 6a2673d01d DOC extend image-docstring Patrick Kanzler 2016-04-28 21:57:57 +02:00
  • f6ae109bb9 Merge branch 'TheWaWaR-development' into development Patrick Kanzler 2016-04-28 14:06:06 +02:00
  • 0a8057414c Fix upper method forgot brackets bug Qian Linfeng 2016-04-28 14:32:00 +08:00
  • a34e306ea8 Merge pull request #122 from python-escpos/doc/contributing Patrick Kanzler 2016-04-24 19:18:25 +02:00
  • 2588406831 Merge pull request #124 from python-escpos/improve/packaging Patrick Kanzler 2016-04-15 01:22:51 +02:00
  • b6ada13f9b PCKG updated package-configuration Patrick Kanzler 2016-04-02 20:12:36 +02:00
  • eadd9f7583 DOC improve CONTRIBUTING Patrick Kanzler 2016-04-14 00:16:06 +02:00
  • 471222eda9 Merge pull request #127 from python-escpos/fix/abstractbaseclass-metaclass Patrick Kanzler 2016-04-14 00:02:28 +02:00
  • c6cc28254e Merge pull request #128 from mike42/feature/rewrite-image-handling Patrick Kanzler 2016-04-14 00:00:52 +02:00
  • f903af6730 fix: horizontal/vertical density settings were backwards for bitImageRaster Michael Billington 2016-04-13 22:19:50 +10:00
  • a0d8689141 apply fixes, mainly to whitespace ( patch by @patkan in #128 ) Michael Billington 2016-04-13 21:27:51 +10:00
  • 44c79eaf11 Remove trailing semicolons Michael Billington 2016-04-07 22:06:14 +10:00
  • 4584e3138a switch default image format to bitImageRaster Michael Billington 2016-04-06 21:39:46 +10:00
  • 6b445b3fb1 update docstrings per QuantifiedCode suggestions Michael Billington 2016-04-06 21:05:32 +10:00
  • ba03538c50 remove pypy3 from allowed failures Michael Billington 2016-04-03 22:15:43 +10:00
  • b45afbb297 add implementation of GS v 0, GS ( L and GS *. Michael Billington 2016-04-03 17:36:54 +10:00
  • 59afcf778f remove image handling support Michael Billington 2016-04-03 14:29:17 +10:00
  • 36debff72c FIX abstractbaseclass in Escpos not properly loaded Patrick Kanzler 2016-04-03 22:16:03 +02:00
  • 2aa0878f54 Merge pull request #123 from python-escpos/refactor/misc-issues Patrick Kanzler 2016-04-03 21:46:15 +02:00
  • 7b18afec75 Merge pull request #125 from mike42/feature/native-qr-update Patrick Kanzler 2016-04-03 11:37:44 +02:00
  • f39c4227ec Implement printer-side rendering of QR codes for printers that support it. Michael Billington 2016-03-20 00:48:29 +11:00
  • 481285625b REFACTOR simplify out-of-bounds-check in control() Patrick Kanzler 2016-04-02 16:02:04 +02:00
  • 1ee657a750 REFACTOR remove wildcard-import from escpos in printer Patrick Kanzler 2016-04-02 15:33:24 +02:00
  • 0121aa0bfb REFACTOR add PEP8-newlines Patrick Kanzler 2016-04-02 15:29:51 +02:00
  • 7547bfddd2 DOC fix underline length in doc Patrick Kanzler 2016-04-02 15:27:47 +02:00
  • f6e0edc7c7 REFACTOR variables to be lower case Patrick Kanzler 2016-04-02 15:26:00 +02:00
  • df77b7dec3 DOC improve CONTRIBUTING.rst Patrick Kanzler 2016-04-02 11:55:08 +02:00
  • bf3012b882 DOC fix example in readme Patrick Kanzler 2016-04-02 10:44:28 +02:00
  • 68b3ec4d89 Merge pull request #121 from python-escpos/autofix/wrapped2_to3_fix Patrick Kanzler 2016-04-01 21:32:36 +02:00
  • a236ccebe9 Migrated % string formating Cody 2016-04-01 19:19:38 +00:00
  • 1a1c032d6a Merge pull request #118 from python-escpos/improve/warning-for-image-functions Patrick Kanzler 2016-04-01 21:10:39 +02:00
  • f5a7d681eb DOC add warning to the new functions in the image-API Patrick Kanzler 2016-03-26 15:09:59 +01:00
  • abebf7eb99 Merge pull request #107 from DavisGoglin/improve-cli Patrick Kanzler 2016-04-01 20:58:07 +02:00
  • fca363119c Fix converting of passed bool values properly Davis Goglin 2016-04-01 10:31:28 -07:00
  • 8ed1441c4c Clairify config loading comments Davis Goglin 2016-03-30 17:13:59 -07:00
  • 062282bf47 Fix Spelling Davis Goglin 2016-03-30 17:13:20 -07:00
  • 3fe4589b8b Add the reset of configurations between loads Davis Goglin 2016-03-30 17:11:05 -07:00
  • b9c9189ca7 Add an exception for missing configuration sections Davis Goglin 2016-03-30 17:10:21 -07:00
  • 5ecae9d585 Add more testing directories to .gitignore Davis Goglin 2016-03-30 13:47:16 -07:00
  • 39da32ca85 Define class vars first in __init__ Davis Goglin 2016-03-30 13:38:27 -07:00
  • e545999aa2 Convert class methods to static Davis Goglin 2016-03-30 13:38:03 -07:00
  • 3017c14df2 Add future imports Davis Goglin 2016-03-30 13:31:21 -07:00
  • 3831665da4 Fix pylint messages Davis Goglin 2016-03-30 13:30:44 -07:00
  • b6b30d7c82 Add future imports Davis Goglin 2016-03-30 13:29:28 -07:00
  • 39165fcb41 Fix tests I just wrote then broke Davis Goglin 2016-03-28 15:21:16 -07:00
  • fd6a0e4bda Add an automatic newline for some methods Davis Goglin 2016-03-28 15:15:53 -07:00
  • 38b58eb39a Remove executable flag so we hopefully get code coverage Davis Goglin 2016-03-28 15:07:16 -07:00
  • cabb2c930a Add docstring to TestCLI class Davis Goglin 2016-03-28 15:01:40 -07:00
  • 0c3f273fa1 Clear test dir Davis Goglin 2016-03-28 14:57:06 -07:00
  • 76f300ea18 Fix text argument Davis Goglin 2016-03-28 14:23:18 -07:00
  • f504d2dc15 Allow config path to be passed Davis Goglin 2016-03-28 11:49:12 -07:00
  • 5a2ca10874 Add docstring Davis Goglin 2016-03-28 11:19:09 -07:00
  • 8101e1ec9f Reduce many lines of code to a loop Davis Goglin 2016-03-28 11:16:37 -07:00
  • 1a000d29fd Add a newline for text demo Davis Goglin 2016-03-28 09:53:45 -07:00
  • 28b82fb54f Fix CODE39 barcodes. Assume Code128 are the same davisgoglin 2016-03-19 20:11:58 -07:00
  • ee223670bf Attempt to flush before quitting davisgoglin 2016-03-19 20:08:20 -07:00