Albert Astals Cid
2f61e6545b
use kclasses
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=760478
18 years ago
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
18 years ago
Albert Astals Cid
1c6cc2484f
const & is your friend
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=760473
18 years ago
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
18 years ago
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
18 years ago
Script Kiddy
c729c3d5db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=758821
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Pino Toscano
1c0f503050
oops, forgot ','
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757437
18 years ago
Pino Toscano
04ff967d3e
update copyrights text
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757404
18 years ago
Pino Toscano
b48bd67893
temporary bump version to 0.6.80 to distinguish it from branch
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757381
18 years ago
Pino Toscano
a4827e24a5
i18n fix: Postscript -> PostScript
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757269
18 years ago
Script Kiddy
4109de93c1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757115
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Burkhard Lück
0caecb79ad
updated screenshots
...
svn path=/trunk/KDE/kdegraphics/doc/okular/; revision=756845
18 years ago
Jakob Petsovits
11dcfffce7
Icon renaming (code changes - KDE/):
...
frame-edit -> select-rectangular
svn path=/trunk/KDE/kdegraphics/okular/; revision=756813
18 years ago
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
18 years ago
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
18 years ago
Pino Toscano
9109f88519
bump version to 0.6, yay
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756476
18 years ago
Script Kiddy
ff1e230a47
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756424
18 years ago
Pino Toscano
26b02fe068
vertically center the icon in the message
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756265
18 years ago
Eike Hein
a56276f00d
Review toolbar tweaks.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756192
18 years ago
Eike Hein
93fdfab88c
person("pinotree")->happiness++
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756180
18 years ago
Eike Hein
2ab6d6f842
On second thought, keep the mask - less work for Qt.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756115
18 years ago
Eike Hein
3af668a384
Draw the review toolbar borders anti-aliased.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756114
18 years ago
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
18 years ago
Script Kiddy
eea72c12c4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755851
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Pino Toscano
6848a3ec6a
no need to watch the locally downloaded files of remote urls
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755441
18 years ago
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
18 years ago
Jakob Petsovits
1ae1545a4a
Icon renaming (code changes - KDE/):
...
consolidate the fileview-* icons to view-*
svn path=/trunk/KDE/kdegraphics/okular/; revision=755384
18 years ago
Script Kiddy
c91bdf809c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755336
18 years ago
Pino Toscano
53abd1a5a6
hide the "draw border around images" option, as it's not working yet
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755305
18 years ago
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
18 years ago
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
18 years ago
Pino Toscano
975b5e550b
give the debug messages their correct area
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755235
18 years ago
Pino Toscano
d54e2515ae
clear the list of pages with text selection when the document changes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755228
18 years ago
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
18 years ago
Pino Toscano
8761aa5f12
add possibility to for an item to be "set visible" or not
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755208
18 years ago
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
18 years ago
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
18 years ago
Pino Toscano
ca5b6e6203
don't install observer.h, it's not needed for backends
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754904
18 years ago
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
18 years ago