Commit Graph

37680 Commits

Author SHA1 Message Date
Kovid Goyal cbed9a385f Merge branch 'error-codes' of https://github.com/eli-schwartz/calibre 2019-04-10 06:35:53 +05:30
Eli Schwartz 378c78429e do not exit with an error when $command --help is successfully used
When checking for a minimum requirement of arguments and aborting with
the help text otherwise, we should first check to see if the help text
was explicitly asked for.
2019-04-09 20:02:13 -04:00
Kovid Goyal 2edc343f77 Bump version for beta 2019-04-09 18:54:34 +05:30
Kovid Goyal 0e90d6356f Fix viewer widow size not being restored 2019-04-09 18:52:03 +05:30
Kovid Goyal bacf2704e0 Fix double import causing an exception on MOBI input 2019-04-09 17:58:45 +05:30
Kovid Goyal 70600166f0 ... 2019-04-09 14:41:58 +05:30
Kovid Goyal 1f7a9be8e0 Bump version for beta 2019-04-09 14:11:21 +05:30
Kovid Goyal a7875b0715 Fix viewer preferences not being preserved 2019-04-09 14:09:32 +05:30
Kovid Goyal b1c0c59a2b Avoid pointless traceback if vendor string is empty in user defined driver 2019-04-09 13:54:10 +05:30
Kovid Goyal 50f6f9ea8f Start work on new build infrastructure 2019-04-09 11:06:26 +05:30
Kovid Goyal 63c1aa15e4 Update Le Monde Edition Abonnes Papier 2019-04-09 10:27:35 +05:30
Kovid Goyal 811a1d3d1e Add a gui_name to the pocketbook driver 2019-04-08 11:26:07 +05:30
Kovid Goyal 55ff9d4a51 Update Le Temps 2019-04-04 18:21:14 +05:30
Kovid Goyal d2d94e4744 Merge branch 'master' of https://github.com/davidfor/calibre 2019-04-04 17:50:29 +05:30
David e7610108c1 Bump supported Kobo firmware version number
New firmware released,.No changes that affect the function. Just bumpng
the supported firmware version number.
2019-04-04 22:35:48 +11:00
Kovid Goyal 6e0622287b oops 2019-04-04 15:37:43 +05:30
Kovid Goyal a21cbc9581 ... 2019-04-04 15:25:49 +05:30
Kovid Goyal 13a8b63d35 py3: All python modules now import successfully 2019-04-04 15:21:50 +05:30
Kovid Goyal b9a3e1952e py3: misc fixes to make all module import 2019-04-04 15:15:51 +05:30
Kovid Goyal a7f3fd798b py3: Port use of no longer extant elements package 2019-04-04 13:54:29 +05:30
Kovid Goyal 6987e86108 remove unused code 2019-04-04 13:35:12 +05:30
Kovid Goyal fd307c5eee py3: port smtplib 2019-04-04 13:27:56 +05:30
Kovid Goyal 79c21b14bc Edit book: Fix option-; not working in the editor. Fixes #1823040 [Mac Option-<key> shortcuts don't work in editor](https://bugs.launchpad.net/calibre/+bug/1823040) 2019-04-04 10:56:23 +05:30
Kovid Goyal a43207d38a py3: misc fixes 2019-04-04 08:46:33 +05:30
Kovid Goyal 98a435968a Merge branch 'cleanup' of https://github.com/eli-schwartz/calibre 2019-04-04 08:27:53 +05:30
Eli Schwartz ea93816515 enforce unicode_literals where possible instead of using u'' everywhere
This file consistently uses unicode strings, so make that more explicit
by migrating to a python3-compatible policy.
2019-04-03 13:39:10 -04:00
Eli Schwartz c19d73f5ff use more unicode_type instead of type(u'') 2019-04-03 13:37:18 -04:00
Eli Schwartz 93b49c66e3 fix imports from the wrong module
when module_a.submodule_a imports module_b, then module_c should not use
"from module_a.submodule_a import module_b"
2019-04-03 13:37:18 -04:00
Kovid Goyal 8ece061387 py3: misc fixes 2019-04-03 14:40:34 +05:30
Kovid Goyal 69ecc8eb9f remove unused code 2019-04-03 14:36:03 +05:30
Kovid Goyal fa52a609be py3: misc fixes 2019-04-03 14:33:48 +05:30
Kovid Goyal 3c64ea0995 py3: Port terminal I/O module 2019-04-03 14:28:51 +05:30
Kovid Goyal eaac4d254d py3: Another place to port listener addresses 2019-04-02 20:50:27 +05:30
Kovid Goyal 237c64b9da py3: Fix no init func in chmlib module 2019-04-02 18:08:36 +05:30
Kovid Goyal 34192f9bf9 py3: More fixes for chmlib wrapper 2019-04-02 18:04:45 +05:30
Kovid Goyal 8bb15338f5 py3: Fix conversion of 1-byte python strings to ICU strings 2019-04-02 15:56:06 +05:30
Kovid Goyal bea653d594 Avoid chained exception messages in the ICU templates 2019-04-02 15:25:09 +05:30
Kovid Goyal cf220e7372 ... 2019-04-02 15:12:27 +05:30
Kovid Goyal 152689812a py3: Port use of Exception.message 2019-04-02 15:04:26 +05:30
Kovid Goyal bcece5de0b Proper fix for finding Qt base class in dnd mouse handlers
The change for py3 compat broke the handler for classes not directly
descended from a Qt item view class.
2019-04-02 13:31:55 +05:30
Kovid Goyal 6272e4db9d ... 2019-04-02 10:37:41 +05:30
Kovid Goyal ffb5160f3c py3: Fix parsing of numbers in tinycss tokenizer 2019-04-02 10:34:01 +05:30
Kovid Goyal 690ba43dcc oops 2019-04-02 10:09:00 +05:30
Kovid Goyal 3bece11b09 py3: Misc fixes
Fixes #953 (py3: misc fixes trying to start calibre.gui_launch)
2019-04-02 09:31:37 +05:30
Kovid Goyal 0e8543030a Fix searching for authors on amazon not working because of a change in the amazon URL structure. Fixes #1822532 [amazon link to search by author broken](https://bugs.launchpad.net/calibre/+bug/1822532) 2019-04-02 09:00:32 +05:30
Kovid Goyal a89823ae4f py3: Another minor compat fix 2019-04-02 07:12:26 +05:30
Kovid Goyal ad8d8cfcb5 py3: Make strip_encoding_declarations() work with both bytes and unicode 2019-04-02 07:08:44 +05:30
Kovid Goyal 36b63758a2 Dont fail if a QPushButton gets added to the toolbars somehow 2019-04-02 06:49:37 +05:30
Kovid Goyal 25e10f1032 py3: Fix ICU to python conversions 2019-04-01 22:46:04 +05:30
Kovid Goyal 3cc148dd6e py3: Dont use MethodType as it is incompatible in python3 2019-04-01 20:24:17 +05:30