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

List:       kde-commits
Subject:    playground/pim/mailody
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2008-02-15 23:25:50
Message-ID: 1203117950.582387.14772.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 775496 by toma:

Remove the settings for the checkmail timer. 


 A             AKONADI  
 M  +0 -3      AUTHORS  
 M  +0 -2      TODO  
 M  +0 -13     src/setupmisc.cpp  
 M  +0 -2      src/setupmisc.h  


--- trunk/playground/pim/mailody/AUTHORS #775495:775496
@@ -2,9 +2,6 @@
     Tom Albers <tomalbers@kde.nl>               : Maintainer
     Frode M. Døving <frode@lnix.net>            : Author
 
-Contributors:
-    Achim Bohnet <ach@mpe.mpg.de>               : Packaging and Testing 
-
 Artwork:
     Lee Olson <clearbeast@gmail.com>            : Logo and Icons
     Lee Olsen has indicated that the Logo and Icons are GPL-licensed
--- trunk/playground/pim/mailody/TODO #775495:775496
@@ -1,5 +1,3 @@
-Bugs to fix before release:
-  None
 
 Future Soon
   Composer: arrow down navigation [spaze]
--- trunk/playground/pim/mailody/src/setupmisc.cpp #775495:775496
@@ -59,17 +59,6 @@
     m1->addWidget( m_homePage,0,1 );
     l3->setBuddy( m_homePage );
 
-    QLabel *l8 = new QLabel( i18n( "Check interval:" ) + ' ', page1 );
-    m1->addWidget( l8,1,0 );
-    l8->setAlignment( Qt::AlignRight | Qt::AlignVCenter );
-    l8->setWhatsThis( i18n( "Set IMAP check interval in minutes. "
-                            "<b>0 min</b> disables interval checking. " ) );
-    m_checkInt = new KIntNumInput( page1 );
-    m_checkInt->setRange( 0,60,1,true );
-    m_checkInt->setSuffix( ' ' + i18n( "min" ) );
-    m1->addWidget( m_checkInt,1,1 );
-    l8->setBuddy( m_checkInt );
-
     QSpacerItem* spacer1 = new QSpacerItem( 20, 20, QSizePolicy::Minimum,
                                             QSizePolicy::Expanding );
     m1->addItem( spacer1, 2, 1 );
@@ -92,7 +81,6 @@
     if ( !hp.startsWith( "http://" ) && !hp.isEmpty() )
         hp = "http://" + hp;
     config.writeEntry( "homePage", hp );
-    config.writeEntry( "checkInt", m_checkInt->value() );
     config.sync();
 }
 
@@ -100,5 +88,4 @@
 {
     KConfigGroup config = KGlobal::config()->group( "General" );
     m_homePage->setText( config.readEntry( "homePage", "http://www.mailody.net" ) );
-    m_checkInt->setValue( config.readEntry( "checkInt", 1 ) );
 }
--- trunk/playground/pim/mailody/src/setupmisc.h #775495:775496
@@ -23,7 +23,6 @@
 #define SETUPMISC_H
 
 #include <klineedit.h>
-#include <knuminput.h>
 
 
 namespace Mailody
@@ -57,7 +56,6 @@
     void readSettings();
 
     KLineEdit*          m_homePage;
-    KIntNumInput*       m_checkInt;
 };
 
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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