24946 Commits

Author SHA1 Message Date
Charles Haley
b6c0716cff Add:
1) send metadata to device while connected
2) ability to manually match books on device with books in library
2013-07-10 17:44:00 +02:00
Kovid Goyal
0f6161e5ba Update Houston Chronicle 2013-07-09 22:28:14 +05:30
Kovid Goyal
135a0420b1 Driver for Coby Kyros MID1126
Fixes #1199410 [Unrecognized device Coby Kyros MID1126](https://bugs.launchpad.net/calibre/+bug/1199410)
2013-07-09 21:08:27 +05:30
Kovid Goyal
2544d48fbe A bit of formatting 2013-07-09 19:00:16 +05:30
Kovid Goyal
dca69aa470 Confirm format override when add files to book
When adding formats to an existing book, ask for confirmation if some
formats will be overwritten.
2013-07-09 17:50:04 +05:30
Kovid Goyal
03041f925e Tweak to restrict list of output formats
Add a tweak to restrict the list of output formats available in the
conversion dialog. Go to Preferences->Tweaks to change it.
2013-07-09 17:33:28 +05:30
Kovid Goyal
26f86ca987 jsbrowser(): Fix typo causing some images to not be downloaded
Fixes images missing in the Time recipe
2013-07-09 16:54:11 +05:30
Kovid Goyal
ed55e76ff4 Update cracked.com 2013-07-09 15:45:20 +05:30
Kovid Goyal
bba659b852 Add a check for modern WebKit 2013-07-09 14:53:40 +05:30
Kovid Goyal
a94539c32b jsbrowser: Fix handling of html with non lxml safe chars 2013-07-09 14:44:46 +05:30
Kovid Goyal
c4cb0e445e Update amazon metadata download plugin for website changes
Amazon metadata download: Update plugin to deal with the new amazon.com
website
2013-07-08 15:56:09 +05:30
Kovid Goyal
af3d990264 Edelweiss: Workaround broken advanced search
Edelweiss metadata download plugin: Workaround for advanced search being
broken at the Edelweiss website.
2013-07-08 12:52:51 +05:30
Kovid Goyal
3a9fa00032 Try to automatically fix temp folder permissions on windows 2013-07-08 12:24:39 +05:30
Kovid Goyal
fae8aa1405 Dont change into temp dir when downloading single covers
Works around the problem with temp dir permissions on some windows
computers.
2013-07-08 11:32:40 +05:30
Kovid Goyal
a8deb4b1f8 Ignore type errors when sorting device collections
Invalid data in the device database on sony readers could cause errors
when sorting device collections, ignore those errors.
2013-07-08 10:30:34 +05:30
Kovid Goyal
a41a945e8f Add FAQ about windows temp folder permissions 2013-07-08 10:26:50 +05:30
Kovid Goyal
08834f636a Update mediapart.fr 2013-07-07 22:47:57 +05:30
Charles Haley
1ad3753e20 Merge branch 'kovidgoyal/master' 2013-07-07 15:39:58 +02:00
Kovid Goyal
e64ff83e07 Legacy implementations of a few direct methods 2013-07-07 11:44:30 +05:30
Kovid Goyal
3b438889a4 Test emptying db 2013-07-07 11:17:57 +05:30
Kovid Goyal
535cff6f03 Tests for remove_books() 2013-07-07 10:32:20 +05:30
Kovid Goyal
75cf58d0f1 Glenn Brenwald and Ludwig von Mises Institute by anywho 2013-07-07 08:47:26 +05:30
Kovid Goyal
e836bbd203 DOCX Input: Fix no page break being inserted before the last section.
Fixes #1198414 [Private bug](https://bugs.launchpad.net/calibre/+bug/1198414)
2013-07-06 19:02:00 +05:30
Kovid Goyal
0711e03bd4 Initial implementation of remove_book(), needs testing 2013-07-06 12:43:02 +05:30
Kovid Goyal
20920b37b2 Implement add_books() 2013-07-06 11:24:19 +05:30
Kovid Goyal
7c9ae4ebc9 ... 2013-07-06 11:13:55 +05:30
Kovid Goyal
42202faae8 Metadata download dialog: Have the OK button enabled in the results
screen as well. See #1198288
2013-07-06 09:30:37 +05:30
Kovid Goyal
9a8d31ee96 Implement create_book_entry(), with tests 2013-07-05 20:48:31 +05:30
Kovid Goyal
e7bf1c7b7d Clarify use of OPF in calibredb set_metadata 2013-07-05 20:32:26 +05:30
Kovid Goyal
65e31eee12 Implement remove_formats() 2013-07-05 12:44:19 +05:30
Kovid Goyal
df2c497a13 ... 2013-07-05 11:42:30 +05:30
Kovid Goyal
8c1bb3d4cb Add tests for add_format() 2013-07-05 10:12:23 +05:30
Kovid Goyal
849465ccce version 0.9.38 v0.9.38 2013-07-05 08:27:29 +05:30
Kovid Goyal
93264786e1 Fix detection of SD Card in some PRS-T2N devices
Fixes #1197970 [Sony PRS-T2 SD card not recognized](https://bugs.launchpad.net/calibre/+bug/1197970)
2013-07-05 08:03:47 +05:30
Kovid Goyal
4bba2cbf92 Initial implementation of add_format() 2013-07-05 08:01:15 +05:30
Kovid Goyal
f1ce0eb75c Fix test failures due to file locking on windows 2013-07-04 13:16:09 +05:30
Kovid Goyal
7e4a124d52 Ensure we dont leak a file handle 2013-07-04 13:00:08 +05:30
Kovid Goyal
c7033beb98 Make ads in user manual async 2013-07-04 12:46:12 +05:30
Kovid Goyal
c950518da2 Avoid unnecessary string formatting 2013-07-04 12:18:24 +05:30
Charles Haley
cfa952b1c1 Merge branch 'kovidgoyal/master' 2013-07-04 08:22:08 +02:00
Kovid Goyal
ef4efd5768 Refactor creation of hardlinks on windows
After creating the hardlink, open and close the file, to ensure that
the directory entry for the file contains the correct file size, see
http://blogs.msdn.com/b/oldnewthing/archive/2011/12/26/10251026.aspx
2013-07-04 11:11:22 +05:30
Kovid Goyal
852bd49453 MOBI Input: Fix regression parsing '
MOBI Input: Fix a regression that broke parsing of MOBI files with
malformed markup that also used entities for apostrophes. Fixes #1197585 [Private bug](https://bugs.launchpad.net/calibre/+bug/1197585)
2013-07-04 09:54:53 +05:30
Kovid Goyal
af26c0055c Merge branch 'stores' of https://github.com/t3d/calibre
Get Books: Update Woblink store plugin
2013-07-04 09:24:57 +05:30
Kovid Goyal
9e0a74b80e Merge pull request #27 from t3d/master
minor recipe change
2013-07-03 20:52:04 -07:00
Kovid Goyal
2aa8f23d6c When parsing fields, handle escapes 2013-07-04 09:13:37 +05:30
Tomasz Długosz
32fa93d584 update Woblink plugin for website changes 2013-07-04 00:02:19 +02:00
Kovid Goyal
bd4e828668 Restore building iso639 in develop as it is needed 2013-07-03 22:23:49 +05:30
Kovid Goyal
509cc82d80 Allow running python setup.py develop froma git checkout 2013-07-03 21:58:44 +05:30
Kovid Goyal
a3adb69d94 Metadata download dialog: Prevent the buttons from being re-ordered when
the Next button is clicked.
2013-07-03 21:18:32 +05:30
Kovid Goyal
a149790b93 ... 2013-07-03 15:17:46 +05:30