~ubuntu-branches/ubuntu/karmic/calibre/karmic

« back to all changes in this revision

Viewing changes to todo

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-30 12:49:41 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090730124941-kviipg9ypwgppulc
Tags: upstream-0.6.3+dfsg
ImportĀ upstreamĀ versionĀ 0.6.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
* Refactor web.fetch.simple to use per connection timeouts via the timeout kwarg for mechanize.open
3
3
 
4
 
* Refactor IPC code to use communication logic from multiprocessing
5
 
 
6
 
* Use multiprocessing for cpu_count instead of QThread
7
 
 
8
 
* Rationalize books table. Add a pubdate column, remove the uri column (and associated support in add_books) and  convert series_index to a float.
9
 
 
10
 
* Replace single application stuff with Listener from multiprocessing
11
 
 
12
 
* Refactor add books to use a separate process named calibre-worker-add
13
 
  - Dont use the process for adding a single book
14
 
  - Use a process pool for speed
 
4
* Testing framework
 
5
 
 
6
* MOBI navigation indexing support
 
7