Albert Astals Cid
625fd4af13
increase version for kde 3.5.9
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=771757
18 years ago
Albert Astals Cid
5917350e46
Ensure we don't draw outside the main bitmap on SplashOutputDev::setSoftMask
...
BUG: 157000
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=769259
18 years ago
Albert Astals Cid
488659a9b5
Draw correctly underlined links
...
BUG: 151359
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=765387
18 years ago
Pino Toscano
82d39c4c02
Use the local file path, so remote URLs are not downloaded again. (For local files there is no change.)
...
BUG: 121785
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=761840
18 years ago
Pino Toscano
be1db3ae19
Allow the "Presentation" action in presentation mode.
...
BUG: 154778
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=753996
18 years ago
Pino Toscano
0e08474220
Do not change the offset of the show, as it does not change in themes, says Diego.
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=748589
19 years ago
Pino Toscano
54055c66e5
In the message widget, draw the icon on the right when the layout is RightToLeft.
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=748577
19 years ago
Albert Astals Cid
38f52f4de2
Yet another gmallocn to gmallocn_checkoverflow, fixes ugly exit produced by page 61 of http://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf
...
BUGS: 153949
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=748237
19 years ago
Dirk Mueller
0d5e5b9519
filter out non-ascii stuff from title tag
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=742212
19 years ago
Albert Astals Cid
ec90bf76e8
sscanf crashes on a NULL pointer so verify s is not empty. Fixes bug 152710, well, not really as the scanner uses poppler, i'll fix poppler in a minute
...
BUG: 152710
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=740624
19 years ago
Albert Astals Cid
9e0a5924da
another gmallocn -> gmallocn_checkoverflow
...
Fixes crashes on erroneus pdf sent by Than Ngo
CCMAIL: than@redhat.com
CCMAIL: mueller@kde.org
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=734456
19 years ago
Dirk Mueller
9e9f50fd7f
fixes for CVE-2007-4352/CVE-2007-5392/CVE-2007-5493
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=733953
19 years ago
Albert Astals Cid
a3fcce5921
PDF passwords are latin1, so encode them correctly
...
BUG: 138997
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=731536
19 years ago
Albert Astals Cid
7bad8214a8
Splash rework, check if font is inside clip area before rendering it to a temporary bitmap. Fixes bug 150693
...
This change is not trivial. What i did is:
It is getGlyph the one that does the intersection between clip area and rendering area of the font instead fillGlyph2
That means some clipRes = state->clip->testRect but we win more robustness against broken pdf that specify HUGE fonts
BUG: 150693
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=728256
19 years ago
Pino Toscano
f2e72a9f66
Wait at least 2 seconds before reading /proc/memory again.
...
BUG: 150325
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=721994
19 years ago
Albert Astals Cid
9d4bc956c8
bump version
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=720782
19 years ago
Script Kiddy
6dd8f05cf5
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=718050
19 years ago
Pino Toscano
1dec89e423
Properly pass the standard accelerators to the presentation mode, and make the presentation mode able to handle those.
...
BUG: 138451
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=712996
19 years ago
Pino Toscano
f6dc54d7f0
give the search lineedit text the usual color when it has no text
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=712984
19 years ago
Albert Astals Cid
4d3fe8bb2f
Sesame Street Class #1 : Left is left, Right is right
...
Sesame Street Class #2 : If you want to print parameters 0 and 1, use 0 and 1, not 0 and 0
This fixes some printing problems with margins
BUGS: 149560
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=708815
19 years ago
Albert Astals Cid
5e266d95a9
Don't crash when we don't have a ctu. Fix imported from poppler
...
19 years ago
Pino Toscano
31024dbf44
pagepainter.cpp requires the generated settings.h
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=706829
19 years ago
Pino Toscano
b4faee4bda
Save the case sensitivity of a search across multiple search sessions each time a document is open.
...
BUG: 149164
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=704964
19 years ago
Albert Astals Cid
21bf363561
so much for reviewing :-&
...
Can't open presentation mode if no document is open, if you do, ugly things happen
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=704884
19 years ago
Albert Astals Cid
8346c0ef65
got the necessary 2 seconds to review the patch.
...
Thanks and sorry for taking so long.
Changed method's name to one i like better
I'm not sure what are we supposed to do with the profile for IRKick, i guess just ignoring it :D
BUGS: 148026
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=704875
19 years ago
Albert Astals Cid
992cab36c2
Use fromPathOrURL so people with strange dirs with # in them still get watching working
...
BUGS: 149102
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=703564
19 years ago
Pino Toscano
479fc53855
Albert's fix for poppler bug 12014.
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=700519
19 years ago
Dirk Mueller
595cd77a97
newest round of xpdf fixes (CVE-2007-3387)
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=694346
19 years ago
Pino Toscano
1a1d3b1840
Take into account the accessibility settings when drawing an empty page waiting for the real page to be rendered.
...
BUG: 148188
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=692291
19 years ago
Pino Toscano
c93f984494
Sets the filename as title also when reloading the document.
...
CCBUG: 103362
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=686888
19 years ago
Leo Savernik
006c7a8178
Provide horizontal scrollbar in table of contents sidebar instead of
...
cropping the entries. This improves usability esp. for deeply nested TOCs.
BUG: 147233
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=680874
19 years ago
Stephan Binner
8870310786
fix invalid .desktop files
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=678559
19 years ago
Albert Astals Cid
dccd8b26c8
Check we are on PageView::MouseNormal on updateCursor and maybeTip, if not, weird things happen and the user gets confused
...
Thanks to Josep Perarnau for discovering the bug, turning his head to my table and telling "Albert i think i found a bug on KPDF"
CCMAIL: josep.perarnau@gmail.com
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=678167
19 years ago
Albert Astals Cid
4994fc545c
changing APIs means you should TRIPLE check, double checking is not enough :-/
...
BUGS: 145907
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=668258
19 years ago
Pino Toscano
3405c54d2d
When getting the result of a pixmap request for an observer that went away in the meanwhile, don't create a memory entry for the pixmap, as we assume the allocated pixmaps fifo holds only descriptors for valid observers.
...
BUG: 143951
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=665684
19 years ago
Albert Astals Cid
550dfb2c52
Improve handling of page sizes when printing.
...
Thanks a lot for testing the patch
BUGS: 144935
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=663027
19 years ago
Dirk Mueller
979475110a
fix array overrun
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=660696
19 years ago
Script Kiddy
ff9790f7b6
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=659356
19 years ago
Albert Astals Cid
56ded9b0fb
update version number for 3.5.7 release
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=657287
19 years ago
Script Kiddy
a144021c52
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=656333
19 years ago
Pino Toscano
2d05f9a371
Restore the previously open pane in the side toolbox after reloading a watched document.
...
BUG: 116771
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=656308
19 years ago
Pino Toscano
075c323495
React to the commands for opening the TOC pane, and for expanding the subtrees of the TOC.
...
BUG: 104081
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=654682
19 years ago
Albert Astals Cid
5e4293b61d
Add an option to force the printing of the page rasterized as image instead of converting PDF commands to PS commands.
...
This "decreases" printing quality as the thing you print is no longer vectorial, but it is useful for printing files
that would fail otherwise because our PDF->PS converter is not as perfect as it should be.
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=651906
19 years ago
Script Kiddy
0dd9dffd97
Remove svn:executable (as it is a graphic file)
...
(goutte)
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=650801
19 years ago
Albert Astals Cid
1f8e2d447c
next time i'll compile before commiting, i promise
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=650562
19 years ago
Albert Astals Cid
fe9a230f63
the types enum changed when merging xpdf 3.02
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=650560
19 years ago
Albert Astals Cid
184a813aaf
lost this while doing the 3.02 merging, "thanks" that i'm redoing the merge again in poppler and found the problem :D
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=649459
19 years ago
Pino Toscano
86be0cc48a
SVN_SILENT QString::null instead of ""
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=648282
19 years ago
Pino Toscano
26823ae3aa
Show a tooltip of the link under the mouse even in the content area.
...
BUG: 131361
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=648280
19 years ago
Pino Toscano
d47207c13b
Add tooltips for links in presentation mode.
...
(Not yet in the contents area.)
CCBUGS: 131361
CCMAIL: kde-i18n-doc@kde.org
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=648272
19 years ago