1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-04 08:53:29 +00:00

Commit Graph

  • c7b36916e7 Avoid importing * Davis Goglin 2016-03-15 12:14:12 -07:00
  • 4548dd3830 Required for tests to pass Davis Goglin 2016-03-15 12:11:06 -07:00
  • d5073626ae Update CLI to use config class Davis Goglin 2016-03-15 12:01:40 -07:00
  • 1a866f4d1f Add config parser exceptions Davis Goglin 2016-03-15 12:01:15 -07:00
  • ef31e58d26 Add base config documentation Davis Goglin 2016-03-15 12:00:56 -07:00
  • 01328db808 Create config reader Davis Goglin 2016-03-15 12:00:46 -07:00
  • 1adc66992d Replace future and ConfigParser with localconfig Davis Goglin 2016-03-15 12:00:19 -07:00
  • 73be1f2c48 Remove future from doc requirements. Doesn't need to be there Davis Goglin 2016-03-15 11:04:12 -07:00
  • 27352b071c Refactor empty exception handler Davis Goglin 2016-03-14 17:41:20 -07:00
  • 87a73beb31 Moved printer destination configuration to config file Davis Goglin 2016-03-14 17:38:29 -07:00
  • 6096c15b80 Add future requirement to be able to use configparser Davis Goglin 2016-03-14 16:53:25 -07:00
  • 133241e7e9 Moved printer choice to groups and parse manually Davis Goglin 2016-03-14 14:03:46 -07:00
  • eea3e76eed Remove unused import davisgoglin 2016-03-12 17:09:22 -08:00
  • 28be6a2041 Add usage davisgoglin 2016-03-12 17:03:02 -08:00
  • d523b4d342 consistent syntax davisgoglin 2016-03-12 16:53:13 -08:00
  • 99291abd10 rewrite cli davisgoglin 2016-03-12 16:50:57 -08:00
  • 81b3c1a63a
    DOC add bugtrack_url Patrick Kanzler 2016-03-28 17:18:28 +02:00
  • 323b205f70 Merge pull request #116 from python-escpos/feature/test-versions Patrick Kanzler 2016-03-26 12:15:57 +01:00
  • 2dc70677d7 improve travis configuration with more versions Michael Billington 2016-03-19 22:26:29 +11:00
  • cc821f32c1 Merge 58f93e98450d3b3780cccb0e7e0499aa3d7e9d75 into e355d2cbdfd77859bfa51216038eee44e91cc8bd Patrick Kanzler 2016-03-25 19:54:06 +00:00
  • e355d2cbdf Merge pull request #115 from python-escpos/feature/coverage-analysis Patrick Kanzler 2016-03-25 20:53:11 +01:00
  • 126e0e269a
    ADD coverage analysis Patrick Kanzler 2016-03-21 20:23:46 +01:00
  • 0049821184 code style fixes per landscape Michael Billington 2016-03-20 21:36:53 +11:00
  • 46b254bc0a update encoding issue in QR code method, add ported test cases Michael Billington 2016-03-20 19:30:00 +11:00
  • 58f93e9845 Migrated % string formating Cody 2016-03-19 20:57:25 +00:00
  • 0c1e9fc34b Merge branch 'feature/python3.5-support' into feature/native-qr Michael Billington 2016-03-20 00:52:05 +11:00
  • 73854e999a add use of native QR codes as an option, expand settings available on QR codes Michael Billington 2016-03-20 00:48:29 +11:00
  • 309866f8c9 Merge pull request #111 from mike42/feature/python3.5-support Patrick Kanzler 2016-03-19 12:51:03 +01:00
  • 8596148271 update .travis.yml to use a matrix of versions in build Michael Billington 2016-03-19 22:14:37 +11:00
  • 8b454c4765 Clean up non-float value, add v3.5 to tox test Michael Billington 2016-03-17 21:59:47 +11:00
  • 92c21112d4 Merge fc4abfa7c10a98b3f3e5c82a0cb827a15cd54275 into f76db4e0d48854917325f072c7c7724c714daad3 Patrick Kanzler 2016-03-16 23:47:12 +00:00
  • fc4abfa7c1 Migrated % string formating Cody 2016-03-16 23:40:35 +00:00
  • f76db4e0d4
    HOTFIX bracode: use proper NUL character instead of unicode-string Patrick Kanzler 2016-03-16 23:23:42 +01:00
  • e43e95bcff Merge pull request #102 from python-escpos/improve-packaging Patrick Kanzler 2016-03-12 10:47:10 +01:00
  • b2ff39b6b1 DOC add templates for issues and pull-requests Patrick Kanzler 2016-03-10 13:36:47 +01:00
  • 64e63b0180 PCKG automatically generate version from git-tags Patrick Kanzler 2016-03-09 12:01:02 +01:00
  • e49c35abc1 PCKG fix setup.py and improve Manifest Patrick Kanzler 2016-03-08 18:26:23 +01:00
  • f676782130 DOC add favicon Patrick Kanzler 2016-03-08 17:26:01 +01:00
  • 086b407b62 DOC use sphinx-rtd-theme even if built locally Patrick Kanzler 2016-03-08 17:21:27 +01:00
  • 1a2b8f1df2 PCKG refactor changelog and add to documentation Patrick Kanzler 2016-03-08 17:07:27 +01:00
  • 68641572f9 PCKG unify 'readme' in documentation and repository Patrick Kanzler 2016-03-08 16:37:42 +01:00
  • 7fdccb7245 PCKG add CONTRIBUTING document to repository and documentation Patrick Kanzler 2016-03-08 16:34:20 +01:00
  • fee650faba PCKG rework and streamline Readme-file Patrick Kanzler 2016-03-08 15:47:40 +01:00
  • 1009cf8988 PCKG exclude dist/ and build/ from repository Patrick Kanzler 2016-03-08 15:20:12 +01:00
  • 916b09a84c Merge pull request #105 from python-escpos/feature-disable-panel-buttons Patrick Kanzler 2016-03-11 14:45:23 +01:00
  • 80f6200915
    FEATURE disable panel buttons Patrick Kanzler 2016-03-10 16:01:35 +01:00
  • f354791285 Merge pull request #104 from python-escpos/patkan-patch-1 Patrick Kanzler 2016-03-09 22:00:38 +01:00
  • 205728f5be DOC fix todo block in cut() Patrick Kanzler 2016-03-09 16:36:40 +01:00
  • 046cf1ff5b Merge pull request #94 from python-escpos/fix-image-printing Patrick Kanzler 2016-03-09 09:49:34 +01:00
  • 75252a3797 direct_image throws TypeError Christoph Heuel 2016-03-07 19:57:12 +01:00
  • 21992d7017 SETUP enable build of universal wheels Patrick Kanzler 2016-03-06 21:38:21 +01:00
  • 4c406c1775 FIX fullimage so that it at least creates output Patrick Kanzler 2016-03-03 21:43:12 +01:00
  • 5b5c2c0dba TEST extend tests for larger images (grayscale) Patrick Kanzler 2016-03-03 05:22:16 +01:00
  • 6b56de67a7 use unicode_literals everywhere Patrick Kanzler 2016-03-03 04:42:27 +01:00
  • c9ea90cd82 FIX all calls of _raw(), (except in images) in escpos Patrick Kanzler 2016-03-03 04:38:05 +01:00
  • 5d5412ba73 REFACTOR use bytes in constants-section Patrick Kanzler 2016-03-03 04:21:35 +01:00
  • 7005ba5899 DOC change type of msg for _raw to bytes Patrick Kanzler 2016-03-03 03:37:43 +01:00
  • 18518fa901 semiFIX image-printing (still broken) Patrick Kanzler 2016-03-03 00:47:30 +01:00
  • bda7f85346 ADD test for image printing and text Patrick Kanzler 2016-03-02 23:16:58 +01:00
  • 70307d0f24 FIX tox not executing nosetests Patrick Kanzler 2016-03-02 23:05:52 +01:00
  • 5a03f0fc7c DOC improve docstring of direct_image Patrick Kanzler 2016-03-02 23:16:08 +01:00
  • 4cfc4fd564 DOC show inheritance of printer-objects in documentation Patrick Kanzler 2016-03-08 20:06:19 +01:00
  • d96dcd8e7e Merge pull request #98 from DavisGoglin/issue/85 Patrick Kanzler 2016-03-08 19:28:07 +01:00
  • 9d12c7faab Add missing .upper() for function type Davis Goglin 2016-03-08 09:17:47 -08:00
  • 39d1c1d587 Format barcode types Davis Goglin 2016-03-08 09:16:35 -08:00
  • dbb0081287 Split CODE128 into it's character sets Davis Goglin 2016-03-08 08:45:49 -08:00
  • 68a9dcc47b Typo fix GS_128 -> GS-128 Davis Goglin 2016-03-08 08:12:51 -08:00
  • 7f921c667b Fix barcode type B codes Davis Goglin 2016-03-07 17:39:12 -08:00
  • d888a39b6f Fix typo, CODEBAR -> CODABAR Davis Goglin 2016-03-07 16:22:13 -08:00
  • 250455ae23 Add null terminator when printing barcode of type A, issue #58 Davis Goglin 2016-03-07 16:20:04 -08:00
  • d9ffb03089 Update documentation for barcode function type B davisgoglin 2016-03-06 20:25:16 -08:00
  • 5c49e0103c Update barcode printing to allow for barcode function type B davisgoglin 2016-03-06 20:06:05 -08:00
  • 60bc6b7d5c Add barcode types for function type B, reorganize existing types davisgoglin 2016-03-06 20:04:58 -08:00
  • cdf997aff5
    FIX import problems with __init__.py Patrick Kanzler 2016-03-07 00:10:06 +01:00
  • 8b8162c1a9 Merge pull request #93 from Loafdude/more_text_sizes Patrick Kanzler 2016-03-02 19:13:57 +01:00
  • 870144aac6 Simplify variable checking on width and height values Dean Rispin 2016-03-01 16:34:21 -08:00
  • e48755f7d0 Add error checking on width and height fields: Dean Rispin 2016-03-01 16:25:38 -08:00
  • 8d00e63b87 Add width/height multiplier support, upsidedown text and text smoothing Dean Rispin 2016-03-01 10:05:52 -08:00
  • 7c98de6727 ADD inverted printing to set method Dean Rispin 2016-02-29 10:04:00 -08:00
  • f456640ade Merge 58c7c33fe946bd3b5a25eba0866b0e8947e7e121 into 8000cf258b0b6ec94fccd2542129ce083043c7a0 Loafdude 2016-02-29 19:33:30 +00:00
  • 8000cf258b Merge pull request #87 from Loafdude/development Patrick Kanzler 2016-02-29 20:33:28 +01:00
  • 58c7c33fe9 Add inverted printing to set method Dean Rispin 2016-02-29 10:04:00 -08:00
  • ac9ee45fca Merge b7c6edc9e11a7add16492fdd9f7cbaa50db211da into f303a38a8d8634a624cc87b31c7550b5a3da308f Loafdude 2016-02-29 18:02:22 +00:00
  • 05112e725b Merge b7c6edc9e11a7add16492fdd9f7cbaa50db211da into 331fe6a93a300a6bdc03dc28d7c6faec23d99d1c Loafdude 2016-02-29 18:01:29 +00:00
  • b7c6edc9e1 Add optional timeout variable for printer network connections Dean Rispin 2016-02-29 09:09:11 -08:00
  • f303a38a8d
    DOC add captions to the toctrees in documentation Patrick Kanzler 2016-02-16 22:55:49 +01:00
  • d672ca1268
    improve packaging and test environment Patrick Kanzler 2016-02-11 18:37:13 +01:00
  • 3e200a86b9
    ADD very basic nosetest Patrick Kanzler 2016-02-10 19:32:00 +01:00
  • 95f5b5ed48 Merge changes from 'master' into 'development' Patrick Kanzler 2016-02-08 17:44:26 +01:00
  • 331fe6a93a version bump to 1.0.9 v1.0.9 Patrick Kanzler 2016-01-24 15:32:54 +01:00
  • ae37de2577 DOC improve doc on network printing Patrick Kanzler 2016-01-17 16:00:03 +01:00
  • 720545979c Merge pull request #81 from python-escpos/review-barcode-printing Patrick Kanzler 2016-01-14 15:56:51 +01:00
  • 0c56f5c831 DOC improve docstring in barcode-method Patrick Kanzler 2016-01-14 15:50:58 +01:00
  • 248ddf8456 IMPROVE barcode printing Patrick Kanzler 2016-01-14 14:51:26 +01:00
  • 713380baf9 DOC corrected todo in barcode-method Patrick Kanzler 2016-01-14 14:04:35 +01:00
  • cd2da59fc2 FIX and review barcode-printing Patrick Kanzler 2016-01-14 01:00:53 +01:00
  • d00fc5016b DOC add a todo directive to the documentation Patrick Kanzler 2016-01-14 00:53:44 +01:00
  • 939e66834e DOC elaborate on partial cut Patrick Kanzler 2016-01-13 16:06:18 +01:00
  • 198b50ac5e Merge pull request #78 from python-escpos/davisgoglin-merge-rebase Patrick Kanzler 2016-01-13 15:41:21 +01:00
  • 41c6afd3b8 REFACTOR replace % op with format were it is easy Patrick Kanzler 2016-01-08 03:43:33 +01:00