Patrick Kanzler
43e30707be
add flake8 config
2017-01-30 01:36:07 +01:00
Patrick Kanzler
c48a0bee51
use not in instead of not ... in
2017-01-30 00:50:58 +01:00
Patrick Kanzler
972c7a2238
use explicit import from constants
2017-01-30 00:44:54 +01:00
Patrick Kanzler
c2fc464c55
reformat PEP8 and similar issues
2017-01-30 00:10:14 +01:00
Patrick Kanzler
2ea8e69c66
style fixes
2017-01-29 23:39:26 +01:00
Patrick Kanzler
e4a21e94fc
improve doc, improve codepage_tables.py
2017-01-29 23:36:33 +01:00
Patrick Kanzler
e904500312
link to escpos-printer-db
2017-01-29 23:20:11 +01:00
Patrick Kanzler
efff2cbe43
update changelog
2017-01-29 22:57:12 +01:00
Patrick Kanzler
d3f76a5f6d
doc update modules in autogeneration
2017-01-29 22:33:15 +01:00
Patrick Kanzler
e595bc2150
doc update methods and printers and use autodoc
2017-01-26 00:28:33 +01:00
Thijs Triemstra
7bf6a1791b
Correct fragment_height documentation default ( #198 )
2017-01-25 23:56:06 +01:00
Patrick Kanzler
a15d02b50c
change dependency to docutils to newer version of sphinx
...
This is a revert to f8b7238801
2017-01-06 18:05:59 +01:00
Asuki Kono
938f9890ab
Update doc about installation for raspi ( #194 )
...
* Update dec about installation for raspi
* Rollback syntax about warning on raspi doc
* Add a link of installation-manual on raspi doc
* Update last reviewed date for raspi doc
2017-01-05 21:51:07 +01:00
Patrick Kanzler
1e5a41ba4e
Merge pull request #193 from python-escpos/fix-docutils-problem
...
downgrade docutils
2016-12-09 21:33:32 +01:00
Patrick Kanzler
f8b7238801
downgrade docutils
...
version 0.13 of docutils seems to have problems. See
sphinx-doc/sphinx#3212
2016-12-09 21:24:57 +01:00
Patrick Kanzler
e35f551a56
Merge pull request #192 from thijstriemstra/patch-1
...
Documentation update
2016-12-09 21:16:43 +01:00
Thijs Triemstra
24731f433e
fix typos
2016-12-09 16:56:23 +01:00
Thijs Triemstra
6158ba344f
fix typos
2016-12-09 16:42:23 +01:00
Patrick Kanzler
78604573f3
Merge pull request #191 from python-escpos/update-raspi-doc
...
update doc-page on Raspi
2016-12-07 21:01:27 +01:00
Patrick Kanzler
bd57c01794
update doc-page on Raspi
2016-12-07 20:31:49 +01:00
Michael Billington
211e7db22c
Merge pull request #188 from mike42/ysuolmai-patch-1
...
Update raspi.rst
2016-11-25 21:55:35 +11:00
ysuolmai
da0d49c787
Update raspi.rst
2016-11-25 21:44:47 +11:00
Patrick Kanzler
46305faf30
Merge pull request #182 from miracle2k/examples
...
Add script to output codepage tables.
2016-10-05 14:41:12 +02:00
Michael Elsdörfer
94e1944d16
Add script to output codepage tables.
2016-10-05 12:14:51 +02:00
Patrick Kanzler
13785a5530
Merge pull request #181 from mike42/bugfix/fragment-height
...
Swap default image fragment height to 960
2016-10-04 11:06:47 +02:00
Michael
10c589ae8d
swap default fragment height to 960
2016-10-04 14:01:26 +11:00
Patrick Kanzler
cd38cdf74e
Merge pull request #170 from miracle2k/text-encoding
...
Text encoding
2016-09-29 19:23:54 +02:00
Patrick Kanzler
f50910f76e
Merge pull request #179 from belono/development
...
Add support for custom cash drawer kick sequence
2016-09-29 10:28:03 +02:00
Michael Elsdörfer
398eb424a9
"Merge pull request #2 from patkan/miracle2k-text-encoding\n\nfix file-printer-tests by using pytest-mock"
2016-09-29 01:33:16 +02:00
Patrick Kanzler
1b2f509758
use jaconv instead of jcconv for japanese chars
...
jaconv is available for more Python-versions and seems to be more
professional. Apart from that I added jaconv to the test-requirements
but not the requirements. (If the katakana-stuff really works we can
later add it as a real dependency)
2016-09-27 20:31:39 +02:00
Patrick Kanzler
b795c02dd4
DOC remove incode TODOs
...
I will add them as issues where applicable.
2016-09-27 20:05:24 +02:00
Patrick Kanzler
915adf8fd3
fix file-printer-tests by using pytest-mock
2016-09-27 20:05:16 +02:00
Michael Elsdörfer
a3ca2c2a16
"Merge pull request #1 from mike42/miracle2k-text-encoding\n\nText encoding conversion to lookup tables"
2016-09-22 22:58:37 +02:00
Michael Elsdörfer
47fd020abe
Merge pull request #180 from mike42/update/capabilities-version
...
Update escpos-printer-db to include TM-T88II fixes
2016-09-17 21:44:24 +02:00
Michael Billington
4f2f1cf520
Update escpos-printer-db to include TM-T88II fixes
2016-09-17 18:59:31 +10:00
belono
a82fefb301
Add support for custom cash drawer kick sequence
2016-09-15 22:54:35 +02:00
Michael Billington
7b68d97f5f
test fixes - just case-changes to match code page names, seems to need 'future' pip module
2016-09-13 20:28:54 +10:00
Michael Billington
7a7ea23628
fixes to arguments for _encode_char
2016-09-11 21:08:04 +10:00
Michael Billington
83f926758c
adjust order in _encode_char to prioritise ASCII; ' ' is used in the character list to flag characters with no known UTF-8 code, better not encode as these
2016-09-11 21:06:44 +10:00
Michael Billington
9a65945fcd
re-work encoder to consult the capabilities database and use custom code pages or python encoder as necessary
2016-09-11 21:03:55 +10:00
Michael Billington
d9a6960f07
efficiency improvements for backwards encoding
2016-09-11 20:21:30 +10:00
Michael Billington
b5bf1125db
reverse the lookup order to correct encoding issues
2016-09-11 17:17:22 +10:00
Michael Billington
2c8bc1180d
Merge branch 'text-encoding' of https://github.com/miracle2k/python-escpos into miracle2k-text-encoding
2016-09-11 14:19:34 +10:00
Michael Elsdörfer
4166ee2209
Merge pull request #177 from mike42/maintenance/db-path
...
Update printer DB submodule path
2016-09-09 14:45:22 +02:00
Michael
95a84d3673
update printer DB submodule path
2016-09-09 18:26:25 +10:00
Patrick Kanzler
57ed77e332
update contributing.rst on resolving issues
2016-09-06 23:15:54 +02:00
Michael Elsdörfer
2b17e16737
Merge pull request #175 from python-escpos/improve/import-capabilities-from-submodule
...
improve import capabilities from a submodule
2016-09-03 19:16:40 +02:00
Patrick Kanzler
f467cacdd8
improve import capabilities from a submodule
...
The capabilities are now imported as a submodule from
mike42/escpos-printer-db
fixes #174
2016-09-02 17:13:38 +02:00
Patrick Kanzler
9662ca6efe
Merge pull request #165 from miracle2k/capabilities
...
Capabilities profiles
2016-09-02 14:02:10 +02:00
Patrick Kanzler
587eee2ef0
Merge branch 'mashedkeyboard-patch-1' into development
2016-09-02 13:59:16 +02:00