Commit Graph

  • 1a1c032d6a Merge pull request #118 from python-escpos/improve/warning-for-image-functions Patrick Kanzler 2016-04-01 21:10:39 +0200
  • f5a7d681eb DOC add warning to the new functions in the image-API Patrick Kanzler 2016-03-26 15:09:59 +0100
  • abebf7eb99 Merge pull request #107 from DavisGoglin/improve-cli Patrick Kanzler 2016-04-01 20:58:07 +0200
  • fca363119c Fix converting of passed bool values properly Davis Goglin 2016-04-01 10:31:28 -0700
  • 8ed1441c4c Clairify config loading comments Davis Goglin 2016-03-30 17:13:59 -0700
  • 062282bf47 Fix Spelling Davis Goglin 2016-03-30 17:13:20 -0700
  • 3fe4589b8b Add the reset of configurations between loads Davis Goglin 2016-03-30 17:11:05 -0700
  • b9c9189ca7 Add an exception for missing configuration sections Davis Goglin 2016-03-30 17:10:21 -0700
  • 5ecae9d585 Add more testing directories to .gitignore Davis Goglin 2016-03-30 13:47:16 -0700
  • 39da32ca85 Define class vars first in __init__ Davis Goglin 2016-03-30 13:38:27 -0700
  • e545999aa2 Convert class methods to static Davis Goglin 2016-03-30 13:38:03 -0700
  • 3017c14df2 Add future imports Davis Goglin 2016-03-30 13:31:21 -0700
  • 3831665da4 Fix pylint messages Davis Goglin 2016-03-30 13:30:44 -0700
  • b6b30d7c82 Add future imports Davis Goglin 2016-03-30 13:29:28 -0700
  • 39165fcb41 Fix tests I just wrote then broke Davis Goglin 2016-03-28 15:21:16 -0700
  • fd6a0e4bda Add an automatic newline for some methods Davis Goglin 2016-03-28 15:15:53 -0700
  • 38b58eb39a Remove executable flag so we hopefully get code coverage Davis Goglin 2016-03-28 15:07:16 -0700
  • cabb2c930a Add docstring to TestCLI class Davis Goglin 2016-03-28 15:01:40 -0700
  • 0c3f273fa1 Clear test dir Davis Goglin 2016-03-28 14:57:06 -0700
  • 76f300ea18 Fix text argument Davis Goglin 2016-03-28 14:23:18 -0700
  • f504d2dc15 Allow config path to be passed Davis Goglin 2016-03-28 11:49:12 -0700
  • 5a2ca10874 Add docstring Davis Goglin 2016-03-28 11:19:09 -0700
  • 8101e1ec9f Reduce many lines of code to a loop Davis Goglin 2016-03-28 11:16:37 -0700
  • 1a000d29fd Add a newline for text demo Davis Goglin 2016-03-28 09:53:45 -0700
  • 28b82fb54f Fix CODE39 barcodes. Assume Code128 are the same davisgoglin 2016-03-19 20:11:58 -0700
  • ee223670bf Attempt to flush before quitting davisgoglin 2016-03-19 20:08:20 -0700
  • a445c4205a Add cut after printing demos davisgoglin 2016-03-19 20:03:34 -0700
  • 00ef7f129b Add raw option when using cli davisgoglin 2016-03-19 20:03:16 -0700
  • 8c186d912d Remove EAN8 code check digit Davis Goglin 2016-03-18 11:42:56 -0700
  • 14ae1a7d89 Fix python3 barcode type b length encoding Davis Goglin 2016-03-16 16:26:13 -0700
  • ca3b4665a2 pylint changes Davis Goglin 2016-03-16 16:24:23 -0700
  • 4f92247ed6 Fix no help display in python3 Davis Goglin 2016-03-16 16:21:05 -0700
  • 5ba751d89b Stop checking for file to be python2/3 compatible Davis Goglin 2016-03-16 15:24:08 -0700
  • 8e44c5126e Remove unsued variable Davis Goglin 2016-03-16 14:28:53 -0700
  • 7a58109928 Clean up per landscape Davis Goglin 2016-03-16 13:47:51 -0700
  • 9b40c0860f Change error to handle strings and files instead of list Davis Goglin 2016-03-16 13:29:22 -0700
  • 3ec00ae16e Remove unneeded requirements Davis Goglin 2016-03-16 09:29:50 -0700
  • 7afd5e75d4 Add docstrings Davis Goglin 2016-03-16 09:26:57 -0700
  • 7d74dcac00 Add demo functions Davis Goglin 2016-03-15 16:01:07 -0700
  • cdf8f6be09 Fix config loading Davis Goglin 2016-03-15 15:05:25 -0700
  • d5e3d85c4b Add documentation for config Davis Goglin 2016-03-15 14:09:45 -0700
  • 2bb9756d28 Add documentation for config Davis Goglin 2016-03-15 14:09:45 -0700
  • 5dc676bea7 Convert to safe load. Also now allows loading everyting pyyaml supports Davis Goglin 2016-03-15 14:01:21 -0700
  • c26c875b61 Convert ini format to yaml format. Davis Goglin 2016-03-15 13:47:23 -0700
  • 39e912bef4 I guess localconfig needs future Davis Goglin 2016-03-15 12:14:56 -0700
  • c7b36916e7 Avoid importing * Davis Goglin 2016-03-15 12:14:12 -0700
  • 4548dd3830 Required for tests to pass Davis Goglin 2016-03-15 12:11:06 -0700
  • d5073626ae Update CLI to use config class Davis Goglin 2016-03-15 12:01:40 -0700
  • 1a866f4d1f Add config parser exceptions Davis Goglin 2016-03-15 12:01:15 -0700
  • ef31e58d26 Add base config documentation Davis Goglin 2016-03-15 12:00:56 -0700
  • 01328db808 Create config reader Davis Goglin 2016-03-15 12:00:46 -0700
  • 1adc66992d Replace future and ConfigParser with localconfig Davis Goglin 2016-03-15 12:00:19 -0700
  • 73be1f2c48 Remove future from doc requirements. Doesn't need to be there Davis Goglin 2016-03-15 11:04:12 -0700
  • 27352b071c Refactor empty exception handler Davis Goglin 2016-03-14 17:41:20 -0700
  • 87a73beb31 Moved printer destination configuration to config file Davis Goglin 2016-03-14 17:38:29 -0700
  • 6096c15b80 Add future requirement to be able to use configparser Davis Goglin 2016-03-14 16:53:25 -0700
  • 133241e7e9 Moved printer choice to groups and parse manually Davis Goglin 2016-03-14 14:03:46 -0700
  • eea3e76eed Remove unused import davisgoglin 2016-03-12 17:09:22 -0800
  • 28be6a2041 Add usage davisgoglin 2016-03-12 17:03:02 -0800
  • d523b4d342 consistent syntax davisgoglin 2016-03-12 16:53:13 -0800
  • 99291abd10 rewrite cli davisgoglin 2016-03-12 16:50:57 -0800
  • 81b3c1a63a
    DOC add bugtrack_url Patrick Kanzler 2016-03-28 17:18:28 +0200
  • 323b205f70 Merge pull request #116 from python-escpos/feature/test-versions Patrick Kanzler 2016-03-26 12:15:57 +0100
  • 2dc70677d7 improve travis configuration with more versions Michael Billington 2016-03-19 22:26:29 +1100
  • cc821f32c1 Merge 58f93e9845 into e355d2cbdf Patrick Kanzler 2016-03-25 19:54:06 +0000
  • e355d2cbdf Merge pull request #115 from python-escpos/feature/coverage-analysis Patrick Kanzler 2016-03-25 20:53:11 +0100
  • 126e0e269a
    ADD coverage analysis Patrick Kanzler 2016-03-21 20:23:46 +0100
  • 0049821184 code style fixes per landscape Michael Billington 2016-03-20 21:36:53 +1100
  • 46b254bc0a update encoding issue in QR code method, add ported test cases Michael Billington 2016-03-20 19:30:00 +1100
  • 58f93e9845 Migrated `%` string formating Cody 2016-03-19 20:57:25 +0000
  • 0c1e9fc34b Merge branch 'feature/python3.5-support' into feature/native-qr Michael Billington 2016-03-20 00:52:05 +1100
  • 73854e999a add use of native QR codes as an option, expand settings available on QR codes Michael Billington 2016-03-20 00:48:29 +1100
  • 309866f8c9 Merge pull request #111 from mike42/feature/python3.5-support Patrick Kanzler 2016-03-19 12:51:03 +0100
  • 8596148271 update .travis.yml to use a matrix of versions in build Michael Billington 2016-03-19 22:14:37 +1100
  • 8b454c4765 Clean up non-float value, add v3.5 to tox test Michael Billington 2016-03-17 21:59:47 +1100
  • 92c21112d4 Merge fc4abfa7c1 into f76db4e0d4 Patrick Kanzler 2016-03-16 23:47:12 +0000
  • fc4abfa7c1 Migrated `%` string formating Cody 2016-03-16 23:40:35 +0000
  • f76db4e0d4
    HOTFIX bracode: use proper NUL character instead of unicode-string Patrick Kanzler 2016-03-16 23:23:42 +0100
  • e43e95bcff Merge pull request #102 from python-escpos/improve-packaging Patrick Kanzler 2016-03-12 10:47:10 +0100
  • b2ff39b6b1 DOC add templates for issues and pull-requests Patrick Kanzler 2016-03-10 13:36:47 +0100
  • 64e63b0180 PCKG automatically generate version from git-tags Patrick Kanzler 2016-03-09 12:01:02 +0100
  • e49c35abc1 PCKG fix setup.py and improve Manifest Patrick Kanzler 2016-03-08 18:26:23 +0100
  • f676782130 DOC add favicon Patrick Kanzler 2016-03-08 17:26:01 +0100
  • 086b407b62 DOC use sphinx-rtd-theme even if built locally Patrick Kanzler 2016-03-08 17:21:27 +0100
  • 1a2b8f1df2 PCKG refactor changelog and add to documentation Patrick Kanzler 2016-03-08 17:07:27 +0100
  • 68641572f9 PCKG unify 'readme' in documentation and repository Patrick Kanzler 2016-03-08 16:37:42 +0100
  • 7fdccb7245 PCKG add CONTRIBUTING document to repository and documentation Patrick Kanzler 2016-03-08 16:34:20 +0100
  • fee650faba PCKG rework and streamline Readme-file Patrick Kanzler 2016-03-08 15:47:40 +0100
  • 1009cf8988 PCKG exclude dist/ and build/ from repository Patrick Kanzler 2016-03-08 15:20:12 +0100
  • 916b09a84c Merge pull request #105 from python-escpos/feature-disable-panel-buttons Patrick Kanzler 2016-03-11 14:45:23 +0100
  • 80f6200915
    FEATURE disable panel buttons Patrick Kanzler 2016-03-10 16:01:35 +0100
  • f354791285 Merge pull request #104 from python-escpos/patkan-patch-1 Patrick Kanzler 2016-03-09 22:00:38 +0100
  • 205728f5be DOC fix todo block in cut() Patrick Kanzler 2016-03-09 16:36:40 +0100
  • 046cf1ff5b Merge pull request #94 from python-escpos/fix-image-printing Patrick Kanzler 2016-03-09 09:49:34 +0100
  • 75252a3797 direct_image throws TypeError Christoph Heuel 2016-03-07 19:57:12 +0100
  • 21992d7017 SETUP enable build of universal wheels Patrick Kanzler 2016-03-06 21:38:21 +0100
  • 4c406c1775 FIX fullimage so that it at least creates output Patrick Kanzler 2016-03-03 21:43:12 +0100
  • 5b5c2c0dba TEST extend tests for larger images (grayscale) Patrick Kanzler 2016-03-03 05:22:16 +0100
  • 6b56de67a7 use unicode_literals everywhere Patrick Kanzler 2016-03-03 04:42:27 +0100
  • c9ea90cd82 FIX all calls of _raw(), (except in images) in escpos Patrick Kanzler 2016-03-03 04:38:05 +0100