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

List:       kde-commits
Subject:    KDE/kdeutils/ksim
From:       Reuben Sutton <reubens () gmail ! com>
Date:       2005-05-14 9:07:28
Message-ID: 1116061648.353300.31679.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 413642 by reuben:

Fixed bug 104191
Changed Memory and Swap formats
Added myself as maintainer (with permission from wardy)
BUGS:104191



 M  +3 -3      trunk/KDE/kdeutils/ksim/ksim.cpp  
 M  +2 -2      trunk/KDE/kdeutils/ksim/ksim_panelextensionrc  
 M  +2 -2      trunk/KDE/kdeutils/ksim/ksimsysinfo.cpp  


--- trunk/KDE/kdeutils/ksim/ksim.cpp #413641:413642
@@ -54,9 +54,9 @@
 
   m_aboutData = new KAboutData(name, I18N_NOOP("KSim"), KSIM_VERSION_STRING,
      I18N_NOOP("A plugin based system monitor for KDE"),
-     KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward"));
-
-  m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Author and Developer"),
+     KAboutData::License_GPL, I18N_NOOP("(C) 2001-2003 Robbie Ward\n(C) 2005 Reuben Sutton"));
+  m_aboutData->addAuthor("Reuben Sutton", I18N_NOOP("Maintainer"),"reuben.sutton@gmail.com");
+  m_aboutData->addAuthor("Robbie Ward", I18N_NOOP("Original Author"),
      "linuxphreak@gmx.co.uk");
   m_aboutData->addAuthor("Jason Katz-Brown", I18N_NOOP("Developer"),
      "jason@katzbrown.com");
--- trunk/KDE/kdeutils/ksim/ksim_panelextensionrc #413641:413642
@@ -38,12 +38,12 @@
 Width=-1
 
 [Misc]
-MemoryFormat=%tM - %fM free,%tM - %uM used
+MemoryFormat=Memory: %fM/%tM
 MemoryItem=0
 ShowMemory=true
 ShowSwap=true
 ShowUptime=true
-SwapFormat=%tM - %fM free,%tM - %uM used
+SwapFormat=Swap: %fM/%tM
 SwapItem=0
 UptimeFormat=%hh:%mm:%ss,%dd %h:%m,Uptime: %h:%m:%s
 UptimeItem=0
--- trunk/KDE/kdeutils/ksim/ksimsysinfo.cpp #413641:413642
@@ -237,7 +237,7 @@
           KSim::Types::Mem, this);
       m_layout->insertWidget(memLocation - offset, m_memLabel);
     }
-    QToolTip::add(m_memLabel, i18n("Total memory - Free memory"));
+    QToolTip::add(m_memLabel, i18n("Free Memory / Total Memory"));
     m_memLabel->show();
   }
   else {
@@ -252,7 +252,7 @@
           KSim::Types::Swap, this);
       m_layout->insertWidget(swapLocation - offset, m_swapLabel);
     }
-    QToolTip::add(m_swapLabel, i18n("Total swap - Free swap"));
+    QToolTip::add(m_swapLabel, i18n("Free Swap / Total Swap"));
     m_swapLabel->show();
   }
   else {
[prev in list] [next in list] [prev in thread] [next in thread] 

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