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
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
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
46c44fee25
SVN_SILENT a bit of cleanup
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=527308
20 years ago
Pino Toscano
a9c6f32494
some kpdf -> okular for icons and a pair of gui messages
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=526898
20 years ago
Pino Toscano
b265f47efb
SVN_SILENT some headers less
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525157
20 years ago
Pino Toscano
55bc51a6d0
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=525131
20 years ago
Pino Toscano
cbeaf3298b
Port the ChooseEngineDialog to KDialog and Qt4.
...
Fix a compilation error introduced by my previous commit.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524596
20 years ago
Pino Toscano
11d5e77ff4
less qt3/kde3 support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524525
20 years ago
Albert Astals Cid
61788d974c
qt3support--
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524126
20 years ago
Pino Toscano
4bd3b60d6c
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524083
20 years ago
Pino Toscano
25e194b435
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=524069
20 years ago
Pino Toscano
80f7e6b596
a bit of qt3/kde3 support less
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=523922
20 years ago
Pino Toscano
63c18ab06e
Make the oKular part and its shell compile and link.
...
Created a oKularcore lib, so the generators ca link to it, and made the oKularpart link to it too, of course.
Adapted the sources of the Okularpart to the new location for the generated settings.h.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=523729
20 years ago
Laurent Montel
3d0eefb6d4
Add support for cmake (not tested for the moment)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522661
20 years ago
Albert Astals Cid
c8a4e8e0b8
need to export that
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522373
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
178bab06cb
core builds
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=521179
20 years ago
Albert Astals Cid
c0a2772c9a
more porting, area.h is begining to loose but i need sleep
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=520838
20 years ago