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

List:       kde-commits
Subject:    playground/sysadmin/ksystemlog/src
From:       Nicolas Ternisien <nicolas.ternisien () gmail ! com>
Date:       2007-11-06 13:38:31
Message-ID: 1194356311.402946.5283.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 733493 by ternisien:

Change icon names to conform to Oxygen

 M  +1 -1      ksystemlogui.rc  
 M  +2 -2      mainWindow.cpp  
 M  +1 -1      modes/apache/apacheAccessLogMode.h  
 M  +1 -1      modes/authentication/authenticationLogMode.h  
 M  +1 -1      modes/cups/cupsAccessLogMode.h  
 M  +1 -1      modes/cups/cupsPdfLogMode.h  
 M  +1 -1      modes/samba/sambaAccessLogMode.h  
 M  +1 -2      modes/system/systemLogMode.h  
 M  +1 -1      modes/xsession/xsessionLogMode.h  


--- trunk/playground/sysadmin/ksystemlog/src/ksystemlogui.rc #733492:733493
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="ksystemlog" version="4">
+<kpartgui name="ksystemlog" version="5">
 
 	<MenuBar>
 
--- trunk/playground/sysadmin/ksystemlog/src/mainWindow.cpp #733492:733493
@@ -668,7 +668,7 @@
 	
 	QAction* closeTabAction = actionCollection()->addAction("close_tab", d->tabs, \
SLOT(closeTab()));  closeTabAction->setText(i18n("&Close Tab"));
-	closeTabAction->setIcon(KIcon("tab-remove"));
+	closeTabAction->setIcon(KIcon("tab-close"));
 	closeTabAction->setShortcut(Qt::CTRL+Qt::Key_W);
 	closeTabAction->setToolTip(i18n("Close the current tab"));
 	closeTabAction->setWhatsThis(i18n("Closes the current tab."));
@@ -717,7 +717,7 @@
 	
 	d->detailAction = actionCollection()->addAction("details", this, \
SLOT(showDetailsDialog()));  d->detailAction->setText(i18n("&Details"));
-	d->detailAction->setIcon(KIcon("dialog-information"));
+	d->detailAction->setIcon(KIcon("help-about"));
 	d->detailAction->setShortcut(Qt::ALT + Qt::Key_Return);
 	d->detailAction->setToolTip(i18n("Display details on the selected line"));
 	d->detailAction->setWhatsThis(i18n("Displays a dialog box which contains details on \
the selected line. You are able to navigate through the logs from this dialog box \
                with the <b>Previous</b> and <b>Next</b> buttons."));
--- trunk/playground/sysadmin/ksystemlog/src/modes/apache/apacheAccessLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Apache Access Log Icon
  */
-#define APACHE_ACCESS_MODE_ICON "world"
+#define APACHE_ACCESS_MODE_ICON "images-display"
 
 
 #include <QString>
--- trunk/playground/sysadmin/ksystemlog/src/modes/authentication/authenticationLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Authentication Log Icon
  */
-#define AUTHENTICATION_MODE_ICON "encrypted"
+#define AUTHENTICATION_MODE_ICON "document-encrypt"
 
 #include <QString>
 #include <QList>
--- trunk/playground/sysadmin/ksystemlog/src/modes/cups/cupsAccessLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Cups Access Log Icon
  */
-#define CUPS_ACCESS_MODE_ICON "world"
+#define CUPS_ACCESS_MODE_ICON "images-display"
 
 
 #include <QString>
--- trunk/playground/sysadmin/ksystemlog/src/modes/cups/cupsPdfLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Cups Pdf Log Icon
  */
-#define CUPS_PDF_MODE_ICON "pdf"
+#define CUPS_PDF_MODE_ICON "application-pdf"
 
 
 #include <QString>
--- trunk/playground/sysadmin/ksystemlog/src/modes/samba/sambaAccessLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Samba Access Log Icon
  */
-#define SAMBA_ACCESS_MODE_ICON "world"
+#define SAMBA_ACCESS_MODE_ICON "images-display"
 
 
 #include <QString>
--- trunk/playground/sysadmin/ksystemlog/src/modes/system/systemLogMode.h \
#733492:733493 @@ -30,8 +30,7 @@
 /**
  * System Log Icon
  */
-//#define SYSTEM_MODE_ICON "computer"
-#define SYSTEM_MODE_ICON "system"
+#define SYSTEM_MODE_ICON "computer"
 
 #include <QString>
 #include <QList>
--- trunk/playground/sysadmin/ksystemlog/src/modes/xsession/xsessionLogMode.h \
#733492:733493 @@ -30,7 +30,7 @@
 /**
  * Xorg Log Icon
  */
-#define X_SESSION_MODE_ICON "kwin"
+#define X_SESSION_MODE_ICON "fileview-detailed"
 
 #include <QString>
 #include <QList>


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

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