Albert Astals Cid
403ae96769
Reduce margins and spacing. Not backporting to the 3.3.x branch as is not critical.
...
CCMAIL:74437-done@bugs.kde.org
svn path=/trunk/kdegraphics/kpdf/; revision=344089
22 years ago
Albert Astals Cid
83d875d84f
some include removing
...
Update the nice design document Enrico produced
svn path=/trunk/kdegraphics/kpdf/; revision=344031
22 years ago
Albert Astals Cid
4d2969d57e
Thumbnail generation is now done inside a thread
...
Need testers before backporting it to 3.3.x so please test
svn path=/trunk/kdegraphics/kpdf/; revision=344025
22 years ago
Enrico Ros
3f84918a3c
Architecture of KPdf. 1st version.
...
svn path=/trunk/kdegraphics/kpdf/; revision=343936
22 years ago
Stephan Kulow
3546113c53
little misunderstanding it seems
...
CCMAIL: 78245@bugs.kde.org
svn path=/trunk/kdegraphics/kpdf/; revision=343893
22 years ago
Albert Astals Cid
3461b1d8dc
Take zoom into account to do the text selection rectangle.
...
svn path=/trunk/kdegraphics/kpdf/; revision=343885
22 years ago
Albert Astals Cid
6564886dc1
if some pages are landscape and others are not the most common win as kprinter does not accept a per page setting and it is not "fair" making the first page decide on what to do
...
svn path=/trunk/kdegraphics/kpdf/; revision=343838
22 years ago
Albert Astals Cid
deb6c55e8f
Make kpdf forward to kprinter the page orientation. That needs testing but it works for me (TM)
...
The printer.setOption("orientation-requested", "4"); to request Landscape when using a preview and not doing printer.setup() is really an undocumented feature of kprinter as printer.setOrientation(KPrinter::Landscape); only seems to work if you use kprinter::setup and set if BEFORE using that method
svn path=/trunk/kdegraphics/kpdf/; revision=343832
22 years ago
Albert Astals Cid
935003c022
Set the print margin to 0 as the pdf itself already has the margins
...
svn path=/trunk/kdegraphics/kpdf/; revision=343811
22 years ago
Albert Astals Cid
d40a570e87
*_COMPILE_FIRST is not needed now
...
use QPaintDevice::x11AppDpiY() for vertical dpi instead of QPaintDevice::x11AppDpiX()
svn path=/trunk/kdegraphics/kpdf/; revision=343763
22 years ago
Andrew Coles
d41e0ae37e
CVS_SILENT
...
22 years ago
Andrew Coles
02c6a2a458
Implemented a QMap to convert the xpdf error messages (containing typos) to
...
22 years ago
Albert Astals Cid
33be878fcf
No need to use m_zoomFactor when generating thumbnails
...
svn path=/trunk/kdegraphics/kpdf/; revision=343577
22 years ago
Albert Astals Cid
2ed87e32af
Commiting the patch for bug 82877 Sorry for not having seen it in bugs.kde.org
...
Thanks Antti
Backporting in a moment
CCMAIL:82887-done@bugs.kde.org
svn path=/trunk/kdegraphics/kpdf/; revision=343566
22 years ago
Albert Astals Cid
799ccf7a9d
improve thumb generation
...
svn path=/trunk/kdegraphics/kpdf/; revision=343539
22 years ago
Albert Astals Cid
7b31d03b60
do not touch please, read inside for explanation
...
CCMAIL:andrew_coles@yahoo.co.uk
svn path=/trunk/kdegraphics/kpdf/; revision=343533
22 years ago
Andrew Coles
bc2f16ae0d
CVS_SILENT
...
22 years ago
Script Kiddy
7c30c0440a
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kpdf/; revision=342856
22 years ago
Albert Astals Cid
4808bde494
Improve searching
...
svn path=/trunk/kdegraphics/kpdf/; revision=342845
22 years ago
Stephan Binner
8892be2ed0
CVS_SILENT No copyright note for micro-usability fixes (can't remember functional changes for it)
...
svn path=/trunk/kdegraphics/kpdf/; revision=342424
22 years ago
Albert Astals Cid
a2464011f2
reuse some code
...
svn path=/trunk/kdegraphics/kpdf/; revision=342412
22 years ago
Albert Astals Cid
04263e716f
compile (i suck ¬.¬)
...
svn path=/trunk/kdegraphics/kpdf/; revision=342407
22 years ago
Albert Astals Cid
5bbcd7f771
#define HAVE_MKSTEMPS 1 as libkdefakes provides it
...
Some more checks so that we don't have any undefined warning
svn path=/trunk/kdegraphics/kpdf/; revision=342403
22 years ago
Albert Astals Cid
eac9aad8eb
Pass the saveas menu entry from the shell to the part so you can use it while embedded in konqueror
...
svn path=/trunk/kdegraphics/kpdf/; revision=342226
22 years ago
Albert Astals Cid
f603d008d0
Give xpdf author some credit
...
svn path=/trunk/kdegraphics/kpdf/; revision=342213
22 years ago
Albert Astals Cid
c46d4220f1
%d -> %1
...
svn path=/trunk/kdegraphics/kpdf/; revision=342208
22 years ago
Albert Astals Cid
e84374ee24
Much better that way
...
svn path=/trunk/kdegraphics/kpdf/; revision=342193
22 years ago
Albert Astals Cid
e456dfaafb
- Make find next work
...
- Do not allow to find if there's no document
svn path=/trunk/kdegraphics/kpdf/; revision=342164
22 years ago
Albert Astals Cid
929dfa12a7
Text marker should go out when changing pages
...
svn path=/trunk/kdegraphics/kpdf/; revision=342102
22 years ago
Albert Astals Cid
819bd7adbe
m_currentPage before opening a document is 0, this way the goToPage if is true when going to the first page and updateActions is triggered
...
svn path=/trunk/kdegraphics/kpdf/; revision=342099
22 years ago
Albert Astals Cid
324190458d
Save some page redraws if we are going to display the same page we are displaying
...
svn path=/trunk/kdegraphics/kpdf/; revision=342096
22 years ago
Albert Astals Cid
be2c109b13
I broke printing -> fix it
...
Better selection of the text found at searching
m_currentPage in kpdf_part now 1 -> first page instead 0 -> first_page, is what PDFDoc uses
Some code has been commented out, it is not used by now
Search works on all pages, not only current one
svn path=/trunk/kdegraphics/kpdf/; revision=342068
22 years ago
Albert Astals Cid
b670bb6919
define HAVE_FREETYPE
...
svn path=/trunk/kdegraphics/kpdf/; revision=342065
22 years ago
Albert Astals Cid
cf814647b4
kpdf gets........ FIND TEXT !!!!!!!
...
It works !!!!!!
At the moment is very primitive (try to find withouth document -> crash, only find on the current page, no find next, selection box is not 100% acurate) but i only need some more time to make it work.
svn path=/trunk/kdegraphics/kpdf/; revision=341615
22 years ago
Albert Astals Cid
045b4a3df7
While i was waiting to kdelibs/kdebase 3.3 to compile i had some time so...
...
Here comes the big copyright patch for kpdf, i've updated all files to have a copyright header, some did not have, and some had very diferent structures. Now all of them have the same structure
Copyright (C) years name <mail>
The names that figure in the copyright header are all the ones of people that ever comitted something to that particular file.
I am CC'ing to all of you because maybe someone thinks his commits was so small that does not want the copyright for it, so go to the particular file and remove your line.
Also if a particular file came from other place and you know the copyright holder of it please add it to the headers.
CCMAIL:greven@kde.org
CCMAIL:Christophe.Devriese@student.kuleuven.ac.be
CCMAIL:montel@kde.org
CCMAIL:mueller@kde.org
CCMAIL:kde@jamesots.com
CCMAIL:kpfeifle@danka.de
CCMAIL:ccheney@cheney.cx
CCMAIL:malcolm.hunter@gmx.co.uk
CCMAIL:molkentin@kde.org
CCMAIL:andygoossens@telenet.be
CCMAIL:devriese@kde.org
CCMAIL:crossfire@babylon2k.de
CCMAIL:stampede@coltec.ufmg.br
CCMAIL:bastian@kde.org
CCMAIL:binner@kde.org
CCMAIL:benjamin@csh.rit.edu
CCMAIL:l.lunak@kde.org
CCMAIL:wheeler@kde.org
CCMAIL:kloecker@kde.org
CCMAIL:will@csociety.org
CCMAIL:helio@conectiva.com.br
svn path=/trunk/kdegraphics/kpdf/; revision=341561
22 years ago
Albert Astals Cid
04ebb98aa2
globalParam is only one variable, so we can't delete it when there are two instances of the part running.
...
That fixes bug 81442
CCMAIL:81442-done@bugs.kde.org
svn path=/trunk/kdegraphics/kpdf/; revision=341419
22 years ago
Albert Astals Cid
f705005d2f
Here comes setupGUI
...
svn path=/trunk/kdegraphics/kpdf/; revision=341413
22 years ago
Albert Astals Cid
eacbf012e0
missing include
...
svn path=/trunk/kdegraphics/kpdf/; revision=341406
22 years ago
Albert Astals Cid
7b935ae6ba
Give our implementation of error routine, now it uses KMessageBox instead of printf
...
xpdf_errors.cpp contains a hand-made (ouch) list of all messages that xpdf uses in error messages
svn path=/trunk/kdegraphics/kpdf/; revision=341405
22 years ago
Albert Astals Cid
7d961c65b7
kpdf_canvas is not used
...
svn path=/trunk/kdegraphics/kpdf/; revision=341400
22 years ago
Albert Astals Cid
64c3892b0d
Don't die on empty pdfs like the one on bug 83590
...
CCMAIL:83590-done@bugs.kde.org
svn path=/trunk/kdegraphics/kpdf/; revision=341160
22 years ago
André Wöbbeking
fc9cca559a
renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK.
...
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>
svn path=/trunk/kdegraphics/kpdf/; revision=341132
22 years ago
André Wöbbeking
28360a7ee0
OK, no absolute include paths.
...
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>
svn path=/trunk/kdegraphics/kpdf/; revision=341116
22 years ago
André Wöbbeking
6fbe7bfced
renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK.
...
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>
svn path=/trunk/kdegraphics/kpdf/; revision=341110
22 years ago
André Wöbbeking
194dfe1330
find config.h and aconf.h for srcdir != builddir
...
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>
svn path=/trunk/kdegraphics/kpdf/; revision=341108
22 years ago
André Wöbbeking
b7de521fa1
find config.h and aconf.h for srcdir != builddir
...
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>
svn path=/trunk/kdegraphics/kpdf/; revision=341088
22 years ago
Albert Astals Cid
e88c4c2ddf
#define TEXTOUT_WORD_LIST 0
...
I can't seem to undestand what it does but xpdf defines it a 0 by default so we define it at 0 too
svn path=/trunk/kdegraphics/kpdf/; revision=341070
22 years ago
Albert Astals Cid
512519b304
That variables have been there since revision 1.2 but no one ever used them, so goodbye
...
svn path=/trunk/kdegraphics/kpdf/; revision=341068
22 years ago
Albert Astals Cid
d533a46c5d
OPI_SUPPORT does not do anything in the rendering code (Outputdev, Splashoutputdev) so define it to 0
...
svn path=/trunk/kdegraphics/kpdf/; revision=341056
22 years ago
Albert Astals Cid
c748219bb5
A warning i missed
...
svn path=/trunk/kdegraphics/kpdf/; revision=341049
22 years ago