okular/generators/dvi
2014-08-10 22:38:13 +02:00
..
active-documentviewer_dvi.desktop SVN_SILENT made messages (.desktop file) 2014-07-06 04:29:52 +00:00
anchor.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
bigEndianByteReader.cpp Fixed krazy issues 2007-01-04 15:22:28 +00:00
bigEndianByteReader.h Fixed krazy issues 2007-01-04 15:22:28 +00:00
CMakeLists.txt Remove fontProgressDialog, no more used 2014-05-11 00:34:26 +02:00
config.h placeholder 2007-03-10 13:36:26 +00:00
dvi.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
dviexport.cpp Cleanup messages for the info message widget 2014-05-11 13:53:48 +02:00
dviexport.h Remove the use of progress dialog and widget in the dvi exporter 2014-05-09 13:37:15 +02:00
dviFile.cpp getenv -> qgetenv 2014-05-11 13:53:48 +02:00
dviFile.h QIODevice::Offset -> qint64 2010-01-20 22:44:37 +00:00
dviPageInfo.cpp New backend: DVI. 2006-06-27 22:17:35 +00:00
dviPageInfo.h Port the recent changes to kdv, and remove some debug code 2006-07-01 21:17:42 +00:00
dviRenderer.cpp Move the call to fontLocate in the pixmap rendering thread 2014-05-11 00:17:46 +02:00
dviRenderer.h Move the call to fontLocate in the pixmap rendering thread 2014-05-11 00:17:46 +02:00
dviRenderer_dr.cpp now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
dviRenderer_draw.cpp DVI: Avoid unnecessary string operations if DEBUG_RENDER is not enabled 2012-11-27 13:44:50 +01:00
dviRenderer_prescan.cpp Code cleanup: remove references to the old KDVI statusbar 2014-02-23 01:44:40 +01:00
dvisourcesplitter.cpp Adapt to new KWarning/kFatal/kDebug api 2007-08-02 23:54:14 +00:00
dvisourcesplitter.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
fontEncoding.cpp Fix iterator 2009-01-15 07:50:24 +00:00
fontEncoding.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
fontEncodingPool.cpp Q3Dict->QHash 2010-01-16 15:29:52 +00:00
fontEncodingPool.h Q3Dict->QHash 2010-01-16 15:29:52 +00:00
fontMap.cpp Ignore empty lines when parsing TeX font maps. 2009-01-12 16:15:47 +00:00
fontMap.h kdegraphics QString::null clean-up. 2007-08-17 15:52:06 +00:00
fontpool.cpp getenv -> qgetenv 2014-05-11 13:53:48 +02:00
fontpool.h Move the call to fontLocate in the pixmap rendering thread 2014-05-11 00:17:46 +02:00
generator_dvi.cpp Make documentInfo be Hash based instead of XML based 2014-08-10 22:38:13 +02:00
generator_dvi.h Make documentInfo be Hash based instead of XML based 2014-08-10 22:38:13 +02:00
glyph.cpp Remove useless checks "foo!=0" before executing "delete foo" 2010-01-23 21:54:27 +00:00
glyph.h Fix memory leak: properly release each allocated element of characterBitmaps 2010-01-23 21:28:08 +00:00
hyperlink.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
kviewshell_export.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
kvs_debug.h use the new debug area numer of the DVI backend 2007-12-29 16:49:03 +00:00
length.cpp now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
length.h solaris compiling fixes by physrules 2007-09-15 21:09:06 +00:00
libokularGenerator_dvi.desktop SVN_SILENT made messages (.desktop file) 2013-07-23 04:02:30 +00:00
Messages.sh extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot 2007-03-12 00:26:41 +00:00
okularApplication_dvi.desktop SVN_SILENT made messages (.desktop file) 2014-06-30 04:40:38 +00:00
okularDvi.desktop SVN_SILENT made messages (.desktop file) 2013-02-08 08:27:14 +01:00
pageNumber.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
pageSize.cpp Fix include 2007-06-14 16:57:55 +00:00
pageSize.h use the base implementation of setPageSize 2009-01-03 12:18:47 +00:00
prebookmark.h Remove not necessary include 2007-04-22 12:03:30 +00:00
psgs.cpp Use signals to propagate notifications in dviexport and psgs 2014-02-23 01:44:39 +01:00
psgs.h Code cleanup: remove references to the old KDVI statusbar 2014-02-23 01:44:40 +01:00
psheader.cpp Fix enable-final 2006-10-19 09:47:49 +00:00
simplePageSize.cpp Adapt to new KWarning/kFatal/kDebug api 2007-08-02 23:54:14 +00:00
simplePageSize.h Remove not necessary "class classname;" 2007-06-04 07:44:15 +00:00
special.cpp use a per-dviRender-instance painter instead of a global (!) one, so different documents can be painted safely at the same time 2009-07-25 13:59:37 +00:00
TeXFont.cpp now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
TeXFont.h the usual "daily unbreak compilation" 2007-05-04 15:41:04 +00:00
TeXFont_PFB.cpp Avoid crash when the font is broken. 2012-07-15 22:10:50 +02:00
TeXFont_PFB.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
TeXFont_PK.cpp Remove useless checks "foo!=0" before executing "delete foo" 2010-01-23 21:54:27 +00:00
TeXFont_PK.h fix win32 compilation 2007-03-18 17:14:36 +00:00
TeXFont_TFM.cpp Adapt to new KWarning/kFatal/kDebug api 2007-08-02 23:54:14 +00:00
TeXFont_TFM.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
TeXFontDefinition.cpp Q3IntDict->QHash (various font tables) 2010-01-20 22:42:01 +00:00
TeXFontDefinition.h Q3IntDict->QHash (various font tables) 2010-01-20 22:42:01 +00:00
textBox.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00
util.cpp remove i18n from console error messages 2008-04-13 09:23:39 +00:00
vf.cpp Q3IntDict->QHash (various font tables) 2010-01-20 22:42:01 +00:00
xdvi.h now, really copy (hope so) the strictly necessary files from the dvi plugin of kviewshell, and applying our work to make it work 2006-06-29 21:12:47 +00:00