762 Commits (be5c6c8a95b1950b475a40dfc3649bf151deb4c1)

Author SHA1 Message Date
Pino Toscano e00b99bba1 add ODT in the export format class 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
Script Kiddy 9830f4e2aa SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano bd833bdd5c hopefully make it compile and work also where qreal is not double but float 18 years ago
Pino Toscano 8bad2a8629 & is different than | 18 years ago
Pino Toscano 7b76ec7e67 bump development version to 0.7.80 18 years ago
Pino Toscano a656adee13 bump version to 0.6.90 18 years ago
Script Kiddy f7b2f750a1 SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy f9e3980c1d SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 603a72f1cd SVN_SILENT made messages (.desktop file) 18 years ago
John Layt c262ebf0bf Read the Cups options set in the Printer Properties window and the KDE 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
John Layt 6b4adcee27 Some distros rename the CUPS version of lpr as lpr-cups or lpr.cups . 18 years ago
Script Kiddy 6048f67f48 SVN_SILENT made messages (.desktop file) 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 1518922f79 add a CapabilitySerializable for capabilities suitable for being saved and loaded 18 years ago
Pino Toscano 2173b11e55 add the ZoomModality capability (the view mode) 18 years ago
Pino Toscano 9ea54d7298 update the bounding box of page after the pixmap of the page has been delivered to the observer that requested it, 18 years ago
Script Kiddy 6ef155b9dc SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy d8eabdac6f SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy c698399915 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano af4fc6bc99 no moc needed 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 6725e71340 when generating the page image in an internal secondary thread (started by the base generator), then also calculate the page bounding box in the thread 18 years ago
Harri Porten 2a9da4a778 adapt to a change I just applied in kdelibs 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
Pino Toscano 9731d3f866 add simple method for white borders detection, patch by by kde2eran@tromer.org, thanks! 18 years ago
Pino Toscano d650603340 add operator& (intersection) for NormalizedRect 18 years ago
Pino Toscano 0b847d2926 start implementing properties and methods of the global JS 'app' object 18 years ago
Pino Toscano f05f489d48 add an hidden JS console output window, disabled by default 18 years ago
Pino Toscano 19585b87f6 Start implementing the JavaScript scripting API for PDF documents, 18 years ago
Script Kiddy bc8b45a24e SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 6cf2d5786e limit the scope of the text cursor, so it's deleted before the mutex unlock 18 years ago
Pino Toscano 697d51e1a2 Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can. 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
Pino Toscano d1305c265b Implement the canBeMoved() check for an annotation in the Annotation class itself. 18 years ago
Pino Toscano e8e93ee179 Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text. 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 7042bd4cc2 add viewId() 18 years ago
Pino Toscano 5851ddf6a8 Start a View class for managing the "views" of a document. 18 years ago
Pino Toscano 18c8cf59e8 - when the loading of a textdocument-based document fails, cleanup all the stuff eventually gathered from the converter 18 years ago
Script Kiddy 135c3752f1 SVN_SILENT made messages (.desktop file) 18 years ago
Pino Toscano 890367943b clear TOC and document info when closing a textdocument-based document 18 years ago
Pino Toscano 93c57bac43 add a simpler ctor for the private class of textpage 18 years ago
Pino Toscano 39463af93b stop the audio playbacks when closing the current document, not just once when exiting 18 years ago