Add "About" icon for Mac. Adjust "About" window layout. Add "Search" button to library.
authorAkos Polster <akos@pipacs.com>
Sun, 10 Oct 2010 13:25:23 +0000 (15:25 +0200)
committerAkos Polster <akos@pipacs.com>
Sun, 10 Oct 2010 13:25:23 +0000 (15:25 +0200)
dorian.qrc
icons/mac/about.png [new file with mode: 0755]
icons/search.png [new file with mode: 0644]
librarydialog.cpp
mainwindow.cpp
pkg/changelog
pkg/version.txt

index e6e0429..fb41696 100644 (file)
@@ -42,5 +42,7 @@
         <file>icons/mac/info.png</file>
         <file>icons/mac/library.png</file>
         <file>books/2BR02B.epub</file>
+        <file>icons/search.png</file>
+        <file>icons/mac/about.png</file>
     </qresource>
 </RCC>
diff --git a/icons/mac/about.png b/icons/mac/about.png
new file mode 100755 (executable)
index 0000000..8f96ffc
Binary files /dev/null and b/icons/mac/about.png differ
diff --git a/icons/search.png b/icons/search.png
new file mode 100644 (file)
index 0000000..e1cf574
Binary files /dev/null and b/icons/search.png differ
index c08c4ae..378f48e 100644 (file)
@@ -34,6 +34,7 @@ LibraryDialog::LibraryDialog(QWidget *parent): ListWindow(parent)
     addAction(tr("Add book"), this, SLOT(onAdd()), ":/icons/add.png");
     addAction(tr("Add books from folder"), this, SLOT(onAddFolder()),
               ":/icons/folder.png");
+    addAction(tr("Search the Web"), this, SLOT(onSearch()), ":/icons/search.png");
 
     // Create and add list view
     list = new ListView(this);
index 9c47468..5d2389f 100755 (executable)
@@ -434,7 +434,7 @@ void MainWindow::resizeEvent(QResizeEvent *e)
 
 void MainWindow::about()
 {
-    Dyalog *aboutDialog = new Dyalog(this);
+    Dyalog *aboutDialog = new Dyalog(this, false);
     aboutDialog->setWindowTitle(tr("About Dorian"));
     QLabel *label = new QLabel(aboutDialog);
     label->setTextFormat(Qt::RichText);
index f891689..9efba85 100644 (file)
@@ -1,17 +1,23 @@
+dorian (0.3.1-1) unstable; urgency=low
+
+  *
+
+ -- Akos Polster <akos@pipacs.com>  Sat, 10 Oct 2010 02:00:00 +0200
+
 dorian (0.3.0-1) unstable; urgency=low
 
   * Keep library data in database
   * Upgrade from old data format if needed
   * Show progress during library load and upgrade
 
- -- Akos Polster <akos@pipacs.com>  Thu,  8 Oct 2010 02:00:00 +0200
+ -- Akos Polster <akos@pipacs.com>  Fri,  8 Oct 2010 02:00:00 +0200
 
 dorian (0.2.2-1) unstable; urgency=low
 
   * Speed up book parsing
   * Improve default book
 
- -- Akos Polster <akos@pipacs.com>  Thu,  3 Oct 2010 02:00:00 +0200
+ -- Akos Polster <akos@pipacs.com>  Sun,  3 Oct 2010 02:00:00 +0200
 
 dorian (0.2.1-1) unstable; urgency=low
 
index 4535e9e..9efae28 100644 (file)
@@ -1 +1 @@
-"0.3.0"
+"0.3.1"