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
Albert Astals Cid
2f61e6545b
use kclasses
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=760478
2008-01-12 19:06:46 +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
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
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
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
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
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
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
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
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
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
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
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
Pino Toscano
8f40bfdb21
If the font name is not available, show '-' to the user (instead of nothing).
...
TODO for the string unfreeze: add a better string.
svn path=/trunk/KDE/kdegraphics/okular/; revision=752578
2007-12-24 23:31:52 +00:00
Pino Toscano
44aa2d7088
Globally store an icon loader different that the global one (eg the KPart one);
...
this way we can load our custom icons when embedded in other shells than ours.
svn path=/trunk/KDE/kdegraphics/okular/; revision=752473
2007-12-24 15:02:32 +00:00
Pino Toscano
288fce0b82
AnnotationGuiUtils -> GuiUtils
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752259
2007-12-24 00:54:21 +00:00
Pino Toscano
18af83bcfc
cache few things, but it's still sloooooooooooow
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=749261
2007-12-16 22:36:27 +00:00
Pino Toscano
034e8f9299
Map the index through the author proxy model as well.
...
This makes the context menu working again, thanks Elias P. for reporting that!
svn path=/trunk/KDE/kdegraphics/okular/; revision=748887
2007-12-15 20:39:01 +00:00
Pino Toscano
98ed679e0e
Do not change the offset of the shadow, as it does not change in themes, says Diego.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=748590
2007-12-14 22:12:23 +00:00
Pino Toscano
704a53bb12
get correctly the layout direction of the widget, thanks Diego
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=748587
2007-12-14 22:08:22 +00:00
Pino Toscano
1bf39cf98a
In the message widget, draw the icon on the right when the layout is RightToLeft.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=748578
2007-12-14 21:37:00 +00:00
Pino Toscano
5a06b9d911
improve getInnetPoint() and getOuterPoint() so that
...
- they use a nice switch
- the real anchor widget position is taken into account (no more magic constant, and the position is correct even in RtL configurations)
svn path=/trunk/KDE/kdegraphics/okular/; revision=748015
2007-12-13 11:32:09 +00:00
Pino Toscano
f7b8b3f6f4
Use Oxygen icons for the text tools. Much better now.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747814
2007-12-13 00:06:31 +00:00
Pino Toscano
82ac390fd0
copy three tool icons from krita to give at least an icon to some of the review tools
...
not optimal, but better than a plain question mark...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747226
2007-12-11 12:09:55 +00:00
Pino Toscano
8f46b3cc74
reduce the default x-scale of minibar buttons, otherwise some widget styles will want to make them wide over any human limit
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746696
2007-12-09 21:32:02 +00:00
Pino Toscano
04fdc9e475
these icons are not used, do not install them for now
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746693
2007-12-09 21:29:53 +00:00
Eike Hein
e1ce407bb7
Manage the enabled state of the page thumbnail list's scrollbar.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746598
2007-12-09 16:31:43 +00:00
Pino Toscano
76d061b443
draw correctly the border of the rectangular selection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746592
2007-12-09 16:14:24 +00:00
Pino Toscano
cd5b0a9d7f
fix icons
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746590
2007-12-09 16:12:08 +00:00
Pino Toscano
704f0ee3a1
remove the 'pink highlighter' and give the proper icon to the 'green highlighter'
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746556
2007-12-09 13:44:40 +00:00
Pino Toscano
4219c90f63
translate the tool name as soon as we read it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746523
2007-12-09 12:15:57 +00:00
Pino Toscano
b30621c8ed
put a better icon here
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746522
2007-12-09 12:15:03 +00:00