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
ed7d1d8abc
always create the 'configure backends' menu action and just disable it when there are no backends to configure
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546134
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
Pino Toscano
c44da2af50
find libgs correctly and make libqgs compile and link
...
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=546122
20 years ago
Pino Toscano
8790d1d39c
less deprecated (QString and QTimer)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546056
20 years ago
Pino Toscano
75b3c858eb
minor TODO updates:
...
- we're not kpdf, but okular
- moved two items in the Done section, as they're done ;-)
- append the BR # for an item
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546024
20 years ago
Albert Astals Cid
b54ca9996f
enable multi selection and use KStdGuiItem instead of sucky hand made one
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545993
20 years ago
Pino Toscano
512ac4f986
put the mime icon for every file (quick guessing basing on the filename only)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545990
20 years ago
Pino Toscano
cc399ac8f4
SVN_SILENT make it equal to the other similar i18n strings
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545980
20 years ago
Pino Toscano
639039e791
Now TOC is a simple widget, with the treewiget inside.
...
Added a search lineedit (and a clear button) to search into the document toc. Implements KPDF's wish #99349 .
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545972
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
b91fb33d4f
Keep (if possible) the selected page really selected in the thumbnail view when toggling a search.
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545859
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
Wilfried Huss
b22a93e1f8
port of commit 545712:
...
Remove DocumentRenderer::drawThumbnail(...) because the renderer
can now use the JobId to distinguish between normal pages and thumbnail.
Also remove the resolution parameter of DocumentRenderer::drawPage(...),
and use JobId::resolution instead.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=545715
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
efe4e26fda
less deprecated (QPalette and QTimer)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545630
20 years ago
Pino Toscano
860cae3d20
one deprecated less
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545604
20 years ago
Pino Toscano
728a2c09d1
less deprecated (QPalette and QTimer)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545534
20 years ago
Pino Toscano
44ba186717
less deprecated (QPalette, QTimer and QMouseEvent)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545516
20 years ago
Wilfried Huss
7d3d23ff57
qt3support--
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=545497
20 years ago
Wilfried Huss
b12724c61e
qt3support--
...
kde3support--
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=545486
20 years ago
Pino Toscano
6ac790e88c
less deprecated (QPalette-related)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545465
20 years ago
Pino Toscano
48b91d2fed
less deprecated and improve a bit
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545454
20 years ago
Pino Toscano
82de708976
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545419
20 years ago
Pino Toscano
51046d0d30
Port to the Qt4 QPalette usage
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545413
20 years ago
Dirk Mueller
4e825fc8f8
fix crash (CID 2269)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545363
20 years ago
Pino Toscano
e05ea9f5a6
colorize it in the way it used in kde3
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545344
20 years ago
Wilfried Huss
801a3ce5d8
port of commit 545332:
...
bump plugin version number
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=545341
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
Albert Astals Cid
cc33f5c01b
that's what dirk really wanted to do
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544695
20 years ago
Aaron J. Seigo
026a78b4e6
add a couple of asserts to note conditions that must hold true (and
...
currently do from reading the code) that confused coverity
c.f. CIDs 2215 and 2207
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544514
20 years ago
Pino Toscano
924455d74c
Sorry Dirk, but the fix you did makes okular not compilable for me
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544446
20 years ago