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
Albert Astals Cid
5143cd2512
Report page size
...
It's only reported in case it makes sense for the format
Only implemented for pdf atm
If all pages have the same size it's reported on document properties
else there's a label shown in the new bottom bar with the size of the current page
svn path=/trunk/playground/graphics/okular/; revision=595822
20 years ago
Pino Toscano
f27f44fd79
Detach the progress widget from the minibar, and move the minibar as a small toolbar on the bottom of the page view.
...
Implements KPDF wish #102788 .
svn path=/trunk/playground/graphics/okular/; revision=595764
20 years ago
Albert Astals Cid
0635edb9e4
debug--
...
svn path=/trunk/playground/graphics/okular/; revision=595691
20 years ago
Albert Astals Cid
0d942a0cce
fordward port r595680
...
*******
When reloading a document because it changed still be in presentation mode after the reload
*******
and while at it make the document reloading work again
svn path=/trunk/playground/graphics/okular/; revision=595690
20 years ago
Pino Toscano
3f06c92940
remove qt3 hack and make the left toolbox collapsible again
...
svn path=/trunk/playground/graphics/okular/; revision=595267
20 years ago
Albert Astals Cid
934a3562d6
- Qt::ScrollBarAlwaysOn
...
+ Qt::ScrollBarAsNeeded
Seems to work well and Florian will be happier
svn path=/trunk/playground/graphics/okular/; revision=593727
20 years ago
Albert Astals Cid
e6dae78ac3
Port Q3ScrollView to QScrollArea, probably still has some small issues but seems to work quite well
...
svn path=/trunk/playground/graphics/okular/; revision=593332
20 years ago
Pino Toscano
ac87494ce0
As suggested by our usability expert Florian, add a bar above the page view showing in case the document has embedded files, that can be clsed with the X button.
...
svn path=/trunk/playground/graphics/okular/; revision=591837
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
Laurent Montel
8ad07fc5da
Compile++
...
svn path=/trunk/playground/graphics/okular/; revision=584683
20 years ago
Pino Toscano
8418a8c238
re-eanble the dbus registration of the okularpart
...
svn path=/trunk/playground/graphics/okular/; revision=582130
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
Laurent Montel
fcac6654b8
Adapt to new qtdbus
...
svn path=/trunk/playground/graphics/okular/; revision=578226
20 years ago
Laurent Montel
ead282936e
Compile++
...
svn path=/trunk/playground/graphics/okular/; revision=569954
20 years ago
Pino Toscano
7ba0c4df3a
Show the title of the current document - if available - as title of the main window, as requested in comments of KPDF bug #103362 .
...
Adapted the poppler(pdf) and the chm generators to return the title of the current document.
svn path=/trunk/playground/graphics/okular/; revision=568059
20 years ago
Pino Toscano
ab0d3dca78
A pair of bugfixes done while working on the other branch, ie:
...
- really check if the user selected an action from the document popup
- make the HighlightAreaRect constructor an effective copy-ctor
svn path=/trunk/playground/graphics/okular/; revision=567628
20 years ago
Pino Toscano
e3825a2870
Forward port SVN commit 561026 by aacid:
...
finally commit patch by Mary Ellen Foster to implement wish 109078
Incidentally also implements wish 127382
Sorry for having taken so long.
svn path=/trunk/playground/graphics/okular/; revision=561300
20 years ago
Pino Toscano
fd03b7e799
the speech of the current selection (via kttsd) is working again
...
svn path=/trunk/playground/graphics/okular/; revision=560087
20 years ago
Pino Toscano
12edea34f8
adapt to the new snapshot
...
svn path=/trunk/playground/graphics/okular/; revision=558247
20 years ago
Pino Toscano
87c3e54827
Forwardport of KPDF bug #105211 .
...
svn path=/trunk/playground/graphics/okular/; revision=558208
20 years ago
Pino Toscano
12e7a137d2
Port to the new snapshot.
...
Quite bad that menus and icons don't work...
svn path=/trunk/playground/graphics/okular/; revision=557452
20 years ago
Pino Toscano
b3a4b27956
New skeleton for giving the generators the possibility to export the document they open in some format they support.
...
The text exporting option is detached from that other options and always visible (disabled if not supported), so it could be easier for the user to find it out.
svn path=/trunk/playground/graphics/okular/; revision=556922
20 years ago
Pino Toscano
a9c32d88fc
slightly improve
...
svn path=/trunk/playground/graphics/okular/; revision=555381
20 years ago
Pino Toscano
840a526be7
Use the configured shortcuts for the PrevPage/NextPage/FirstPage/LastPage actions in the presentation mode, and for the FindNext in the find ahead of the main view.
...
svn path=/trunk/playground/graphics/okular/; revision=554883
20 years ago
Pino Toscano
598280790b
New actions Prev/Next Bookmark for navigating back and forth in the bookmarked pages.
...
svn path=/trunk/playground/graphics/okular/; revision=554556
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
Pino Toscano
ebe64cc2b7
SVN_SILENT wordings
...
svn path=/trunk/playground/graphics/okular/; revision=552294
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
Albert Astals Cid
eabbaeaead
oKular is now okular
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
20 years ago
Pino Toscano
60eab90248
small API changes to Generator:
...
- more const'ness in signals
- no need to redeclare the signals in the generators, as they are already in Generator
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549941
20 years ago
Albert Astals Cid
4d41297a82
better, i could call slotNextPage from dbus shell command, the problem that remains is that it
...
wants to be local.oKular instead of org.kde.oKular
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548445
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
Pino Toscano
1709204fca
SVN_SILENT duplicated stuff
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547812
20 years ago
Albert Astals Cid
cb7ca95e94
pages have orientation
...
document has a rotation to apply over the page's own orientation
text search really works now when rotating (at least all my tests here worked)
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547644
20 years ago
Albert Astals Cid
6f0787a6fd
some cleaning
...
rotation half works on pdf, search is problematic
this makes you need poppler cvs again
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547375
20 years ago
Pino Toscano
ed7d1d8abc
always create the 'configure backends' menu action and just disable it when there are no backends to configure
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546134
20 years ago
Pino Toscano
639039e791
Now TOC is a simple widget, with the treewiget inside.
...
Added a search lineedit (and a clear button) to search into the document toc. Implements KPDF's wish #99349 .
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545972
20 years ago
Albert Astals Cid
13dde4096f
use the nice code brad wrote for poppler that allows you to extract embedded files from a pdf document.
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545966
20 years ago
Pino Toscano
91dc3ef06c
move the searchIDs in document.h, like it's done for the observerIDs
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545944
20 years ago
Dirk Mueller
4e825fc8f8
fix crash (CID 2269)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545363
20 years ago
Dirk Mueller
51e9717dc3
fix possible crash (CID 2213)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544256
20 years ago
Dirk Mueller
3bdd0c0c6f
excellent way to crash (CID 2214)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544254
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
Albert Astals Cid
c639623097
port r540804
...
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=540807
20 years ago
Albert Astals Cid
ca1ad7938e
port r540804
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540806
20 years ago
Pino Toscano
8de7705b0c
port the quest for the show_menubar and fullscreen actions
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540473
20 years ago
Pino Toscano
844bc80c00
plug -> addAction
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540461
20 years ago