Yuri Chornoivan
c04ca1fa96
Fix minor EBN issues
8 years ago
Thomas Friedrichsmeier
df0c41212f
Fix build with MinGW on Windows.
...
REVIEW: 127328
10 years ago
Gleb Popov
6fdc6e22a9
Make ViewerInterface to be exported unconditionally to fix linking errors with MSVC.
...
REVIEW: 125741
11 years ago
Alex Richardson
dcf4d93abb
Fix the export header not being found in interfaces/*.h
...
REVIEW: 123363
11 years ago
René J.V. Bertin
7f6c9987ab
Fix crashes on Mac
...
Seems Mac and/or clang need these to be exported
BUGS: 345765
11 years ago
Montel Laurent
5da7c5f77d
port to qCDebug. Autogenerate export headers
12 years ago
Albert Astals Cid
7681cdf004
Move the open new files in tabs setting to configure dialog
...
Also make it non enabled by default for now
GUI
BUGS: 155515
12 years ago
Fabio D'Urso
ec9f068d77
Added AnnotationProxy to SaveInterface
...
Based on Pino Toscano's earlier work
14 years ago
Patrick von Reth
4b70e22a67
fixed windows build, dont export the pure virtual interface
...
(cherry picked from commit 47c036cfe1 )
14 years ago
Patrick von Reth
47c036cfe1
fixed windows build, dont export the pure virtual interface
14 years ago
Albert Astals Cid
ffbaa091b6
add the QtCore path here too
14 years ago
Michel Ludwig
5db362fb26
Use the correct line number in 'Part::showSourceLocation'
15 years ago
Michel Ludwig
5b7c6b8170
Add two new methods to the viewer interface.
...
Namely, 'areSourceLocationsShownGraphically()' and 'isWatchFileModeEnabled()'.
A corresponding implementation is provided.
15 years ago
Michel Ludwig
1be2696cc3
Allow for more control over when source locations are shown graphically.
...
The method 'showSourceLocation' has been extended with a new parameter which
controls whether the given source location is shown graphically. A new method
'clearLastShownSourceLocation' has been added; and a corresponding implementation
is provided.
15 years ago
Michel Ludwig
f431e98bb8
Change the action states according to whether a document is shown or not
15 years ago
Michel Ludwig
627d29bca2
Some reorganization
15 years ago
Michel Ludwig
e8e0237ca0
Add the possibility to show sources location graphically on the rendered pages.
...
Note that currently the rotation of pages is not taken into account as one still has
to find a unique way of handling this.
15 years ago
Michel Ludwig
ee7437eb61
Better let 'ViewerInterface' be part of the 'Okular' name space.
...
Also, use correct includes in 'viewerinterface.h'.
15 years ago
Michel Ludwig
0e29008150
Initial commit of the 'ViewerInterface' and of a first implementation.
15 years ago
Pino Toscano
c05523da2b
fix #include paths in core headers to other core headers to be relative
...
... and with double quotes brackets, so they can properly include each other without relying on the compiler include path
15 years ago
Albert Astals Cid
10ba02cbd5
in case we have a new enough poppler give a better error message when we can't save files with /Encrypt
...
BUGS: 208119
svn path=/trunk/KDE/kdegraphics/okular/; revision=1037771
17 years ago
Pino Toscano
c9089f3160
Add the possibility to save a copy of the document with the changes to it (only for form fields at the moment).
...
On the Document/Generator side, introduce a proper interface for the purpouse.
On the GUI side, add a new "Save As" function that save the changed document to a location.
The action is enabled only if the current backend can provide the functionality.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784661
18 years ago
John Layt
070285e039
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
...
*** Note this is not a complete port, most of the generators use the
printFiles method which Qt 4.3 does not support, these have simply
been commented out until we find a solution. At least it removes
the dependency so we can remove from kdelibs.
svn path=/trunk/KDE/kdegraphics/okular/; revision=725660
19 years ago
Pino Toscano
a8d747745f
Cleanup a bit the GuiInterface, and making it work.
...
Instead of manually requestion actions and other stuff, we just make the interface as gui client, requesting and integrating it in the part gui.
Also, rename the Generator's componentData() to ownComponentData() to avoid clashing with KXMLGUIClient.
svn path=/trunk/KDE/kdegraphics/okular/; revision=705933
19 years ago
Pino Toscano
65920e10c6
document that reparseConfig() can be called even when not really necessary
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=687022
19 years ago
Pino Toscano
8a216058f3
clean the headers
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=656768
19 years ago
Pino Toscano
91b7675c14
configurationWidget() is too generic -> rename to printConfigurationWidget()
...
svn path=/trunk/playground/graphics/okular/; revision=622782
19 years ago
Tobias Koenig
ea51ee18f5
Do a lot of include cleanups... we install all important
...
header files now
svn path=/trunk/playground/graphics/okular/; revision=619492
19 years ago