Laurent Montel
de4760de6e
Fix enable-final
...
svn path=/trunk/playground/graphics/okular/; revision=597046
20 years ago
Albert Astals Cid
9c4205e094
this is done too
...
svn path=/trunk/playground/graphics/okular/; revision=596904
20 years ago
Albert Astals Cid
0353fb4c37
Don't crash when the user clicks cancel when beign asked for the password
...
svn path=/trunk/playground/graphics/okular/; revision=596903
20 years ago
Pino Toscano
85bf380d7d
this seems a little bit faster...
...
svn path=/trunk/playground/graphics/okular/; revision=596608
20 years ago
Pino Toscano
a5d7d31d33
isolate the Xrender dependant code, so okular can be compile and work even without it
...
svn path=/trunk/playground/graphics/okular/; revision=596572
20 years ago
Pino Toscano
f699d7fa65
embedded files section, some fixlets
...
svn path=/trunk/playground/graphics/doc/okular/; revision=596541
20 years ago
Pino Toscano
ef1fb7e8d5
const
...
svn path=/trunk/playground/graphics/okular/; revision=596146
20 years ago
Pino Toscano
87904adec4
change a bit how we look for objects in a page: first look for annotations, then links (acrobat reader does this way too, so it should be the "right" thing to do)
...
svn path=/trunk/playground/graphics/okular/; revision=596127
20 years ago
Pino Toscano
3b984a06aa
- kpdf -> okular conversions
...
- some updates to reflect the current okular status
svn path=/trunk/playground/graphics/doc/okular/; revision=596096
20 years ago
Pino Toscano
2b1aea502f
copy kpdf documentation from trunk
...
svn path=/trunk/playground/graphics/doc/okular/; revision=596090
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
Pino Toscano
1deb800611
instead of being a frame, just use two frames acting as side lines to emulate a
...
visual zone for the minibar. this makes the prev/next buttons more reachable.
svn path=/trunk/playground/graphics/okular/; revision=595840
20 years ago
Albert Astals Cid
04b5d98492
another wish implemented
...
svn path=/trunk/playground/graphics/okular/; revision=595829
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
Albert Astals Cid
7cd16e9d61
fix indenting + hoverbuttons do not accept focus
...
svn path=/trunk/playground/graphics/okular/; revision=595774
20 years ago
Pino Toscano
a618f8f7aa
two more kpdf wishes implemented in okular
...
svn path=/trunk/playground/graphics/okular/; revision=595770
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
2b143ca661
better this than a null icon
...
svn path=/trunk/playground/graphics/okular/; revision=595472
20 years ago
Pino Toscano
22aac31f78
remove some code that is done automatically by Qt for us
...
svn path=/trunk/playground/graphics/okular/; revision=595471
20 years ago
Pino Toscano
c8ba6d8c15
be sure to remove also the pointer to the old annotation window when deleting the window itself
...
svn path=/trunk/playground/graphics/okular/; revision=595393
20 years ago
Pino Toscano
c9346d8331
tooltip for annotation on the pageview
...
svn path=/trunk/playground/graphics/okular/; revision=595377
20 years ago
Pino Toscano
fad1cda795
we're working on this since so many time ago...
...
svn path=/trunk/playground/graphics/okular/; revision=595369
20 years ago
Pino Toscano
20947b2e8d
much like the other side panes
...
svn path=/trunk/playground/graphics/okular/; revision=595366
20 years ago
Pino Toscano
280ba5fd68
improve tooltip
...
svn path=/trunk/playground/graphics/okular/; revision=595313
20 years ago
Pino Toscano
5107d8cd0a
remove old comments and improve another one
...
svn path=/trunk/playground/graphics/okular/; revision=595311
20 years ago
Pino Toscano
b48e3b9c04
- correctly mark a docinfo as not dirty after the first generation
...
- clean up correctly when closing a document
svn path=/trunk/playground/graphics/okular/; revision=595288
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
Laurent Montel
8c4c673073
Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINAL
...
(there was not a dependancy between <name>_final.cpp file and
kcfg file => kfg files were never created)
Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules
I ported all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)
(I didn't test all compile for the moment I will fix all compile today (without enable-final argument)
kdelibs/kdepimlibs/kdebase/kdeutils compiles fine)
svn path=/trunk/playground/graphics/okular/; revision=595199
20 years ago
Laurent Montel
9f317e53ca
Port to new kde4_automoc macro
...
Necessary to change KDE4_AUTOMOC macro to support
enable-final argument
(there was not a dependancy between <name>_final.cpp file and
moc generated files => moc files were never created)
Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules
I ported and tested all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)
Regards
svn path=/trunk/playground/graphics/okular/; revision=595060
20 years ago
Pino Toscano
08877db01b
const&
...
svn path=/trunk/playground/graphics/okular/; revision=594961
20 years ago
Pino Toscano
c42348edaa
improve the HighlightAreaRect ctor
...
svn path=/trunk/playground/graphics/okular/; revision=594957
20 years ago
Pino Toscano
12827bf0eb
re-write to avoid using a temporary object
...
svn path=/trunk/playground/graphics/okular/; revision=594953
20 years ago
Pino Toscano
2854e8aea3
slightly improve (not much, but well...)
...
svn path=/trunk/playground/graphics/okular/; revision=594951
20 years ago
Pino Toscano
5d139f7480
some const'ness more
...
svn path=/trunk/playground/graphics/okular/; revision=594950
20 years ago
Pino Toscano
bd7f6f8071
bump version
...
svn path=/trunk/playground/graphics/okular/; revision=594923
20 years ago
Pino Toscano
c566e65326
less verbose, please
...
svn path=/trunk/playground/graphics/okular/; revision=594659
20 years ago
Pino Toscano
b566530fad
very small optimization: instead of doing toLower for each char, do it only once (if necessary, of course)
...
svn path=/trunk/playground/graphics/okular/; revision=594655
20 years ago
Albert Astals Cid
7ae910d0b8
fix rendering when at very high zoom levels
...
svn path=/trunk/playground/graphics/okular/; revision=594633
20 years ago
Pino Toscano
6bd498e8e3
draw the page outline rect correctly again
...
svn path=/trunk/playground/graphics/okular/; revision=594614
20 years ago
Adriaan de Groot
b5ccd28d79
Normalization. Move X11-detecting stuff into kdelibs out of kdegraphics, adjust for style of kdelibs. Put some order in the mess of header and libs checks for X11.
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=594265
20 years ago
Stephan Kulow
80d9cbb9fc
DANGER: pascal compilers ahead
...
svn path=/trunk/playground/graphics/okular/; revision=594114
20 years ago
Pino Toscano
92c358a10e
read sounds, sound links and page actions if the poppler version is head
...
svn path=/trunk/playground/graphics/okular/; revision=593976
20 years ago
Pino Toscano
cf33727105
Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet)
...
svn path=/trunk/playground/graphics/okular/; revision=593975
20 years ago
Pino Toscano
8082ea8ff3
detect if we're using poppler head
...
svn path=/trunk/playground/graphics/cmake/modules/; revision=593974
20 years ago
Pino Toscano
fd26a17131
show the clear button of the line edit
...
svn path=/trunk/playground/graphics/okular/; revision=593736
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
4458c20075
viewport() -> widget()
...
well spotted pino!
svn path=/trunk/playground/graphics/okular/; revision=593718
20 years ago
Albert Astals Cid
d212d60a99
correct indentign, that happens because i use vim instead of kate :-/
...
svn path=/trunk/playground/graphics/okular/; revision=593716
20 years ago