Commit graph

4038 commits

Author SHA1 Message Date
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
Script Kiddy eea72c12c4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=755851
2008-01-02 08:28:33 +00:00
Pino Toscano 4a71603ab6 take the list of the supported mimetypes from the kpart .desktop, as they contain more mimetypes (including the compressed versions)
[the compressed versions are not in the "generator" .desktop files because okular can deal natively with any gzip- or bzip2- compressed version of the supported document types]

svn path=/trunk/KDE/kdegraphics/okular/; revision=755661
2008-01-02 00:37:51 +00:00
Urs Wolfer d1b4c8ae17 Optimize PNG files again.
Last optimization has been done almost two years ago. There a lot of new files in trunk (e.g all Oxygen stuff).
It's not the correct time to do that again (before the release).

This run saves again around 10MB of diskspace without any restrictions.

svn path=/trunk/KDE/kdegraphics/okular/; revision=755647
2008-01-02 00:10:07 +00:00
Pino Toscano 02dde1035c for now, don't create xml storage files for non-local urls, as the local name will always change
svn path=/trunk/KDE/kdegraphics/okular/; revision=755447
2008-01-01 16:22:29 +00:00
Pino Toscano 6848a3ec6a no need to watch the locally downloaded files of remote urls
svn path=/trunk/KDE/kdegraphics/okular/; revision=755441
2008-01-01 15:59:18 +00:00
Jakob Petsovits 0da4f3ebb8 Icon naming spec (code changes - KDE/):
* view-left-right -> view-split-left-right
* view-top-bottom -> view-split-top-bottom

svn path=/trunk/KDE/kdegraphics/okular/; revision=755418
2008-01-01 14:52:38 +00:00
Jakob Petsovits 1ae1545a4a Icon renaming (code changes - KDE/):
consolidate the fileview-* icons to view-*

svn path=/trunk/KDE/kdegraphics/okular/; revision=755384
2008-01-01 12:25:48 +00:00
Script Kiddy c91bdf809c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=755336
2008-01-01 08:09:23 +00:00
Pino Toscano 53abd1a5a6 hide the "draw border around images" option, as it's not working yet
svn path=/trunk/KDE/kdegraphics/okular/; revision=755305
2008-01-01 00:46:54 +00:00
Pino Toscano 327ec1cc34 correctly reacts when the "center first page" option is changed, and we need to apply it (more than 1 column)
svn path=/trunk/KDE/kdegraphics/okular/; revision=755279
2007-12-31 22:41:32 +00:00
Pino Toscano 39fb1ef5b6 correctly show/hide the form widgets in each page correctly even when not in Continuous mode
svn path=/trunk/KDE/kdegraphics/okular/; revision=755275
2007-12-31 22:22:38 +00:00
Pino Toscano 975b5e550b give the debug messages their correct area
svn path=/trunk/KDE/kdegraphics/okular/; revision=755235
2007-12-31 18:44:18 +00:00
Pino Toscano d54e2515ae clear the list of pages with text selection when the document changes
svn path=/trunk/KDE/kdegraphics/okular/; revision=755228
2007-12-31 18:28:02 +00:00
Pino Toscano 3c52fd1456 Change the page layouting procedure so:
- pages not in the view (wth no Continuous mode active) are just "hidden", but they now have a valid size;
  this way, we can preload "hidden" pages even when in Continouos mode
- merge the layouting methods (simplify a bit)

CCBUG: 153675

svn path=/trunk/KDE/kdegraphics/okular/; revision=755216
2007-12-31 17:35:22 +00:00
Pino Toscano 8761aa5f12 add possibility to for an item to be "set visible" or not
svn path=/trunk/KDE/kdegraphics/okular/; revision=755208
2007-12-31 17:17:54 +00:00
Jure Repinc e60c1ec1cf The background is always yellow, the text can be hard to read with a dark
color scheme with white text. So now the text is always set to black.

svn path=/trunk/KDE/kdegraphics/okular/; revision=755179
2007-12-31 16:09:46 +00:00
Pino Toscano 4554ddbf8b Patch by Luigi Toscano <luigi.toscano@tiscali.it> to reactivate the rendering of postscript specials.
Thanks Luigi.
CCMAIL: luigi.toscano@tiscali.it

BUG: 154507

svn path=/trunk/KDE/kdegraphics/okular/; revision=754951
2007-12-31 00:24:15 +00:00
Pino Toscano ca5b6e6203 don't install observer.h, it's not needed for backends
svn path=/trunk/KDE/kdegraphics/okular/; revision=754904
2007-12-30 22:48:40 +00:00
Pino Toscano 59f19fe8aa Patch by Luigi Toscano <luigi.toscano@tiscali.it> to mplemented printing support for DVI backend.
CCMAIL: luigi.toscano@tiscali.it

He says:
"Thanks for the infrastructure work to John Layt and apologies for my (non-existent) reply to your mail..."
CCMAIL: john@layt.net

svn path=/trunk/KDE/kdegraphics/okular/; revision=754729
2007-12-30 16:41:10 +00:00
Pino Toscano 0b65d8ef2b set the help index to okular
svn path=/trunk/KDE/kdegraphics/okular/; revision=754715
2007-12-30 16:13:50 +00:00
Script Kiddy c878863fe7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdegraphics/okular/; revision=754564
2007-12-30 08:56:16 +00:00
Pino Toscano 8d726bc18a use the new debug area numer of the DVI backend
svn path=/trunk/KDE/kdegraphics/okular/; revision=754357
2007-12-29 16:49:03 +00:00
Pino Toscano 3c64c3232a Start adding a minimal way to handle the different flavours of unrar.
For now, deny the usage of the "unrar-free", as it does not seem to be much usable...

svn path=/trunk/KDE/kdegraphics/okular/; revision=754056
2007-12-29 00:04:31 +00:00
Jakob Petsovits 24e03633fc Icon naming spec compliance (code changes - KDE/):
* edit-find-next -> go-down-search
* edit-find-previous -> go-up-search

svn path=/trunk/KDE/kdegraphics/okular/; revision=753922
2007-12-28 19:10:48 +00:00
Pino Toscano 6862247d3c page is in -1..n-1 now
svn path=/trunk/KDE/kdegraphics/okular/; revision=753871
2007-12-28 17:14:10 +00:00
Pino Toscano 2c57eeb6e3 reach only to 0..n-1 queries for fonts, and only in the proper order
svn path=/trunk/KDE/kdegraphics/okular/; revision=753867
2007-12-28 17:07:40 +00:00
Pino Toscano 1aab311b5c Slightly change the indexes used to query the generator for fonts:
- 0..n-1 are the page indexes again
- -1 is for the fonts not reall belonging to a single page (or when no selective page extraction can be done)

svn path=/trunk/KDE/kdegraphics/okular/; revision=753866
2007-12-28 17:06:43 +00:00