[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kpresenter
From:       Thorsten Zachmann <t.zachmann () zagge ! de>
Date:       2008-10-03 6:16:59
Message-ID: 1223014619.497281.688.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 867216 by zachmann:

o add the svg from which the presentation page layout thumbnails are
  generated from.


 M  +1 -1      part/pagelayout/KPrPageLayout.cpp  
 M  +4 -1      pics/CMakeLists.txt  
 A             pics/layout-elements.svg  


--- trunk/koffice/kpresenter/part/pagelayout/KPrPageLayout.cpp #867215:867216
@@ -136,7 +136,7 @@
     pic.fill();
     QPainter p( &pic );
 
-    QString file = loader->iconPath( "layout", KIconLoader::User );
+    QString file = loader->iconPath( "layout-elements", KIconLoader::User );
     if ( renderer.load( file ) ) {
         QList<KPrPlaceholder *>::const_iterator it( m_placeholders.begin() );
         for ( ; it != m_placeholders.end(); ++it ) {
--- trunk/koffice/kpresenter/pics/CMakeLists.txt #867215:867216
@@ -1,6 +1,9 @@
 add_subdirectory( rotate )
 
-install( FILES  webslideshow-sidebar.png  DESTINATION ${DATA_INSTALL_DIR}/kpresenter/pics)
+install( FILES
+         webslideshow-sidebar.png
+         layout-elements.svg
+         DESTINATION ${DATA_INSTALL_DIR}/kpresenter/pics)
 
 kde4_install_icons( ${ICON_INSTALL_DIR}   )
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic