- 07 May, 2008 3 commits
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=805171
-
Albert Astals Cid authored
BUGS: 161737 svn path=/trunk/KDE/kdegraphics/okular/; revision=805167
-
Script Kiddy authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=804913
-
- 06 May, 2008 1 commit
-
-
Pino Toscano authored
Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can. ... but, as it's proving to be buggy (text disappearing from menus) and crashing (out-of-range font engine list), it's disabled for now, define OKULAR_TEXTDOCUMENT_THREADED_RENDERING to try it. svn path=/trunk/KDE/kdegraphics/okular/; revision=804719
-
- 05 May, 2008 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=804224
-
- 04 May, 2008 4 commits
-
-
Albert Astals Cid authored
limit the number of text pages we keep in memory so that searching does not bring your system to its knees BUG: 161213 svn path=/trunk/KDE/kdegraphics/okular/; revision=803949
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=803946
-
Kåre Särs authored
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=803911
-
Script Kiddy authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=803889
-
- 03 May, 2008 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=803592
-
- 01 May, 2008 2 commits
-
-
Pino Toscano authored
Use this new version and remove the one in GuiUtils. svn path=/trunk/KDE/kdegraphics/okular/; revision=803073
-
Pino Toscano authored
Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text. This way, we can save about 4 int's for each text entity; this is not much for small documents, but with big documents with lots of text (eg, the PDF specs) we can save a lot (more than 50MB!). CCBUG: 161213 svn path=/trunk/KDE/kdegraphics/okular/; revision=803048
-
- 29 Apr, 2008 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=802309
-
- 27 Apr, 2008 6 commits
-
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=801823
-
Albert Astals Cid authored
Correctly calculate the amount of memory to free, should fix bug 153675 svn path=/trunk/KDE/kdegraphics/okular/; revision=801782
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=801718
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=801665
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=801660
-
Pino Toscano authored
Provide ways to register & unregister the view from a Document, and to get/set the view capabilities. svn path=/trunk/KDE/kdegraphics/okular/; revision=801657
-
- 26 Apr, 2008 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=801281
-
- 23 Apr, 2008 1 commit
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=800059
-
- 21 Apr, 2008 6 commits
-
-
Pino Toscano authored
- include stdint.h to use the uint*_t types - do not delcare static an extern-C function svn path=/trunk/KDE/kdegraphics/okular/; revision=799329
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799321
-
Pino Toscano authored
(even if we cannot construct them so far) svn path=/trunk/KDE/kdegraphics/okular/; revision=799319
-
Adriaan de Groot authored
Quiet complaints that a function with C++ linkage is being passed to a C function expecting a function pointer with C linkage. svn path=/trunk/KDE/kdegraphics/okular/; revision=799311
-
Adriaan de Groot authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799309
-
Adriaan de Groot authored
u_int types are less portable than uint types; if this gives problems we can use quint as the most general solution. svn path=/trunk/KDE/kdegraphics/okular/; revision=799304
-
- 20 Apr, 2008 9 commits
-
-
Friedrich W. H. Kossebau authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799282
-
Pino Toscano authored
issue found by the Debian packager Modestas Vainius, thanks! svn path=/trunk/KDE/kdegraphics/okular/; revision=799258
-
Pino Toscano authored
instead of a squeezed text label, use a normal label and word wrap its text; there's enough room for long descriptions svn path=/trunk/KDE/kdegraphics/okular/; revision=799253
-
Adriaan de Groot authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799241
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799098
-
Pino Toscano authored
- add oxygen icon for the 'stamp' tool, and use it in the review toolbar tools svn path=/trunk/KDE/kdegraphics/okular/; revision=799092
-
Pino Toscano authored
- when the loading of a textdocument-based document fails, cleanup all the stuff eventually gathered from the converter - cleanup also the annotation position when closing a textdocument svn path=/trunk/KDE/kdegraphics/okular/; revision=799076
-
Pino Toscano authored
when a file attachment annotation has no description, show that there's no description available, instead of nothing svn path=/trunk/KDE/kdegraphics/okular/; revision=799073
-
Script Kiddy authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=799017
-
- 19 Apr, 2008 4 commits
-
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=798897
-
Pino Toscano authored
create the style information object only during the conversion; this way, there are no stale information across multiple openings svn path=/trunk/KDE/kdegraphics/okular/; revision=798890
-
Pino Toscano authored
svn path=/trunk/KDE/kdegraphics/okular/; revision=798886
-
Pino Toscano authored
- resources can be freed when closing the Okular document for real (and not just when opening a new comicbook document or quitting) - we do not crash when doing an opening sequence like: cbz -> cbr -> cbz svn path=/trunk/KDE/kdegraphics/okular/; revision=798868
-