266 Commits (d1b4c8ae171e213f3dccc18c17394faf51da3ef8)

Author SHA1 Message Date
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
Pino Toscano 0e7aeb2ba8 no need to set a new rotation if it's equal to the currently set 19 years ago
Pino Toscano b41dcfeddc - store a pointer of the owning page in each annotation 19 years ago
Pino Toscano 3c009773ca __linux__ -> Q_OS_LINUX 19 years ago
Christian Ehrlicher eff4ffe995 win32 compile++ 19 years ago
Pino Toscano b73555b7f3 Windows functions to get the amount of total and free memory. 19 years ago
Pino Toscano 905f6c0946 int -> qulongqlong for the memory sizes 19 years ago
Pino Toscano fea03a9bbd appName -> catalogName, even for the information we get from the about data 19 years ago
Pino Toscano 5387c50960 Make the Configure backends dialog working, of course if the generators have the proper support for "mutable" configuration. 19 years ago
Pino Toscano 43f83cb967 move the calculation of the number of configurable generators to the Document, and start to store the information about the configurability of a generator 19 years ago
Pino Toscano f76f15470a Add the file size to the document information that the generator may provide. 19 years ago
Pino Toscano ffd5ed0280 the dialog for choosing backend is private, so let its header be _p.h 19 years ago