299 Commits (4da5b7a1059b9f5124e0892533f1b6505f5c8b20)

Author SHA1 Message Date
Pino Toscano 4da5b7a105 Add a configuration page for the text editor used for source references links (that is, the ones used also for inverse search). 18 years ago
Pino Toscano 97335bf267 simple optimization in the Google-like search: split the search terms just once 18 years ago
Pino Toscano e0f2e1dd13 disable the "no results found" dialog when searching. search users should use the proper signal to get the search result (and do proper feedback) 18 years ago
Pino Toscano 27e703f878 always deal with memory measures as ulonglong, this way systems with >4 GB of memory work for real now 18 years ago
Pino Toscano d3b0b62cfc Make Okular able to distinguish the LilyPond "Point and click" links, 18 years ago
Pino Toscano 0eab41cc97 do not use the specified widget as parent for the Document, but just keep it 18 years ago
Pino Toscano 6fe1576442 Correctly get the filename from the original url, not from the local file name of the real file being open. 18 years ago
Albert Astals Cid 61964b930f And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file 18 years ago
Pino Toscano 4d1a48cddb when saving the internal xml, be sure to save it as utf-8, and to advertize the encoding in the main processing instruction 18 years ago
Pino Toscano 8bad2a8629 & is different than | 18 years ago
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