277 Commits (73e28a357a5b859076068a0ec42a67015252592b)

Author SHA1 Message Date
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
Pino Toscano b56ad8c3ae Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 19 years ago
Pino Toscano 2a29b247f7 save really few bytes 19 years ago
Pino Toscano bf9af4433d move deleteTextSelections() to the private class 19 years ago
Pino Toscano 0d7db7513b save the url of the document to its xml metadata file 19 years ago
Pino Toscano a8d747745f Cleanup a bit the GuiInterface, and making it work. 19 years ago
Pino Toscano 0ecdc5b3c6 add the searchId to the searchFinished() signal of the Document, so each search line edit can ignore any search not started by itself 19 years ago
Pino Toscano cd0dd24193 i18n fixes 19 years ago
Pino Toscano 96bb344e61 cache the free memory on Windows as well 19 years ago
Albert Astals Cid 41c25cb208 Back from holiday, let's do some comitting :-) 19 years ago
Pino Toscano 5150419e81 adapt the debug stuff to the new kdebug way: 19 years ago
Pino Toscano 6254f609d8 really return an int where we are going to return an int, not a bool 19 years ago
Pino Toscano 23337e1c71 move the number of maximum and saved history step into a single location for both 19 years ago