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
Jakob Petsovits
79006833de
Icon naming spec compliance (code changes - KDE/):
...
* actions/user -> places/user-identity
* places/contact -> mimetypes/x-office-contact
* fix KMail and KNode configuration dialog page icons
* and bits of other fix-up stuff.
svn path=/trunk/KDE/kdegraphics/okular/; revision=753841
2007-12-28 16:21:31 +00:00
Script Kiddy
4bc4f57855
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753675
2007-12-28 07:59:25 +00:00
Pino Toscano
e984ef4086
Patch by Luigi Toscano <luigi.toscano@tiscali.it> to:
...
- simplify the handling of the pages wrt rotation
- make internal anchors hyperlinks work again
Thanks!
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdegraphics/okular/; revision=753485
2007-12-27 15:38:29 +00:00
Pino Toscano
03e0154fc4
use a stack of dom elements by value, so no memory is leaked
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753169
2007-12-26 20:08:29 +00:00
Jakob Petsovits
6164d717d8
Icon naming spec compliance (code changes - KDE/):
...
* go-{next,previous,first,last}-rtl -> go-{previous,next,last,first}
* document-start-presentation -> view-presentation
svn path=/trunk/KDE/kdegraphics/okular/; revision=753149
2007-12-26 19:31:48 +00:00
Pino Toscano
f84c256657
don't activate the TOC when it has no items
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753072
2007-12-26 16:01:54 +00:00
Pino Toscano
b92fce0027
move to the crystalsvg theme
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753043
2007-12-26 13:27:47 +00:00
Pino Toscano
cd508ca79c
use the right mimetype
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752787
2007-12-25 17:44:35 +00:00
Pino Toscano
7c16841778
use the correct names for the prev/next page actions...
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752766
2007-12-25 15:16:36 +00:00
Pino Toscano
0428029203
fix okular icon
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752764
2007-12-25 15:12:32 +00:00
Pino Toscano
6d68021b61
delete the annotation item when the annotation it represent was removed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752761
2007-12-25 14:47:53 +00:00
Pino Toscano
a02131d6a9
do not leak the text selection when stopping the construction of a text highlight annotation
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752760
2007-12-25 14:21:49 +00:00