Pino Toscano
467e507fe8
add the QT3_SUPPORT definition where needed
...
svn path=/trunk/playground/graphics/okular/; revision=583408
20 years ago
Stephan Kulow
9b1e475759
avoid crash even if commented :)
...
svn path=/trunk/playground/graphics/okular/; revision=582481
20 years ago
Dirk Mueller
2658e75c7d
fix memory / fd leak (CID 2672)
...
svn path=/trunk/playground/graphics/okular/; revision=580849
20 years ago
Dirk Mueller
64ef532f4d
make it crash rather than use uninitialized memory
...
svn path=/trunk/playground/graphics/okular/; revision=580813
20 years ago
Laurent Montel
3d62f697b2
Clean up
...
svn path=/trunk/playground/graphics/okular/; revision=566117
20 years ago
Pino Toscano
25eb77c1de
some fixes according to EBN:
...
- fix single char addition to QString's
- some spell checking
svn path=/trunk/playground/graphics/okular/; revision=563891
20 years ago
Pino Toscano
b6d7a36eda
Small addition to the Ganarator API: bool closeDocument().
...
Now every generator has to implement this one and put (if necessary) all the code for cleaning up all the stuff related to the currently open document.
For now the return value it is not read, but generators as strongly suggested to return tru o false, whether all the operations in there went fine.
svn path=/trunk/playground/graphics/okular/; revision=562210
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
2cc4065c3b
use install instead of install_files
...
svn path=/trunk/playground/graphics/okular/; revision=558034
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
a3dc3b2646
add a desktop file so the ghostscript generator can make okular good candidate for print preview
...
svn path=/trunk/playground/graphics/okular/; revision=554320
20 years ago
Pino Toscano
cfaefdc3cb
not needed
...
svn path=/trunk/playground/graphics/okular/; revision=553841
20 years ago
Albert Astals Cid
38343cd4e1
drop .la as per dfaure's suggestion
...
svn path=/trunk/playground/graphics/okular/; revision=553685
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
15d8822c6f
directly convert the image into a ixmap, instead of painting the image over the pixmap
...
svn path=/trunk/playground/graphics/okular/; revision=552566
20 years ago
Pino Toscano
c2cb18a4bf
don't leak the image we get from qgs
...
svn path=/trunk/playground/graphics/okular/; revision=552376
20 years ago
Pino Toscano
ebe64cc2b7
SVN_SILENT wordings
...
svn path=/trunk/playground/graphics/okular/; revision=552294
20 years ago
Pino Toscano
b1dd2e8d04
fix layout warnings
...
svn path=/trunk/playground/graphics/okular/; revision=552292
20 years ago
Pino Toscano
6096556a6a
a bit less headers and forward declarations
...
svn path=/trunk/playground/graphics/okular/; revision=552083
20 years ago
Pino Toscano
c9b0e67148
some const's more
...
svn path=/trunk/playground/graphics/okular/; revision=552021
20 years ago
Pino Toscano
e4eeca193a
append the number of pages as last info (more coherency); no warnings
...
svn path=/trunk/playground/graphics/okular/; revision=552017
20 years ago
Pino Toscano
e270fc7d3b
first attempt to gather some information from a ps document
...
svn path=/trunk/playground/graphics/okular/; revision=552012
20 years ago
Pino Toscano
d93299960c
less qt3_support:
...
Q3CString -> QByteArray
Q3ValueList -> QList
svn path=/trunk/playground/graphics/okular/; revision=551904
20 years ago
Pino Toscano
8333023023
port to qt4/kde4
...
svn path=/trunk/playground/graphics/okular/; revision=551894
20 years ago
Pino Toscano
c6d4439b78
(less) warnings
...
svn path=/trunk/playground/graphics/okular/; revision=551885
20 years ago
Pino Toscano
b1973c5078
some kpdf -> okular (mostly in comments)
...
svn path=/trunk/playground/graphics/okular/; revision=551881
20 years ago
Albert Astals Cid
27a8263a91
remove comment in spanish
...
svn path=/trunk/playground/graphics/okular/; revision=551879
20 years ago
Albert Astals Cid
1a10d4e610
don't make it a kapplication, we don't need it and we win some things like not registering to dbus
...
svn path=/trunk/playground/graphics/okular/; revision=551876
20 years ago
Pino Toscano
d8d19c5db5
leak less
...
svn path=/trunk/playground/graphics/okular/; revision=551483
20 years ago
Pino Toscano
130627e02b
kpdflibgsasyncgenerator -> okulargsasyncgenerator
...
svn path=/trunk/playground/graphics/okular/; revision=551189
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
eee480642e
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549996
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
87b4f81c14
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549206
20 years ago
Albert Astals Cid
48b4c272d7
lots of commented code that completely disabled the synchorouns generator, but it almost seems the asynchronous one is working, will have to "fix" the synchorouns one after i compile the new snapshot
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548337
20 years ago
Albert Astals Cid
fa4ccdccb5
QString -> const QSTring &
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548333
20 years ago
Pino Toscano
be355ec644
simplify a bit (and less deprecated)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547752
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
4140ebdf99
some exception catching here also
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547658
20 years ago
Pino Toscano
6b401ba29b
not need to unlock() something not locked.
...
now i don't get the: "ASSERT failure in QMutex::unlock(): "A mutex must be unlocked in the same thread that locked it.", file thread/qmutex.cpp, line 248" and the crash when closing okular.
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546856
20 years ago
Pino Toscano
7862ce2c4c
initialize some unitialized variables, thanks to valgrind
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546752
20 years ago
Albert Astals Cid
e5a42e86ab
with this i can get the first page of valgrind PS manual to display
...
no more pages are generated, and crashes on closing, but something is something :-D
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546697
20 years ago
Albert Astals Cid
b505aff492
has to be a gui app, if not crashes when asking for QX11Info
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546669
20 years ago
Pino Toscano
129b431ad4
make the ghostview generator use the paper size managment of the Generator, ie reusing the already-there action
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546397
20 years ago
Pino Toscano
6f25714b53
change the way we build qgs and the ghostscript plugin of okular: instead of
...
compiling both separately and relying on the installed qgs for okular, only
look for libgs and build both qgs and ghostscript at the same time.
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=546363
20 years ago
Pino Toscano
c4dbfa5ea3
fix assert
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546302
20 years ago
Pino Toscano
ee18262afa
fix connections
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546211
20 years ago
Pino Toscano
fedf49f089
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546170
20 years ago