diff --git a/Changelog.yaml b/Changelog.yaml
index ae553522b9..5a96059d37 100644
--- a/Changelog.yaml
+++ b/Changelog.yaml
@@ -4,6 +4,176 @@
# for important features/bug fixes.
# Also, each release can have new and improved recipes.
+- version: 0.7.29
+ date: 2010-11-19
+
+ new features:
+ - title: "OSX binary build is now based on Qt 4.7. Also, the build is now Intel only and requires at least OS X 10.5.2. If you are on a PowerPC machine or an older OS X version, do not upgrade"
+
+ - title: "Content server: Allow direct navigation to a set of books in the book list."
+ tickets: [7453]
+
+ - title: "OS X: When deleting books, put the files into the recycle bin instead of deleting them permanently"
+
+ - title: "Add button to easy configure Hotmail as email relay. Also improve usability of easy config buttons"
+
+ - title: "Kobo driver: Support Currently_Reading category"
+
+ - title: "Catalog generation: Thumbnail caching, wishlist, improved description layout."
+ tickets: [7376]
+
+ - title: "Support for the Cybook Orizon"
+
+ bug fixes:
+ - title: "Fix restore to defaults in preferences incorrectly setting PDF unwrap factor to 0.0"
+
+ - title: "PDF Input: Fix unwrapping of accented characters"
+
+ - title: "Do not display dialogs asking for confirmation or showing conversion errors when calibre is minimized to system tray"
+ tickets: [7549]
+
+ - title: "calibre server: Fix regression that broke digest authentication when the calibre interface language was set to non English"
+
+ - title: "EPUB Output: Do not raise an error for invalid embedded fonts in the input document."
+ tickets: [7567]
+
+ - title: "RTF Input: Improved conversion of tables, with support for border styles on table cells"
+
+ - title: "E-book viewer: Fix regression that broke hyphenation. Also add more language patterns for hyphenation"
+
+ - title: "SONY driver: Fix cover thumbnails being uploaded to wrong directory on windows"
+
+ - title: "Fix UnicodeDecodeError when displaying a failed metadata fetch message"
+ tickets: [7560]
+
+ - title: "Bulk metadata edit: Speed up remove all tags operation"
+
+ - title: "MOBI Output: Specify image sizes in pixels instead of em to accomodate Amazon's @#$%#@! MOBI renderer"
+
+ - title: "Fix bug preventing customizing of builtin recipes if they are not ascii encoded"
+
+ - title: "SONY XML cache: Handle case where XML db contains reference to a file that does not exist gracefully"
+
+ improved recipes:
+ - Al Jazeera
+ - The Moscow Times
+ - GLobe and Mail
+ - Washington Post
+
+ new recipes:
+ - title: "Hannoversche Allgemeine Zeitung"
+ author: "Artemis"
+
+ - title: "globes.co.il"
+ author: "marbs"
+
+ - title: "THN and RDS"
+ author: "Nexus"
+
+ - title: "pclab.pl"
+ author: "ravcio"
+
+ - title: "Now Toronto"
+ author: "Starson17"
+
+ - title: "Press releases of the German government and EU Commission"
+ author: "malfi"
+
+
+- version: 0.7.28
+ date: 2010-11-12
+
+ new features:
+ - title: "Update the version of the grahical toolkit (Qt 4.7.1) used in the calibre binary builds on windows and linux. This should result in a significant speed up for the calibre ebook viewer"
+
+ - title: "Driver for Nook Color, Eken M001"
+
+ - title: "Add a tweak to turn off double clicking to open viewer"
+
+ - title: "Catalog generation: Add indication when a book has no formats"
+ tickets: [7376]
+
+ - title: "Advanced search dialog: Add a tab to allow searching particular metadata fields easily"
+
+ - title: "Conversion pipeline: When using the Level x Table of Contents expressions, if a tag is empty but has a non-empty title attribute, use that instead of ignoring the tag"
+
+ bug fixes:
+ - title: "Comic metadata reader: Sort filenames aplhabetically when choosing an image for the cover"
+ tickets: [7488]
+
+ - title: "Bulk convert dialog: Hide useless restore defaults button."
+ tickets: [7471]
+
+ - title: "Conversion pipeline: Handle input documents that encode null bytes as HTML entities correctly"
+ tickets: [7355]
+
+ - title: "Fix some SONY readers not being detected on windows"
+ tickets: [7413]
+
+ - title: "MOBI Input: Fix images missing when converting MOBI news downloads created with Mobipocket reader"
+ tickets: [7455]
+
+ - title: "ODT Input: Handle hyperlinks to headings that have truncated destination specifiers correctly"
+ tickets: [7506]
+
+ - title: "Sony driver: Ignore invalid strings when updating XML database"
+
+ - title: "Content Server: Add day to displayed date in /mobile book listing"
+
+ - title: "MOBI Input: Do not generate filenames with only extensions if the MOBI file has no internal name"
+ tickets: [7481]
+
+ - title: "MOBI Input: Handle files that has the record sizes set incorrectly to a long integer"
+ tickets: [7472]
+
+ - title: "Fix not enough vertical space for text in the preferences dialog category listing"
+
+ - title: "Remove 'sort' from Search and replace destination fields and add it to source fields. S&R is no longer marked experimental"
+
+ - title: "Edit metadata dialog: Save dialog geometry on reject as well as on accept"
+
+ - title: "E-book viewer: Fix clicking entries in TOC that point to the currently loaded flow not scrolling view to the top of the document"
+
+ - title: "Fix bug in regex used to extract charset from tags"
+
+ - title: "MOBI Output: Add support for the tag"
+
+ improved recipes:
+ - Zeit Online
+ - Gamespot Review
+ - Ploitika
+ - Pagina12
+ - Irish Times
+ - elektrolese
+
+ new recipes:
+ - title: "Handelsblatt and European Voice"
+ author: "malfi"
+
+ - title: "Polityka and Newsweek"
+ author: "Mateusz Kielar"
+
+ - title: "MarcTV"
+ author: "Marc Toensings"
+
+ - title: "Rolling Stone"
+ author: "Darko Miletic"
+
+ - title: "Vedomosti"
+ author: "Nikolai Kotchetkov"
+
+ - title: "Hola.com"
+ author: "bmsleight"
+
+ - title: "Dnevnik, Siol.net, MMC-RTV and Avto-magazon"
+ author: "BlonG"
+
+ - title: "SC Print Magazine"
+ author: "Tony Maro"
+
+ - title: "Diario Sport"
+ author: "Jefferson Frantz"
+
- version: 0.7.27
date: 2010-11-05
@@ -44,6 +214,7 @@
tickets: [7356]
- title: "News download: Workaround lack of thread safety in python mechanize, causing corrupted network packets (degrading network performance) on Ubuntu Maverick 64bit kernels"
+ tickets: [7321]
- title: "Convert comments to HTML for book details panel in separate thread to make scrolling through the book list faster when large comments are present"
diff --git a/resources/catalog/stylesheet.css b/resources/catalog/stylesheet.css
index 4c5045d378..057c6c9f42 100644
--- a/resources/catalog/stylesheet.css
+++ b/resources/catalog/stylesheet.css
@@ -12,8 +12,8 @@ p.title {
p.author {
margin-top:0em;
margin-bottom:0em;
- text-align: left;
- text-indent: 1em;
+ text-align: center;
+ text-indent: 0em;
font-size:large;
}
@@ -27,17 +27,28 @@ p.author_index {
}
p.tags {
- margin-top:0em;
+ margin-top:0.5em;
margin-bottom:0em;
text-align: left;
- text-indent: 1em;
- font-size:small;
+ text-indent: 0.0in;
}
-p.description {
- text-align:left;
- font-style:normal;
- margin-top: 0em;
+p.formats {
+ font-size:90%;
+ margin-top:0em;
+ margin-bottom:0.5em;
+ text-align: left;
+ text-indent: 0.0in;
+ }
+
+div.description > p:first-child {
+ margin: 0 0 0 0;
+ text-indent: 0em;
+ }
+
+div.description {
+ margin: 0 0 0 0;
+ text-indent: 1em;
}
p.date_index {
@@ -81,6 +92,14 @@ p.unread_book {
text-indent:-2em;
}
+p.wishlist_item {
+ text-align:left;
+ margin-top:0px;
+ margin-bottom:0px;
+ margin-left:2em;
+ text-indent:-2em;
+ }
+
p.date_read {
text-align:left;
margin-top:0px;
@@ -104,3 +123,14 @@ hr.annotations_divider {
margin-top:0em;
margin-bottom:0em;
}
+
+td.publisher, td.date {
+ font-weight:bold;
+ text-align:center;
+ }
+td.rating {
+ text-align: center;
+ }
+td.thumbnail img {
+ -webkit-box-shadow: 4px 4px 12px #999;
+ }
\ No newline at end of file
diff --git a/resources/content_server/browse/browse.css b/resources/content_server/browse/browse.css
index 1243795e55..75832e47f9 100644
--- a/resources/content_server/browse/browse.css
+++ b/resources/content_server/browse/browse.css
@@ -355,6 +355,25 @@ h2.library_name {
color: red;
}
+#booklist > #pagelist { display: none; }
+
+#goto_page_dialog ul {
+ list-style-type: none;
+ font-size: medium;
+}
+
+#goto_page_dialog li {
+ margin-bottom: 1.5ex;
+}
+
+#goto_page_dialog a {
+ text-decoration: none;
+ color: blue;
+}
+
+#goto_page_dialog a:hover {
+ color: red;
+}
#booklist .left .ui-button-text {
font-size: medium;
diff --git a/resources/content_server/browse/browse.html b/resources/content_server/browse/browse.html
index 6d4c79c4c9..de78e432d7 100644
--- a/resources/content_server/browse/browse.html
+++ b/resources/content_server/browse/browse.html
@@ -96,5 +96,6 @@
+