Commit Graph

33989 Commits

Author SHA1 Message Date
Zoltán Mizsei c8e6aaa013 Revert "Haiku have libmtp and libusb, so use them!"
Dbus problems, maybe later.

This reverts commit 9901e4b05e.
2017-01-26 17:21:55 +01:00
Zoltán Mizsei bd5233da8d Hardwired locking mechanism, somebody should fix it 2017-01-26 14:52:08 +01:00
Zoltán Mizsei 9901e4b05e Haiku have libmtp and libusb, so use them! 2017-01-26 13:39:54 +01:00
Zoltán Mizsei 6979f7d0e9 Haiku OS detection support 2017-01-26 13:35:03 +01:00
Zoltán Mizsei 11e2e05c06 Source based dev env supported on Haiku 2017-01-26 13:10:23 +01:00
Zoltán Mizsei 67b1a7bb72 Unrar needs every defines. Maybe there is a cleaner way... 2017-01-26 12:57:27 +01:00
Zoltán Mizsei 62dd2ae370 Haiku is x86 at this moment 2017-01-26 12:05:07 +01:00
Zoltán Mizsei 7c90ef80d0 Haiku is unix from now, hail to Haiku! 2017-01-26 11:59:50 +01:00
Zoltán Mizsei dd649edea9 Disable headless on Haiku for now 2017-01-26 11:52:45 +01:00
Zoltán Mizsei 0a34a1d9f4 Extensions: Haiku support 2017-01-26 08:45:29 +01:00
Zoltán Mizsei 2e2236684d Setup build env 2017-01-26 08:41:58 +01:00
Zoltán Mizsei 2e5cb8f727 Linker flags for the build script 2017-01-26 08:31:32 +01:00
Zoltán Mizsei 7dc4fc5d74 Add Haiku to the known OS list 2017-01-26 08:24:49 +01:00
Kovid Goyal 16bf6a94b7 Update AM730
Merge branch 'patch-2' of https://github.com/Kennyl/calibre
2017-01-25 21:37:32 +05:30
Kovid Goyal e4549c4c37 Merge branch 'patch-1' of https://github.com/Kennyl/calibre 2017-01-25 21:29:22 +05:30
Kovid Goyal 153f709836 ... 2017-01-25 20:53:49 +05:30
Kennyl d7527ddef8 Rewite non-work recipe 2017-01-25 23:21:03 +08:00
Kovid Goyal 2693a2c614 Move load(qt_plugin) into the < 5.8 block 2017-01-25 20:38:26 +05:30
Kovid Goyal c85a3167e0 EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks. Fixes #1658744 [Duplicate ID error after converting from DOCX to EPUB](https://bugs.launchpad.net/calibre/+bug/1658744) 2017-01-25 17:38:59 +05:30
Kovid Goyal f8a2449d7f pep8 and code simplification 2017-01-25 17:28:45 +05:30
Kennyl e0b848a08d Better Tagline Formatting 2017-01-25 18:29:45 +08:00
Kovid Goyal 05b97d86e0 DOCX Input: Fix error when converting documents that have images pointing to web resources. Fixes #1659142 [DocX to ePub conversion fault (Error Code: 1)](https://bugs.launchpad.net/calibre/+bug/1659142) 2017-01-25 08:48:48 +05:30
Kovid Goyal 6cccd2efd3 Merge branch 'appledaily-patch-20170124-3' of https://github.com/Kennyl/calibre 2017-01-24 15:40:58 +05:30
Kennyl 5c2015233c Fix localize the navbar
Problems:
ebook-convert + beautifulsoup  generate <hr> tag
calibre gui + beautifulsoup  generate <hr /> tag
Solve by revise the regexp.
2017-01-24 16:27:23 +08:00
Kovid Goyal eb4ec90043 Merge branch 'appledaily-patch-20170124-2' of https://github.com/Kennyl/calibre 2017-01-24 12:20:52 +05:30
Kennyl 8bd631021d Add Publication Type
publication_type= 'newspaper'
2017-01-24 14:30:36 +08:00
Kennyl 14b4fca6f7 Improve layout
Change Fonts Size
2017-01-24 14:29:28 +08:00
Kennyl fa0279ec41 Remove Div's style safer than before
display:none change to nothing
2017-01-24 14:24:59 +08:00
Kovid Goyal 86f5bb8c6d Merge branch 'qt5.8' of https://github.com/jelly/calibre 2017-01-24 07:12:46 +05:30
Jelle van der Waa c1e3603feb Fix build with Qt >= 5.8.0
platformsupport-private was modularized in Qt 5.8.
Use the appropriate theme_support-private module
2017-01-23 22:25:21 +01:00
Kovid Goyal 7d60a35f53 Merge branch 'appledaily-patch-20170124' of https://github.com/Kennyl/calibre 2017-01-23 23:00:17 +05:30
Kennyl a32a230fc9 Fix Video Player Space
flow-player parent div to display none
2017-01-24 01:13:22 +08:00
Kovid Goyal b581e6cef4 Merge branch 'appledaily-patch-20170123' of https://github.com/Kennyl/calibre 2017-01-23 21:21:04 +05:30
Kennyl 0baff37fd0 Change Font Size
From 12 to 10 for better experience in ereader
2017-01-23 23:43:37 +08:00
Kennyl f1088f4f53 New Download Logic
Less Hard Code
2017-01-23 23:38:00 +08:00
Kennyl 9ab3fa57fc Better Cover Image
Better Cover Image from wikimedia
2017-01-23 23:36:24 +08:00
Kennyl 9683d93dc8 Better translation on nav bar
Translate navbar to brief chinese word from feedback
2017-01-23 23:35:02 +08:00
Kovid Goyal d66bf44544 typo that suppressed error traceback when failing to load editor plugin tools 2017-01-23 20:24:54 +05:30
Kovid Goyal 1027a80786 E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book. Fixes #1658578 [loading flow delay for every page](https://bugs.launchpad.net/calibre/+bug/1658578) 2017-01-23 12:41:08 +05:30
Kovid Goyal 5fde1b3ffb Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error. See #1658386 (FIND SIMILAR BOOKS (in series) >UNHANDLED EXCEPTION, ATTRIBUTE ERROR) 2017-01-22 09:31:35 +05:30
Kovid Goyal 0f82097181 pep8 2017-01-22 07:29:46 +05:30
Kovid Goyal 7b520798ff Update FOX News 2017-01-22 07:12:20 +05:30
Kovid Goyal 94c36e1d37 View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences 2017-01-21 20:39:31 +05:30
Kovid Goyal 1d0d413f8f Kobo driver: Update for new firmware from Kobo
Also fix incorrect cover size being uploaded to the Glo HD

Merge branch 'master' of https://github.com/davidfor/calibre
2017-01-21 17:57:49 +05:30
David 6658ccfcf1 Rework cover upload
Reworked the cover image generation for uploading. There was an error in
calculating the size, the Glo HD sizes needed to be diffrent, the cover
file was being read multiple times and the full size was not being
resized when it should have. Also, some refactoring was done at the
request of someone subclassing the driver.

Lastly, the firmware build version has been bumped to match the latest
release from Kobo.
2017-01-21 23:18:54 +11:00
Kovid Goyal 0073fbcc19 More http -> https 2017-01-21 15:02:36 +05:30
Kovid Goyal 9c793c7b1d http->https for many links in the manual 2017-01-21 14:53:26 +05:30
Kovid Goyal 0296d09733 E-book viewer: Fix "View Image" right click menu action not available for svg files included via <img> tags. Fixes #1657717 [Private bug](https://bugs.launchpad.net/calibre/+bug/1657717) 2017-01-21 14:18:13 +05:30
Kovid Goyal 5a60972f66 Update Oriental Daily
Merge branch 'orientdaily-patch-20170121' of https://github.com/Kennyl/calibre
2017-01-21 14:03:31 +05:30
Kennyl 11ccd76b34 Add Cover Image
Add Cover Image using wikimedia file
2017-01-21 16:19:28 +08:00