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
dc0168a8f4
add the info about the number of components of the current document
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550300
20 years ago
Pino Toscano
426ad913e7
SVN_SILENT typo
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550003
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
a04ec68dec
SVN_SILENT avoid compiler warnings
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549927
20 years ago
Pino Toscano
c9e38ddf93
Q3PtrList -> QList
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549243
20 years ago
Pino Toscano
87b4f81c14
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549206
20 years ago
Pino Toscano
d0ac95dafd
A new backend for oKular: DjVu:
...
* uses the DjVuLibre for loading the DjVu files
* can rotate the pages
* has a cache (with few elements) with the most recently used generated pixmaps,
to reduce a bit the number of pixmap generation
There could be some issues, but mainly it works nicely.
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=549184
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
1db35180c1
the generator_kimgio can rotate the images
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547768
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
fa98f00571
reoved almost all the left files from the autoconf/automake build system.
...
only configure.in.bot in the generators subdir of okular is left, as it contains some user messages
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547679
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
Pino Toscano
6a64431c9a
kdDebug -> kDebug
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547660
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
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
bb0f9f6bfb
ok, someone hit me with a stick
...
Finding text in rotated pages highlights the correct square now
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547611
20 years ago
Albert Astals Cid
6f0787a6fd
some cleaning
...
rotation half works on pdf, search is problematic
this makes you need poppler cvs again
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547375
20 years ago
Albert Astals Cid
6bf3b9408c
links where pointing one page below :-D
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547054
20 years ago
Pino Toscano
419cdfbcd0
simply my previous algorithm
...
less deprecated (QByteArray)
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547038
20 years ago
Pino Toscano
56a03cd1e4
avoid to consider pages like foo.html and foo.html#bar as different, as actualy they are the same page, just with a different ref. this way we avoid to load many pages repeated (depending on the hyperlinks in the document)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547012
20 years ago
Pino Toscano
9361ce44be
less deprecated (Q3CString)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546943
20 years ago
Pino Toscano
1c5d4a5507
start to provide information, only the title for the moment
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546915
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
d89f7c92d4
fix crash by ending the paint operations when they're done
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546187
20 years ago
Pino Toscano
fedf49f089
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546170
20 years ago
Pino Toscano
507c365be8
export correctly so it can be started by klauncher
...
use the correct types (uint -> int)
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546158
20 years ago
Pino Toscano
4cf3904b16
convert the config widget to ui4 and "fix" the crash when creating the ghostscript generator
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546132
20 years ago
Pino Toscano
007a1cab7e
SVN_SILENT clean a bit
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546124
20 years ago
Pino Toscano
f8c91c218b
make the ghostview generator compile and link (but crashes...)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546123
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
be8b593472
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=543726
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
64867d5b3c
move the okular configurations to config-okular.h
...
create again the options to force the DRM (give -DOKULAR_FORCE_DRM=ON to cmake)
KPDF_FORCE_DRM -> OKULAR_FORCE_DRM
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542815
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
8f9801edf4
fix spacing
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540476
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