Pino Toscano
a4ba73feb1
xps: split loadFile() in loadEntry() + loadFile()
...
loadEntry() retains the main entry loading logic (with the case insensitivity),
return just generic KArchiveEntry pointers
loadFile() just calls loadEntry(), returning the result if the entry is a file
15 years ago
Pino Toscano
fbe0c0764f
xps: more debug when parseAbbreviatedPathData() fails
15 years ago
Pino Toscano
0507090d8c
pdf: abstractTextPage() does not use 'rot', so declare it unused
15 years ago
Pino Toscano
82313448fa
pdf: add prefix for poppler messages, silent warning
15 years ago
Albert Astals Cid
ec77793a9c
Use non deprecated call
15 years ago
Albert Astals Cid
328efbc562
Do not crash if the part could not be found
15 years ago
Pino Toscano
933ef384d7
pdf: claim support for the WWF file type
15 years ago
Pino Toscano
8951699475
cmake: remove the include dir hack, and put the source dir as first
15 years ago
Pino Toscano
505139af31
generators: fix core #includes removing the okular prefix
15 years ago
Pino Toscano
c05523da2b
fix #include paths in core headers to other core headers to be relative
...
... and with double quotes brackets, so they can properly include each other without relying on the compiler include path
15 years ago
Pino Toscano
09af0e40c4
cmake: remove obsolete/leftover cmake modules
15 years ago
Pino Toscano
2ea59ef805
install the documentation in the right subdirectory
15 years ago
Pino Toscano
a87fb880c7
cmake: improve build system to make okular compile standalone
15 years ago
Pino Toscano
a6e1ee3f8f
remove the mobipocket generator
...
it has been moved to the separate mobipocket repository
15 years ago
Albert Astals Cid
fb78a4c1b8
correctly update pos (shouldn't matter but let's do it correctly)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1233921
15 years ago
Albert Astals Cid
87e98d5cc6
I have a few mobi files with
...
<font size="+2" face="AdobeGaramondPro" color="rgb(0,0,0)">
convert the color to something Qt understands
svn path=/trunk/KDE/kdegraphics/okular/; revision=1233920
15 years ago
Script Kiddy
84cc400fd0
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1231700
15 years ago
Script Kiddy
b815d7356d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1231185
15 years ago
Script Kiddy
805a8e7f89
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230986
15 years ago
Albert Astals Cid
e1ae8200d2
fix typo uncovereted by gcc4.6 new warnings
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230922
15 years ago
Albert Astals Cid
439e7b9799
remove unused variables
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230896
15 years ago
Script Kiddy
64b8965b35
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230852
15 years ago
Script Kiddy
1b38da667b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230663
15 years ago
David Palacio
e45e7d8594
Make the file dialog accept directories if a generator offers to handle them.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230524
15 years ago
David Palacio
db7d8ff608
Test if the file is readable if it is a regular file.
...
*REVIEW: 6667
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230523
15 years ago
David Palacio
fedc888dd5
Fix invalid index access:
...
FilePathA is a substring of FilePathB: E.g:
/foo/bar
/foo/barr
A Filepath ends in space
/foo/bar
/foo/ba_ <- _ is a space
In debug build this code fails this assert:
qstring.h:
inline const QChar QString::operator[](int i) const
{ Q_ASSERT(i >= 0 && i < size()); return d->data[i]; }
REVIEW: 6672
svn path=/trunk/KDE/kdegraphics/okular/; revision=1230522
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
David Faure
d473477a5a
Look up kttsd.desktop correctly.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1228495
15 years ago
Burkhard Lück
ebb5118adb
add i18n() to make summary translatable
...
chenge TextBox to Inline Note to match the gui name, ack'd by pino
svn path=/trunk/KDE/kdegraphics/okular/; revision=1227906
15 years ago
Albert Astals Cid
38462d062a
"Normalize" strings so searching for ligatures like "fi" works
...
Patch by Christopher Reichert
BUGS: 181828
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225994
15 years ago
Albert Astals Cid
50015ed233
kdelibs complains with a kError this is a QAction, move to KAction so users don't get pollution in their shells
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225385
15 years ago
Albert Astals Cid
f95073babb
If we are going to copy raw data from src to dest we need to make sure both are in the same image format
...
Thanks to Adrià Arrufat for the testing
BUGS: 243434
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225247
15 years ago
Albert Astals Cid
ec45cf9620
resizeEvent needs to call requestPixmaps too, not only relayoutPages
...
BUG: 266994
svn path=/trunk/KDE/kdegraphics/okular/; revision=1225158
15 years ago
Albert Astals Cid
50e3519ffc
Fix off by one error on setting the search boundary limits
...
Fix researched by Christopher Reichert
Will backport to 4.6 if works fine in trunk for a while
BUGS: 266535
svn path=/trunk/KDE/kdegraphics/okular/; revision=1224201
15 years ago
Rohan Garg
b9710a3cb6
FindKSane.cmake moved to git, removing unnecessary files
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1223126
15 years ago
Albert Astals Cid
57cdf76407
pdfdoc->page can return 0 protect against it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1222775
15 years ago
Pino Toscano
96ae09cfde
ignore setViewport() for page numbers out of the document
...
CCBUG: 266133
svn path=/trunk/KDE/kdegraphics/okular/; revision=1220028
15 years ago
Pino Toscano
083de3d1c4
do not try to get the label of pages "out of the document"
...
CCBUG: 266133
svn path=/trunk/KDE/kdegraphics/okular/; revision=1220024
15 years ago
Eike Hein
dd83975be0
Fix glitches in page outline drap shadow rendering.
...
* Fixed the small corner areas outside the outline that don't
belong to the drop shadow being filled in with a different color
than the viewport outside the page rects, causing well-visible
artifacts.
* Fixed the drop shadow not being blended against the colorscheme-
aware viewport background color but rather the fixed value of
Qt::gray.
* Made the drop shadow a tad lighter overall to preserve the same
visual result, seeing as how the default color scheme leads to
a darker viewport background color than Qt::gray.
svn path=/trunk/KDE/kdegraphics/okular/; revision=1219635
15 years ago
Albert Astals Cid
72e616551b
Allow the "continuous" selection of a tool by double clicking on it
...
Patch by Raffaele Mancuso cleaned up by me
This will be in KDE 4.7.0
This fixes the original report of bug 161020 so i'm closing it
If there were any other different wish report in that bug, do the proper thing an open a new one
BUGS: 161020
svn path=/trunk/KDE/kdegraphics/okular/; revision=1218185
15 years ago
Albert Astals Cid
054623a581
Obey the page argument when using the unique option
...
Patch by Victor Blazquez
svn path=/trunk/KDE/kdegraphics/okular/; revision=1218021
15 years ago
Pino Toscano
40d20ca58d
in each page, add a pointer to the owner document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1217914
15 years ago
Albert Astals Cid
e084fbc705
Accept slight pixel movements for detecting mouse clicks
...
Should help with bug 263314
BUGS: 263314
svn path=/trunk/KDE/kdegraphics/okular/; revision=1216390
15 years ago
Albert Astals Cid
6f3667b9d7
forwardport r1216334 okular/branches/KDE/4.6/kdegraphics/okular/core/document.cpp:
...
use prettyUrl to get a prettier url
svn path=/trunk/KDE/kdegraphics/okular/; revision=1216336
15 years ago
Script Kiddy
6754fbd1c4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1213671
15 years ago
Pino Toscano
f1fee7ebf8
bump devel version to 0.12.80
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1212172
15 years ago
Pino Toscano
e6b98db3d0
bump some generators version number to the values of the 4.5 branch, plus increase if there was work/fixes done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1212170
15 years ago
Pino Toscano
e468048d54
bump okularcore library version to 1.6.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1212166
15 years ago
Albert Astals Cid
fe4a6d7e8f
Update minibar page number when it has focus and page changes
...
Patch by Sebastian Dörner
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209706
15 years ago
Albert Astals Cid
537f2618bb
pipe poppler debug through kdebug
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209701
15 years ago