author | zautrix <zautrix> | 2005-10-29 11:38:11 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-10-29 11:38:11 (UTC) |
commit | 126ae577622d43e17d8aeb1e66cafd9d16298cd2 (patch) (side-by-side diff) | |
tree | 702518971b9b216237db27e4185a860319514bcd | |
parent | 456482e70b06246d1ce3981fa196462e65a2dcd8 (diff) | |
download | kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.zip kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.tar.gz kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.tar.bz2 |
fixxx
-rw-r--r-- | desktop/rpm/kdepim_rpm | 2 | ||||
-rw-r--r-- | kalarmd/simplealarmdaemonimpl.cpp | 15 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/desktop/rpm/kdepim_rpm b/desktop/rpm/kdepim_rpm index 9076943..bf19aca 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm @@ -2,3 +2,3 @@ Summary: A collection of PIM programs Name: KDE-Pim-Pi -Version: 2.2.6 +Version: 2.2.7 Release: SuSE_9.2 diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index 2742610..aa61fb8 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp @@ -79,3 +79,10 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) mFontsizePopup->insertItem( "18", 18 ); + mFontsizePopup->insertItem( "20", 20 ); + mFontsizePopup->insertItem( "22", 22 ); mFontsizePopup->insertItem( "24", 24 ); + mFontsizePopup->insertItem( "26", 26 ); + mFontsizePopup->insertItem( "28", 28 ); + mFontsizePopup->insertItem( "30", 30 ); + mFontsizePopup->insertItem( "32", 32 ); + mFontsizePopup->insertItem( "36", 36 ); QPopupMenu* savePopUp = new QPopupMenu( this ); @@ -103,8 +110,7 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) mSuspendPopUp->insertItem( "30x", 30 ); - mBeepPopUp->insertItem( "Auto suspend",mSuspendPopUp ); - mBeepPopUp->insertItem( "Beep interval",mPausePopUp ); + mBeepPopUp->insertItem( "Config",savePopUp ); mBeepPopUp->insertItem( "Replay",mSoundPopUp ); mBeepPopUp->insertItem( "Font Size",mFontsizePopup ); - mBeepPopUp->insertItem( "Config",savePopUp ); - mBeepPopUp->insertItem( "300", 300 ); + mBeepPopUp->insertItem( "Auto suspend",mSuspendPopUp ); + mBeepPopUp->insertItem( "Beep interval",mPausePopUp ); mBeepPopUp->insertItem( "180", 180 ); @@ -112,2 +118,3 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) mBeepPopUp->insertItem( "30", 30 ); + mBeepPopUp->insertItem( "18", 18 ); mBeepPopUp->insertItem( "10", 10 ); @@ -1 +1 @@ -version = "2.2.6"; +version = "2.2.7"; |