Commit graph

189 commits

Author SHA1 Message Date
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
2004-08-26 21:17:24 +00:00
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
2004-08-26 16:54:06 +00:00
Albert Astals Cid f705005d2f Here comes setupGUI
svn path=/trunk/kdegraphics/kpdf/; revision=341413
2004-08-26 16:43:52 +00:00
Albert Astals Cid eacbf012e0 missing include
svn path=/trunk/kdegraphics/kpdf/; revision=341406
2004-08-26 16:36:54 +00:00
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
2004-08-26 16:35:29 +00:00
Albert Astals Cid 7d961c65b7 kpdf_canvas is not used
svn path=/trunk/kdegraphics/kpdf/; revision=341400
2004-08-26 16:28:49 +00:00
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
2004-08-25 22:05:24 +00:00
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
2004-08-25 20:53:04 +00:00
André Wöbbeking 28360a7ee0 OK, no absolute include paths.
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>

svn path=/trunk/kdegraphics/kpdf/; revision=341116
2004-08-25 20:30:14 +00:00
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
2004-08-25 20:17:35 +00:00
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
2004-08-25 20:14:39 +00:00
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
2004-08-25 19:48:23 +00:00
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
2004-08-25 19:18:04 +00:00
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
2004-08-25 19:16:37 +00:00
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
2004-08-25 18:51:49 +00:00
Albert Astals Cid c748219bb5 A warning i missed
svn path=/trunk/kdegraphics/kpdf/; revision=341049
2004-08-25 18:34:25 +00:00
Albert Astals Cid 4292a84914 Use AC_LANG_SAVE/RESTORE
AC_CHECK_LIB -> use KDE_CHECK_LIB
Thanks Dirk

svn path=/trunk/kdegraphics/kpdf/; revision=341046
2004-08-25 18:27:31 +00:00
Albert Astals Cid 0d6b458e3f Less warnings, these changes have been sent upstream to the xpdf author to see if he includes the changes in the original sources
svn path=/trunk/kdegraphics/kpdf/; revision=341032
2004-08-25 18:12:30 +00:00
Albert Astals Cid 75a7004a7c Detect t1lib. I've done my best to make it work, but having a configure.in.in guru over it would not hurt
svn path=/trunk/kdegraphics/kpdf/; revision=340997
2004-08-25 17:20:29 +00:00
Albert Astals Cid 264b6249ab QOutputDev is no longer a OutputDev subclass but a SplashOutputDev sublclass. That makes xpdf do all the work related to rendering (sorting lots of problems with fonts, etc). That should improve the render quality of kpdf drastically.
svn path=/trunk/kdegraphics/kpdf/; revision=340973
2004-08-25 16:27:34 +00:00
Albert Astals Cid ee86e7f46b - When xpdf calls fill it wants to paint the outline of the filling area with the same color you got with updateFillColor and not only the inside of the fill area. That fixes the problem of small lines not appearing.
- Remove unused includes
 - Xpdf can't (does not) render fonts of type3 so don't try to be better than it
 - QChar c = QChar ( u [i] ) -> QChar c = u[i];

svn path=/trunk/kdegraphics/kpdf/; revision=340564
2004-08-24 17:36:52 +00:00
Script Kiddy a5f4b75cd5 CVS_SILENT made messages
svn path=/trunk/kdegraphics/kpdf/; revision=340251
2004-08-23 22:08:42 +00:00
Albert Astals Cid 45aef55b58 Do we need an empty NEWS file?
Do we need a generic INSTALL file?
Do we need an useless README?
No

svn path=/trunk/kdegraphics/kpdf/; revision=340229
2004-08-23 21:16:09 +00:00
Albert Astals Cid d01d8daac8 These files are not needed
svn path=/trunk/kdegraphics/kpdf/; revision=340217
2004-08-23 20:56:27 +00:00
Albert Astals Cid 3578b8d7c1 Add a configuration switch that enables the user to enable the multithreading present in xpdf code. Also removes the warnings about "MULTITHREADING" is not defined
svn path=/trunk/kdegraphics/kpdf/; revision=340216
2004-08-23 20:53:56 +00:00
Albert Astals Cid 82cd404f88 Make compilation give less warnings, i'm sending that patch upstream to xpdf author to see if he adds it to the source of the "problems"
svn path=/trunk/kdegraphics/kpdf/; revision=340184
2004-08-23 19:33:12 +00:00
Albert Astals Cid 3503ef9d5e Less warnings about unused variables
svn path=/trunk/kdegraphics/kpdf/; revision=340180
2004-08-23 19:24:48 +00:00
Albert Astals Cid 3abd57ea99 - Put xpdf 3.00 in the xpdf, goo and fofi drawers to bring the PDF 1.5 support that version has to kpdf
- Remove not used files of xpdf (images, etc) that we don't need to distribute

Please test if your kpdf behaves equally that older versions (it should only have somewhat better support to PDF 1.5)

svn path=/trunk/kdegraphics/kpdf/; revision=339928
2004-08-23 00:05:01 +00:00
Script Kiddy 78791f5819 CVS_SILENT made messages
svn path=/trunk/kdegraphics/kpdf/; revision=334652
2004-08-01 06:58:42 +00:00
Malcolm Hunter b46c5325ba Fixed doc path
svn path=/trunk/kdegraphics/kpdf/; revision=334365
2004-07-31 10:04:36 +00:00
Albert Astals Cid 907cab63b4 There's no need to override and make the functions do the same
svn path=/trunk/kdegraphics/kpdf/; revision=330941
2004-07-19 16:56:39 +00:00
Frans Englich 41d0403e70 Revert the third list of changes in the XDG mail. If anything more is to be reverted/changed, you will have to explicitly tell me so.
svn path=/trunk/kdegraphics/kpdf/; revision=329375
2004-07-14 22:24:24 +00:00
Frans Englich ef2ba1742f Do the OnlyShowIn/NotShowIn hiding as discussed on the XDG list:
http://freedesktop.org/pipermail/xdg/2004-March/003619.html

svn path=/trunk/kdegraphics/kpdf/; revision=328818
2004-07-13 17:59:23 +00:00
James Ots e8e618ffc2 Work out the background area to be redrawn better, so we don't end up
with random grey bits.

svn path=/trunk/kdegraphics/kpdf/; revision=326353
2004-07-06 14:29:40 +00:00
Stephan Binner 428a5a9f29 CVS_SILENT i18n style guide fixes
svn path=/trunk/kdegraphics/kpdf/; revision=323729
2004-06-26 10:13:01 +00:00
Stephan Binner ac4ae4be3b CVS_SILENT No punctuation in command line descriptions
svn path=/trunk/kdegraphics/kpdf/; revision=322582
2004-06-21 19:03:29 +00:00
Stephan Binner 4f1a3b0538 setCheckedState++
svn path=/trunk/kdegraphics/kpdf/; revision=311640
2004-05-15 14:52:38 +00:00
Albert Astals Cid 83c96e5c16 Make the thumbnails list behave nice when you have a small window and make it bigger and thumbnails think they dan't grow but they can't because they make the scrollbar reappear and...
svn path=/trunk/kdegraphics/kpdf/; revision=308677
2004-05-04 21:20:26 +00:00
Albert Astals Cid e091c05590 - Don't put a separator after <Action name="file_print_preview" group="file_print"/> it is not necessary in stand-alone mode and in konqy-embeded mode it was puting a separator between Print Preview and Print
- Put print in shell instead of part so when in konqy-embeded only a print menu entry is shown
 - Remove some if testing KDE_VERSION, this is HEAD and for now we are bigger than 3.1.90
CCMAIL:75595-done@bugs.kde.org

svn path=/trunk/kdegraphics/kpdf/; revision=306899
2004-04-27 21:57:30 +00:00
Albert Astals Cid 6098ad7829 Remove compilation warning
svn path=/trunk/kdegraphics/kpdf/; revision=306890
2004-04-27 21:24:34 +00:00
Albert Astals Cid a7ba722203 - Remove PageWidget::nextPage() and PageWidget::previousPage(), use setPage instead
- Don't make Part::m_currentPage depend on pdfpartview::getCurrentItem()
 - Remove pdfpartview::getCurrentItem()
Fix 80435 in HEAD, fix for BRANCH is coming in a few moments

svn path=/trunk/kdegraphics/kpdf/; revision=306681
2004-04-26 22:41:08 +00:00
Christophe Devriese 466f0ad7ff removed debugging statements. I will use the normal kde kdDebug() now
svn path=/trunk/kdegraphics/kpdf/; revision=306232
2004-04-25 13:27:17 +00:00
Albert Astals Cid d094b4eb13 Don't do forced debugging. Fixes half of 79598.
CCMAIL:79598@bugs.kde.org
CCMAIL:oelewapperke@wina.be

svn path=/trunk/kdegraphics/kpdf/; revision=305943
2004-04-23 20:47:40 +00:00
Albert Astals Cid 8b069af45e Give a bit of credit to my ego
svn path=/trunk/kdegraphics/kpdf/; revision=304048
2004-04-15 18:57:17 +00:00
Albert Astals Cid 26712f5c0e Add thumbnails to kpdf
svn path=/trunk/kdegraphics/kpdf/; revision=304042
2004-04-15 18:36:43 +00:00
Albert Astals Cid c7b1a19c0b Removing part.ui, it will not be needed when i put the next commit. Can't do it all because cvs keeps telling me i have not to add part.cpp
svn path=/trunk/kdegraphics/kpdf/; revision=304041
2004-04-15 18:36:28 +00:00
Albert Astals Cid e1b7f7c09b Don't crash when opening a document, going to the page x and them opening a document with less than x pages
svn path=/trunk/kdegraphics/kpdf/; revision=303400
2004-04-13 19:07:01 +00:00
Albert Astals Cid 5c91f5d36a Fix indentation
svn path=/trunk/kdegraphics/kpdf/; revision=303115
2004-04-12 18:25:59 +00:00
Script Kiddy 0138016479 CVS_SILENT made messages
svn path=/trunk/kdegraphics/kpdf/; revision=301134
2004-04-04 05:48:52 +00:00
Stephan Kulow 334bd057a8 adding debian path
svn path=/trunk/kdegraphics/kpdf/; revision=296494
2004-03-17 09:28:16 +00:00