4888 Commits

Author SHA1 Message Date
Kovid Goyal
42b23aaf0a Allow remapping of LUNS in usbms driver to support devices that don't use lun0 for the main memory 2009-05-07 10:49:24 -07:00
Kovid Goyal
a97871b397 IGN:Allow remapping of LUNS in usbmb driver to support devices that don't use lun0 for the main memory 2009-05-07 10:48:47 -07:00
Kovid Goyal
2ba35a8be8 Pull from trunk 2009-05-06 19:52:51 -07:00
Kovid Goyal
c60cd96dc5 Pull from driver-dev 2009-05-06 19:49:10 -07:00
Kovid Goyal
ecdb71c88d Implement single click download of metadata and covers for all sleected books in the library. To access click the arrow next to the Edit metadata button. Fixes #2376 (Enhancement request: Additional buttons on main interface) 2009-05-06 19:46:03 -07:00
John Schember
c7f5598976 status reporting for devices. jetbook uses news path and puts books in subdirs. Fix if elif else clause in _sanity_check. fix errors with the row to id changes. fix bug preventing auto convert to work correctly. 2009-05-06 21:46:25 -04:00
John Schember
dc81cfe029 Fix bug 2390: Use detailed message pane for message dialogs that have dynamic content. 2009-05-06 19:45:34 -04:00
Kovid Goyal
e933db70aa Pull from driver-dev 2009-05-06 16:18:44 -07:00
John Schember
0a67d84598 Progress reporting for gui conversion. 2009-05-06 19:10:46 -04:00
Kovid Goyal
4f643a17f6 Fix #2390 (Error window when a large number books cannot be transferred to a device because of incompatible formats is too large for dis) 2009-05-06 15:19:30 -07:00
Kovid Goyal
3523ecaf5f Fix #2402 (Get error when I plug in my kindle 2) 2009-05-06 13:43:01 -07:00
John Schember
6368f86626 Beginnings of gui_conversion module. 2009-05-06 07:40:15 -04:00
John Schember
dbe4123bc2 Auto convert: Check for format, use correct format in conversion. 2009-05-06 07:01:27 -04:00
John Schember
067baed7f2 Import filespecific widgets when not in same dir as modules. 2009-05-06 06:52:15 -04:00
John Schember
6413208f37 Don't continue the conversion process with unconvertable books. 2009-05-05 20:34:59 -04:00
John Schember
a418271f35 Sync to pluginize 2009-05-05 18:50:52 -04:00
Kovid Goyal
9128fedf44 Pull from trunk 2009-05-05 14:04:52 -07:00
Kovid Goyal
e46982c485 MOBI Input: Fix conversion of MOBI files that do not have opening <html> tags in their markup 2009-05-05 14:01:18 -07:00
Kovid Goyal
f9df174fd9 MOBI Input: Fix conversion of MOBI files that do not have opening <html> tags in their markup 2009-05-05 14:00:12 -07:00
Kovid Goyal
1d0606ad18 EPUB Output:Replace non breaking hyphens with ordinary hyphens as the default fonts that come with ADE don't suport them. 2009-05-05 12:28:30 -07:00
Kovid Goyal
94ab0efc68 EPUB Output:Replace non breaking hyphens with ordinary hyphens as the default fonts that come with ADE don't suport them. 2009-05-05 12:12:19 -07:00
Kovid Goyal
654462faba Pull from driver-dev 2009-05-05 08:56:41 -07:00
John Schember
eda53229a4 GUI: Convert, check for NoSupportedInputFormats. 2009-05-05 08:41:17 -04:00
John Schember
3c045737da GUI: Convert, use book_ids when possible. 2009-05-05 08:26:14 -04:00
John Schember
970430c40f GUI: Convert, remove old default config functions. 2009-05-05 07:57:50 -04:00
John Schember
c956f5fa30 GUI: Convert auto. 2009-05-05 07:51:15 -04:00
John Schember
035d85392a GUI: Convert single. 2009-05-05 07:33:15 -04:00
John Schember
05a9732dbb Wrong init arg. Remove unknown argument. 2009-05-05 06:55:28 -04:00
John Schember
a2a1ea70f3 sync to pluginize 2009-05-05 06:51:18 -04:00
Kovid Goyal
02f808e399 Page Setup plugin for config dialog. Also move EPUB specific options from profiles to EPUB plugin. 2009-05-05 01:52:19 -07:00
Kovid Goyal
5cd88d2602 Conversion dialog now saves the preferred input format when it is accepted so subsequent re-conversions of the same book will use the same input format 2009-05-04 21:20:27 -07:00
Kovid Goyal
3f0e2c389c GUI for comic input 2009-05-04 19:19:47 -07:00
Kovid Goyal
a8b7cc4af8 IGN:... 2009-05-04 18:57:14 -07:00
Kovid Goyal
97ed8d26df Pull from trunk 2009-05-04 18:41:22 -07:00
Kovid Goyal
6bff37343e IGN:calibre-debug -d now generated ioreg output on OS X 2009-05-04 18:40:28 -07:00
Kovid Goyal
b6fdd33237 GUI for LRF and MOBI output 2009-05-04 18:39:12 -07:00
Kovid Goyal
624390db05 Minor cleanups in pdb code 2009-05-04 10:47:38 -07:00
Kovid Goyal
a8ee3491df Use multiprocessing for CPU count 2009-05-04 02:46:30 -07:00
Kovid Goyal
63be1c3558 IGN:Make tag_to_string in jacket profile dependent 2009-05-04 02:33:51 -07:00
Kovid Goyal
74267dc516 Pull from driver-dev 2009-05-03 23:35:52 -07:00
Kovid Goyal
3c1ec39656 IGN:... 2009-05-03 23:35:07 -07:00
Kovid Goyal
b090666b36 Framework for GUI conversion dialog 2009-05-03 23:29:34 -07:00
John Schember
d77f83f9a6 ztxt reader: check version and flags (only newer ztxt format is supported). log info and debug for ztxt and palmdoc input/output. 2009-05-03 19:07:21 -04:00
John Schember
5b8974dbb1 PDB ztxt writer. 2009-05-03 18:44:09 -04:00
John Schember
d7e20bb1e5 PalmDoc pdb output. 2009-05-03 15:05:55 -04:00
Kovid Goyal
4afc1a7106 Pull from driver dev 2009-05-03 10:59:12 -07:00
John Schember
e447b69bd2 palmdoc pdb input. 2009-05-03 12:15:36 -04:00
John Schember
5c40057adf pdb input: Better reporting of unknown formats 2009-05-03 12:07:45 -04:00
John Schember
aa7cd1c4d8 ztxt cleanup 2009-05-03 11:43:31 -04:00
John Schember
6bfe619896 fix bug in pdb metadata. Allow ztxt to use pdb metadata info. 2009-05-03 10:59:54 -04:00