Alexander Lohnau
2f193a63de
Convert license headers to SPDX
5 years ago
Albert Astals Cid
19d98d6a74
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
6 years ago
Laurent Montel
9f90e14dd1
Fix forward declaration
7 years ago
Albert Astals Cid
d9515bb625
mArchiveDir can be const, so we save a nasty const_cast
7 years ago
Yuri Chornoivan
c04ca1fa96
Fix minor EBN issues
8 years ago
David Palacio
82c29939ea
Merge pages, pageSize and extractImageFiles.
...
This fixes change 39fc2a471e
which does not work on archives (zip, rar, etc.).
15 years ago
David Palacio
4aa3ebe4c6
Add support for reading a directory as a comicbook.
...
REVIEW: 6667
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230519
15 years ago
Harsh Chouraria J
f5bbebd879
Generalize the code for KArchive support instead of using KZip directly. This will be helpful in
...
adding other supported formats, such as Tar. (Review ticket: 2181)
svn path=/trunk/KDE/kdegraphics/okular/; revision=1072399
16 years ago
Pino Toscano
36924a897f
When loading a comicbook, try to get just the size of the various images without loading them if possible.
...
Instead of just fully loading the images, make use of QImageReader to query for the size if available, and in case just do the old way (full image loading).
This drastically kills the loading time of comicbook documents of at least 50%, even by 75% (and possibly something more) on the average case.
svn path=/trunk/KDE/kdegraphics/okular/; revision=917041
17 years ago
Pino Toscano
169df555d5
report a message when there is no unrar, or the unrar is not suitable
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809958
18 years ago
Pino Toscano
f697cdf007
Add a close() method for the comicbook document so:
...
- resources can be freed when closing the Okular document for real (and not just when opening a new comicbook document or quitting)
- we do not crash when doing an opening sequence like: cbz -> cbr -> cbz
svn path=/trunk/KDE/kdegraphics/okular/; revision=798868
18 years ago
Tobias Koenig
deabbae3bf
Say hello to the new ComicBook generator for okular.
...
Information about this format and testfiles can be found at
http://en.wikipedia.org/wiki/CDisplay_RAR_Archived_Comic_Book_File
svn path=/trunk/playground/graphics/okular/; revision=624702
19 years ago
Tobias Koenig
53c97a481b
Add generator plugin for the FictionBook format ( http://en.wikipedia.org/wiki/FictionBook ),
...
you can find documents e.g. under http://www.fictionbook.ru
svn path=/trunk/playground/graphics/okular/; revision=620876
19 years ago
Tobias Koenig
dd5b91ca40
* Add support for style families (text looks much more consistent now)
...
* Add support for images
* Add support for spaces and tabs
svn path=/trunk/playground/graphics/okular/; revision=585220
20 years ago
Tobias Koenig
b3c4359d60
Initial version of generator for OpenDocument(Text) documents.
...
It renders just text atm, but also provides support for meta data,
printing and rotation.
svn path=/trunk/playground/graphics/okular/; revision=583769
20 years ago
Pino Toscano
130627e02b
kpdflibgsasyncgenerator -> okulargsasyncgenerator
...
svn path=/trunk/playground/graphics/okular/; revision=551189
20 years ago
Piotr Szymanski
5e0e973e12
- add supported mimetype caching to the kpdf part properly
...
- begin work on ghostscript backend port to libqgs
- minor tweak in configure.in.bot
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=486447
21 years ago
Piotr Szymanski
75db44d843
- sync with hdd, refactored text page, ported backends to textpage,
...
- fixed crash in fax, chm builds and ghostview nearly ported to libqgs
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=481340
21 years ago
Piotr Szymanski
5a03d1e2a6
- add libgs helper app
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=445291
21 years ago
Tobias Koenig
b10d10a2bd
Convert 'struct DocumentInfo' into a QDomDocument for more flexible information
...
passing.
svn path=/trunk/kdegraphics/kpdf/; revision=375065
21 years ago