Pino Toscano
5a81f6f920
- make the toolbar recent file action working again as kpdf
...
- move #include to the cpp
- kpdf -> okular
svn path=/trunk/playground/graphics/okular/; revision=628216
19 years ago
Leandro Emanuel López
1f478d57fb
The boolean variable is not needed
...
svn path=/trunk/playground/graphics/okular/; revision=625256
19 years ago
Leandro Emanuel López
26f4618ae3
Moved the handleCompressed method to part
...
svn path=/trunk/playground/graphics/okular/; revision=622784
19 years ago
Laurent Montel
34edbef72d
Port to new api
...
svn path=/trunk/playground/graphics/okular/; revision=621624
19 years ago
Albert Astals Cid
9194097545
Fix strange behaviour reported by dimsuz on #kpdf regarding the rightclick event when on zoom mode
...
svn path=/trunk/playground/graphics/okular/; revision=619948
19 years ago
Pino Toscano
20661ff61e
Add an interface (implemented by the Part) for controlling the really basic document viewer functionalities. This (along with a small refactor in the okular shell) gives the user the possibility to start okular with:
...
-p, --page <page> : to select the startup page
--presentation : to start directly in presentation mode
implementing also KPDF wishes #134115 and #137905 .
svn path=/trunk/playground/graphics/okular/; revision=619681
19 years ago
Pino Toscano
bd14706edb
leak a bit less memory
...
svn path=/trunk/playground/graphics/okular/; revision=619558
19 years ago
Leandro Emanuel López
5f60f757a7
Let's use KTemporaryFile instead of K3TempFile
...
svn path=/trunk/playground/graphics/okular/; revision=618017
19 years ago
Laurent Montel
06b79cdf27
Compile++
...
svn path=/trunk/playground/graphics/okular/; revision=614897
20 years ago
Laurent Montel
79b01fa27d
Fix i18n api
...
svn path=/trunk/playground/graphics/okular/; revision=611278
20 years ago
Pino Toscano
afa2e5a999
iterator -> const_iterator
...
svn path=/trunk/playground/graphics/okular/; revision=607842
20 years ago
Albert Astals Cid
9099fbecf7
Some krazy fixes
...
svn path=/trunk/playground/graphics/okular/; revision=605992
20 years ago
Pino Toscano
e7bbe08957
trying to port to KTemporaryFile where possible, and still rely on K3TempFile where it needs more work
...
svn path=/trunk/playground/graphics/okular/; revision=596083
20 years ago
Tobias Koenig
df7d144c10
Moved all classes in core/ into the 'Okular' namespace and removed
...
nearly all references to kpdf (knewstuff still missing).
svn path=/trunk/playground/graphics/okular/; revision=586993
20 years ago
Albert Astals Cid
4e04b301f1
Almost foget to fordwardport r582561
...
Fix bug 133507 that prevented the correct restoring of the document viewport on session restore for remote documents
svn path=/trunk/playground/graphics/okular/; revision=584932
20 years ago
Tobias Koenig
4c923f00ac
Don't connect twice to the selectUrl() signal, because the second time
...
the passed KUrl object was deleted by the slot of the first signal in the meantime.
svn path=/trunk/playground/graphics/okular/; revision=582173
20 years ago
Tobias Koenig
90140c1479
warnings--
...
svn path=/trunk/playground/graphics/okular/; revision=578892
20 years ago
Tobias Koenig
5bfa5435a8
URL -> url renaming to reimplement the correct KPart::openUrl()...
...
svn path=/trunk/playground/graphics/okular/; revision=578859
20 years ago
Albert Astals Cid
760fdbcadb
makeItBuild
...
svn path=/trunk/playground/graphics/okular/; revision=578661
20 years ago
Pino Toscano
12edea34f8
adapt to the new snapshot
...
svn path=/trunk/playground/graphics/okular/; revision=558247
20 years ago
Pino Toscano
3ea724e75f
less deprecated
...
svn path=/trunk/playground/graphics/okular/; revision=552878
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
0e925faf02
KMimeType::mimeType can return an empty pointer, so better check for it
...
svn path=/trunk/playground/graphics/okular/; revision=552137
20 years ago
Albert Astals Cid
eabbaeaead
oKular is now okular
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
20 years ago
Albert Astals Cid
703ed15db3
port to dbus, at least compiles, but i'm not sure it'll work
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548432
20 years ago
Dirk Mueller
8ab527f601
fix memory leak (I love copy&paste code) (CID 2231)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544253
20 years ago
Pino Toscano
7049feb8de
port to the new kdelibs api; mainly ktrader usage and URL -> Url
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=543576
20 years ago
Pino Toscano
ec385777e6
IO_ReadOnly -> QIODevice::ReadOnly
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=541290
20 years ago
Albert Astals Cid
c2da771144
compile
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=538754
20 years ago
Laurent Montel
202ed24f9d
Fix some missing include
...
Fix compile
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=538600
20 years ago
Pino Toscano
fc51c9b24e
activate a missing connection; less deprecated functions
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=538064
20 years ago
Albert Astals Cid
4e1c6cfbb8
fordwardport r535156
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=535163
20 years ago
Albert Astals Cid
655d2607ed
fordwardport r535156
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=535159
20 years ago
Pino Toscano
622cea4f92
put a toolbutton in the toolbar instead of the so loooong combobox, and fix the connection. still crashes, though
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=533654
20 years ago
Pino Toscano
e3994658b6
make it compile with the new snapshot
...
port to the new i18n api
svn path=/branches/work/kde4/playground/graphics/okular/; revision=528345
20 years ago
Pino Toscano
8d25788703
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525545
20 years ago
Pino Toscano
55bc51a6d0
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525131
20 years ago
Pino Toscano
58a391e7a2
improve a bit
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524837
20 years ago
Pino Toscano
22c45feb7e
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524154
20 years ago
Pino Toscano
4bd3b60d6c
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524083
20 years ago
Albert Astals Cid
cbb8e80154
some more compile changes, now let's see basketball
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=521882
20 years ago
Albert Astals Cid
b261381531
shell builds
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=521181
20 years ago
Wilfried Huss
520dd1a129
compile
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=513402
20 years ago
Laurent Montel
6414277a66
deprecated--
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=508636
20 years ago
Laurent Montel
9c3f1dca9c
KURL->KUrl
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=502560
20 years ago
Albert Astals Cid
ae1278fec1
branch port 493109
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=493111
20 years ago
Albert Astals Cid
dcd204983a
fordward port 493109
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=493110
20 years ago
Piotr Szymanski
d09fd28b89
- MERGE KPDF 3.5 CHANGES
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=477586
21 years ago
Albert Astals Cid
3a09624824
some more kpdf -> oKular
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=471466
21 years ago
Piotr Szymanski
8b5a0e4746
- dont know what it does, but hey its a change and it works
...
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=445398
21 years ago