-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (12) .- Knowledge Base  . 

QComicBook

   0.8.1  

KDE Graphic Viewer

Score 84%
yoginyogin
Poland
Home
QComicBook
zoom


QComicBook
zoom


QComicBook
zoom


Link:  Link
Downloads:  18426
Submitted:  Jan 8 2005
Updated:  Jul 8 2011

Description:

QComicBook is a viewer for PDF files and comic book archives containing jpeg/png images, which aims at convenience and simplicity. Features include:

* automatic handling of archives
* full-screen mode
* two-pages mode
* continuous scrolling mode
* frame view mode (frame-by-frame reading, comic frame detection)
* japanese mode
* thumbnails
* page scaling (fit to window width/height, whole page) and rotating
* mouse or keyboard navigation, whatever you prefer
* bookmarks

QComicBook requires Qt4 library, poppler library, zip, rar/unrar, tar, p7zip and unace programs to handle archives.

ATTENTION: I need translators! Please read README-translations and contact me if you'd like to translate QComicBook.




Changelog:

* removed thin border around scroll area widget.
* fixed compilation errors on some systems (such as Ubuntu) caused by conflict with Page.h from libpoppler.




LicenseGPL
Source(Source code tar.gz)
Donate
Send to a friend
Subscribe
Other  Content  from yogin
Report inappropriate content



goto page: prev  ... 2  3  4  5  6  7  8  9  10  11  12  13  14  15 

-

 64bit compile error

 
 by olefiver on: Dec 27 2006
 
Score 50%

Trying to compile QComicBook on Slamd64 11.0, the amd64 port of Slackware 11.0.

Compiling qcomicbook on slackware 11.0 no problem. Don't work on slamd64 11.0.
Have tried 0.3.2, 0.3.3 and 0.3.4, none would compile, all same error.

64bit problem?

Make.log 0.3.4:
if x86_64-slackware-linux-g++ -DHAVE_CONFIG_H -I. -I. -I. -DDATADIR=\"/usr/share/qcomicbook/\" -DQT_THREAD_SUPPORT -I/usr/lib64/qt/include -DQT_THREAD_SUPPORT -I/usr/include/freetype2 -DDATADIR=\"/usr/share/qcomicbook/\" -DQT_THREAD_SUPPORT -I/usr/lib64/qt/include -DQT_THREAD_SUPPORT -I/usr/include/freetype2 -g -O2 -MT qcomicbook-imgarchiver.o -MD -MP -MF ".deps/qcomicbook-imgarchiver.Tpo" -c -o qcomicbook-imgarchiver.o `test -f 'imgarchiver.cpp' || echo './'`imgarchiver.cpp; \
then mv -f ".deps/qcomicbook-imgarchiver.Tpo" ".deps/qcomicbook-imgarchiver.Po"; else rm -f ".deps/qcomicbook-imgarchiver.Tpo"; exit 1; fi
imgarchiver.cpp: In member function `virtual void QComicBook::ImgArchiver::create(const QString&, QComicBook::ImgArchiveSink::ArchiveType, QValueList)':
imgarchiver.cpp:106: error: `symlink' was not declared in this scope
make[2]: *** [qcomicbook-imgarchiver.o] Error 1
make[2]: Leaving directory `/root/tmp/build/tmp-qcomicbook/qcomicbook-0.3.4/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/tmp/build/tmp-qcomicbook/qcomicbook-0.3.4/src'
make: *** [all-recursive] Error 1


Reply to this

-

 need sources!

 
 by RND on: Jan 13 2007
 
Score 50%

Have you got any good urls of sites where you can download books from?


Suse 10.2/KDE 3.5.5/gcc 4.1.2/kernel 2.6.18-2-15
Reply to this

-

 Nice app

 
 by thebestbear86 on: Feb 24 2007
 
Score 50%

Great app. The only annoyance is that it can't open "pure" .tar files. Since the earning of compressing for example jpges is very small (some few percent), and the extra time needed to uncompress to view the archive therefor is uneeded, it would make sense to implement such a feature.

I managed to make a patch (without any real programming skills) if anyone else would be interested:

diff -urN qcomicbook-0.3.4/src/imgarchivesink.cpp qcomicbook-0.3.4.new/src/imgarchivesink.cpp
--- qcomicbook-0.3.4/src/imgarchivesink.cpp 2006-08-15 13:28:50.000000000 +0200
+++ qcomicbook-0.3.4.new/src/imgarchivesink.cpp 2007-02-24 22:32:47.000000000 +0100
@@ -394,6 +394,26 @@
archinfo.append(inf);
}

+void ImgArchiveSink::autoconfTAR()
+{
+ ArchiveTypeInfo inf;
+ inf.type = TAR_ARCHIVE;
+ inf.name = "tar";
+ inf.extensions.append(".tar");
+ inf.reading = inf.writing = false;
+ if (which("tar") != QString::null)
+ {
+ inf.extractopts.append("tar");
+ inf.extractopts.append("-xvf");
+ inf.listopts.append("tar");
+ inf.listopts.append("-tf");
+ inf.reading = inf.writing = true;
+ inf.compressopts.append("tar");
+ inf.compressopts.append("-chvf");
+ }
+ archinfo.append(inf);
+}
+
void ImgArchiveSink::autoconfTARGZ()
{
ArchiveTypeInfo inf;
@@ -441,6 +461,7 @@
autoconfRAR();
autoconfZIP();
autoconfACE();
+ autoconfTAR();
autoconfTARGZ();
autoconfTARBZ2();

diff -urN qcomicbook-0.3.4/src/imgarchivesink.h qcomicbook-0.3.4.new/src/imgarchivesink.h
--- qcomicbook-0.3.4/src/imgarchivesink.h 2006-08-15 13:23:06.000000000 +0200
+++ qcomicbook-0.3.4.new/src/imgarchivesink.h 2007-02-24 22:36:32.000000000 +0100
@@ -39,6 +39,7 @@
ACE_ARCHIVE = 4,
TARGZ_ARCHIVE = 8,
TARBZ2_ARCHIVE = 16,
+ TAR_ARCHIVE = 24,
UNKNOWN_ARCHIVE = 2


Reply to this

-

 continuation...

 
 by thebestbear86 on: Feb 24 2007
 
Score 50%

diff -urN qcomicbook-0.3.4/src/imgarchivesink.h qcomicbook-0.3.4.new/src/imgarchivesink.h
--- qcomicbook-0.3.4/src/imgarchivesink.h 2006-08-15 13:23:06.000000000 +0200
+++ qcomicbook-0.3.4.new/src/imgarchivesink.h 2007-02-24 22:36:32.000000000 +0100
@@ -39,6 +39,7 @@
ACE_ARCHIVE = 4,
TARGZ_ARCHIVE = 8,
TARBZ2_ARCHIVE = 16,
+ TAR_ARCHIVE = 24,
UNKNOWN_ARCHIVE = 2


Reply to this

-

 sorry...

 
 by thebestbear86 on: Feb 24 2007
 
Score 50%

I'm sorry for spamming, but I can't seem to find an edit button. Also, disregard my previous post, it seems like the {backarrows} ends the post. Hence, this is the last part of the patch:

diff -urN qcomicbook-0.3.4/src/imgarchivesink.h qcomicbook-0.3.4.new/src/imgarchivesink.h
--- qcomicbook-0.3.4/src/imgarchivesink.h 2006-08-15 13:23:06.000000000 +0200
+++ qcomicbook-0.3.4.new/src/imgarchivesink.h 2007-02-24 22:36:32.000000000 +0100
@@ -39,6 +39,7 @@
ACE_ARCHIVE = 4,
TARGZ_ARCHIVE = 8,
TARBZ2_ARCHIVE = 16,
+ TAR_ARCHIVE = 24,
UNKNOWN_ARCHIVE = 2{double backarrows}31
};

@@ -77,6 +78,7 @@
static void autoconfRAR();
static void autoconfZIP();
static void autoconfACE();
+ static void autoconfTAR();
static void autoconfTARGZ();
static void autoconfTARBZ2();


Reply to this

-

 open to last viewed

 
 by crazybus on: Jul 8 2007
 
Score 50%

I've been using Qcomicbook and have found it very fast and useful. However I was wondering if there was a way to get it to open to the last viewed comic page when you open the application.


Reply to this

goto page: prev  ... 2  3  4  5  6  7  8  9  10  11  12  13  14  15 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team