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

List:       kde-commits
Subject:    koffice/kexi
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2009-11-14 22:07:32
Message-ID: 1258236452.639683.22554.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1049239 by staniek:

minor fixes for icon names, found after revising the oxygen icons TODO list for kexi



 M  +1 -1      formeditor/kexiactionselectiondialog.cpp  
 M  +1 -1      main/printing/kexisimpleprintingpagesetup.cpp  
 M  +4 -4      main/startup/KexiStartupDialog.cpp  
 M  +1 -1      migration/importwizard.cpp  
 M  +1 -1      plugins/scripting/kexiscripting/kexiscriptdesignview.cpp  


--- trunk/koffice/kexi/formeditor/kexiactionselectiondialog.cpp #1049238:1049239
@@ -193,7 +193,7 @@
         const QPixmap noIcon(KexiUtils::emptyIcon(KIconLoader::Small));
         item->setPixmap(0, noIcon);
         item = new ActionSelectorDialogListItem("kaction", this, i18n("Application actions"));
-        item->setPixmap(0, SmallIcon("form_action"));
+//        item->setPixmap(0, SmallIcon("form_action"));
 
         KexiPart::PartInfoList *pl = Kexi::partManager().partInfoList();
         foreach(KexiPart::Info *info, *pl) {
--- trunk/koffice/kexi/main/printing/kexisimpleprintingpagesetup.cpp #1049238:1049239
@@ -348,7 +348,7 @@
     connect(m_contents->printPreviewButton, SIGNAL(clicked()), this, SLOT(printPreview()));
 
     m_contents->iconLabel->setFixedWidth(32 + 6);
-    m_contents->iconLabel->setPixmap(DesktopIcon("document", 32));
+    m_contents->iconLabel->setPixmap(DesktopIcon("application-x-font-ttf", 32));
     Q3WhatsThis::add(m_contents->headerTitleFontButton, i18n("Changes font for title text."));
     connect(m_contents->headerTitleFontButton, SIGNAL(clicked()),
             this, SLOT(slotChangeTitleFont()));
--- trunk/koffice/kexi/main/startup/KexiStartupDialog.cpp #1049238:1049239
@@ -409,7 +409,7 @@
       d->templatesSectionID_custom2 = itemID++;
       templPageFrame = d->templatesWidget->addPage (
         i18n("Business Databases"), i18n("New Business Database Project Templates"),
-        DesktopIcon( "business_user" ));
+        DesktopIcon( "user-identity" ));
       tmplyr = new QVBoxLayout(templPageFrame, 0, KDialog::spacingHint());
       d->viewBusinessTempl = new TemplatesPage( Vertical, templPageFrame, "business_page" );
       tmplyr->addWidget( d->viewBusinessTempl );
@@ -462,13 +462,13 @@
           //add items (on demand):
           d->viewTemplates->addItem("cd_catalog", i18n("CD Catalog"),
             i18n("Easy-to-use database for storing information about your CD collection."),
-            DesktopIcon("cdrom_unmount"));
+            DesktopIcon("media-optical"));
           d->viewTemplates->addItem("expenses", i18n("Expenses"),
             i18n("A database for managing your personal expenses."),
-            DesktopIcon("kcalc"));
+            DesktopIcon("accessories-calculator"));
           d->viewTemplates->addItem("image_gallery", i18n("Image Gallery"),
             i18n("A database for archiving your image collection in a form of gallery."),
-            DesktopIcon("icons"));
+            DesktopIcon("folder-image"));
         }
       }
       else if (idx==d->templatesSectionID_custom2) {//business
--- trunk/koffice/kexi/migration/importwizard.cpp #1049238:1049239
@@ -67,7 +67,7 @@
 {
     setModal(true);
     setWindowTitle(i18n("Import Database"));
-    setWindowIcon(KIcon("database_import"));
+    setWindowIcon(KIcon("document-import-database"));
     m_prjSet = 0;
     m_fileBasedDstWasPresented = false;
     m_setupFileBasedSrcNeeded = true;
--- trunk/koffice/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.cpp #1049238:1049239
@@ -132,7 +132,7 @@
     a->setShortcut(Qt::CTRL + Qt::Key_O);
     connect(a, SIGNAL(triggered(bool)), this, SLOT(slotFileOpen()));
     filemenu->addAction(a);
-    a = new QAction(KIcon("document-save"), i18n("Save As..."), this);
+    a = new QAction(KIcon("document-save-as"), i18n("Save As..."), this);
     a->setShortcut(Qt::CTRL + Qt::Key_S);
     connect(a, SIGNAL(triggered(bool)), this, SLOT(slotFileSave()));
     filemenu->addAction(a);
[prev in list] [next in list] [prev in thread] [next in thread] 

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