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
Albert Astals Cid
165e088a35
Give KMessageBoxes a parent widget.
...
BUGS: 143612
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=648173
19 years ago
Nicolas Goutte
e312383852
SVN_SILENT: spelling/grammar: use either "'re" or "are", but not both.
...
(As all other strings in the file use "'re", I have changed to "'re".)
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=646187
19 years ago
Albert Astals Cid
2c34769f50
Accept Width and Height as reals too
...
BUGS: 143322
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=645533
19 years ago
Albert Astals Cid
13c1fb8e9e
Fix emision of window caption for remote files and for kpdf windows restored by the session manager
...
BUGS: 142906
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=642287
19 years ago
Albert Astals Cid
9a3d143fb3
Convert that Gulong t; to Guint t; to fix printing images on 64 bit failing.
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=641497
19 years ago
Albert Astals Cid
b7c5a9b276
protect against bad pdf, for example one in bug 132042
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=641490
19 years ago
Albert Astals Cid
f82d702341
fix regression on 132042
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=641479
19 years ago
Albert Astals Cid
7d2878b035
removed this while merging, bad bad bad
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=641462
19 years ago
Albert Astals Cid
5db175844d
Merge xpdf 3.02 changes, this is a quite big patch but fixes lots of problems so i'm commiting it. Pino, cartman and me have been working on it for around a week and we have found no noticeable regression and lots of improvements. Obviously more testing is welcome.
...
Ok'ed by coolo on k-c-d
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=641456
19 years ago
Albert Astals Cid
f1a50bf551
Use printer::setDocName to set the document name
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=639356
19 years ago
Albert Astals Cid
a0623d2097
keep the QCString around, otherwise the const char * contents get lost
...
svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=639350
19 years ago