Commit Graph

4078 Commits

Author SHA1 Message Date
Pino Toscano
df3094a252 Add an installed header with the okular version as number and string (ala kdeversion.h);
use the version string in the about data.

svn path=/trunk/KDE/kdegraphics/okular/; revision=767247
2008-01-27 16:31:02 +00:00
Pino Toscano
fd1e5863bb - add version of libtiff in the about data
- bump copyright year to 2008

svn path=/trunk/KDE/kdegraphics/okular/; revision=767231
2008-01-27 15:47:25 +00:00
Script Kiddy
51a1d75de3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=767165
2008-01-27 13:31:32 +00:00
Michael Pyne
9279a99a07 Make okular's pdf feature compile here by allowing multiple include paths for the Poppler and Qt4 bindings.
svn path=/trunk/KDE/kdegraphics/okular/; revision=766994
2008-01-27 05:57:50 +00:00
Script Kiddy
97b0fe6bdf SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=766697
2008-01-26 13:11:06 +00:00
Albert Astals Cid
76566e8afe check we could open the file, i always get hit by that kind of bugs in other apps and i hate it :D
svn path=/trunk/KDE/kdegraphics/okular/; revision=766417
2008-01-25 20:06:02 +00:00
Script Kiddy
51ca1e51c6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=766235
2008-01-25 12:53:51 +00:00
Pino Toscano
e27bfaac73 Add a mapping system for pages to exclude the pages we are not able to load, avoid crashing when requesting "invalid" pages.
BUG: 156608

svn path=/trunk/KDE/kdegraphics/okular/; revision=765972
2008-01-25 00:05:57 +00:00
Pino Toscano
66c950fcbb use a yellow color if the annotation's one is not valid
svn path=/trunk/KDE/kdegraphics/okular/; revision=765918
2008-01-24 21:48:03 +00:00
Pino Toscano
194048d6c6 fix typo
svn path=/trunk/KDE/kdegraphics/okular/; revision=765732
2008-01-24 16:34:05 +00:00
Pino Toscano
4e5096e731 let's try telling doxygen which class should it extract from...
svn path=/trunk/KDE/kdegraphics/okular/; revision=765695
2008-01-24 14:22:17 +00:00
Pino Toscano
fa5c99b318 SVN_SILENT few updates
svn path=/trunk/KDE/kdegraphics/okular/; revision=765686
2008-01-24 13:53:20 +00:00
Script Kiddy
75f203b82f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=765681
2008-01-24 13:44:24 +00:00
Pino Toscano
71f4bc4d1c remove the old agg stuff; fix the path for the external gs stuff (libspectre)
svn path=/trunk/KDE/kdegraphics/okular/; revision=765594
2008-01-24 12:31:48 +00:00
Pino Toscano
507511d607 Refactor a bit the thumbnails view.
Instead of putting in the scrollarea as many widgets as the number of pages, just paint the thumbnails on the scroll widget itself;
this should reduce a bit the memory usage due to the child widgets (especially in documents w/ many pages).
All should work as before, even the few annoyances with the visible areas drag were left (now they can be solved).

svn path=/trunk/KDE/kdegraphics/okular/; revision=765585
2008-01-24 11:37:00 +00:00
Pino Toscano
e26ce5255b the text color needs to be adapted to the color scheme as well
svn path=/trunk/KDE/kdegraphics/okular/; revision=765271
2008-01-23 18:22:38 +00:00
Pino Toscano
a3e0474e35 Use the standard KDE color for the content area messages.
Patch by Robert Knight, thanks!

BUG: 156457

svn path=/trunk/KDE/kdegraphics/okular/; revision=765205
2008-01-23 13:20:25 +00:00
Pino Toscano
b897d75b0b Correctly determine if the sidebar is shown or not (visible != !hidden, grr)
BUG: 156445

svn path=/trunk/KDE/kdegraphics/okular/; revision=765184
2008-01-23 11:56:47 +00:00
Script Kiddy
3e8a8d9d1d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=765166
2008-01-23 11:39:10 +00:00
Pino Toscano
0fc3a401bd lower the priority
svn path=/trunk/KDE/kdegraphics/okular/; revision=764777
2008-01-22 15:13:48 +00:00
Burkhard Lück
050d63153b unified the spelling of okular to Okular
svn path=/trunk/KDE/kdegraphics/okular/; revision=764676
2008-01-22 10:35:36 +00:00
Burkhard Lück
14d253d3a4 fixed errors found while translating
CCMAIL:toscano.pino@tiscali.it

svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=764463
2008-01-21 21:10:27 +00:00
Script Kiddy
0f9027a566 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=764259
2008-01-21 10:32:43 +00:00
Pino Toscano
1f43811f61 redirect all the debug output of core to the debug area
svn path=/trunk/KDE/kdegraphics/okular/; revision=763941
2008-01-20 16:39:21 +00:00
Pino Toscano
a0a3c239e2 Standardize our naming: Okular.
CCMAIL: okular-devel@kde.org

svn path=/trunk/KDE/kdegraphics/okular/; revision=763904
2008-01-20 15:35:19 +00:00
Pino Toscano
c6f91f4e51 Use the local file path, so remote URLs are not downloaded again. (For local files there is no change.)
svn path=/trunk/KDE/kdegraphics/okular/; revision=761845
2008-01-15 12:49:36 +00:00
Albert Astals Cid
ff20b1ee86 Don't show an ugly popup saying the document could not be loaded when we come from a file changed reload
BUG: 155734

svn path=/trunk/KDE/kdegraphics/okular/; revision=761490
2008-01-14 23:03:53 +00:00
Pino Toscano
4333d4b0b5 Manually set the scrollbars range, so they are correct when the viewport is resized and the content widget has the same size.
BUG: 155652

svn path=/trunk/KDE/kdegraphics/okular/; revision=761348
2008-01-14 16:29:12 +00:00
Pino Toscano
b0245bd01d Allow the selection of more than annotation in the annotation tree, so they can be deleted at once using the popup menu.
FEATURE: 155668

svn path=/trunk/KDE/kdegraphics/okular/; revision=761323
2008-01-14 13:59:30 +00:00
Pino Toscano
51f34f3f9f support more than one annotation in the annotation popup
svn path=/trunk/KDE/kdegraphics/okular/; revision=761316
2008-01-14 13:39:23 +00:00
Albert Astals Cid
048ca1d519 fix width calculation to work on plastique, oxygen and windows styles, tahnks to boemman for the tipts
svn path=/trunk/KDE/kdegraphics/okular/; revision=761052
2008-01-13 23:27:31 +00:00
Laurent Montel
929ba8c53b Fix help button
svn path=/trunk/KDE/kdegraphics/okular/; revision=760515
2008-01-12 21:03:24 +00:00
Albert Astals Cid
2f61e6545b use kclasses
svn path=/trunk/KDE/kdegraphics/okular/; revision=760478
2008-01-12 19:06:46 +00:00
Pino Toscano
a35532befd I feel really sorry in reverting the last commit, but we keep binary compatibility :/
svn path=/trunk/KDE/kdegraphics/okular/; revision=760476
2008-01-12 18:52:27 +00:00
Albert Astals Cid
1c6cc2484f const & is your friend
svn path=/trunk/KDE/kdegraphics/okular/; revision=760473
2008-01-12 18:36:53 +00:00
Pino Toscano
bb62a5b2fa small apidox fixes:
- remove the translated entries for the x-test language
- remove DocPath from the application .desktop
- MimeType is a list of strings, so it should end with the separator (';')

svn path=/trunk/KDE/kdegraphics/okular/; revision=759082
2008-01-09 23:48:32 +00:00
Pino Toscano
88ea8c2992 Remove the X-DocPath key from the Application .desktop of the generators, so they won't show up in KHelpCenter.
svn path=/trunk/KDE/kdegraphics/okular/; revision=759080
2008-01-09 23:43:55 +00:00
Script Kiddy
c729c3d5db SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=758821
2008-01-09 10:38:24 +00:00
Pino Toscano
056de06cf0 Get rid of our custom anti-aliasing options and use the Document settings.
Also react correctly when they change, and a PS document is open.

svn path=/trunk/KDE/kdegraphics/okular/; revision=757659
2008-01-05 16:14:43 +00:00
Pino Toscano
f238c3d95d Start adding a configuration to toggle anti-aliasing for both text and graphics.
Let the Document propagate these settings to the backends, if they query for them.

svn path=/trunk/KDE/kdegraphics/okular/; revision=757647
2008-01-05 15:50:40 +00:00
Pino Toscano
7e35a9c0cf due to a small bug in poppler-qt4, we cannot trust the document render hints
so, store ourselves the flags

svn path=/trunk/KDE/kdegraphics/okular/; revision=757637
2008-01-05 15:30:31 +00:00
Stephan Binner
c06deaf9fc i18n style guide fixes, the capitalization rules are explained on
http://developer.kde.org/documentation/standards/kde/style/basics/labels.html

svn path=/trunk/KDE/kdegraphics/okular/; revision=757596
2008-01-05 13:41:54 +00:00
Pino Toscano
4d047a47b0 rename the "save as" action as "save copy as", as it's what it really does
svn path=/trunk/KDE/kdegraphics/okular/; revision=757449
2008-01-04 23:58:22 +00:00
Pino Toscano
1c0f503050 oops, forgot ','
svn path=/trunk/KDE/kdegraphics/okular/; revision=757437
2008-01-04 23:05:48 +00:00
Pino Toscano
04ff967d3e update copyrights text
svn path=/trunk/KDE/kdegraphics/okular/; revision=757404
2008-01-04 21:49:24 +00:00
Pino Toscano
b48bd67893 temporary bump version to 0.6.80 to distinguish it from branch
svn path=/trunk/KDE/kdegraphics/okular/; revision=757381
2008-01-04 20:58:04 +00:00
Pino Toscano
a4827e24a5 i18n fix: Postscript -> PostScript
svn path=/trunk/KDE/kdegraphics/okular/; revision=757269
2008-01-04 15:46:44 +00:00
Script Kiddy
4109de93c1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=757115
2008-01-04 08:41:36 +00:00
Pino Toscano
9c64d8e720 disable the GHNS implementation, as not really ready, yet
(hoping it's not too late)

svn path=/trunk/KDE/kdegraphics/okular/; revision=757059
2008-01-04 01:14:54 +00:00
Jakob Petsovits
46eaee7f44 Icon renaming (code and icon changes - KDE/):
* bookmark -> bookmarks
* and finally, remove user-2 and konv-message[2] from Oxygen

svn path=/trunk/KDE/kdegraphics/okular/; revision=757019
2008-01-03 23:54:18 +00:00