From d0e997dc93ac5e2ced266664890a6668d69a7d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 27 Jun 2013 22:58:43 +0200 Subject: [PATCH] shortcuts dialog updated added an instalation guide for linux users --- INSTALATION.txt | 32 ++++++++++++++++++++++++++++++++ YACReader/files.qrc | 1 - files/shortcuts.html | 9 +++++---- 3 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 INSTALATION.txt diff --git a/INSTALATION.txt b/INSTALATION.txt new file mode 100644 index 00000000..6199b945 --- /dev/null +++ b/INSTALATION.txt @@ -0,0 +1,32 @@ +INSTALLATION GUIDE FOR LINUX USERS +********************************** +YACReader and YACReaderLibraries binaries are compiled under Ubuntu 12.04 and have been tested under Ubuntu 13.04. + +Install the following packages: + +sudo apt-get install libpoppler-qt4-dev +sudo apt-get install phonon +sudo apt-get install libqt4-sql +sudo apt-get install libqt4-sql-sqlite + +Create the following link: + +for 64bit systems do: + +sudo ln -s /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.4 /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.3 + +for 32bit systems do: + +sudo ln -s /usr/lib/i386-linux-gnu/libpoppler-qt4.so.4 /usr/lib/i386-linux-gnu/libpoppler-qt4.so.3 + +YACReader has dependencies with several qt4 libs, the following qt4 libs should be installed in your system: +libqt4-core +libqt4-gui +libqt4-opengl +libqt4-network +libqt4-webkit + + +DO YOU WANT TO HELP YACREADER? +****************************** +If you have experience creating packages,please help to create a package for your favourite distro! Send me an e-mail to: info@yacreader.com diff --git a/YACReader/files.qrc b/YACReader/files.qrc index c6fe7f67..6bce09ab 100644 --- a/YACReader/files.qrc +++ b/YACReader/files.qrc @@ -3,7 +3,6 @@ ../files/about.html ../files/helpYACReader.html ../files/shortcuts.html - ../files/shortcuts2.html ../files/translator.html diff --git a/files/shortcuts.html b/files/shortcuts.html index e79a7ec1..3ae57af5 100644 --- a/files/shortcuts.html +++ b/files/shortcuts.html @@ -4,7 +4,7 @@ h1 { font-size:large; - color: rgb(20,20,155); + color: rgb(193, 148, 65); padding-top:0px; padding-bottom:0px; margin: 0; @@ -40,11 +40,12 @@
B : Auto Scroll up
- D : Double page mode
Down : Scroll down
+ End : Go to last page
G : Open "Go to" dialog
+ Home : Go to first page
Left : Go to previous page
- Mouse drag: Scroll + Mouse drag: Scroll
Right : Go to next page
Space Bar : Auto Scroll down
Up : Scroll up
@@ -59,8 +60,8 @@
A : Fit to width / height
+ D : Double page mode
L : Rotate to the left
- Q : Always on Top
R : Rotate to the rigth
W : Show pages at full size