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
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
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
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
Dirk Mueller
54c15f09ba
fix possible crash (CID 2236)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544258
20 years ago
Dirk Mueller
51e9717dc3
fix possible crash (CID 2213)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544256
20 years ago
Dirk Mueller
3bdd0c0c6f
excellent way to crash (CID 2214)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544254
20 years ago
Dirk Mueller
8ab527f601
fix memory leak (I love copy&paste code) (CID 2231)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544253
20 years ago
Dirk Mueller
b0e8f0bdca
some crash prevention (CID 2216)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544252
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
6535d96606
no need of this check, we're using the global one
...
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=543833
20 years ago
Albert Astals Cid
aa79b31dcb
only install FindQGS.cmake
...
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=543831
20 years ago
Albert Astals Cid
4924a8af2c
we need 0.5.2
...
svn path=/branches/work/kde4/playground/graphics/cmake/; revision=543830
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
Pino Toscano
1e76f54012
shrink less vertically
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542633
20 years ago
Pino Toscano
2e703f2cfa
no need to use the temporary buffer
...
one header less
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542625
20 years ago
Pino Toscano
5e7142bfc7
port the annotation side treeview to QTreeWidget
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542619
20 years ago
Albert Astals Cid
e8fbf554c1
change text to reflect why copying is grayed out
...
Fix will be on oKular for KDE4
BUG: 124040
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542596
20 years ago
Pino Toscano
f63b993417
settings the author when adding an annotation
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542573
20 years ago
Pino Toscano
4ea42ab691
isShown -> !isHidden
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542471
20 years ago
Pino Toscano
880561c3ab
port the TOC widget to QListWidget
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542450
20 years ago
Pino Toscano
729499904c
make the thumbscrollview work correctly as it used to do in kde 3.x
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=542300
20 years ago
Pino Toscano
84574915a3
use a QToolButton so we can control it better
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=541911
20 years ago
Pino Toscano
a1b62851f7
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=541859
20 years ago
Pino Toscano
fa4fa79167
fix the icon size; less deprecated methods
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=541851
20 years ago