Pino Toscano
bfc6133c9c
update a thumbnail only if its visible area rect is changed
...
svn path=/trunk/playground/graphics/okular/; revision=561676
20 years ago
Pino Toscano
fe1b6e750a
query for a property using the right way
...
svn path=/trunk/playground/graphics/okular/; revision=561606
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
Albert Astals Cid
49d26ab042
fordwardport kpdf bug #122845
...
svn path=/trunk/playground/graphics/okular/; revision=560203
20 years ago
Chu Xiaodong
88b724dbf1
Text annotation and Straight line annotation added
...
svn path=/trunk/playground/graphics/okular/; revision=559954
20 years ago
Pino Toscano
2d41c4459b
clean up the CMakeLists.txt files from the auto* stuff
...
svn path=/trunk/playground/graphics/okular/; revision=559521
20 years ago
Pino Toscano
e40af42c63
SVN_SILENT improve a bit
...
svn path=/trunk/playground/graphics/okular/; revision=559498
20 years ago
Pino Toscano
c0d67ae2e3
sort the plugins we have for the current file by priority (more priority ... less priority)
...
improve a bit the message of the generator selection dialog
svn path=/trunk/playground/graphics/okular/; revision=559497
20 years ago
Pino Toscano
12edea34f8
adapt to the new snapshot
...
svn path=/trunk/playground/graphics/okular/; revision=558247
20 years ago
Pino Toscano
f516679bf6
raise to 30msecs the document rendering queue polling interval
...
svn path=/trunk/playground/graphics/okular/; revision=558102
20 years ago
Pino Toscano
1285825aa5
use install instead of install_files
...
svn path=/trunk/playground/graphics/okular/; revision=558033
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
0a9a730f9d
const
...
svn path=/trunk/playground/graphics/okular/; revision=556728
20 years ago
Pino Toscano
bca4b9eb77
Create a okularUtils namespace with utility functions for generators (and maybe not only for them).
...
svn path=/trunk/playground/graphics/okular/; revision=556608
20 years ago
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
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
90684050a4
shut up gcc
...
svn path=/trunk/playground/graphics/okular/; revision=552101
20 years ago
Pino Toscano
b1973c5078
some kpdf -> okular (mostly in comments)
...
svn path=/trunk/playground/graphics/okular/; revision=551881
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
2599329b64
Port to the new KDialog / KPageDialog API
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550945
20 years ago
Albert Astals Cid
c0a9d7af76
last move
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550783
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
2a68297ce5
SVN_SILENT a bit less of mess
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549949
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
Pino Toscano
09bf08b3e6
small API change for Generator: getText() just return a QString instead of a QString*, as QString is already implicitely shared
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549935
20 years ago
Pino Toscano
dceb1211ca
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547800
20 years ago
Pino Toscano
d088e2f631
remove all the Makefile.am, as they are no more needed
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547662
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
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
Pino Toscano
aa8df17b5f
init correctly in all the c'tors
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545757
20 years ago
Pino Toscano
c9555efe16
put a debug output line in a #ifdef DEBUG_TEXTPAGE, so at least the searches won't be slow unless while debugging
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545634
20 years ago
Pino Toscano
6301d6b397
In the hope I didn not break anything, this is the new way of searching through the text pages. The new way stores the search point for every searchID, avoid to search from the beginning every time.
...
Also, the structure for backward search is there, (just...) need to add a findTextInternalBackward and do the job there.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545298
20 years ago
Pino Toscano
59b267386c
avoid using QString*, just use QString
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544974
20 years ago
Dirk Mueller
54c15f09ba
fix possible crash (CID 2236)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544258
20 years ago
Dirk Mueller
2fffdf07d0
excellent way to crash (CID 2217)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544250
20 years ago
Stephan Kulow
500e379879
first use, _then_ delete (CID 2240)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544232
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
7ab451aae1
some leaks less
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540485
20 years ago
Albert Astals Cid
68830e0508
fix search (a bit) and rect passing top != right dude!!
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540475
20 years ago
Albert Astals Cid
33848a3ee8
The big poppler commit, we now don't use poppler but poppler-qt4 frontend, and that is GOOD
...
You need poppler from cvs as of today, i'll change the check to a bigger version number once a new poppler gets released
There are still some problems i think but i'm commiting to see if someone wants to help ;-)
Includes some EBN fixes by Christian Mueller
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540404
20 years ago
Pino Toscano
f8de9e780e
adapt to the recent cmake changes
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540372
20 years ago
Alexander Neundorf
fc37531425
kde4_header and kde4_footer() are gone now
...
svn path=/trunk/KDE/kdegraphics/doc/kpdf/; revision=540219
20 years ago
Laurent Montel
b7a0191bc4
Remove Makefile.am, all is into CMakeLists.txt
...
Keep for the moment configure.in.in (need for avoid to lose check)
svn path=/trunk/KDE/kdegraphics/kpdf/; revision=539985
20 years ago
Alexander Neundorf
e194587700
-cleanup the toplevel CMakeLists.txt a bit
...
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir
Alex
svn path=/trunk/KDE/kdegraphics/doc/kpdf/; revision=539905
20 years ago
Albert Astals Cid
85f007b390
qdeleteall
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=539125
20 years ago
Pino Toscano
aca01f331f
Support for visibility in oKular; oKular compiles and links, but it seems no plugins are found.
...
At the moment, the exported classes are only the one needed to make oKular and its actual plugins link, nothing more. Probably some other classes could be made visibile, but I'm not an expert about that.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=538771
20 years ago