Pino Toscano
90bc2dadcb
clear the visible rects when closing a document
...
svn path=/trunk/playground/graphics/okular/; revision=554546
20 years ago
Pino Toscano
cd81b54d63
Show the current viewport in the thumbnail view, with a read contour.
...
svn path=/trunk/playground/graphics/okular/; revision=554363
20 years ago
Pino Toscano
a3dc3b2646
add a desktop file so the ghostscript generator can make okular good candidate for print preview
...
svn path=/trunk/playground/graphics/okular/; revision=554320
20 years ago
Pino Toscano
cfaefdc3cb
not needed
...
svn path=/trunk/playground/graphics/okular/; revision=553841
20 years ago
Albert Astals Cid
38343cd4e1
drop .la as per dfaure's suggestion
...
svn path=/trunk/playground/graphics/okular/; revision=553685
20 years ago
Albert Astals Cid
ffc5953ca0
okular core by itself does not support any mimetype
...
svn path=/trunk/playground/graphics/okular/; revision=553680
20 years ago
Pino Toscano
e37ff4f3fe
small trick: when generating small pixmaps (ie less wide than 300px) the render it as a page wider than 800px, and then rescale it back. this way, we respect more the geometry of the page in the small pixmaps (tipically, thumbnails).
...
svn path=/trunk/playground/graphics/okular/; revision=553409
20 years ago
Pino Toscano
80a843cbed
TGenerator -> CHMGenerator
...
svn path=/trunk/playground/graphics/okular/; revision=553326
20 years ago
Pino Toscano
5f90685f37
update
...
svn path=/trunk/playground/graphics/okular/; revision=553245
20 years ago
Pino Toscano
8f32edb95e
Make the TOC highlight (well, just indicate with an arrow for the moment) the first entry for the current page.
...
Implements bug #127358 .
svn path=/trunk/playground/graphics/okular/; revision=553236
20 years ago
Pino Toscano
066beaa1dd
small changes in the Generator API:
...
- no need for a private empty constructor
- move the signalRequestDone 'signal' to a protected visibility, as it's not meant to be called from outside a generator
- KPDF_EXPORT_PLUGIN -> OKULAR_EXPORT_PLUGIN
svn path=/trunk/playground/graphics/okular/; revision=553077
20 years ago
Pino Toscano
6dd1769fe0
use Configure okular only when using the okular shell, and Configure viewer otherwise
...
svn path=/trunk/playground/graphics/okular/; revision=553076
20 years ago
Albert Astals Cid
e5d59dfca7
update my adress to the shiny kde one
...
svn path=/trunk/playground/graphics/okular/; revision=553056
20 years ago
Albert Astals Cid
b95bcc5867
DjVu renderer and beign the only dude on http://cia.navi.cx/stats/project/kde/oKular guarantess a place in the about box i think
...
svn path=/trunk/playground/graphics/okular/; revision=553055
20 years ago
Pino Toscano
157783d209
use the KButtonGroup in the Accessibility and Performance pages
...
svn path=/trunk/playground/graphics/okular/; revision=552966
20 years ago
Pino Toscano
3ea724e75f
less deprecated
...
svn path=/trunk/playground/graphics/okular/; revision=552878
20 years ago
Pino Toscano
381149409a
this was done
...
svn path=/trunk/playground/graphics/okular/; revision=552630
20 years ago
Pino Toscano
854e1060e0
in case the url is a local file, start the filedialog from its directory
...
svn path=/trunk/playground/graphics/okular/; revision=552608
20 years ago
Pino Toscano
49a5be93da
isolate the code for creating pages in an own method, should work correctly for pages with an initial rotation different than 0
...
svn path=/trunk/playground/graphics/okular/; revision=552594
20 years ago
Pino Toscano
15d8822c6f
directly convert the image into a ixmap, instead of painting the image over the pixmap
...
svn path=/trunk/playground/graphics/okular/; revision=552566
20 years ago
Pino Toscano
c2cb18a4bf
don't leak the image we get from qgs
...
svn path=/trunk/playground/graphics/okular/; revision=552376
20 years ago
Pino Toscano
ebe64cc2b7
SVN_SILENT wordings
...
svn path=/trunk/playground/graphics/okular/; revision=552294
20 years ago
Pino Toscano
b1dd2e8d04
fix layout warnings
...
svn path=/trunk/playground/graphics/okular/; revision=552292
20 years ago
Pino Toscano
3375d653a0
KMimeTypePtr can be empty
...
svn path=/trunk/playground/graphics/okular/; revision=552287
20 years ago
Pino Toscano
f70a14c462
a pair of updates
...
svn path=/trunk/playground/graphics/okular/; revision=552177
20 years ago
Pino Toscano
0e925faf02
KMimeType::mimeType can return an empty pointer, so better check for it
...
svn path=/trunk/playground/graphics/okular/; revision=552137
20 years ago
Pino Toscano
6edb8be453
use the qt4 way of showing tooltips basing on the cursor position
...
svn path=/trunk/playground/graphics/okular/; revision=552119
20 years ago
Pino Toscano
90684050a4
shut up gcc
...
svn path=/trunk/playground/graphics/okular/; revision=552101
20 years ago
Pino Toscano
6096556a6a
a bit less headers and forward declarations
...
svn path=/trunk/playground/graphics/okular/; revision=552083
20 years ago
Pino Toscano
37f9c2f5c4
setting a default button so won't crash
...
svn path=/trunk/playground/graphics/okular/; revision=552081
20 years ago
Pino Toscano
5242e3bd7e
encode the file name correctly
...
svn path=/trunk/playground/graphics/okular/; revision=552037
20 years ago
Pino Toscano
c9b0e67148
some const's more
...
svn path=/trunk/playground/graphics/okular/; revision=552021
20 years ago
Pino Toscano
e4eeca193a
append the number of pages as last info (more coherency); no warnings
...
svn path=/trunk/playground/graphics/okular/; revision=552017
20 years ago
Pino Toscano
e270fc7d3b
first attempt to gather some information from a ps document
...
svn path=/trunk/playground/graphics/okular/; revision=552012
20 years ago
Pino Toscano
d93299960c
less qt3_support:
...
Q3CString -> QByteArray
Q3ValueList -> QList
svn path=/trunk/playground/graphics/okular/; revision=551904
20 years ago
Pino Toscano
8333023023
port to qt4/kde4
...
svn path=/trunk/playground/graphics/okular/; revision=551894
20 years ago
Pino Toscano
c6d4439b78
(less) warnings
...
svn path=/trunk/playground/graphics/okular/; revision=551885
20 years ago
Pino Toscano
b1973c5078
some kpdf -> okular (mostly in comments)
...
svn path=/trunk/playground/graphics/okular/; revision=551881
20 years ago
Albert Astals Cid
27a8263a91
remove comment in spanish
...
svn path=/trunk/playground/graphics/okular/; revision=551879
20 years ago
Albert Astals Cid
1a10d4e610
don't make it a kapplication, we don't need it and we win some things like not registering to dbus
...
svn path=/trunk/playground/graphics/okular/; revision=551876
20 years ago
Pino Toscano
88f57e8bff
less deprecated
...
svn path=/trunk/playground/graphics/okular/; revision=551842
20 years ago
Pino Toscano
b2df1f472f
no more need to link to kutils, kfinddialog is in kdeui now
...
svn path=/trunk/playground/graphics/okular/; revision=551512
20 years ago
Pino Toscano
84c4ed8ef5
improve a bit
...
svn path=/trunk/playground/graphics/okular/; revision=551508
20 years ago
Pino Toscano
36a175670d
don't ask me why, but this avoid the crash of the dialog...
...
svn path=/trunk/playground/graphics/okular/; revision=551488
20 years ago
Pino Toscano
d8d19c5db5
leak less
...
svn path=/trunk/playground/graphics/okular/; revision=551483
20 years ago
Pino Toscano
130627e02b
kpdflibgsasyncgenerator -> okulargsasyncgenerator
...
svn path=/trunk/playground/graphics/okular/; revision=551189
20 years ago
Pino Toscano
0efdeb7d42
don't give them an initial parent
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=551106
20 years ago
Piotr Szymanski
4045795de8
- fix warnings
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=551075
20 years ago
Pino Toscano
2599329b64
Port to the new KDialog / KPageDialog API
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550945
20 years ago
Pino Toscano
d2c5882a27
Port to the new KDialog / KPageDialog API
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550944
20 years ago