18677 Commits

Author SHA1 Message Date
Kovid Goyal
f4e95da28e ... 2012-08-24 09:32:25 +05:30
Charles Haley
043be33cc8 fix typo 2012-08-23 21:43:43 +02:00
Charles Haley
aae85f9328 Improved error messages and a critical bug fix. 2012-08-23 20:38:56 +02:00
Kovid Goyal
c26c1efb33 IGN: Updated translations 2012-08-23 21:42:29 +05:30
Kovid Goyal
259ea7b4c6 PDF Output: Handle input epub documents with filenames starting with a dot. Also do not hang if there is an unhandled error. Fixes #1040603 (Hangs when converting from epub to pdf) 2012-08-23 19:28:56 +05:30
Kovid Goyal
755d262b67 MTP: Start writing unit tests for device interaction and fix filesystem listing on unix 2012-08-23 17:13:29 +05:30
Charles Haley
12c6515478 Remove unused code 2012-08-23 11:59:42 +02:00
Charles Haley
31b63784a5 Merge from trunk, adding last_modified to metadata.calibre, and streaming metadata. 2012-08-23 11:37:05 +02:00
Kovid Goyal
3a45bca085 ... 2012-08-23 13:10:30 +05:30
Kovid Goyal
a8db5812a2 ... 2012-08-23 13:08:39 +05:30
Charles Haley
473ebb2dbd ... 2012-08-23 09:19:09 +02:00
Charles Haley
c6f0c8a6f2 Use a timer to display a message if smartdevice autoconnect fails. 2012-08-23 09:17:25 +02:00
Kovid Goyal
881587066a Wireless device connections: Use a streamed mode for improved networking performance leading to much less time spent sending metadata to/from the device. Also make it easier to specify a fixed port directly in the dialog used to start the connection. 2012-08-23 11:58:32 +05:30
Kovid Goyal
492915a94d ... 2012-08-23 11:54:07 +05:30
Charles Haley
6bb6900d85 Merge from trunk 2012-08-23 08:13:17 +02:00
Charles Haley
a16756497a Display the port number on the connect menu if it is fixed. 2012-08-23 08:12:33 +02:00
Kovid Goyal
8dde6d8433 ... 2012-08-23 11:39:40 +05:30
Kovid Goyal
5ac5928486 Refactor unix MTP driver to manage device presence 2012-08-23 11:37:42 +05:30
Charles Haley
3cae8e614d Add setting the fixed port to the smartdevice start dialog 2012-08-23 08:06:30 +02:00
Kovid Goyal
5cbed9ff4c Don't popup an error dialog if the user's network returns a non utf-8 string when checking for the latest version 2012-08-23 10:04:36 +05:30
Kovid Goyal
0dcf9a9482 ... 2012-08-22 23:23:53 +05:30
Kovid Goyal
68f0b9a5fe ... 2012-08-22 23:20:48 +05:30
Kovid Goyal
27054427c0 WPD: put_file() and add create_folder() method to drivers 2012-08-22 22:59:32 +05:30
Kovid Goyal
756716d8ee ... 2012-08-22 21:13:33 +05:30
Kovid Goyal
41f8e96740 WPD: Implement deleting objects 2012-08-22 17:36:09 +05:30
Kovid Goyal
b63dd79142 ... 2012-08-22 16:42:24 +05:30
Kovid Goyal
179d4781f0 WPD: Create folders and use the actual file name instead of the nominal_name 2012-08-22 16:22:09 +05:30
Charles Haley
b16d35f1f6 Merge from trunk 2012-08-22 11:35:49 +02:00
Charles Haley
e00f4cf936 Send books using a streaming protocol instead of the request/response one. 2012-08-22 11:31:59 +02:00
Kovid Goyal
922e02e0d7 MTP: Cross platform filesystem cache 2012-08-22 14:09:21 +05:30
Kovid Goyal
67ce036b43 ... 2012-08-22 09:42:36 +05:30
Kovid Goyal
d70d85bb53 Driver for SONY PRS-T2 2012-08-22 09:11:37 +05:30
Kovid Goyal
2e0863a5fc ... 2012-08-21 20:02:32 +05:30
Kovid Goyal
cf0c0d3fa9 ... 2012-08-21 20:01:56 +05:30
Kovid Goyal
d14d86766d WPD driver: Ensure that all methods are used in a single thread 2012-08-21 19:59:59 +05:30
Kovid Goyal
35eb01234d WPD: Implement reading files from device 2012-08-21 17:27:12 +05:30
Kovid Goyal
674edcb013 Get Books: Update B&N plugin to handle changes to the B&N website 2012-08-21 12:38:12 +05:30
Kovid Goyal
2fd79d209f WPD: Implement non bulk filesystem metadata transfers for devices that do not support bulk transfers 2012-08-21 10:24:31 +05:30
Kovid Goyal
190e5b9415 ... 2012-08-21 09:41:05 +05:30
Kovid Goyal
4131aa18da No longer explicitly set the color of links to blue. This was needed for old versions of ADE which did not display links correctly without it. Since newer versions of ADE no longer have this problem, remove the workaround. 2012-08-20 23:24:31 +05:30
Kovid Goyal
7a272a05d7 Fix #1039103 (device not reconized) 2012-08-20 23:06:50 +05:30
Kovid Goyal
d4d2cd508c ... 2012-08-20 13:07:03 +05:30
Kovid Goyal
ebbfda816d MathJax: Fix equation refs not scrolling to the correct position in flow mode. Also handle multiple mathjax config script tags. 2012-08-20 12:21:13 +05:30
Kovid Goyal
bb70db2755 Ebook viewer: Prevent using the splitter to hide the ToC 2012-08-20 11:28:32 +05:30
Charles Haley
774a56c1fa Merge from trunk 2012-08-19 14:17:56 +02:00
Charles Haley
9ff3913e02 Fix rare problem in compiled template functions where numeric results were not converted to string. 2012-08-19 14:16:48 +02:00
Kovid Goyal
b601e7bc63 WPD: Dumping filesystem metadata works 2012-08-19 14:28:38 +05:30
Kovid Goyal
585bea2c24 ... 2012-08-19 14:00:40 +05:30
Kovid Goyal
253a5ed165 MathJax: Re-render on viewer resize to workaround lack of dynamic reflow with SVG output 2012-08-19 11:23:05 +05:30
Kovid Goyal
5dbbf145af Content server: Fix regression that caused the port being advertised via BonJour to be incorrect if the user changed the port for the server. Fixes #1037912 (custom Content Server port not reflected in Bonjour) 2012-08-19 09:51:01 +05:30