289 Commits (e14d036f4473eb1921b0a5365d7a2b7fcb981e35)

Author SHA1 Message Date
Pino Toscano 830fcef561 handle relative paths in browse actions, second and hopefully better try 18 years ago
Pino Toscano 3cc607ff69 handle relative paths in browse links, as shown by the testcase provided by knusperfrosch 18 years ago
Pino Toscano e4dc8d8126 Load and save in the XML document info all the properties of the various View's, that are specific to each document. 18 years ago
Pino Toscano afc6f89727 Check whether the document to open is absolute as first thing, so we can open it directly even with no document open. 18 years ago
Pino Toscano 18f486c2c1 add the possibility to store an useful bounding box of a page, and for generators to notify the document (and its observers) on its change 18 years ago
Albert Astals Cid bb23209234 limit the number of text pages we keep in memory so that searching does not bring your system to its knees 18 years ago
Pino Toscano e13e74db92 add a private slot for hooks on config change 18 years ago
Albert Astals Cid 3fd8f39b77 make sure we don't detach 18 years ago
Albert Astals Cid 048a879e32 Fordwardport commit 801781: 18 years ago
Pino Toscano 5851ddf6a8 Start a View class for managing the "views" of a document. 18 years ago
Pino Toscano 39463af93b stop the audio playbacks when closing the current document, not just once when exiting 18 years ago
Pino Toscano 513c7cf225 Add a scripter class to execute scripts on request. 18 years ago
Malcolm Hunter 2f62610563 More typo fixes 18 years ago
Malcolm Hunter b6124a900b Typo fixes 18 years ago
Pino Toscano 8a858a9449 Core implementation of the backward text search, to be used now in the search bar. 18 years ago
Pino Toscano 8b6a259b48 Add a continueSearch() for optionally changing the search direction 18 years ago
Pino Toscano 87fc624534 count only the consecutive pages with no search results 18 years ago
Pino Toscano c9089f3160 Add the possibility to save a copy of the document with the changes to it (only for form fields at the moment). 18 years ago
Pino Toscano e023effb15 Add a requestPixmaps() overload that takes options as flags. 18 years ago
Pino Toscano e9bd289993 Keep a list of the currently active pixmap requests (usually one at most), and wait for their finish when closing the document. 18 years ago
Pino Toscano a0a3c239e2 Standardize our naming: Okular. 18 years ago
Pino Toscano f238c3d95d Start adding a configuration to toggle anti-aliasing for both text and graphics. 18 years ago
Pino Toscano 4a71603ab6 take the list of the supported mimetypes from the kpart .desktop, as they contain more mimetypes (including the compressed versions) 18 years ago
Pino Toscano 02dde1035c for now, don't create xml storage files for non-local urls, as the local name will always change 18 years ago
Pino Toscano 1aab311b5c Slightly change the indexes used to query the generator for fonts: 18 years ago
Pino Toscano a8758221fe Return the current configuration for gfx and text antialias. 19 years ago
Pino Toscano fb2a432097 update the free memory check timer on win32 as well 19 years ago
Pino Toscano 66376cf31f make swap() private 19 years ago
Pino Toscano 6aa123656a Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far. 19 years ago
John Layt 1b1ed9451b Enable Okular printing features: 19 years ago
Pino Toscano dfce0d1fcd centralize the way we know whether a generator is configurable, and properly manage i18n loading in that case 19 years ago
Pino Toscano 07dd3fe824 give the debug area to the kWarning() calls 19 years ago
Pino Toscano 1214468229 directly take the componentdata 19 years ago
Pino Toscano 1e08dc6a95 correctly check whether a generator was already loaded, even when no generator was previously loaded 19 years ago
Pino Toscano ba7d0732c1 ignore any "empty" component data 19 years ago
Pino Toscano 2340d9c6d8 Save the rotation of the document, so when reopening the document the last rotation is kept. 19 years ago
Christian Ehrlicher ec72d7e654 mingw compile++ 19 years ago
Pino Toscano 6d375af868 Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically. 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano a5940e0132 correctly initialize the history; crash spotted by Bram, thanks! 19 years ago
Pino Toscano 27f624d1f7 check whether the document is open 19 years ago
Pino Toscano d51e9fa4d8 remove the private methods of PixmapRequest, and make the Document work with its private class 19 years ago
Pino Toscano 5dc92c5824 use qint64 for the document size 19 years ago
Pino Toscano 2584aaa43b cache the total memory on win32 19 years ago
Pino Toscano 78e2377a87 Add a method for generators to know some metadata of the document 19 years ago
Pino Toscano bb59c02642 nuke Document::continueLastSearch(), continueSearch(id) is enough 19 years ago
Pino Toscano f8ed5302ec - move the Document::requestDone() to the private class, as it's something internal to the generator work 19 years ago
Pino Toscano aaed55f037 extract the DocumentPrivate class in an own file 19 years ago
Pino Toscano 006111382b common d_ptr+q_ptr structure for Generator/TextDocumentGenerator, and their private classes 19 years ago
Pino Toscano f72692799e look for the old kpdf stuff only if the "new okular" stuff is not found 19 years ago