Commit graph

4065 commits

Author SHA1 Message Date
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
Jakob Petsovits df780d0096 Icon naming spec compliance (code changes - KDE/):
* text -> draw-text, or edit-rename (depends)
* replace inappropriate usage of "table"
  (in preparation of moving it out to KOffice)

svn path=/trunk/KDE/kdegraphics/okular/; revision=756900
2008-01-03 21:56:11 +00:00
Burkhard Lück 0caecb79ad updated screenshots
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=756845
2008-01-03 20:46:58 +00:00
Jakob Petsovits 11dcfffce7 Icon renaming (code changes - KDE/):
frame-edit -> select-rectangular

svn path=/trunk/KDE/kdegraphics/okular/; revision=756813
2008-01-03 20:05:17 +00:00
Jakob Petsovits 0141282203 Icon naming spec compliance (code changes - KDE/):
* zoom-best-fit -> zoom-fit-best
* plasmagik -> tools-wizard
* and some other fixes, many of them in KMobileTools

svn path=/trunk/KDE/kdegraphics/okular/; revision=756800
2008-01-03 19:55:37 +00:00
Urs Wolfer 2ea7ce44b3 Re-compress svgz files with:
find . -name "*.svgz" -exec advdef -z -4 '{}' \;

That saves around 6MB in trunk without any restrictions.

Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with:
svn propset svn:mime-type 'application/octet-stream'

svn path=/trunk/KDE/kdegraphics/okular/; revision=756680
2008-01-03 15:25:23 +00:00
Pino Toscano 9109f88519 bump version to 0.6, yay
svn path=/trunk/KDE/kdegraphics/okular/; revision=756476
2008-01-03 10:16:52 +00:00
Script Kiddy ff1e230a47 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=756424
2008-01-03 08:34:38 +00:00
Pino Toscano 26b02fe068 vertically center the icon in the message
svn path=/trunk/KDE/kdegraphics/okular/; revision=756265
2008-01-03 00:58:00 +00:00
Eike Hein a56276f00d Review toolbar tweaks.
svn path=/trunk/KDE/kdegraphics/okular/; revision=756192
2008-01-02 22:09:12 +00:00
Eike Hein 93fdfab88c person("pinotree")->happiness++
svn path=/trunk/KDE/kdegraphics/okular/; revision=756180
2008-01-02 21:52:25 +00:00
Eike Hein 2ab6d6f842 On second thought, keep the mask - less work for Qt.
svn path=/trunk/KDE/kdegraphics/okular/; revision=756115
2008-01-02 19:48:30 +00:00
Eike Hein 3af668a384 Draw the review toolbar borders anti-aliased.
svn path=/trunk/KDE/kdegraphics/okular/; revision=756114
2008-01-02 19:44:57 +00:00
Eike Hein cb4367608b Draw the page view message popup borders anti-aliased. Gets
rid of my #1 Okular annoyance (yes, I'm petty like that).

svn path=/trunk/KDE/kdegraphics/okular/; revision=756098
2008-01-02 18:41:31 +00:00