From kde-commits Sun Nov 12 20:28:21 2006 From: Stefan Kebekus Date: Sun, 12 Nov 2006 20:28:21 +0000 To: kde-commits Subject: KDE/kdegraphics/kviewshell Message-Id: <1163363301.095125.14086.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116336332210486 SVN commit 604432 by kebekus: rename 'kviewshell' to 'ligature' M +1 -1 CMakeLists.txt M +3 -3 plugins/CMakeLists.txt M +3 -3 plugins/djvu/djvumultipage.cpp M +4 -4 plugins/djvu/djvumultipage.desktop M +7 -7 plugins/djvu/djvumultipage.h M +1 -1 plugins/djvu/kprintDialogPage_DJVUconversionoptions_basewidget.ui M +3 -3 plugins/djvu/kprintDialogPage_DJVUpageoptions.cpp M +1 -1 plugins/djvu/kprintDialogPage_DJVUpageoptions.h M +3 -3 plugins/djvu/kvs_djvu_part.desktop M +1 -1 plugins/dvi/AUTHORS M +0 -87 plugins/dvi/CMakeLists.txt M +1 -1 plugins/dvi/dviFile.h M +1 -1 plugins/dvi/kdvimultipage.desktop M +3 -3 plugins/dvi/kvs_dvi_part.desktop M +1 -1 plugins/fax/faxmultipage.cpp M +6 -6 plugins/fax/faxmultipage.h M +1 -1 plugins/fax/faxprintsettings.cpp M +2 -2 plugins/fax/faxrenderer.cpp M +4 -4 plugins/fax/kfaxmultipage.desktop M +3 -3 plugins/fax/kvs_fax_part.desktop M +3 -3 plugins/pdf/kvs_pdf_part.desktop M +2 -2 plugins/pdf/pdfMultipage.cpp M +3 -3 plugins/pdf/pdfMultipage.desktop M +7 -7 plugins/pdf/pdfMultipage.h M +8 -8 plugins/pdf/pdfRenderer.cpp M +3 -3 plugins/ps/kvs_ps_part.desktop M +2 -2 plugins/ps/psMultipage.cpp M +3 -3 plugins/ps/psMultipage.desktop M +7 -7 plugins/ps/psMultipage.h M +1 -1 plugins/ps/psRenderer.cpp M +22 -22 shell/CMakeLists.txt M +13 -13 shell/Mainpage.dox M +1 -1 shell/Messages.sh M +1 -1 shell/anchor.h M +3 -3 shell/dataModel.h M +2 -2 shell/dataView.h M +2 -2 shell/documentPageCache.h M +2 -2 shell/documentRenderer.cpp M +18 -18 shell/documentRenderer.h M +2 -2 shell/documentWidget.h M +2 -2 shell/history.h M +5 -5 shell/kmultipage.cpp M +4 -4 shell/kmultipage.desktop M +12 -12 shell/kmultipage.h M +2 -2 shell/kmultipageInterface.h M +13 -13 shell/kprintDialogPage_pageoptions.cpp M +1 -1 shell/kprintDialogPage_pageoptions.h M +15 -15 shell/kviewpart.cpp M +3 -3 shell/kviewpart.h D shell/kviewshell.cpp D shell/kviewshell.desktop D shell/kviewshell.h D shell/kviewshell.kcfg D shell/kviewshell.rc D shell/kviewshell_export.h M +1 -1 shell/kvs_debug.h M +1 -1 shell/kvsprefs.kcfgc M +1 -1 shell/length.cpp M +1 -1 shell/length.h A shell/ligature.cpp shell/kviewshell.cpp#604131 [License: UNKNOWN] A shell/ligature.desktop shell/kviewshell.desktop#604131 A shell/ligature.h shell/kviewshell.h#604131 [License: no copyright] A shell/ligature.kcfg shell/kviewshell.kcfg#604131 A shell/ligature.rc shell/kviewshell.rc#604131 A shell/ligature_export.h shell/kviewshell_export.h#604131 [License: GPL (v2+)] M +13 -13 shell/main.cpp D shell/org.kde.kviewshell.MultiPage.xml A shell/org.kde.ligature.MultiPage.xml shell/org.kde.kviewshell.MultiPage.xml#604131 M +2 -2 shell/pageNumber.h M +1 -1 shell/pageSize.cpp M +3 -3 shell/pageSize.h M +1 -1 shell/pageSizeDialog.cpp M +3 -3 shell/pageSizeDialog.h M +1 -1 shell/pageSizeWidget.cpp M +1 -1 shell/pageSizeWidget.h M +2 -2 shell/pageView.h M +2 -2 shell/pagetransition.h M +1 -1 shell/presentationwidget.cpp M +11 -11 shell/renderedDocumentPage.h M +4 -4 shell/renderedDocumentPagePixmap.h M +2 -2 shell/renderedDocumentPagePrinter.h M +2 -2 shell/selection.h M +1 -1 shell/selection.svg M +1 -1 shell/simplePageSize.cpp M +2 -2 shell/simplePageSize.h M +1 -1 shell/sizePreview.cpp M +1 -1 shell/sizePreview.h M +2 -2 shell/smoothScrollView.h M +1 -1 shell/zoom.cpp M +3 -3 shell/zoom.h M +2 -2 shell/zoomlimits.h