author | zautrix <zautrix> | 2005-07-01 12:29:24 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-01 12:29:24 (UTC) |
commit | eee2e65aebe1c93a0c391a927b86ce87a278a4df (patch) (unidiff) | |
tree | 43ed9c4e1195edfd0e9d07a6ae9b88e0f86474b6 /korganizer | |
parent | 5d603fd22bc8126c6a9a6f377701669d3cee18f2 (diff) | |
download | kdepimpi-eee2e65aebe1c93a0c391a927b86ce87a278a4df.zip kdepimpi-eee2e65aebe1c93a0c391a927b86ce87a278a4df.tar.gz kdepimpi-eee2e65aebe1c93a0c391a927b86ce87a278a4df.tar.bz2 |
fixxx
-rw-r--r-- | korganizer/mainwindow.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index a5d8824..b6ce7d5 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp | |||
@@ -641,37 +641,33 @@ QPixmap MainWindow::loadPixmap( QString name ) | |||
641 | } | 641 | } |
642 | void MainWindow::setUsesBigPixmaps ( bool b ) | 642 | void MainWindow::setUsesBigPixmaps ( bool b ) |
643 | { | 643 | { |
644 | qDebug("KO: MainWindow::setUsesBigPixmaps %d called", b); | 644 | qDebug("KO: MainWindow::setUsesBigPixmaps %d called", b); |
645 | if ( b ) | 645 | if ( b ) |
646 | qDebug("KO: BigPixmaps are not supported "); | 646 | qDebug("KO: BigPixmaps are not supported "); |
647 | } | 647 | } |
648 | void MainWindow::initActions() | 648 | void MainWindow::initActions() |
649 | { | 649 | { |
650 | //KOPrefs::instance()->mShowFullMenu | 650 | //KOPrefs::instance()->mShowFullMenu |
651 | iconToolBar->clear(); | 651 | iconToolBar->clear(); |
652 | KOPrefs *p = KOPrefs::instance(); | 652 | KOPrefs *p = KOPrefs::instance(); |
653 | //QPEMenuBar *menuBar1;// = new QPEMenuBar( iconToolBar ); | 653 | //QPEMenuBar *menuBar1;// = new QPEMenuBar( iconToolBar ); |
654 | 654 | ||
655 | QPopupMenu *viewMenu = new QPopupMenu( this ); | 655 | QPopupMenu *viewMenu = new QPopupMenu( this ); |
656 | QPopupMenu *actionMenu = new QPopupMenu( this ); | 656 | QPopupMenu *actionMenu = new QPopupMenu( this ); |
657 | #ifdef DESKTOP_VERSION | ||
658 | mCurrentItemMenu = actionMenu; | ||
659 | #else | ||
660 | mCurrentItemMenu = new QPopupMenu ( this ); | 657 | mCurrentItemMenu = new QPopupMenu ( this ); |
661 | #endif | ||
662 | QPopupMenu *importMenu = new QPopupMenu( this ); | 658 | QPopupMenu *importMenu = new QPopupMenu( this ); |
663 | QPopupMenu *importMenu_X = new QPopupMenu( this ); | 659 | QPopupMenu *importMenu_X = new QPopupMenu( this ); |
664 | QPopupMenu *exportMenu_X = new QPopupMenu( this ); | 660 | QPopupMenu *exportMenu_X = new QPopupMenu( this ); |
665 | QPopupMenu *beamMenu_X = new QPopupMenu( this ); | 661 | QPopupMenu *beamMenu_X = new QPopupMenu( this ); |
666 | selectFilterMenu = new QPopupMenu( this ); | 662 | selectFilterMenu = new QPopupMenu( this ); |
667 | selectFilterMenu->setCheckable( true ); | 663 | selectFilterMenu->setCheckable( true ); |
668 | syncMenu = new QPopupMenu( this ); | 664 | syncMenu = new QPopupMenu( this ); |
669 | configureAgendaMenu = new QPopupMenu( this ); | 665 | configureAgendaMenu = new QPopupMenu( this ); |
670 | configureToolBarMenu = new QPopupMenu( this ); | 666 | configureToolBarMenu = new QPopupMenu( this ); |
671 | QPopupMenu *helpMenu = new QPopupMenu( this ); | 667 | QPopupMenu *helpMenu = new QPopupMenu( this ); |
672 | QIconSet icon; | 668 | QIconSet icon; |
673 | int pixWid = 22, pixHei = 22; | 669 | int pixWid = 22, pixHei = 22; |
674 | QString pathString = ""; | 670 | QString pathString = ""; |
675 | if ( !p->mToolBarMiniIcons ) { | 671 | if ( !p->mToolBarMiniIcons ) { |
676 | if ( QApplication::desktop()->width() < 480 /*|| QApplication::desktop()->height() < 320*/) { | 672 | if ( QApplication::desktop()->width() < 480 /*|| QApplication::desktop()->height() < 320*/) { |
677 | pathString += "icons16/"; | 673 | pathString += "icons16/"; |
@@ -793,35 +789,33 @@ void MainWindow::initActions() | |||
793 | 789 | ||
794 | 790 | ||
795 | action = new QAction( i18n("Undo Delete"), i18n("Undo Delete..."), 0, this ); | 791 | action = new QAction( i18n("Undo Delete"), i18n("Undo Delete..."), 0, this ); |
796 | action->addTo( actionMenu ); | 792 | action->addTo( actionMenu ); |
797 | connect( action, SIGNAL( activated() ), | 793 | connect( action, SIGNAL( activated() ), |
798 | mView, SLOT( undo_delete() ) ); | 794 | mView, SLOT( undo_delete() ) ); |
799 | 795 | ||
800 | icon = loadPixmap( pathString + "newevent" ); | 796 | icon = loadPixmap( pathString + "newevent" ); |
801 | configureToolBarMenu->insertItem(i18n("Stretched TB"), 5 ); | 797 | configureToolBarMenu->insertItem(i18n("Stretched TB"), 5 ); |
802 | configureToolBarMenu->insertItem(i18n("Only one toolbar"), 6 ); | 798 | configureToolBarMenu->insertItem(i18n("Only one toolbar"), 6 ); |
803 | configureToolBarMenu->insertSeparator(); | 799 | configureToolBarMenu->insertSeparator(); |
804 | configureToolBarMenu->insertItem(i18n("Filtermenu"), 7 ); | 800 | configureToolBarMenu->insertItem(i18n("Filtermenu"), 7 ); |
805 | configureToolBarMenu->insertSeparator(); | 801 | configureToolBarMenu->insertSeparator(); |
806 | configureToolBarMenu->insertItem(i18n("Week Number"), 400); | 802 | configureToolBarMenu->insertItem(i18n("Week Number"), 400); |
807 | configureToolBarMenu->insertItem(icon, i18n("New Event..."), 10 ); | 803 | configureToolBarMenu->insertItem(icon, i18n("New Event..."), 10 ); |
808 | 804 | ||
809 | #ifndef DESKTOP_VERSION | ||
810 | actionMenu->insertItem ( i18n("Selected Item"), mCurrentItemMenu); | 805 | actionMenu->insertItem ( i18n("Selected Item"), mCurrentItemMenu); |
811 | #endif | ||
812 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); | 806 | mShowAction = new QAction( "show_incidence", i18n("Show..."), 0, this ); |
813 | mShowAction->addTo( mCurrentItemMenu ); | 807 | mShowAction->addTo( mCurrentItemMenu ); |
814 | connect( mShowAction, SIGNAL( activated() ), | 808 | connect( mShowAction, SIGNAL( activated() ), |
815 | mView, SLOT( showIncidence() ) ); | 809 | mView, SLOT( showIncidence() ) ); |
816 | 810 | ||
817 | mEditAction = new QAction( "edit_incidence", i18n("Edit..."), 0, this ); | 811 | mEditAction = new QAction( "edit_incidence", i18n("Edit..."), 0, this ); |
818 | mEditAction->addTo( mCurrentItemMenu ); | 812 | mEditAction->addTo( mCurrentItemMenu ); |
819 | connect( mEditAction, SIGNAL( activated() ), | 813 | connect( mEditAction, SIGNAL( activated() ), |
820 | mView, SLOT( editIncidence() ) ); | 814 | mView, SLOT( editIncidence() ) ); |
821 | 815 | ||
822 | mDeleteAction = new QAction( "delete_incidence", i18n("Delete..."), 0, this ); | 816 | mDeleteAction = new QAction( "delete_incidence", i18n("Delete..."), 0, this ); |
823 | mDeleteAction->addTo( mCurrentItemMenu ); | 817 | mDeleteAction->addTo( mCurrentItemMenu ); |
824 | connect( mDeleteAction, SIGNAL( activated() ), | 818 | connect( mDeleteAction, SIGNAL( activated() ), |
825 | mView, SLOT( deleteIncidence() ) ); | 819 | mView, SLOT( deleteIncidence() ) ); |
826 | 820 | ||
827 | 821 | ||
@@ -1065,33 +1059,33 @@ void MainWindow::initActions() | |||
1065 | #ifdef _OL_IMPORT_ | 1059 | #ifdef _OL_IMPORT_ |
1066 | importMenu_X->insertSeparator(); | 1060 | importMenu_X->insertSeparator(); |
1067 | action = new QAction( "import_ol", i18n("Import from OL"), 0, | 1061 | action = new QAction( "import_ol", i18n("Import from OL"), 0, |
1068 | this ); | 1062 | this ); |
1069 | action->addTo( importMenu_X ); | 1063 | action->addTo( importMenu_X ); |
1070 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); | 1064 | connect( action, SIGNAL( activated() ), SLOT( importOL() ) ); |
1071 | #endif | 1065 | #endif |
1072 | //#endif | 1066 | //#endif |
1073 | 1067 | ||
1074 | //importMenu->insertSeparator(); | 1068 | //importMenu->insertSeparator(); |
1075 | #if 0 | 1069 | #if 0 |
1076 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, | 1070 | action = new QAction( "load_cal", i18n("Load Calendar Backup"), 0, |
1077 | this ); | 1071 | this ); |
1078 | action->addTo( importMenu ); | 1072 | action->addTo( importMenu ); |
1079 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); | 1073 | connect( action, SIGNAL( activated() ), SLOT( loadCalendar() ) ); |
1080 | #endif | 1074 | #endif |
1081 | action = new QAction( "save_cal", i18n("Save Calendar Backup"), 0, | 1075 | action = new QAction( "save_cal", i18n("Save Calendar Backup..."), 0, |
1082 | this ); | 1076 | this ); |
1083 | action->addTo( importMenu ); | 1077 | action->addTo( importMenu ); |
1084 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); | 1078 | connect( action, SIGNAL( activated() ), SLOT( saveCalendar() ) ); |
1085 | importMenu->insertSeparator(); | 1079 | importMenu->insertSeparator(); |
1086 | importMenu->insertItem( i18n("Import"), importMenu_X ); | 1080 | importMenu->insertItem( i18n("Import"), importMenu_X ); |
1087 | //importMenu->insertSeparator(); | 1081 | //importMenu->insertSeparator(); |
1088 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, | 1082 | action = new QAction( "import_qtopia", i18n("Export VCalendar"), 0, |
1089 | this ); | 1083 | this ); |
1090 | action->addTo( exportMenu_X ); | 1084 | action->addTo( exportMenu_X ); |
1091 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); | 1085 | connect( action, SIGNAL( activated() ), SLOT( exportVCalendar() ) ); |
1092 | 1086 | ||
1093 | 1087 | ||
1094 | //LR | 1088 | //LR |
1095 | QPopupMenu *ex2phone = new QPopupMenu( this ); | 1089 | QPopupMenu *ex2phone = new QPopupMenu( this ); |
1096 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); | 1090 | ex2phone->insertItem(i18n("Complete calendar..."), 1 ); |
1097 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); | 1091 | ex2phone->insertItem(i18n("Filtered calendar..."), 2 ); |