okular/core
Fabio D'Urso 5930478352 Keep original filename when creating a .okular archive from a .okular archive
This patch makes sure that the file saved in the .okular file keeps
the original filename (and, in particular, the extension) even if the
user is re-exporting a .okular archive as .okular archive. Before this
patch, the file boundled in the .okular archive would be named like the
.okular file it was exported from (eg foo.okular instead of foo.pdf).
Note: Okular had no problems in reopening it, but advanced users
unpacking the ZIP file obtained a .okular file which is actually a
native file, and not an okular archive.
2012-06-07 18:59:39 +02:00
..
script Normalize signals/slots 2011-07-31 21:22:04 +02:00
action.cpp Implement autostart support for movie annotations 2012-04-03 14:18:10 +02:00
action.h Implement autostart support for movie annotations 2012-04-03 14:18:10 +02:00
annotations.cpp TextAnnotation stamp fix 2012-06-05 00:48:50 +02:00
annotations.h Added Annotation::BeingMoved flag to avoid refreshing pixmaps while moving annotations 2012-05-17 23:50:39 +02:00
annotations_p.h Fix point #1 of 213258, open the dialog editor just after adding a note, because adding a note without text is probably not what you want to do. 2010-12-27 22:16:11 +00:00
area.cpp remove some problems from makeWord function in textPage 2011-07-02 21:24:50 +06:00
area.h Add @since markers 2011-11-02 23:05:19 +01:00
audioplayer.cpp Normalize signals/slots 2011-07-31 21:22:04 +02:00
audioplayer.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
audioplayer_p.h fix or add the include guards 2007-07-15 13:53:26 +00:00
bookmarkmanager.cpp Sort bookmarks from the same page in viewport order 2012-06-05 00:49:16 +02:00
bookmarkmanager.h Remember position on the page in bookmark 2012-03-26 20:01:01 +02:00
chooseenginedialog.cpp manually add the <qt>...</qt> markers, as it seems the only way to make that text recognized as rich text (albeit the format forced as Qt::RichText...) 2007-08-23 10:48:47 +00:00
chooseenginedialog_p.h the dialog for choosing backend is private, so let its header be _p.h 2007-07-10 22:52:25 +00:00
chooseenginewidget.ui small touches to the backend choosing dialog: 2007-03-30 15:35:01 +00:00
debug_p.h adapt to the recent debug areas 2007-12-24 22:09:22 +00:00
document.cpp Keep original filename when creating a .okular archive from a .okular archive 2012-06-07 18:59:39 +02:00
document.h Sort bookmarks from the same page in viewport order 2012-06-05 00:49:16 +02:00
document_p.h Keep original filename when creating a .okular archive from a .okular archive 2012-06-07 18:59:39 +02:00
fileprinter.cpp Do not rely on extension but on output format for conversion 2011-08-11 16:17:24 +01:00
fileprinter.h Fix landscape documents getting printed in portrait format if "Landscape" is selected in the print dialog (the default). 2011-07-28 01:41:48 +02:00
fontinfo.cpp 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 2008-08-01 20:26:22 +00:00
fontinfo.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
form.cpp Revert 604187b7a3 and 258cd6562a 2011-12-11 22:20:45 +01:00
form.h Revert 604187b7a3 and 258cd6562a 2011-12-11 22:20:45 +01:00
form_p.h Revert 604187b7a3 and 258cd6562a 2011-12-11 22:20:45 +01:00
generator.cpp Do not set mTextPageReady to true 2012-04-06 00:53:02 +02:00
generator.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
generator_p.cpp Normalize signals/slots 2011-07-31 21:22:04 +02:00
generator_p.h 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 2008-05-20 15:20:40 +00:00
global.h Move the definition of the 'EmbedMode' enum to 'part.h' 2011-11-02 20:29:31 +00:00
misc.cpp redirect all the debug output of core to the debug area 2008-01-20 16:39:21 +00:00
misc.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
movie.cpp Allow PDF Generator to handle embedded movies 2012-03-22 17:35:33 +00:00
movie.h Allow PDF Generator to handle embedded movies 2012-03-22 17:35:33 +00:00
observer.cpp Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
observer.h Ask "Save annotation changes?" if there are unsaved annotations that cannot be saved locally 2012-05-23 23:43:44 +02:00
okular_export.h fix win32 compilation 2007-03-18 17:14:36 +00:00
okularGenerator.desktop SVN_SILENT made messages (.desktop file) 2011-05-10 10:01:23 +00:00
page.cpp Fixes against causes of annotation data loss + Improved GUI message logic 2012-06-05 00:49:01 +02:00
page.h Double click selects words 2012-03-25 23:48:47 +02:00
page_p.h Fixes against causes of annotation data loss + Improved GUI message logic 2012-06-05 00:49:01 +02:00
pagecontroller.cpp Normalize signals/slots 2011-07-31 21:22:04 +02:00
pagecontroller_p.h check that the rotation page notification really refers to a page of a document 2009-06-30 17:21:55 +00:00
pagesize.cpp make PageSize implicitely shared 2007-04-17 21:20:35 +00:00
pagesize.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
pagetransition.cpp simplier copy 2007-07-25 14:54:12 +00:00
pagetransition.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
rotationjob.cpp extract in an own static function te calculation of a rotation matrix from both source and destination rotations 2007-09-03 18:16:27 +00:00
rotationjob_p.h extract in an own static function te calculation of a rotation matrix from both source and destination rotations 2007-09-03 18:16:27 +00:00
scripter.cpp Start implementing the JavaScript scripting API for PDF documents, 2008-05-18 16:37:07 +00:00
scripter.h Add a scripter class to execute scripts on request. 2008-04-13 22:31:59 +00:00
sound.cpp krazy include order issues 2007-04-19 18:30:20 +00:00
sound.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
sourcereference.cpp percent-decode lilypond references 2010-05-23 16:08:59 +00:00
sourcereference.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
sourcereference_p.h Make Okular able to distinguish the LilyPond "Point and click" links, 2008-09-22 13:41:28 +00:00
textdocumentgenerator.cpp Normalize signals/slots 2011-07-31 21:22:04 +02:00
textdocumentgenerator.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
textdocumentgenerator_p.h Pedantic 2009-01-10 11:48:04 +00:00
texteditors_p.h Add "Lyx client" as predefined editor. 2009-07-06 19:21:48 +00:00
textpage.cpp Double click selects words 2012-03-25 23:48:47 +02:00
textpage.h Double click selects words 2012-03-25 23:48:47 +02:00
textpage_p.h Remove the need for the hash so we can map back from words to characters 2011-12-03 13:50:37 +01:00
utils.cpp Introduce realDpi{X,Y}(), that (on X11) can return the ral DPI values w/o any Xrdb setting. 2009-06-09 00:45:02 +00:00
utils.h fix #include paths in core headers to other core headers to be relative 2011-06-01 10:51:31 +02:00
utils_p.h add an internal function to "pump" to the content of a QIODevice to another one 2008-11-15 12:33:05 +00:00
version.h Update version for 4.8.1 2012-02-29 23:00:19 +01:00
view.cpp Start a View class for managing the "views" of a document. 2008-04-27 11:05:59 +00:00
view.h add a CapabilitySerializable for capabilities suitable for being saved and loaded 2008-05-31 21:08:08 +00:00
view_p.h Start a View class for managing the "views" of a document. 2008-04-27 11:05:59 +00:00