CINXE.COM

Code : calibre

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/calibre/+code" /> <meta charset="UTF-8" /> <title>Code : calibre</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/calibre/branches.atom" title="Latest Branches for calibre" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/calibre/revisions.atom" title="Latest Revisions for calibre" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="To learn how to contribute to calibre, see http://calibre-ebook.com/get-involved" /> <meta property="og:description" content="To learn how to contribute to calibre, see http://calibre-ebook.com/get-involved" /> <meta property="og:title" content="Code : calibre" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/calibre/+code" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-branches main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/calibre/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/calibre"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/49153010/library64.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/calibre">calibre</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/calibre">Overview</a></li> <li class="branches active"><span>Code</span></li> <li class="bugs"><a href="https://bugs.launchpad.net/calibre">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/calibre">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/calibre">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/calibre">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <span class="see-all"> <a href="/calibre/+git">View Git repositories</a> </span> <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="branch-summary"> <div style="margin: 1em 0"> You can <a href="https://bazaar.launchpad.net/~kovid/calibre/trunk/files">browse the source code</a> for the development focus branch or get a copy of the branch using the command:<br /> <tt class="command">bzr branch lp:calibre</tt> </div> </div> <div id="portlet-product-branchstatistics"> <p> <span id="active-review-count"> calibre has 13 <a class="menu-link-active_reviews" href="https://code.launchpad.net/calibre/+activereviews">active reviews</a>. </span> <span id="all-merges"> <a href="+merges">See all merge proposals</a>. </span> </p> <!--branches--> <p> <span id="branch-count-summary"> calibre has 46 active branches owned by 37 people and 1 team. </span> <!--commits--> <span id="commits"> There were 0 commits in the last month. </span> </p> </div> <h2>Bazaar branches</h2> <div id="branches-table-listing"> <form method="get" name="filter" id="filter_form" style="padding-bottom: 0.5em" action="https://code.launchpad.net/calibre/+code"> <label for="field.lifecycle"> Branches with status: </label> <select id="field.lifecycle" name="field.lifecycle" size="1" > <option selected="selected" value="CURRENT">Any active status</option> <option value="ALL">Any status</option> <option value="EXPERIMENTAL">Experimental</option> <option value="DEVELOPMENT">Development</option> <option value="MATURE">Mature</option> <option value="MERGED">Merged</option> <option value="ABANDONED">Abandoned</option> </select> <input name="field.lifecycle-empty-marker" type="hidden" value="1" /> <select id="field.sort_by" name="field.sort_by" size="1" > <option selected="selected" value="by most interesting">by most interesting</option> <option value="by status">by status</option> <option value="by branch name">by branch name</option> <option value="by owner name">by owner name</option> <option value="most recently changed first">most recently changed first</option> <option value="most neglected first">most neglected first</option> <option value="newest first">newest first</option> <option value="oldest first">oldest first</option> </select> <input name="field.sort_by-empty-marker" type="hidden" value="1" /> <input id="filter_form_submit" type="submit" value="Filter" /> </form> <script type="text/javascript"> function show_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "block"; } } function hide_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "none"; } } </script> <script type="text/javascript"> LPJS.use("lp.code.util", function(Y) { Y.on("domready", function(e) { Y.lp.code.util.hookUpBranchFilterSubmission(Y); }, window); }); </script> <table id="branchtable" class="listing sortable"> <thead> <tr> <th colspan="2">Name</th> <th>Status</th> <th>Last Modified</th> <th>Last Commit</th> </tr> </thead> <tbody> <tr> <td> <a class="sprite branch" href="/~kovid/calibre/trunk">lp:calibre</a> <br /><strong style="margin-left: 2.5em;">Series:</strong> <a href="https://launchpad.net/calibre/trunk">trunk</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="sortkey">2</span> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2014-05-26 02:54:38 UTC</span> <time title="2014-05-26 02:54:38 UTC" datetime="2014-05-26T02:54:38.872000+00:00">2014-05-26</time> </td> <td onmouseout="hide_commit(41361)" onmouseover="show_commit(41361)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~kovid/calibre/trunk/revision/15242">15242</a>. Updated translations </div> <div class="popupTitle" id="branch-log-41361" onmouseover="hide_commit(41361)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2014-05-26 02:54:38 UTC </p> <p>Updated translations</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~eschwartz/calibre/trunk">lp:~eschwartz/<wbr />calibre/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-09-20 10:37:32 UTC</span> <time title="2016-09-20 10:37:32 UTC" datetime="2016-09-20T10:37:32+00:00">2016-09-20</time> </td> <td onmouseout="hide_commit(16967468)" onmouseover="show_commit(16967468)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~eschwartz/calibre/trunk/revision/23192">23192</a>. Use ngettext for number of selected b... </div> <div class="popupTitle" id="branch-log-16967468" onmouseover="hide_commit(16967468)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2016-09-20 10:37:32 UTC </p> <p>Use ngettext for number of selected books in statusbar</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~kovid/calibre/translations">lp:~kovid/<wbr />calibre/<wbr />translations</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2014-05-26 05:37:25 UTC</span> <time title="2014-05-26 05:37:25 UTC" datetime="2014-05-26T05:37:25.984000+00:00">2014-05-26</time> </td> <td onmouseout="hide_commit(242274)" onmouseover="show_commit(242274)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~kovid/calibre/translations/revision/5187">5187</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-242274" onmouseover="hide_commit(242274)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of kovid <br /> <strong>Revision Date:</strong> 2014-05-26 05:37:25 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~hideaki-t/calibre/calibre">lp:~hideaki-<wbr />t/calibre/<wbr />calibre</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-09-16 11:53:32 UTC</span> <time title="2013-09-16 11:53:32 UTC" datetime="2013-09-16T11:53:32.864000+00:00">2013-09-16</time> </td> <td onmouseout="hide_commit(833538)" onmouseover="show_commit(833538)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~hideaki-t/calibre/calibre/revision/15147">15147</a>. Merge from trunk </div> <div class="popupTitle" id="branch-log-833538" onmouseover="hide_commit(833538)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~hideaki-t" class="sprite person">Hideaki Takahashi</a> <br /> <strong>Revision Date:</strong> 2013-09-16 11:53:32 UTC </p> <p>Merge from trunk</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~tomek3d/calibre/store">lp:~tomek3d/<wbr />calibre/<wbr />store</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-06-01 19:57:57 UTC</span> <time title="2013-06-01 19:57:57 UTC" datetime="2013-06-01T19:57:57.858000+00:00">2013-06-01</time> </td> <td onmouseout="hide_commit(553004)" onmouseover="show_commit(553004)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~tomek3d/calibre/store/revision/8584">8584</a>. forgotten line... </div> <div class="popupTitle" id="branch-log-553004" onmouseover="hide_commit(553004)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~tomek3d" class="sprite person">Tomasz D艂ugosz</a> <br /> <strong>Revision Date:</strong> 2013-06-01 19:57:57 UTC </p> <p>forgotten line...</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~griker-deactivatedaccount/calibre/development">lp:~griker-<wbr />deactivatedacco<wbr />unt/calibre/<wbr />development</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-05-30 09:40:31 UTC</span> <time title="2013-05-30 09:40:31 UTC" datetime="2013-05-30T09:40:31.235000+00:00">2013-05-30</time> </td> <td onmouseout="hide_commit(651682)" onmouseover="show_commit(651682)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~griker-deactivatedaccount/calibre/development/revision/13306">13306</a>. Return None from _idevice_get_device_... </div> <div class="popupTitle" id="branch-log-651682" onmouseover="hide_commit(651682)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~griker-deactivatedaccount" class="sprite person-inactive">GRiker</a> <br /> <strong>Revision Date:</strong> 2013-05-30 09:40:31 UTC </p> <p>Return None from _idevice_<wbr />get_device_<wbr />list() when error condition</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~user-none/calibre/dev">lp:~user-<wbr />none/calibre/<wbr />dev</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-05-19 20:49:22 UTC</span> <time title="2013-05-19 20:49:22 UTC" datetime="2013-05-19T20:49:22.351000+00:00">2013-05-19</time> </td> <td onmouseout="hide_commit(409288)" onmouseover="show_commit(409288)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~user-none/calibre/dev/revision/13653">13653</a>. </div> <div class="popupTitle" id="branch-log-409288" onmouseover="hide_commit(409288)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~user-none" class="sprite person">John Schember</a> <br /> <strong>Revision Date:</strong> 2013-05-19 20:49:22 UTC </p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~pgokul/calibre/srikosam">lp:~pgokul/<wbr />calibre/<wbr />srikosam</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-05-07 17:35:00 UTC</span> <time title="2013-05-07 17:35:00 UTC" datetime="2013-05-07T17:35:00.937711+00:00">2013-05-07</time> </td> <td onmouseout="hide_commit(792079)" onmouseover="show_commit(792079)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~pgokul/calibre/srikosam/revision/14949">14949</a>. Initial Checkin </div> <div class="popupTitle" id="branch-log-792079" onmouseover="hide_commit(792079)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~pgokul" class="sprite person">Gokul</a> <br /> <strong>Revision Date:</strong> 2013-05-07 17:20:20 UTC </p> <p>Initial Checkin</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~pmwheatley/calibre/hack">lp:~pmwheatley/<wbr />calibre/<wbr />hack</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-04-27 14:39:49 UTC</span> <time title="2013-04-27 14:39:49 UTC" datetime="2013-04-27T14:39:49.607000+00:00">2013-04-27</time> </td> <td onmouseout="hide_commit(763204)" onmouseover="show_commit(763204)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~pmwheatley/calibre/hack/revision/14863">14863</a>. Initial commit </div> <div class="popupTitle" id="branch-log-763204" onmouseover="hide_commit(763204)"> <p> <strong>Author:</strong> Phillip Wheatley <br /> <strong>Revision Date:</strong> 2013-04-27 14:39:49 UTC </p> <p>Initial commit</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~cbhaley/calibre/calibre_temp">lp:~cbhaley/<wbr />calibre/<wbr />calibre_<wbr />temp</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-04-24 14:07:25 UTC</span> <time title="2013-04-24 14:07:25 UTC" datetime="2013-04-24T14:07:25.089000+00:00">2013-04-24</time> </td> <td onmouseout="hide_commit(494910)" onmouseover="show_commit(494910)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~cbhaley/calibre/calibre_temp/revision/13097">13097</a>. 1) More robust network handing for au... </div> <div class="popupTitle" id="branch-log-494910" onmouseover="hide_commit(494910)"> <p> <strong>Author:</strong> cbhaley <br /> <strong>Revision Date:</strong> 2013-04-24 10:33:21 UTC </p> <p>1) More robust network handing for autoconnect.<br /> 2) Separate the two _debug locks to avoid circular lock deadlocks</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/build">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />build</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-11 13:28:04 UTC</span> <time title="2013-02-11 13:28:04 UTC" datetime="2013-02-11T13:28:04+00:00">2013-02-11</time> </td> <td onmouseout="hide_commit(722103)" onmouseover="show_commit(722103)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/build/revision/14271">14271</a>. Changing winutil makefile path from p... </div> <div class="popupTitle" id="branch-log-722103" onmouseover="hide_commit(722103)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-11 13:28:04 UTC </p> <p>Changing winutil makefile path from python26 to python27</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/log">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />log</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-11 13:26:13 UTC</span> <time title="2013-02-11 13:26:13 UTC" datetime="2013-02-11T13:26:13.651718+00:00">2013-02-11</time> </td> <td onmouseout="hide_commit(722105)" onmouseover="show_commit(722105)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/log/revision/14270">14270</a>. Adding missing exception message </div> <div class="popupTitle" id="branch-log-722105" onmouseover="hide_commit(722105)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-07 07:20:31 UTC </p> <p>Adding missing exception message</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/error">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />error</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-11 13:06:40 UTC</span> <time title="2013-02-11 13:06:40 UTC" datetime="2013-02-11T13:06:40.820703+00:00">2013-02-11</time> </td> <td onmouseout="hide_commit(722099)" onmouseover="show_commit(722099)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/error/revision/14269">14269</a>. Print error if `coffee` is missing ra... </div> <div class="popupTitle" id="branch-log-722099" onmouseover="hide_commit(722099)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-05 20:59:54 UTC </p> <p>Print error if `coffee` is missing rather than open the editor</p> <p>Placing `check_call` on a single line so that the call is visible in &#x27;Traceback&#x27;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/archive">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />archive</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-11 12:37:59 UTC</span> <time title="2013-02-11 12:37:59 UTC" datetime="2013-02-11T12:37:59.944867+00:00">2013-02-11</time> </td> <td onmouseout="hide_commit(722086)" onmouseover="show_commit(722086)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/archive/revision/14316">14316</a>. Making Windows build archive folders ... </div> <div class="popupTitle" id="branch-log-722086" onmouseover="hide_commit(722086)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-11 12:03:06 UTC </p> <p>Making Windows build archive folders extractable</p> <p>Removing unnecessary slash replace</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/key">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />key</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-01 21:03:44 UTC</span> <time title="2013-02-01 21:03:44 UTC" datetime="2013-02-01T21:03:44+00:00">2013-02-01</time> </td> <td onmouseout="hide_commit(718537)" onmouseover="show_commit(718537)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/key/revision/14247">14247</a>. Changing default book table home/end ... </div> <div class="popupTitle" id="branch-log-718537" onmouseover="hide_commit(718537)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-01 21:03:44 UTC </p> <p>Changing default book table home/end scrolling from horizontal to vertical</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~john-peterson/calibre/meta">lp:~john-<wbr />peterson/<wbr />calibre/<wbr />meta</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-02-01 04:52:20 UTC</span> <time title="2013-02-01 04:52:20 UTC" datetime="2013-02-01T04:52:20.797303+00:00">2013-02-01</time> </td> <td onmouseout="hide_commit(718536)" onmouseover="show_commit(718536)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~john-peterson/calibre/meta/revision/14248">14248</a>. Adding option to auto add metadata on... </div> <div class="popupTitle" id="branch-log-718536" onmouseover="hide_commit(718536)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~john-peterson" class="sprite person">John Peterson</a> <br /> <strong>Revision Date:</strong> 2013-02-01 04:05:17 UTC </p> <p>Adding option to auto add metadata on import</p> <p>Coordinating add actions so that convert waits for metadata adding</p> <p>Narrowing the metadata download modification check to avoid checking for changes in custom metadata (which is not downloaded or overwritten)</p> <p>Adding option to clear IDs before metadata download (to obtain the default edition)</p> <p>Adding option to not confirm before updating metadata in library</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~macieksitarz/calibre/optional-keyring-support">lp:~macieksitar<wbr />z/calibre/<wbr />optional-<wbr />keyring-<wbr />support</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-01-13 18:43:53 UTC</span> <time title="2013-01-13 18:43:53 UTC" datetime="2013-01-13T18:43:53.245148+00:00">2013-01-13</time> </td> <td onmouseout="hide_commit(713396)" onmouseover="show_commit(713396)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~macieksitarz/calibre/optional-keyring-support/revision/14092">14092</a>. Merge with trunk </div> <div class="popupTitle" id="branch-log-713396" onmouseover="hide_commit(713396)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~macieksitarz" class="sprite person">Maciej Sitarz</a> <br /> <strong>Revision Date:</strong> 2013-01-13 18:36:19 UTC </p> <p>Merge with trunk</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~macieksitarz/calibre/keyring-support">lp:~macieksitar<wbr />z/calibre/<wbr />keyring-<wbr />support</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-01-11 13:24:21 UTC</span> <time title="2013-01-11 13:24:21 UTC" datetime="2013-01-11T13:24:21.920000+00:00">2013-01-11</time> </td> <td onmouseout="hide_commit(713088)" onmouseover="show_commit(713088)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~macieksitarz/calibre/keyring-support/revision/14073">14073</a>. Merge from main branch </div> <div class="popupTitle" id="branch-log-713088" onmouseover="hide_commit(713088)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~macieksitarz" class="sprite person">Maciej Sitarz</a> <br /> <strong>Revision Date:</strong> 2013-01-11 13:24:21 UTC </p> <p>Merge from main branch</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~hakan/calibre/calibre-pluginize-dirnames-0.9.1">lp:~hakan/<wbr />calibre/<wbr />calibre-<wbr />pluginize-<wbr />dirnames-<wbr />0.9.1</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2013-01-04 22:16:48 UTC</span> <time title="2013-01-04 22:16:48 UTC" datetime="2013-01-04T22:16:48.550000+00:00">2013-01-04</time> </td> <td onmouseout="hide_commit(660161)" onmouseover="show_commit(660161)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~hakan/calibre/calibre-pluginize-dirnames-0.9.1/revision/13426">13426</a>. Merged up to 0.9.13 </div> <div class="popupTitle" id="branch-log-660161" onmouseover="hide_commit(660161)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~hakan" class="sprite person">hakan</a> <br /> <strong>Revision Date:</strong> 2013-01-04 22:16:48 UTC </p> <p>Merged up to 0.9.13</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~davidfor/calibre/kobo-driver">lp:~davidfor/<wbr />calibre/<wbr />kobo-driver</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-11-08 02:58:06 UTC</span> <time title="2012-11-08 02:58:06 UTC" datetime="2012-11-08T02:58:06.124000+00:00">2012-11-08</time> </td> <td onmouseout="hide_commit(662788)" onmouseover="show_commit(662788)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~davidfor/calibre/kobo-driver/revision/13615">13615</a>. Bug #1069617 - Solved problem with m... </div> <div class="popupTitle" id="branch-log-662788" onmouseover="hide_commit(662788)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~davidfor" class="sprite person">David Forrester</a> <br /> <strong>Revision Date:</strong> 2012-11-08 02:58:06 UTC </p> <p><a href="/bugs/1069617" class="bug-link">Bug #1069617</a><br /> - Solved problem with matching books on device and in library.<br /> - Still have problem if book is not in metadata.calibre.<br /> - Performance improvements for shelves.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~niluje/calibre/recipes">lp:~niluje/<wbr />calibre/<wbr />recipes</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-10-17 12:48:44 UTC</span> <time title="2012-10-17 12:48:44 UTC" datetime="2012-10-17T12:48:44.857000+00:00">2012-10-17</time> </td> <td onmouseout="hide_commit(653776)" onmouseover="show_commit(653776)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~niluje/calibre/recipes/revision/13470">13470</a>. Add a recipe for the Cyanide &amp; Happin... </div> <div class="popupTitle" id="branch-log-653776" onmouseover="hide_commit(653776)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~niluje" class="sprite person">NiLuJe</a> <br /> <strong>Revision Date:</strong> 2012-10-17 12:48:44 UTC </p> <p>Add a recipe for the Cyanide &amp; Happiness webcomic</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~timlegge/calibre/kobo_driver">lp:~timlegge/<wbr />calibre/<wbr />kobo_driver</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-09-05 15:24:54 UTC</span> <time title="2012-09-05 15:24:54 UTC" datetime="2012-09-05T15:24:54.020000+00:00">2012-09-05</time> </td> <td onmouseout="hide_commit(375413)" onmouseover="show_commit(375413)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~timlegge/calibre/kobo_driver/revision/13173">13173</a>. MTP: Get serial number from the device </div> <div class="popupTitle" id="branch-log-375413" onmouseover="hide_commit(375413)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2012-09-05 15:24:54 UTC </p> <p>MTP: Get serial number from the device</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~n-muench/calibre/debian">lp:~n-muench/<wbr />calibre/<wbr />debian</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-08-11 21:25:14 UTC</span> <time title="2012-08-11 21:25:14 UTC" datetime="2012-08-11T21:25:14.944000+00:00">2012-08-11</time> </td> <td onmouseout="hide_commit(420164)" onmouseover="show_commit(420164)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~n-muench/calibre/debian/revision/29">29</a>. Version 0.8.61+dfsg-0~ppa1 </div> <div class="popupTitle" id="branch-log-420164" onmouseover="hide_commit(420164)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~n-muench" class="sprite person">Nate Muench (Mink)</a> <br /> <strong>Revision Date:</strong> 2012-08-11 21:25:14 UTC </p> <p>Version 0.8.61+dfsg-0~ppa1</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~jonathan-hmmn/calibre/calibre">lp:~jonathan-<wbr />hmmn/calibre/<wbr />calibre</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-07-19 20:54:28 UTC</span> <time title="2012-07-19 20:54:28 UTC" datetime="2012-07-19T20:54:28.095000+00:00">2012-07-19</time> </td> <td onmouseout="hide_commit(639305)" onmouseover="show_commit(639305)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~jonathan-hmmn/calibre/calibre/revision/12744">12744</a>. Change Bulk Metadata Window's Apply b... </div> <div class="popupTitle" id="branch-log-639305" onmouseover="hide_commit(639305)"> <p> <strong>Author:</strong> Jonathan Sambrook <br /> <strong>Revision Date:</strong> 2012-07-19 20:54:28 UTC </p> <p>Change Bulk Metadata Window&#x27;s Apply button to work as expected</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~miurahr/calibre/debian">lp:~miurahr/<wbr />calibre/<wbr />debian</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-05-06 04:42:45 UTC</span> <time title="2012-05-06 04:42:45 UTC" datetime="2012-05-06T04:42:45.588000+00:00">2012-05-06</time> </td> <td onmouseout="hide_commit(411436)" onmouseover="show_commit(411436)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~miurahr/calibre/debian/revision/14">14</a>. remove python2.6 dependency for calib... </div> <div class="popupTitle" id="branch-log-411436" onmouseover="hide_commit(411436)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~miurahr" class="sprite person">Hiroshi Miura</a> <br /> <strong>Revision Date:</strong> 2012-05-06 04:42:45 UTC </p> <p>remove python2.6 dependency for calibre-bin package</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~serenityvalley/calibre/calibre_reader">lp:~serenityval<wbr />ley/calibre/<wbr />calibre_<wbr />reader</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-04-12 16:39:45 UTC</span> <time title="2012-04-12 16:39:45 UTC" datetime="2012-04-12T16:39:45.218000+00:00">2012-04-12</time> </td> <td onmouseout="hide_commit(587553)" onmouseover="show_commit(587553)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~serenityvalley/calibre/calibre_reader/revision/11849">11849</a>. Added monocle source files for multi ... </div> <div class="popupTitle" id="branch-log-587553" onmouseover="hide_commit(587553)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~serenityvalley" class="sprite person">Caleb06</a> <br /> <strong>Revision Date:</strong> 2012-04-12 16:39:45 UTC </p> <p>Added monocle source files for multi format reading.<br /> Still working on integrating them.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~amit-pureenergy/calibre/calibre-kindle">lp:~amit-<wbr />pureenergy/<wbr />calibre/<wbr />calibre-<wbr />kindle</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Linked to a blueprint)" width="14" height="14" src="/@@/blueprint" title="Linked to a blueprint"/> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2011-12-25 05:06:18 UTC</span> <time title="2011-12-25 05:06:18 UTC" datetime="2011-12-25T05:06:18.274781+00:00">2011-12-25</time> </td> <td> <em> This branch has not been pushed to yet. </em> </td> </tr> <tr> <td> <a class="sprite branch" href="/~wordpress-2/calibre/library-gui">lp:~wordpress-<wbr />2/calibre/<wbr />library-<wbr />gui</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2011-10-21 16:49:01 UTC</span> <time title="2011-10-21 16:49:01 UTC" datetime="2011-10-21T16:49:01.584000+00:00">2011-10-21</time> </td> <td onmouseout="hide_commit(542614)" onmouseover="show_commit(542614)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~wordpress-2/calibre/library-gui/revision/10714">10714</a>. Fix #879459 (Updated recipe for The J... </div> <div class="popupTitle" id="branch-log-542614" onmouseover="hide_commit(542614)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2011-10-21 16:49:01 UTC </p> <p>Fix #879459 (Updated recipe for The Japan Times)</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~invullen/calibre/drMerry">lp:~invullen/<wbr />calibre/<wbr />drMerry</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-09-29 03:50:13 UTC</span> <time title="2011-09-29 03:50:13 UTC" datetime="2011-09-29T03:50:13.371000+00:00">2011-09-29</time> </td> <td onmouseout="hide_commit(498445)" onmouseover="show_commit(498445)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~invullen/calibre/drMerry/revision/10569">10569</a>. ... </div> <div class="popupTitle" id="branch-log-498445" onmouseover="hide_commit(498445)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2011-09-29 03:50:13 UTC </p> <p>...</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~xnox/calibre/dfsg">lp:~xnox/<wbr />calibre/<wbr />dfsg</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-09-18 22:08:06 UTC</span> <time title="2011-09-18 22:08:06 UTC" datetime="2011-09-18T22:08:06.326717+00:00">2011-09-18</time> </td> <td onmouseout="hide_commit(514113)" onmouseover="show_commit(514113)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~xnox/calibre/dfsg/revision/10470">10470</a>. Remove non-free binary thumbnail </div> <div class="popupTitle" id="branch-log-514113" onmouseover="hide_commit(514113)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~xnox" class="sprite person">Dimitri John Ledkov</a> <br /> <strong>Revision Date:</strong> 2011-09-18 22:06:54 UTC </p> <p>Remove non-free binary thumbnail</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~thomas-scholl/calibre/dev">lp:~thomas-<wbr />scholl/<wbr />calibre/<wbr />dev</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-08-25 23:00:25 UTC</span> <time title="2011-08-25 23:00:25 UTC" datetime="2011-08-25T23:00:25.436000+00:00">2011-08-25</time> </td> <td onmouseout="hide_commit(450506)" onmouseover="show_commit(450506)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~thomas-scholl/calibre/dev/revision/8998">8998</a>. Merge from main branch </div> <div class="popupTitle" id="branch-log-450506" onmouseover="hide_commit(450506)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~thomas-scholl" class="sprite person">Tom Scholl</a> <br /> <strong>Revision Date:</strong> 2011-08-25 23:00:25 UTC </p> <p>Merge from main branch</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~ray-haleblian/calibre/menubar">lp:~ray-<wbr />haleblian/<wbr />calibre/<wbr />menubar</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-08-21 00:40:17 UTC</span> <time title="2011-08-21 00:40:17 UTC" datetime="2011-08-21T00:40:17.885000+00:00">2011-08-21</time> </td> <td onmouseout="hide_commit(507742)" onmouseover="show_commit(507742)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~ray-haleblian/calibre/menubar/revision/9988">9988</a>. Shorten menubar under OS X and add a ... </div> <div class="popupTitle" id="branch-log-507742" onmouseover="hide_commit(507742)"> <p> <strong>Author:</strong> &lt;email address hidden&gt; <br /> <strong>Revision Date:</strong> 2011-08-21 00:40:17 UTC </p> <p>Shorten menubar under OS X and add a few items.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~joelkoerwer/calibre/jfk-trunk">lp:~joelkoerwer<wbr />/calibre/<wbr />jfk-trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-05-06 17:21:22 UTC</span> <time title="2011-05-06 17:21:22 UTC" datetime="2011-05-06T17:21:22.605000+00:00">2011-05-06</time> </td> <td onmouseout="hide_commit(480857)" onmouseover="show_commit(480857)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~joelkoerwer/calibre/jfk-trunk/revision/9140">9140</a>. Added windows_sort_drives do-nothing ... </div> <div class="popupTitle" id="branch-log-480857" onmouseover="hide_commit(480857)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~joelkoerwer" class="sprite person">Joel Koerwer</a> <br /> <strong>Revision Date:</strong> 2011-05-06 17:21:22 UTC </p> <p>Added windows_sort_drives do-nothing to Hanlin V5 driver.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~funrun73/calibre/calibre-dev">lp:~funrun73/<wbr />calibre/<wbr />calibre-<wbr />dev</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-04-01 20:14:32 UTC</span> <time title="2011-04-01 20:14:32 UTC" datetime="2011-04-01T20:14:32.369224+00:00">2011-04-01</time> </td> <td> <em> This branch has not been pushed to yet. </em> </td> </tr> <tr> <td> <a class="sprite branch" href="/~tomgalloway/calibre/testing">lp:~tomgalloway<wbr />/calibre/<wbr />testing</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2011-03-30 12:11:49 UTC</span> <time title="2011-03-30 12:11:49 UTC" datetime="2011-03-30T12:11:49.271000+00:00">2011-03-30</time> </td> <td onmouseout="hide_commit(449633)" onmouseover="show_commit(449633)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~tomgalloway/calibre/testing/revision/8585">8585</a>. Merge from main branch </div> <div class="popupTitle" id="branch-log-449633" onmouseover="hide_commit(449633)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~tomgalloway" class="sprite person">Tom Galloway</a> <br /> <strong>Revision Date:</strong> 2011-03-30 12:11:49 UTC </p> <p>Merge from main branch</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~josernestodavila/calibre/debian-fix-706221">lp:~josernestod<wbr />avila/calibre/<wbr />debian-<wbr />fix-706221</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-02-11 00:35:41 UTC</span> <time title="2011-02-11 00:35:41 UTC" datetime="2011-02-11T00:35:41.397701+00:00">2011-02-11</time> </td> <td onmouseout="hide_commit(423694)" onmouseover="show_commit(423694)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~josernestodavila/calibre/debian-fix-706221/revision/124">124</a>. * Non-maintainer upload * debian/cont... </div> <div class="popupTitle" id="branch-log-423694" onmouseover="hide_commit(423694)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~josernestodavila" class="sprite person">Jos茅 Ernesto D谩vila Pantoja</a> <br /> <strong>Revision Date:</strong> 2011-02-11 00:32:36 UTC </p> <p>* Non-maintainer upload<br /> * debian/control:<br /> &nbsp;&nbsp;- Support was misspelled as upport. (Closes: LP: <a href="/bugs/706221" class="bug-link">#706221</a>)<br /> &nbsp;&nbsp;- Removed python-routes from Recommeds to fix lintian warning.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~hamm-one/calibre/contributions">lp:~hamm-<wbr />one/calibre/<wbr />contributions</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2011-02-04 23:58:51 UTC</span> <time title="2011-02-04 23:58:51 UTC" datetime="2011-02-04T23:58:51.358000+00:00">2011-02-04</time> </td> <td onmouseout="hide_commit(422317)" onmouseover="show_commit(422317)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~hamm-one/calibre/contributions/revision/7969">7969</a>. ... </div> <div class="popupTitle" id="branch-log-422317" onmouseover="hide_commit(422317)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2011-02-04 23:58:51 UTC </p> <p>...</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~miurahr/calibre/recipes">lp:~miurahr/<wbr />calibre/<wbr />recipes</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2011-02-03 14:30:06 UTC</span> <time title="2011-02-03 14:30:06 UTC" datetime="2011-02-03T14:30:06.007571+00:00">2011-02-03</time> </td> <td onmouseout="hide_commit(407046)" onmouseover="show_commit(407046)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~miurahr/calibre/recipes/revision/6870">6870</a>. recipe: msn sankei news changes its c... </div> <div class="popupTitle" id="branch-log-407046" onmouseover="hide_commit(407046)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~miurahr" class="sprite person">Hiroshi Miura</a> <br /> <strong>Revision Date:</strong> 2011-02-03 04:21:44 UTC </p> <p>recipe: msn sankei news changes its charcode.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~steffensiebert/calibre/trunk">lp:~steffensieb<wbr />ert/calibre/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2010-12-09 23:00:13 UTC</span> <time title="2010-12-09 23:00:13 UTC" datetime="2010-12-09T23:00:13.442000+00:00">2010-12-09</time> </td> <td onmouseout="hide_commit(409629)" onmouseover="show_commit(409629)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~steffensiebert/calibre/trunk/revision/7042">7042</a>. CHANGED: Class which creates flat EPU... </div> <div class="popupTitle" id="branch-log-409629" onmouseover="hide_commit(409629)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~steffensiebert" class="sprite person">Steffen Siebert</a> <br /> <strong>Revision Date:</strong> 2010-12-09 23:00:13 UTC </p> <p>CHANGED: Class which creates flat EPUB output renamed to FlatFilenames. Make original class UniqueFilenames available again as an alternative.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~alberto-cuda/calibre/pdflow">lp:~alberto-<wbr />cuda/calibre/<wbr />pdflow</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2010-11-30 13:49:33 UTC</span> <time title="2010-11-30 13:49:33 UTC" datetime="2010-11-30T13:49:33.108283+00:00">2010-11-30</time> </td> <td onmouseout="hide_commit(408777)" onmouseover="show_commit(408777)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~alberto-cuda/calibre/pdflow/revision/6957">6957</a>. Direct conversion of PDF file, using ... </div> <div class="popupTitle" id="branch-log-408777" onmouseover="hide_commit(408777)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~alberto-cuda" class="sprite person">Alberto Cuda</a> <br /> <strong>Revision Date:</strong> 2010-11-30 10:20:10 UTC </p> <p>Direct conversion of PDF file, using PDFlow</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~fabeat/calibre/trunk">lp:~fabeat/<wbr />calibre/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2010-11-07 19:10:45 UTC</span> <time title="2010-11-07 19:10:45 UTC" datetime="2010-11-07T19:10:45.866000+00:00">2010-11-07</time> </td> <td onmouseout="hide_commit(378635)" onmouseover="show_commit(378635)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~fabeat/calibre/trunk/revision/6841">6841</a>. Add tweak to control behavior of doub... </div> <div class="popupTitle" id="branch-log-378635" onmouseover="hide_commit(378635)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kovid" class="sprite person">Kovid Goyal</a> <br /> <strong>Revision Date:</strong> 2010-11-07 19:10:45 UTC </p> <p>Add tweak to control behavior of double clicking on the books list</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~ludovicofischer/calibre/playground">lp:~ludovicofis<wbr />cher/calibre/<wbr />playground</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2010-05-24 23:54:34 UTC</span> <time title="2010-05-24 23:54:34 UTC" datetime="2010-05-24T23:54:34.934000+00:00">2010-05-24</time> </td> <td onmouseout="hide_commit(351121)" onmouseover="show_commit(351121)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~ludovicofischer/calibre/playground/revision/5245">5245</a>. Is the check for _run_once really nec... </div> <div class="popupTitle" id="branch-log-351121" onmouseover="hide_commit(351121)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~ludovicofischer" class="sprite person">Ludovico Fischer</a> <br /> <strong>Revision Date:</strong> 2010-05-24 23:54:34 UTC </p> <p>Is the check for _run_once really necessary (should be executed only on first import anyway)?</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~ubuntu-dev/calibre/ubuntu">lp:~ubuntu-<wbr />dev/calibre/<wbr />ubuntu</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2010-02-25 20:25:39 UTC</span> <time title="2010-02-25 20:25:39 UTC" datetime="2010-02-25T20:25:39.131000+00:00">2010-02-25</time> </td> <td onmouseout="hide_commit(244012)" onmouseover="show_commit(244012)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~ubuntu-dev/calibre/ubuntu/revision/127">127</a>. releasing version 0.6.42+dfsg-0ubuntu1 </div> <div class="popupTitle" id="branch-log-244012" onmouseover="hide_commit(244012)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~pitti" class="sprite person">Martin Pitt</a> <br /> <strong>Revision Date:</strong> 2010-02-25 20:25:39 UTC </p> <p>releasing version 0.6.42+<wbr />dfsg-0ubuntu1</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~krzysztof-nirski/calibre/audiobook-support">lp:~krzysztof-<wbr />nirski/<wbr />calibre/<wbr />audiobook-<wbr />support</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2010-01-29 02:37:36 UTC</span> <time title="2010-01-29 02:37:36 UTC" datetime="2010-01-29T02:37:36.646000+00:00">2010-01-29</time> </td> <td onmouseout="hide_commit(308576)" onmouseover="show_commit(308576)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~krzysztof-nirski/calibre/audiobook-support/revision/4602">4602</a>. Merge with local branch. </div> <div class="popupTitle" id="branch-log-308576" onmouseover="hide_commit(308576)"> <p> <strong>Author:</strong> Krzysztof Nirski <br /> <strong>Revision Date:</strong> 2010-01-29 02:37:36 UTC </p> <p>Merge with local branch.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~rimiha/calibre/calibre-pml">lp:~rimiha/<wbr />calibre/<wbr />calibre-<wbr />pml</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">0</span> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2009-10-23 02:44:38 UTC</span> <time title="2009-10-23 02:44:38 UTC" datetime="2009-10-23T02:44:38.964152+00:00">2009-10-23</time> </td> <td> <em> This branch has not been pushed to yet. </em> </td> </tr> <tr> <td> <a class="sprite branch" href="/~llasram/calibre/pluginize">lp:~llasram/<wbr />calibre/<wbr />pluginize</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2009-04-10 01:13:44 UTC</span> <time title="2009-04-10 01:13:44 UTC" datetime="2009-04-10T01:13:44.041000+00:00">2009-04-10</time> </td> <td onmouseout="hide_commit(35575)" onmouseover="show_commit(35575)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~llasram/calibre/pluginize/revision/2282">2282</a>. Merge upstream changes. </div> <div class="popupTitle" id="branch-log-35575" onmouseover="hide_commit(35575)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~llasram" class="sprite person">Marshall T. Vandegrift</a> <br /> <strong>Revision Date:</strong> 2009-04-10 01:13:44 UTC </p> <p>Merge upstream changes.</p> </div> </td> </tr> </tbody> </table> <table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>46</strong> of 46 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="branch-portlet"> <div id="privacy" class="first portlet public"> <span id="privacy-text"> You can't create new branches for calibre. </span> </div> <div id="involvement" class="portlet"> <ul> <li><a class="menu-link-code_import sprite add" href="https://code.launchpad.net/calibre/+new-import">Import a branch</a></li> </ul> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/calibre", "web_link": "https://launchpad.net/calibre", "resource_type_link": "https://code.launchpad.net/api/devel/#project", "translations_usage": "Launchpad", "official_answers": false, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://code.launchpad.net/api/devel/calibre/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/calibre/valid_specifications", "bug_reporting_guidelines": "For your bug to receive attention, please provide as much detail as possible. Make sure you specify at least:\n\n * The calibre version (get this by looking at the bottom of the main calibre screen)\n\n * The operating system you are running calibre on (Windows, OS X, Linux)\n\n * If you are reporting a conversion problem, attach the input file and the output file and describe exactly what the problem is.\n\n * If you are reporting a problem with a device not being detected in calibre, follow the steps described here: http://manual.calibre-ebook.com/faq.html#my-device-is-not-being-detected-by-calibre\n\n * If you are reporting a problem with the user interface, describe a set of steps to perform to reproduce the problem.\n", "content_templates": null, "bug_reported_acknowledgement": "If your bug report is a feature request, then it will only be implemented if one of the calibre developers has the time/motivation to implement it. If you get no response to your feature request, that is because no developer is interested.\n\nIf your bug report is an actual bug, it will most likely be looked at within a week. ", "official_bug_tags": ["apple-driver", "catalogs", "documentation", "fb2-output", "kobo-driver", "pdb-input", "pdb-output", "pdf-input", "pdf-output", "preprocessing", "rb-input", "rb-output", "rtf-input", "rtf-output", "txt-input", "txt-output", "website"], "recipes_collection_link": "https://code.launchpad.net/api/devel/calibre/recipes", "webhooks_collection_link": "https://code.launchpad.net/api/devel/calibre/webhooks", "bug_supervisor_link": "https://code.launchpad.net/api/devel/~calibre-bugwranglers", "active_milestones_collection_link": "https://code.launchpad.net/api/devel/calibre/active_milestones", "all_milestones_collection_link": "https://code.launchpad.net/api/devel/calibre/all_milestones", "translationgroup_link": "https://code.launchpad.net/api/devel/+groups/calibre", "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "calibre", "icon_link": "https://code.launchpad.net/api/devel/calibre/icon", "logo_link": "https://code.launchpad.net/api/devel/calibre/logo", "name": "calibre", "owner_link": "https://code.launchpad.net/api/devel/~kovid", "project_group_link": null, "title": "calibre", "registrant_link": "https://code.launchpad.net/api/devel/~kovid", "driver_link": "https://code.launchpad.net/api/devel/~kovid", "summary": "calibre is an e-book library manager. It can view, convert and catalog e-books\nin most of the major e-book formats. It can also talk to a few e-book reader devices. It can\ngo out to the internet and fetch metadata for your books. It can download newspapers and convert\nthem into e-books for convenient reading. It is cross platform, running on Linux, Windows an", "description": "To learn how to contribute to calibre, see http://calibre-ebook.com/get-involved", "date_created": "2008-04-30T13:51:57.117074+00:00", "homepage_url": "http://calibre-ebook.com/", "wiki_url": "http://oldbugs.calibre-ebook.com/", "screenshots_url": "http://calibre-ebook.com/demo", "download_url": "http://calibre-ebook.com/download", "programming_language": "python, C/C++, Javascript, Coffeescript", "sourceforge_project": "calibre", "freshmeat_project": null, "brand_link": "https://code.launchpad.net/api/devel/calibre/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://code.launchpad.net/api/devel/calibre/series", "development_focus_link": "https://code.launchpad.net/api/devel/calibre/trunk", "releases_collection_link": "https://code.launchpad.net/api/devel/calibre/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"929b59bdb0b01c0908832982c7d0d58cf3f3a6fb-d867337a55ca29059ca1f0e1acda8f58a53e08c4\""}};</script> </body> <!-- Facet name: branches Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 88 queries/external actions issued in 1.16 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10