-rw-r--r-- | core/apps/embeddedkonsole/konsole.cpp | 5 | ||||
-rw-r--r-- | core/apps/textedit/textedit.cpp | 6 | ||||
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 3 | ||||
-rw-r--r-- | core/pim/addressbook/abeditor.cpp | 3 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 8 | ||||
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 6 | ||||
-rw-r--r-- | core/pim/datebook/datebook.cpp | 27 | ||||
-rw-r--r-- | core/pim/datebook/dateentryimpl.cpp | 10 | ||||
-rw-r--r-- | core/pim/datebook2/mainwindow.cpp | 9 | ||||
-rw-r--r-- | core/pim/todo/mainwindow.cpp | 3 | ||||
-rw-r--r-- | core/pim/todo/todoeditor.cpp | 9 | ||||
-rw-r--r-- | core/settings/light-and-power/light.cpp | 4 |
12 files changed, 28 insertions, 65 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index a5adc03..ce8fb6b 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp | |||
@@ -1,97 +1,98 @@ | |||
1 | /* ---------------------------------------------------------------------- */ | 1 | /* ---------------------------------------------------------------------- */ |
2 | /* */ | 2 | /* */ |
3 | /* [main.C] Konsole */ | 3 | /* [main.C] Konsole */ |
4 | /* */ | 4 | /* */ |
5 | /* ---------------------------------------------------------------------- */ | 5 | /* ---------------------------------------------------------------------- */ |
6 | /* */ | 6 | /* */ |
7 | /* Copyright (c) 1997,1998 by Lars Doelle <lars.doelle@on-line.de> */ | 7 | /* Copyright (c) 1997,1998 by Lars Doelle <lars.doelle@on-line.de> */ |
8 | /* */ | 8 | /* */ |
9 | /* This file is part of Konsole, an X terminal. */ | 9 | /* This file is part of Konsole, an X terminal. */ |
10 | /* */ | 10 | /* */ |
11 | /* The material contained in here more or less directly orginates from */ | 11 | /* The material contained in here more or less directly orginates from */ |
12 | /* kvt, which is copyright (c) 1996 by Matthias Ettrich <ettrich@kde.org> */ | 12 | /* kvt, which is copyright (c) 1996 by Matthias Ettrich <ettrich@kde.org> */ |
13 | /* */ | 13 | /* */ |
14 | /* ---------------------------------------------------------------------- */ | 14 | /* ---------------------------------------------------------------------- */ |
15 | /* */ | 15 | /* */ |
16 | /* Ported Konsole to Qt/Embedded */ | 16 | /* Ported Konsole to Qt/Embedded */ |
17 | /* */ | 17 | /* */ |
18 | /* Copyright (C) 2000 by John Ryland <jryland@trolltech.com> */ | 18 | /* Copyright (C) 2000 by John Ryland <jryland@trolltech.com> */ |
19 | /* */ | 19 | /* */ |
20 | /* -------------------------------------------------------------------------- */ | 20 | /* -------------------------------------------------------------------------- */ |
21 | // enhancements added by L.J. Potter <ljp@llornkcor.com> | 21 | // enhancements added by L.J. Potter <ljp@llornkcor.com> |
22 | //#define QT_QWS_OPIE | 22 | //#define QT_QWS_OPIE |
23 | 23 | ||
24 | #include "signal.h" | 24 | #include "signal.h" |
25 | 25 | ||
26 | #include <qpe/resource.h> | 26 | #include <qpe/resource.h> |
27 | 27 | ||
28 | #include <qdir.h> | 28 | #include <qdir.h> |
29 | #include <qevent.h> | 29 | #include <qevent.h> |
30 | #include <qdragobject.h> | 30 | #include <qdragobject.h> |
31 | #include <qobjectlist.h> | 31 | #include <qobjectlist.h> |
32 | #include <qtoolbutton.h> | 32 | #include <qtoolbutton.h> |
33 | #include <qtoolbar.h> | 33 | #include <qtoolbar.h> |
34 | #include <qpushbutton.h> | 34 | #include <qpushbutton.h> |
35 | #include <qfontdialog.h> | 35 | #include <qfontdialog.h> |
36 | #include <qglobal.h> | 36 | #include <qglobal.h> |
37 | #include <qpainter.h> | 37 | #include <qpainter.h> |
38 | #include <qmenubar.h> | 38 | #include <qmenubar.h> |
39 | #include <qmessagebox.h> | 39 | #include <qmessagebox.h> |
40 | #include <qaction.h> | 40 | #include <qaction.h> |
41 | #include <qapplication.h> | 41 | #include <qapplication.h> |
42 | #include <qfontmetrics.h> | 42 | #include <qfontmetrics.h> |
43 | #include <qcombobox.h> | 43 | #include <qcombobox.h> |
44 | #include <qevent.h> | 44 | #include <qevent.h> |
45 | #include <qtabwidget.h> | 45 | #include <qtabwidget.h> |
46 | #include <qtabbar.h> | 46 | #include <qtabbar.h> |
47 | #include <qpe/config.h> | ||
48 | #include <qstringlist.h> | 47 | #include <qstringlist.h> |
49 | #include <qpalette.h> | 48 | #include <qpalette.h> |
49 | #include <qpe/config.h> | ||
50 | #include <qpe/qpeapplication.h> | ||
50 | 51 | ||
51 | #include <unistd.h> | 52 | #include <unistd.h> |
52 | #include <pwd.h> | 53 | #include <pwd.h> |
53 | #include <sys/types.h> | 54 | #include <sys/types.h> |
54 | //#include <sys/wait.h> | 55 | //#include <sys/wait.h> |
55 | #include <stdio.h> | 56 | #include <stdio.h> |
56 | #include <stdlib.h> | 57 | #include <stdlib.h> |
57 | #include <assert.h> | 58 | #include <assert.h> |
58 | 59 | ||
59 | #include "konsole.h" | 60 | #include "konsole.h" |
60 | #include "keytrans.h" | 61 | #include "keytrans.h" |
61 | #include "commandeditdialog.h" | 62 | #include "commandeditdialog.h" |
62 | 63 | ||
63 | #ifdef QT_QWS_OPIE | 64 | #ifdef QT_QWS_OPIE |
64 | #include <opie/colorpopupmenu.h> | 65 | #include <opie/colorpopupmenu.h> |
65 | #endif | 66 | #endif |
66 | 67 | ||
67 | #include <qfontdatabase.h>// U.B. | 68 | #include <qfontdatabase.h>// U.B. |
68 | #include <qstringlist.h>// U.B. | 69 | #include <qstringlist.h>// U.B. |
69 | #include <qvaluelist.h> // U.B. | 70 | #include <qvaluelist.h> // U.B. |
70 | 71 | ||
71 | class EKNumTabBar : public QTabBar { | 72 | class EKNumTabBar : public QTabBar { |
72 | public: | 73 | public: |
73 | void numberTabs() | 74 | void numberTabs() |
74 | { | 75 | { |
75 | // Yes, it really is this messy. QTabWidget needs functions | 76 | // Yes, it really is this messy. QTabWidget needs functions |
76 | // that provide acces to tabs in a sequential way. | 77 | // that provide acces to tabs in a sequential way. |
77 | int m=INT_MIN; | 78 | int m=INT_MIN; |
78 | for (int i=0; i<count(); i++) { | 79 | for (int i=0; i<count(); i++) { |
79 | QTab* left=0; | 80 | QTab* left=0; |
80 | QListIterator<QTab> it(*tabList()); | 81 | QListIterator<QTab> it(*tabList()); |
81 | int x=INT_MAX; | 82 | int x=INT_MAX; |
82 | for( QTab* t; (t=it.current()); ++it ) { | 83 | for( QTab* t; (t=it.current()); ++it ) { |
83 | int tx = t->rect().x(); | 84 | int tx = t->rect().x(); |
84 | if ( tx<x && tx>m ) { | 85 | if ( tx<x && tx>m ) { |
85 | x = tx; | 86 | x = tx; |
86 | left = t; | 87 | left = t; |
87 | } | 88 | } |
88 | } | 89 | } |
89 | if ( left ) { | 90 | if ( left ) { |
90 | left->setText(QString::number(i+1)); | 91 | left->setText(QString::number(i+1)); |
91 | m = left->rect().x(); | 92 | m = left->rect().x(); |
92 | } | 93 | } |
93 | } | 94 | } |
94 | } | 95 | } |
95 | }; | 96 | }; |
96 | 97 | ||
97 | class EKNumTabWidget : public QTabWidget { | 98 | class EKNumTabWidget : public QTabWidget { |
@@ -1031,97 +1032,97 @@ i=-24;j=-25;k=-26; | |||
1031 | void Konsole::editCommandListMenuSelected(int iD) | 1032 | void Konsole::editCommandListMenuSelected(int iD) |
1032 | { | 1033 | { |
1033 | // QString temp; | 1034 | // QString temp; |
1034 | // qDebug( temp.sprintf("edit command list %d",iD)); | 1035 | // qDebug( temp.sprintf("edit command list %d",iD)); |
1035 | TEWidget* te = getTe(); | 1036 | TEWidget* te = getTe(); |
1036 | Config cfg("Konsole"); | 1037 | Config cfg("Konsole"); |
1037 | cfg.setGroup("Menubar"); | 1038 | cfg.setGroup("Menubar"); |
1038 | if( iD == -3) { | 1039 | if( iD == -3) { |
1039 | if(!secondToolBar->isHidden()) { | 1040 | if(!secondToolBar->isHidden()) { |
1040 | secondToolBar->hide(); | 1041 | secondToolBar->hide(); |
1041 | configMenu->changeItem( iD,tr( "Show Command List" )); | 1042 | configMenu->changeItem( iD,tr( "Show Command List" )); |
1042 | cfg.writeEntry("Hidden","TRUE"); | 1043 | cfg.writeEntry("Hidden","TRUE"); |
1043 | configMenu->setItemEnabled(-23 ,FALSE); | 1044 | configMenu->setItemEnabled(-23 ,FALSE); |
1044 | } else { | 1045 | } else { |
1045 | secondToolBar->show(); | 1046 | secondToolBar->show(); |
1046 | configMenu->changeItem( iD,tr( "Hide Command List" )); | 1047 | configMenu->changeItem( iD,tr( "Hide Command List" )); |
1047 | cfg.writeEntry("Hidden","FALSE"); | 1048 | cfg.writeEntry("Hidden","FALSE"); |
1048 | configMenu->setItemEnabled(-23 ,TRUE); | 1049 | configMenu->setItemEnabled(-23 ,TRUE); |
1049 | 1050 | ||
1050 | if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") { | 1051 | if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") { |
1051 | configMenu->setItemChecked(-23,TRUE); | 1052 | configMenu->setItemChecked(-23,TRUE); |
1052 | commonCombo->setEditable( TRUE ); | 1053 | commonCombo->setEditable( TRUE ); |
1053 | } else { | 1054 | } else { |
1054 | configMenu->setItemChecked(-23,FALSE); | 1055 | configMenu->setItemChecked(-23,FALSE); |
1055 | commonCombo->setEditable( FALSE ); | 1056 | commonCombo->setEditable( FALSE ); |
1056 | } | 1057 | } |
1057 | } | 1058 | } |
1058 | } | 1059 | } |
1059 | if( iD == -23) { | 1060 | if( iD == -23) { |
1060 | cfg.setGroup("Commands"); | 1061 | cfg.setGroup("Commands"); |
1061 | // qDebug("enableCommandEdit"); | 1062 | // qDebug("enableCommandEdit"); |
1062 | if( !configMenu->isItemChecked(iD) ) { | 1063 | if( !configMenu->isItemChecked(iD) ) { |
1063 | commonCombo->setEditable( TRUE ); | 1064 | commonCombo->setEditable( TRUE ); |
1064 | configMenu->setItemChecked(iD,TRUE); | 1065 | configMenu->setItemChecked(iD,TRUE); |
1065 | commonCombo->setCurrentItem(0); | 1066 | commonCombo->setCurrentItem(0); |
1066 | cfg.writeEntry("EditEnabled","TRUE"); | 1067 | cfg.writeEntry("EditEnabled","TRUE"); |
1067 | } else { | 1068 | } else { |
1068 | commonCombo->setEditable( FALSE ); | 1069 | commonCombo->setEditable( FALSE ); |
1069 | configMenu->setItemChecked(iD,FALSE); | 1070 | configMenu->setItemChecked(iD,FALSE); |
1070 | cfg.writeEntry("EditEnabled","FALSE"); | 1071 | cfg.writeEntry("EditEnabled","FALSE"); |
1071 | commonCombo->setFocusPolicy(QWidget::NoFocus); | 1072 | commonCombo->setFocusPolicy(QWidget::NoFocus); |
1072 | te->setFocus(); | 1073 | te->setFocus(); |
1073 | } | 1074 | } |
1074 | } | 1075 | } |
1075 | if(iD == -24) { | 1076 | if(iD == -24) { |
1076 | // "edit commands" | 1077 | // "edit commands" |
1077 | CommandEditDialog *m = new CommandEditDialog(this); | 1078 | CommandEditDialog *m = new CommandEditDialog(this); |
1078 | connect(m,SIGNAL(commandsEdited()),this,SLOT(initCommandList())); | 1079 | connect(m,SIGNAL(commandsEdited()),this,SLOT(initCommandList())); |
1079 | m->showMaximized(); | 1080 | QPEApplication::showDialog( m ); |
1080 | } | 1081 | } |
1081 | 1082 | ||
1082 | } | 1083 | } |
1083 | 1084 | ||
1084 | // $QPEDIR/bin/qcop QPE/Application/embeddedkonsole 'setDocument(QString)' 'ssh -V' | 1085 | // $QPEDIR/bin/qcop QPE/Application/embeddedkonsole 'setDocument(QString)' 'ssh -V' |
1085 | void Konsole::setDocument( const QString &cmd) { | 1086 | void Konsole::setDocument( const QString &cmd) { |
1086 | newSession(); | 1087 | newSession(); |
1087 | TEWidget* te = getTe(); | 1088 | TEWidget* te = getTe(); |
1088 | if(cmd.find("-e", 0, TRUE) != -1) { | 1089 | if(cmd.find("-e", 0, TRUE) != -1) { |
1089 | QString cmd2; | 1090 | QString cmd2; |
1090 | cmd2=cmd.right(cmd.length()-3)+" &"; | 1091 | cmd2=cmd.right(cmd.length()-3)+" &"; |
1091 | system(cmd2.latin1()); | 1092 | system(cmd2.latin1()); |
1092 | if(startUp <= 1 && nsessions < 2) { | 1093 | if(startUp <= 1 && nsessions < 2) { |
1093 | doneSession(getTe()->currentSession, 0); | 1094 | doneSession(getTe()->currentSession, 0); |
1094 | exit(0); | 1095 | exit(0); |
1095 | } else | 1096 | } else |
1096 | doneSession(getTe()->currentSession, 0); | 1097 | doneSession(getTe()->currentSession, 0); |
1097 | } else { | 1098 | } else { |
1098 | if (te != 0) { | 1099 | if (te != 0) { |
1099 | te->emitText(cmd+"\r"); | 1100 | te->emitText(cmd+"\r"); |
1100 | } | 1101 | } |
1101 | } | 1102 | } |
1102 | startUp++; | 1103 | startUp++; |
1103 | } | 1104 | } |
1104 | 1105 | ||
1105 | void Konsole::parseCommandLine() { | 1106 | void Konsole::parseCommandLine() { |
1106 | QString cmd; | 1107 | QString cmd; |
1107 | // newSession(); | 1108 | // newSession(); |
1108 | for (int i=1;i< qApp->argc();i++) { | 1109 | for (int i=1;i< qApp->argc();i++) { |
1109 | if( QString(qApp->argv()[i]) == "-e") { | 1110 | if( QString(qApp->argv()[i]) == "-e") { |
1110 | i++; | 1111 | i++; |
1111 | for ( int j=i;j< qApp->argc();j++) { | 1112 | for ( int j=i;j< qApp->argc();j++) { |
1112 | cmd+=QString(qApp->argv()[j])+" "; | 1113 | cmd+=QString(qApp->argv()[j])+" "; |
1113 | } | 1114 | } |
1114 | cmd.stripWhiteSpace(); | 1115 | cmd.stripWhiteSpace(); |
1115 | system(cmd.latin1()); | 1116 | system(cmd.latin1()); |
1116 | exit(0);//close(); | 1117 | exit(0);//close(); |
1117 | } // end -e switch | 1118 | } // end -e switch |
1118 | } | 1119 | } |
1119 | startUp++; | 1120 | startUp++; |
1120 | } | 1121 | } |
1121 | 1122 | ||
1122 | void Konsole::changeForegroundColor(const QColor &color) { | 1123 | void Konsole::changeForegroundColor(const QColor &color) { |
1123 | Config cfg("Konsole"); | 1124 | Config cfg("Konsole"); |
1124 | cfg.setGroup("Colors"); | 1125 | cfg.setGroup("Colors"); |
1125 | int r, g, b; | 1126 | int r, g, b; |
1126 | color.rgb(&r,&g,&b); | 1127 | color.rgb(&r,&g,&b); |
1127 | foreground.setRgb(r,g,b); | 1128 | foreground.setRgb(r,g,b); |
diff --git a/core/apps/textedit/textedit.cpp b/core/apps/textedit/textedit.cpp index be18140..1299fe3 100644 --- a/core/apps/textedit/textedit.cpp +++ b/core/apps/textedit/textedit.cpp | |||
@@ -897,172 +897,170 @@ bool TextEdit::saveAs() { | |||
897 | text << "text/*"; | 897 | text << "text/*"; |
898 | map.insert(tr("Text"), text ); | 898 | map.insert(tr("Text"), text ); |
899 | text << "*"; | 899 | text << "*"; |
900 | map.insert(tr("All"), text ); | 900 | map.insert(tr("All"), text ); |
901 | 901 | ||
902 | QFileInfo cuFi( currentFileName); | 902 | QFileInfo cuFi( currentFileName); |
903 | QString filee = cuFi.fileName(); | 903 | QString filee = cuFi.fileName(); |
904 | QString dire = cuFi.dirPath(); | 904 | QString dire = cuFi.dirPath(); |
905 | if(dire==".") | 905 | if(dire==".") |
906 | dire = QPEApplication::documentDir(); | 906 | dire = QPEApplication::documentDir(); |
907 | QString str; | 907 | QString str; |
908 | if( !featureAutoSave) | 908 | if( !featureAutoSave) |
909 | { | 909 | { |
910 | str = OFileDialog::getSaveFileName( 2, | 910 | str = OFileDialog::getSaveFileName( 2, |
911 | dire, | 911 | dire, |
912 | filee, map); | 912 | filee, map); |
913 | } | 913 | } |
914 | else | 914 | else |
915 | str=currentFileName; | 915 | str=currentFileName; |
916 | if(!str.isEmpty()) { | 916 | if(!str.isEmpty()) { |
917 | QString fileNm=str; | 917 | QString fileNm=str; |
918 | 918 | ||
919 | qDebug("saving filename "+fileNm); | 919 | qDebug("saving filename "+fileNm); |
920 | QFileInfo fi(fileNm); | 920 | QFileInfo fi(fileNm); |
921 | currentFileName=fi.fileName(); | 921 | currentFileName=fi.fileName(); |
922 | if(doc) | 922 | if(doc) |
923 | // QString file = doc->file(); | 923 | // QString file = doc->file(); |
924 | // doc->removeFiles(); | 924 | // doc->removeFiles(); |
925 | delete doc; | 925 | delete doc; |
926 | DocLnk nf; | 926 | DocLnk nf; |
927 | nf.setType("text/plain"); | 927 | nf.setType("text/plain"); |
928 | nf.setFile( fileNm); | 928 | nf.setFile( fileNm); |
929 | doc = new DocLnk(nf); | 929 | doc = new DocLnk(nf); |
930 | // editor->setText(rt); | 930 | // editor->setText(rt); |
931 | qDebug("Saving file as "+currentFileName); | 931 | qDebug("Saving file as "+currentFileName); |
932 | doc->setName( currentFileName); | 932 | doc->setName( currentFileName); |
933 | updateCaption( currentFileName); | 933 | updateCaption( currentFileName); |
934 | 934 | ||
935 | FileManager fm; | 935 | FileManager fm; |
936 | if ( !fm.saveFile( *doc, rt ) ) { | 936 | if ( !fm.saveFile( *doc, rt ) ) { |
937 | return false; | 937 | return false; |
938 | } | 938 | } |
939 | 939 | ||
940 | if( filePerms ) { | 940 | if( filePerms ) { |
941 | filePermissions *filePerm; | 941 | filePermissions *filePerm; |
942 | filePerm = new filePermissions(this, | 942 | filePerm = new filePermissions(this, |
943 | tr("Permissions"),true, | 943 | tr("Permissions"),true, |
944 | 0,(const QString &)fileNm); | 944 | 0,(const QString &)fileNm); |
945 | filePerm->showMaximized(); | 945 | QPEApplication::execDialog( filePerm ); |
946 | filePerm->exec(); | ||
947 | 946 | ||
948 | if( filePerm) | 947 | if( filePerm) |
949 | delete filePerm; | 948 | delete filePerm; |
950 | } | 949 | } |
951 | // } | 950 | // } |
952 | editor->setEdited( false); | 951 | editor->setEdited( false); |
953 | edited1 = false; | 952 | edited1 = false; |
954 | edited = false; | 953 | edited = false; |
955 | if(caption().left(1)=="*") | 954 | if(caption().left(1)=="*") |
956 | setCaption(caption().right(caption().length()-1)); | 955 | setCaption(caption().right(caption().length()-1)); |
957 | 956 | ||
958 | return true; | 957 | return true; |
959 | } | 958 | } |
960 | qDebug("returning false"); | 959 | qDebug("returning false"); |
961 | return false; | 960 | return false; |
962 | } //end saveAs | 961 | } //end saveAs |
963 | 962 | ||
964 | void TextEdit::clear() { | 963 | void TextEdit::clear() { |
965 | delete doc; | 964 | delete doc; |
966 | doc = 0; | 965 | doc = 0; |
967 | editor->clear(); | 966 | editor->clear(); |
968 | } | 967 | } |
969 | 968 | ||
970 | void TextEdit::updateCaption( const QString &name ) { | 969 | void TextEdit::updateCaption( const QString &name ) { |
971 | 970 | ||
972 | if ( name.isEmpty() ) | 971 | if ( name.isEmpty() ) |
973 | setCaption( tr("Text Editor") ); | 972 | setCaption( tr("Text Editor") ); |
974 | else { | 973 | else { |
975 | QString s = name; | 974 | QString s = name; |
976 | if ( s.isNull() ) | 975 | if ( s.isNull() ) |
977 | s = doc->name(); | 976 | s = doc->name(); |
978 | if ( s.isEmpty() ) { | 977 | if ( s.isEmpty() ) { |
979 | s = tr( "Unnamed" ); | 978 | s = tr( "Unnamed" ); |
980 | currentFileName=s; | 979 | currentFileName=s; |
981 | } | 980 | } |
982 | // if(s.left(1) == "/") | 981 | // if(s.left(1) == "/") |
983 | // s = s.right(s.length()-1); | 982 | // s = s.right(s.length()-1); |
984 | setCaption( tr("%1 - Text Editor").arg( s ) ); | 983 | setCaption( tr("%1 - Text Editor").arg( s ) ); |
985 | } | 984 | } |
986 | } | 985 | } |
987 | 986 | ||
988 | void TextEdit::setDocument(const QString& fileref) { | 987 | void TextEdit::setDocument(const QString& fileref) { |
989 | if(fileref != "Unnamed") { | 988 | if(fileref != "Unnamed") { |
990 | currentFileName=fileref; | 989 | currentFileName=fileref; |
991 | qDebug("setDocument"); | 990 | qDebug("setDocument"); |
992 | QFileInfo fi(currentFileName); | 991 | QFileInfo fi(currentFileName); |
993 | qDebug("basename:"+fi.baseName()+": current filenmame "+currentFileName); | 992 | qDebug("basename:"+fi.baseName()+": current filenmame "+currentFileName); |
994 | if( (fi.baseName().left(1)).isEmpty() ) { | 993 | if( (fi.baseName().left(1)).isEmpty() ) { |
995 | openDotFile(currentFileName); | 994 | openDotFile(currentFileName); |
996 | 995 | ||
997 | } else { | 996 | } else { |
998 | qDebug("setDoc open"); | 997 | qDebug("setDoc open"); |
999 | bFromDocView = true; | 998 | bFromDocView = true; |
1000 | openFile(fileref); | 999 | openFile(fileref); |
1001 | editor->setEdited(true); | 1000 | editor->setEdited(true); |
1002 | edited1=false; | 1001 | edited1=false; |
1003 | edited=true; | 1002 | edited=true; |
1004 | // fromSetDocument=false; | 1003 | // fromSetDocument=false; |
1005 | // doSearchBar(); | 1004 | // doSearchBar(); |
1006 | } | 1005 | } |
1007 | } | 1006 | } |
1008 | updateCaption( currentFileName); | 1007 | updateCaption( currentFileName); |
1009 | } | 1008 | } |
1010 | 1009 | ||
1011 | void TextEdit::changeFont() { | 1010 | void TextEdit::changeFont() { |
1012 | QDialog *d = new QDialog ( this, "FontDialog", true ); | 1011 | QDialog *d = new QDialog ( this, "FontDialog", true ); |
1013 | d-> setCaption ( tr( "Choose font" )); | 1012 | d-> setCaption ( tr( "Choose font" )); |
1014 | QBoxLayout *lay = new QVBoxLayout ( d ); | 1013 | QBoxLayout *lay = new QVBoxLayout ( d ); |
1015 | OFontSelector *ofs = new OFontSelector ( true, d ); | 1014 | OFontSelector *ofs = new OFontSelector ( true, d ); |
1016 | lay-> addWidget ( ofs ); | 1015 | lay-> addWidget ( ofs ); |
1017 | ofs-> setSelectedFont ( editor-> font ( )); | 1016 | ofs-> setSelectedFont ( editor-> font ( )); |
1018 | 1017 | ||
1019 | d-> showMaximized ( ); | 1018 | if ( QPEApplication::execDialog( d ) == QDialog::Accepted ) |
1020 | if ( d-> exec ( ) == QDialog::Accepted ) | ||
1021 | editor-> setFont ( ofs-> selectedFont ( )); | 1019 | editor-> setFont ( ofs-> selectedFont ( )); |
1022 | delete d; | 1020 | delete d; |
1023 | 1021 | ||
1024 | } | 1022 | } |
1025 | 1023 | ||
1026 | void TextEdit::editDelete() { | 1024 | void TextEdit::editDelete() { |
1027 | switch ( QMessageBox::warning(this,tr("Text Editor"), | 1025 | switch ( QMessageBox::warning(this,tr("Text Editor"), |
1028 | tr("Do you really want<BR>to <B>delete</B> " | 1026 | tr("Do you really want<BR>to <B>delete</B> " |
1029 | "the current file\nfrom the disk?<BR>This is " | 1027 | "the current file\nfrom the disk?<BR>This is " |
1030 | "<B>irreversable!</B>"), | 1028 | "<B>irreversable!</B>"), |
1031 | tr("Yes"),tr("No"),0,0,1) ) { | 1029 | tr("Yes"),tr("No"),0,0,1) ) { |
1032 | case 0: | 1030 | case 0: |
1033 | if(doc) { | 1031 | if(doc) { |
1034 | doc->removeFiles(); | 1032 | doc->removeFiles(); |
1035 | clear(); | 1033 | clear(); |
1036 | setCaption( tr("Text Editor") ); | 1034 | setCaption( tr("Text Editor") ); |
1037 | } | 1035 | } |
1038 | break; | 1036 | break; |
1039 | case 1: | 1037 | case 1: |
1040 | // exit | 1038 | // exit |
1041 | break; | 1039 | break; |
1042 | }; | 1040 | }; |
1043 | } | 1041 | } |
1044 | 1042 | ||
1045 | void TextEdit::changeStartConfig( bool b ) { | 1043 | void TextEdit::changeStartConfig( bool b ) { |
1046 | startWithNew=b; | 1044 | startWithNew=b; |
1047 | Config cfg("TextEdit"); | 1045 | Config cfg("TextEdit"); |
1048 | cfg.setGroup("View"); | 1046 | cfg.setGroup("View"); |
1049 | cfg.writeEntry("startNew",b); | 1047 | cfg.writeEntry("startNew",b); |
1050 | update(); | 1048 | update(); |
1051 | } | 1049 | } |
1052 | 1050 | ||
1053 | void TextEdit::editorChanged() { | 1051 | void TextEdit::editorChanged() { |
1054 | // qDebug("editor changed"); | 1052 | // qDebug("editor changed"); |
1055 | if( /*editor->edited() &&*/ /*edited && */!edited1) { | 1053 | if( /*editor->edited() &&*/ /*edited && */!edited1) { |
1056 | setCaption( "*"+caption()); | 1054 | setCaption( "*"+caption()); |
1057 | edited1=true; | 1055 | edited1=true; |
1058 | } | 1056 | } |
1059 | edited=true; | 1057 | edited=true; |
1060 | } | 1058 | } |
1061 | 1059 | ||
1062 | void TextEdit::receive(const QCString&msg, const QByteArray &) { | 1060 | void TextEdit::receive(const QCString&msg, const QByteArray &) { |
1063 | qDebug("QCop "+msg); | 1061 | qDebug("QCop "+msg); |
1064 | if ( msg == "setDocument(QString)" ) { | 1062 | if ( msg == "setDocument(QString)" ) { |
1065 | qDebug("bugger all"); | 1063 | qDebug("bugger all"); |
1066 | 1064 | ||
1067 | } | 1065 | } |
1068 | 1066 | ||
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index 5fb605b..82fd1e1 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -904,98 +904,97 @@ void PlayListWidget::viewPressed( int mouse, QListViewItem *, const QPoint&, int | |||
904 | 904 | ||
905 | m.exec( QCursor::pos() ); | 905 | m.exec( QCursor::pos() ); |
906 | } | 906 | } |
907 | break; | 907 | break; |
908 | }; | 908 | }; |
909 | } | 909 | } |
910 | 910 | ||
911 | void PlayListWidget::playSelected() | 911 | void PlayListWidget::playSelected() |
912 | { | 912 | { |
913 | btnPlay( true); | 913 | btnPlay( true); |
914 | // d->selectedFiles->unSelect(); | 914 | // d->selectedFiles->unSelect(); |
915 | } | 915 | } |
916 | 916 | ||
917 | void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoint&, int) | 917 | void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoint&, int) |
918 | { | 918 | { |
919 | switch (mouse) { | 919 | switch (mouse) { |
920 | case 1: | 920 | case 1: |
921 | 921 | ||
922 | break; | 922 | break; |
923 | case 2:{ | 923 | case 2:{ |
924 | QPopupMenu m; | 924 | QPopupMenu m; |
925 | m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() )); | 925 | m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() )); |
926 | m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() )); | 926 | m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() )); |
927 | // m.insertSeparator(); | 927 | // m.insertSeparator(); |
928 | // m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); | 928 | // m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); |
929 | m.exec( QCursor::pos() ); | 929 | m.exec( QCursor::pos() ); |
930 | } | 930 | } |
931 | break; | 931 | break; |
932 | }; | 932 | }; |
933 | 933 | ||
934 | } | 934 | } |
935 | 935 | ||
936 | void PlayListWidget::listDelete() { | 936 | void PlayListWidget::listDelete() { |
937 | Config cfg( "OpiePlayer" ); | 937 | Config cfg( "OpiePlayer" ); |
938 | cfg.setGroup("PlayList"); | 938 | cfg.setGroup("PlayList"); |
939 | currentPlayList = cfg.readEntry("CurrentPlaylist",""); | 939 | currentPlayList = cfg.readEntry("CurrentPlaylist",""); |
940 | QString file; | 940 | QString file; |
941 | // int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); | 941 | // int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); |
942 | switch ( tabWidget->currentPageIndex()) { | 942 | switch ( tabWidget->currentPageIndex()) { |
943 | case 0: | 943 | case 0: |
944 | break; | 944 | break; |
945 | case 1: | 945 | case 1: |
946 | { | 946 | { |
947 | file = audioView->currentItem()->text(0); | 947 | file = audioView->currentItem()->text(0); |
948 | QListIterator<DocLnk> Pdit( files.children() ); | 948 | QListIterator<DocLnk> Pdit( files.children() ); |
949 | for ( ; Pdit.current(); ++Pdit ) { | 949 | for ( ; Pdit.current(); ++Pdit ) { |
950 | if( Pdit.current()->name() == file) { | 950 | if( Pdit.current()->name() == file) { |
951 | LnkProperties prop( Pdit.current() ); | 951 | LnkProperties prop( Pdit.current() ); |
952 | prop.showMaximized(); | 952 | QPEApplication::execDialog( &prop ); |
953 | prop.exec(); | ||
954 | } | 953 | } |
955 | } | 954 | } |
956 | populateAudioView(); | 955 | populateAudioView(); |
957 | } | 956 | } |
958 | break; | 957 | break; |
959 | case 2: | 958 | case 2: |
960 | { | 959 | { |
961 | // file = videoView->selectedItem()->text(0); | 960 | // file = videoView->selectedItem()->text(0); |
962 | // for ( int i = 0; i < noOfFiles; i++ ) { | 961 | // for ( int i = 0; i < noOfFiles; i++ ) { |
963 | // QString entryName; | 962 | // QString entryName; |
964 | // entryName.sprintf( "File%i", i + 1 ); | 963 | // entryName.sprintf( "File%i", i + 1 ); |
965 | // QString linkFile = cfg.readEntry( entryName ); | 964 | // QString linkFile = cfg.readEntry( entryName ); |
966 | // AppLnk lnk( AppLnk(linkFile)); | 965 | // AppLnk lnk( AppLnk(linkFile)); |
967 | // if( lnk.name() == file ) { | 966 | // if( lnk.name() == file ) { |
968 | // LnkProperties prop( &lnk); | 967 | // LnkProperties prop( &lnk); |
969 | // // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); | 968 | // // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); |
970 | // prop.showMaximized(); | 969 | // prop.showMaximized(); |
971 | // prop.exec(); | 970 | // prop.exec(); |
972 | // } | 971 | // } |
973 | // } | 972 | // } |
974 | } | 973 | } |
975 | break; | 974 | break; |
976 | }; | 975 | }; |
977 | } | 976 | } |
978 | 977 | ||
979 | void PlayListWidget::scanForAudio() { | 978 | void PlayListWidget::scanForAudio() { |
980 | // qDebug("scan for audio"); | 979 | // qDebug("scan for audio"); |
981 | files.detachChildren(); | 980 | files.detachChildren(); |
982 | QListIterator<DocLnk> sdit( files.children() ); | 981 | QListIterator<DocLnk> sdit( files.children() ); |
983 | for ( ; sdit.current(); ++sdit ) { | 982 | for ( ; sdit.current(); ++sdit ) { |
984 | delete sdit.current(); | 983 | delete sdit.current(); |
985 | } | 984 | } |
986 | Global::findDocuments( &files, audioMimes); | 985 | Global::findDocuments( &files, audioMimes); |
987 | audioScan = true; | 986 | audioScan = true; |
988 | } | 987 | } |
989 | void PlayListWidget::scanForVideo() { | 988 | void PlayListWidget::scanForVideo() { |
990 | // qDebug("scan for video"); | 989 | // qDebug("scan for video"); |
991 | vFiles.detachChildren(); | 990 | vFiles.detachChildren(); |
992 | QListIterator<DocLnk> sdit( vFiles.children() ); | 991 | QListIterator<DocLnk> sdit( vFiles.children() ); |
993 | for ( ; sdit.current(); ++sdit ) { | 992 | for ( ; sdit.current(); ++sdit ) { |
994 | delete sdit.current(); | 993 | delete sdit.current(); |
995 | } | 994 | } |
996 | Global::findDocuments(&vFiles, "video/*"); | 995 | Global::findDocuments(&vFiles, "video/*"); |
997 | videoScan = true; | 996 | videoScan = true; |
998 | } | 997 | } |
999 | 998 | ||
1000 | void PlayListWidget::populateAudioView() { | 999 | void PlayListWidget::populateAudioView() { |
1001 | 1000 | ||
diff --git a/core/pim/addressbook/abeditor.cpp b/core/pim/addressbook/abeditor.cpp index 91e8722..75e7ede 100644 --- a/core/pim/addressbook/abeditor.cpp +++ b/core/pim/addressbook/abeditor.cpp | |||
@@ -485,98 +485,97 @@ void AbEditor::saveEntry() | |||
485 | case Qtopia::BusinessMobile: | 485 | case Qtopia::BusinessMobile: |
486 | ent.setBusinessMobile( it.current()->text() ); | 486 | ent.setBusinessMobile( it.current()->text() ); |
487 | break; | 487 | break; |
488 | case Qtopia::BusinessPager: | 488 | case Qtopia::BusinessPager: |
489 | ent.setBusinessPager( it.current()->text() ); | 489 | ent.setBusinessPager( it.current()->text() ); |
490 | break; | 490 | break; |
491 | case Qtopia::Profession: | 491 | case Qtopia::Profession: |
492 | ent.setProfession( it.current()->text() ); | 492 | ent.setProfession( it.current()->text() ); |
493 | break; | 493 | break; |
494 | case Qtopia::Assistant: | 494 | case Qtopia::Assistant: |
495 | ent.setAssistant( it.current()->text() ); | 495 | ent.setAssistant( it.current()->text() ); |
496 | break; | 496 | break; |
497 | case Qtopia::Manager: | 497 | case Qtopia::Manager: |
498 | ent.setManager( it.current()->text() ); | 498 | ent.setManager( it.current()->text() ); |
499 | break; | 499 | break; |
500 | 500 | ||
501 | // personal | 501 | // personal |
502 | case Qtopia::Spouse: | 502 | case Qtopia::Spouse: |
503 | ent.setSpouse( it.current()->text() ); | 503 | ent.setSpouse( it.current()->text() ); |
504 | break; | 504 | break; |
505 | case Qtopia::Children: | 505 | case Qtopia::Children: |
506 | ent.setChildren( it.current()->text() ); | 506 | ent.setChildren( it.current()->text() ); |
507 | break; | 507 | break; |
508 | case Qtopia::Birthday: | 508 | case Qtopia::Birthday: |
509 | ent.setBirthday( it.current()->text() ); | 509 | ent.setBirthday( it.current()->text() ); |
510 | break; | 510 | break; |
511 | case Qtopia::Anniversary: | 511 | case Qtopia::Anniversary: |
512 | ent.setAnniversary( it.current()->text() ); | 512 | ent.setAnniversary( it.current()->text() ); |
513 | break; | 513 | break; |
514 | case Qtopia::Nickname: | 514 | case Qtopia::Nickname: |
515 | ent.setNickname( it.current()->text() ); | 515 | ent.setNickname( it.current()->text() ); |
516 | break; | 516 | break; |
517 | default: | 517 | default: |
518 | break; | 518 | break; |
519 | 519 | ||
520 | } | 520 | } |
521 | } | 521 | } |
522 | 522 | ||
523 | int gender = genderCombo->currentItem(); | 523 | int gender = genderCombo->currentItem(); |
524 | ent.setGender( QString::number( gender ) ); | 524 | ent.setGender( QString::number( gender ) ); |
525 | 525 | ||
526 | QString str = txtNote->text(); | 526 | QString str = txtNote->text(); |
527 | if ( !str.isNull() ) | 527 | if ( !str.isNull() ) |
528 | ent.setNotes( str ); | 528 | ent.setNotes( str ); |
529 | } | 529 | } |
530 | 530 | ||
531 | void AbEditor::slotNote() | 531 | void AbEditor::slotNote() |
532 | { | 532 | { |
533 | dlgNote->showMaximized(); | 533 | if ( ! QPEApplication::execDialog( &dlgNote ) ) { |
534 | if ( !dlgNote->exec() ) { | ||
535 | // reset the note... | 534 | // reset the note... |
536 | txtNote->setText( ent.notes() ); | 535 | txtNote->setText( ent.notes() ); |
537 | } | 536 | } |
538 | } | 537 | } |
539 | 538 | ||
540 | void AbEditor::setNameFocus() | 539 | void AbEditor::setNameFocus() |
541 | { | 540 | { |
542 | firstEdit->setFocus(); | 541 | firstEdit->setFocus(); |
543 | } | 542 | } |
544 | 543 | ||
545 | void parseEmailFrom( const QString &txt, QString &strDefaultEmail, | 544 | void parseEmailFrom( const QString &txt, QString &strDefaultEmail, |
546 | QString &strAll ) | 545 | QString &strAll ) |
547 | { | 546 | { |
548 | int where, | 547 | int where, |
549 | start; | 548 | start; |
550 | if ( txt.isEmpty() ) | 549 | if ( txt.isEmpty() ) |
551 | return; | 550 | return; |
552 | 551 | ||
553 | // find the first | 552 | // find the first |
554 | where = txt.find( ',' ); | 553 | where = txt.find( ',' ); |
555 | if ( where < 0 ) { | 554 | if ( where < 0 ) { |
556 | strDefaultEmail = txt; | 555 | strDefaultEmail = txt; |
557 | strAll = txt; | 556 | strAll = txt; |
558 | } else { | 557 | } else { |
559 | strDefaultEmail = txt.left( where ).stripWhiteSpace(); | 558 | strDefaultEmail = txt.left( where ).stripWhiteSpace(); |
560 | strAll = strDefaultEmail; | 559 | strAll = strDefaultEmail; |
561 | while ( where > -1 ) { | 560 | while ( where > -1 ) { |
562 | strAll.append(" "); | 561 | strAll.append(" "); |
563 | start = where; | 562 | start = where; |
564 | where = txt.find( ',', where + 1 ); | 563 | where = txt.find( ',', where + 1 ); |
565 | if ( where > - 1 ) | 564 | if ( where > - 1 ) |
566 | strAll.append( txt.mid(start + 1, where - start - 1).stripWhiteSpace() ); | 565 | strAll.append( txt.mid(start + 1, where - start - 1).stripWhiteSpace() ); |
567 | else // grab until the end... | 566 | else // grab until the end... |
568 | strAll.append( txt.right(txt.length() - start - 1).stripWhiteSpace() ); | 567 | strAll.append( txt.right(txt.length() - start - 1).stripWhiteSpace() ); |
569 | } | 568 | } |
570 | } | 569 | } |
571 | } | 570 | } |
572 | 571 | ||
573 | void parseEmailTo( const QString &strDefaultEmail, | 572 | void parseEmailTo( const QString &strDefaultEmail, |
574 | const QString &strOtherEmail, QString &strBack ) | 573 | const QString &strOtherEmail, QString &strBack ) |
575 | { | 574 | { |
576 | // create a comma dilimeted set of emails... | 575 | // create a comma dilimeted set of emails... |
577 | // use the power of short circuiting... | 576 | // use the power of short circuiting... |
578 | bool foundDefault = false; | 577 | bool foundDefault = false; |
579 | QString strTmp; | 578 | QString strTmp; |
580 | int start = 0; | 579 | int start = 0; |
581 | int where; | 580 | int where; |
582 | // start at the beginng. | 581 | // start at the beginng. |
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 00cd2a6..1c7ddd4 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp | |||
@@ -237,98 +237,97 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
237 | 237 | ||
238 | // Create Views | 238 | // Create Views |
239 | listContainer = new QWidget( this ); | 239 | listContainer = new QWidget( this ); |
240 | QVBoxLayout *vb = new QVBoxLayout( listContainer ); | 240 | QVBoxLayout *vb = new QVBoxLayout( listContainer ); |
241 | 241 | ||
242 | m_abView = new AbView( listContainer, m_config.orderList() ); | 242 | m_abView = new AbView( listContainer, m_config.orderList() ); |
243 | vb->addWidget( m_abView ); | 243 | vb->addWidget( m_abView ); |
244 | // abList->setHScrollBarMode( QScrollView::AlwaysOff ); | 244 | // abList->setHScrollBarMode( QScrollView::AlwaysOff ); |
245 | connect( m_abView, SIGNAL( signalViewSwitched ( int ) ), | 245 | connect( m_abView, SIGNAL( signalViewSwitched ( int ) ), |
246 | this, SLOT( slotViewSwitched( int ) ) ); | 246 | this, SLOT( slotViewSwitched( int ) ) ); |
247 | 247 | ||
248 | 248 | ||
249 | QObject::connect( m_abView, SIGNAL(signalNotFound()), this, SLOT(slotNotFound()) ); | 249 | QObject::connect( m_abView, SIGNAL(signalNotFound()), this, SLOT(slotNotFound()) ); |
250 | 250 | ||
251 | // m_abView->load(); // Already done by c'tor . | 251 | // m_abView->load(); // Already done by c'tor . |
252 | 252 | ||
253 | // Letter Picker | 253 | // Letter Picker |
254 | pLabel = new LetterPicker( listContainer ); | 254 | pLabel = new LetterPicker( listContainer ); |
255 | connect(pLabel, SIGNAL(letterClicked(char)), this, SLOT(slotSetLetter(char))); | 255 | connect(pLabel, SIGNAL(letterClicked(char)), this, SLOT(slotSetLetter(char))); |
256 | connect(m_abView, SIGNAL( signalClearLetterPicker() ), pLabel, SLOT( clear() ) ); | 256 | connect(m_abView, SIGNAL( signalClearLetterPicker() ), pLabel, SLOT( clear() ) ); |
257 | 257 | ||
258 | vb->addWidget( pLabel ); | 258 | vb->addWidget( pLabel ); |
259 | 259 | ||
260 | // All Categories into view-menu.. | 260 | // All Categories into view-menu.. |
261 | populateCategories(); | 261 | populateCategories(); |
262 | 262 | ||
263 | // Fontsize | 263 | // Fontsize |
264 | defaultFont = new QFont( m_abView->font() ); | 264 | defaultFont = new QFont( m_abView->font() ); |
265 | slotSetFont(m_config.fontSize()); | 265 | slotSetFont(m_config.fontSize()); |
266 | m_curFontSize = m_config.fontSize(); | 266 | m_curFontSize = m_config.fontSize(); |
267 | 267 | ||
268 | setCentralWidget(listContainer); | 268 | setCentralWidget(listContainer); |
269 | 269 | ||
270 | // qDebug("adressbook contrsuction: t=%d", t.elapsed() ); | 270 | // qDebug("adressbook contrsuction: t=%d", t.elapsed() ); |
271 | connect( qApp, SIGNAL( flush() ), this, SLOT( flush() ) ); | 271 | connect( qApp, SIGNAL( flush() ), this, SLOT( flush() ) ); |
272 | connect( qApp, SIGNAL( reload() ), this, SLOT( reload() ) ); | 272 | connect( qApp, SIGNAL( reload() ), this, SLOT( reload() ) ); |
273 | connect( qApp, SIGNAL( appMessage(const QCString &, const QByteArray &) ), | 273 | connect( qApp, SIGNAL( appMessage(const QCString &, const QByteArray &) ), |
274 | this, SLOT( appMessage(const QCString &, const QByteArray &) ) ); | 274 | this, SLOT( appMessage(const QCString &, const QByteArray &) ) ); |
275 | 275 | ||
276 | 276 | ||
277 | isLoading = false; | 277 | isLoading = false; |
278 | } | 278 | } |
279 | 279 | ||
280 | 280 | ||
281 | void AddressbookWindow::slotConfig() | 281 | void AddressbookWindow::slotConfig() |
282 | { | 282 | { |
283 | ConfigDlg* dlg = new ConfigDlg( this, "Config" ); | 283 | ConfigDlg* dlg = new ConfigDlg( this, "Config" ); |
284 | dlg -> setConfig( m_config ); | 284 | dlg -> setConfig( m_config ); |
285 | dlg -> showMaximized(); | 285 | if ( QPEApplication::execDialog( dlg ) ) { |
286 | if ( dlg -> exec() ) { | ||
287 | qWarning ("Config Dialog accepted!"); | 286 | qWarning ("Config Dialog accepted!"); |
288 | m_config = dlg -> getConfig(); | 287 | m_config = dlg -> getConfig(); |
289 | if ( m_curFontSize != m_config.fontSize() ){ | 288 | if ( m_curFontSize != m_config.fontSize() ){ |
290 | qWarning("Font was changed!"); | 289 | qWarning("Font was changed!"); |
291 | m_curFontSize = m_config.fontSize(); | 290 | m_curFontSize = m_config.fontSize(); |
292 | emit slotSetFont( m_curFontSize ); | 291 | emit slotSetFont( m_curFontSize ); |
293 | } | 292 | } |
294 | m_abView -> setListOrder( m_config.orderList() ); | 293 | m_abView -> setListOrder( m_config.orderList() ); |
295 | } | 294 | } |
296 | 295 | ||
297 | delete dlg; | 296 | delete dlg; |
298 | } | 297 | } |
299 | 298 | ||
300 | 299 | ||
301 | void AddressbookWindow::slotSetFont( int size ) | 300 | void AddressbookWindow::slotSetFont( int size ) |
302 | { | 301 | { |
303 | qWarning("void AddressbookWindow::slotSetFont( %d )", size); | 302 | qWarning("void AddressbookWindow::slotSetFont( %d )", size); |
304 | 303 | ||
305 | if (size > 2 || size < 0) | 304 | if (size > 2 || size < 0) |
306 | size = 1; | 305 | size = 1; |
307 | 306 | ||
308 | m_config.setFontSize( size ); | 307 | m_config.setFontSize( size ); |
309 | 308 | ||
310 | QFont *currentFont; | 309 | QFont *currentFont; |
311 | 310 | ||
312 | switch (size) { | 311 | switch (size) { |
313 | case 0: | 312 | case 0: |
314 | m_abView->setFont( QFont( defaultFont->family(), defaultFont->pointSize() - 2 ) ); | 313 | m_abView->setFont( QFont( defaultFont->family(), defaultFont->pointSize() - 2 ) ); |
315 | currentFont = new QFont (m_abView->font()); | 314 | currentFont = new QFont (m_abView->font()); |
316 | // abList->resizeRows(currentFont->pixelSize() + 7); :SX | 315 | // abList->resizeRows(currentFont->pixelSize() + 7); :SX |
317 | // abList->resizeRows(); | 316 | // abList->resizeRows(); |
318 | break; | 317 | break; |
319 | case 1: | 318 | case 1: |
320 | m_abView->setFont( *defaultFont ); | 319 | m_abView->setFont( *defaultFont ); |
321 | currentFont = new QFont (m_abView->font()); | 320 | currentFont = new QFont (m_abView->font()); |
322 | // // abList->resizeRows(currentFont->pixelSize() + 7); | 321 | // // abList->resizeRows(currentFont->pixelSize() + 7); |
323 | // abList->resizeRows(); | 322 | // abList->resizeRows(); |
324 | break; | 323 | break; |
325 | case 2: | 324 | case 2: |
326 | m_abView->setFont( QFont( defaultFont->family(), defaultFont->pointSize() + 2 ) ); | 325 | m_abView->setFont( QFont( defaultFont->family(), defaultFont->pointSize() + 2 ) ); |
327 | currentFont = new QFont (m_abView->font()); | 326 | currentFont = new QFont (m_abView->font()); |
328 | // //abList->resizeRows(currentFont->pixelSize() + 7); | 327 | // //abList->resizeRows(currentFont->pixelSize() + 7); |
329 | // abList->resizeRows(); | 328 | // abList->resizeRows(); |
330 | break; | 329 | break; |
331 | } | 330 | } |
332 | } | 331 | } |
333 | 332 | ||
334 | 333 | ||
@@ -705,102 +704,99 @@ void AddressbookWindow::appMessage(const QCString &msg, const QByteArray &data) | |||
705 | if ( actionPersonal->isOn() ){ | 704 | if ( actionPersonal->isOn() ){ |
706 | actionPersonal->setOn( false ); | 705 | actionPersonal->setOn( false ); |
707 | slotPersonalView(); | 706 | slotPersonalView(); |
708 | } | 707 | } |
709 | 708 | ||
710 | // Reset category and show as card.. | 709 | // Reset category and show as card.. |
711 | m_abView -> setShowByCategory( QString::null ); | 710 | m_abView -> setShowByCategory( QString::null ); |
712 | m_abView -> setCurrentUid( uid ); | 711 | m_abView -> setCurrentUid( uid ); |
713 | slotViewSwitched ( AbView::CardView ); | 712 | slotViewSwitched ( AbView::CardView ); |
714 | 713 | ||
715 | needShow = true; | 714 | needShow = true; |
716 | 715 | ||
717 | 716 | ||
718 | } else if ( msg == "edit(int)" ) { | 717 | } else if ( msg == "edit(int)" ) { |
719 | QDataStream stream(data,IO_ReadOnly); | 718 | QDataStream stream(data,IO_ReadOnly); |
720 | int uid; | 719 | int uid; |
721 | stream >> uid; | 720 | stream >> uid; |
722 | 721 | ||
723 | // Deactivate Personal View.. | 722 | // Deactivate Personal View.. |
724 | if ( actionPersonal->isOn() ){ | 723 | if ( actionPersonal->isOn() ){ |
725 | actionPersonal->setOn( false ); | 724 | actionPersonal->setOn( false ); |
726 | slotPersonalView(); | 725 | slotPersonalView(); |
727 | } | 726 | } |
728 | 727 | ||
729 | // Reset category and edit.. | 728 | // Reset category and edit.. |
730 | m_abView -> setShowByCategory( QString::null ); | 729 | m_abView -> setShowByCategory( QString::null ); |
731 | m_abView -> setCurrentUid( uid ); | 730 | m_abView -> setCurrentUid( uid ); |
732 | slotViewEdit(); | 731 | slotViewEdit(); |
733 | } | 732 | } |
734 | 733 | ||
735 | if (needShow) | 734 | if (needShow) |
736 | QPEApplication::setKeepRunning(); | 735 | QPEApplication::setKeepRunning(); |
737 | 736 | ||
738 | } | 737 | } |
739 | 738 | ||
740 | void AddressbookWindow::editEntry( EntryMode entryMode ) | 739 | void AddressbookWindow::editEntry( EntryMode entryMode ) |
741 | { | 740 | { |
742 | OContact entry; | 741 | OContact entry; |
743 | if ( !abEditor ) { | 742 | if ( !abEditor ) { |
744 | abEditor = new ContactEditor( entry, this, "editor" ); | 743 | abEditor = new ContactEditor( entry, this, "editor" ); |
745 | } | 744 | } |
746 | if ( entryMode == EditEntry ) | 745 | if ( entryMode == EditEntry ) |
747 | abEditor->setEntry( m_abView -> currentEntry() ); | 746 | abEditor->setEntry( m_abView -> currentEntry() ); |
748 | else if ( entryMode == NewEntry ) | 747 | else if ( entryMode == NewEntry ) |
749 | abEditor->setEntry( entry ); | 748 | abEditor->setEntry( entry ); |
750 | // other things may change the caption. | 749 | // other things may change the caption. |
751 | abEditor->setCaption( tr("Edit Address") ); | 750 | abEditor->setCaption( tr("Edit Address") ); |
752 | 751 | ||
753 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | ||
754 | abEditor->showMaximized(); | ||
755 | #endif | ||
756 | // fix the foxus... | 752 | // fix the foxus... |
757 | abEditor->setNameFocus(); | 753 | abEditor->setNameFocus(); |
758 | if ( abEditor->exec() ) { | 754 | if ( QPEApplication::execDialog( abEditor ) ) { |
759 | setFocus(); | 755 | setFocus(); |
760 | if ( entryMode == NewEntry ) { | 756 | if ( entryMode == NewEntry ) { |
761 | OContact insertEntry = abEditor->entry(); | 757 | OContact insertEntry = abEditor->entry(); |
762 | insertEntry.assignUid(); | 758 | insertEntry.assignUid(); |
763 | m_abView -> addEntry( insertEntry ); | 759 | m_abView -> addEntry( insertEntry ); |
764 | m_abView -> setCurrentUid( insertEntry.uid() ); | 760 | m_abView -> setCurrentUid( insertEntry.uid() ); |
765 | } else { | 761 | } else { |
766 | OContact replEntry = abEditor->entry(); | 762 | OContact replEntry = abEditor->entry(); |
767 | 763 | ||
768 | if ( !replEntry.isValidUid() ) | 764 | if ( !replEntry.isValidUid() ) |
769 | replEntry.assignUid(); | 765 | replEntry.assignUid(); |
770 | 766 | ||
771 | m_abView -> replaceEntry( replEntry ); | 767 | m_abView -> replaceEntry( replEntry ); |
772 | } | 768 | } |
773 | } | 769 | } |
774 | // populateCategories(); | 770 | // populateCategories(); |
775 | 771 | ||
776 | } | 772 | } |
777 | 773 | ||
778 | void AddressbookWindow::editPersonal() | 774 | void AddressbookWindow::editPersonal() |
779 | { | 775 | { |
780 | OContact entry; | 776 | OContact entry; |
781 | 777 | ||
782 | // Switch to personal view if not selected | 778 | // Switch to personal view if not selected |
783 | // but take care of the menu, too | 779 | // but take care of the menu, too |
784 | if ( ! actionPersonal->isOn() ){ | 780 | if ( ! actionPersonal->isOn() ){ |
785 | qWarning("*** ++++"); | 781 | qWarning("*** ++++"); |
786 | actionPersonal->setOn( true ); | 782 | actionPersonal->setOn( true ); |
787 | slotPersonalView(); | 783 | slotPersonalView(); |
788 | } | 784 | } |
789 | 785 | ||
790 | if ( !abEditor ) { | 786 | if ( !abEditor ) { |
791 | abEditor = new ContactEditor( entry, this, "editor" ); | 787 | abEditor = new ContactEditor( entry, this, "editor" ); |
792 | } | 788 | } |
793 | 789 | ||
794 | abEditor->setCaption(tr("Edit My Personal Details")); | 790 | abEditor->setCaption(tr("Edit My Personal Details")); |
795 | abEditor->setPersonalView( true ); | 791 | abEditor->setPersonalView( true ); |
796 | editEntry( EditEntry ); | 792 | editEntry( EditEntry ); |
797 | abEditor->setPersonalView( false ); | 793 | abEditor->setPersonalView( false ); |
798 | 794 | ||
799 | } | 795 | } |
800 | 796 | ||
801 | 797 | ||
802 | void AddressbookWindow::slotPersonalView() | 798 | void AddressbookWindow::slotPersonalView() |
803 | { | 799 | { |
804 | qWarning("slotPersonalView()"); | 800 | qWarning("slotPersonalView()"); |
805 | if (!actionPersonal->isOn()) { | 801 | if (!actionPersonal->isOn()) { |
806 | // we just turned it off | 802 | // we just turned it off |
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 8fbd065..7932781 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -1038,113 +1038,111 @@ void ContactEditor::slotFullNameChange( const QString &textChanged ) { | |||
1038 | qWarning( "ContactEditor::slotFullNameChange( %s )", textChanged.latin1() ); | 1038 | qWarning( "ContactEditor::slotFullNameChange( %s )", textChanged.latin1() ); |
1039 | 1039 | ||
1040 | int index = cmbFileAs->currentItem(); | 1040 | int index = cmbFileAs->currentItem(); |
1041 | 1041 | ||
1042 | cmbFileAs->clear(); | 1042 | cmbFileAs->clear(); |
1043 | 1043 | ||
1044 | cmbFileAs->insertItem( parseName( textChanged, NAME_LF ) ); | 1044 | cmbFileAs->insertItem( parseName( textChanged, NAME_LF ) ); |
1045 | cmbFileAs->insertItem( parseName( textChanged, NAME_LFM ) ); | 1045 | cmbFileAs->insertItem( parseName( textChanged, NAME_LFM ) ); |
1046 | cmbFileAs->insertItem( parseName( textChanged, NAME_FL ) ); | 1046 | cmbFileAs->insertItem( parseName( textChanged, NAME_FL ) ); |
1047 | cmbFileAs->insertItem( parseName( textChanged, NAME_FML ) ); | 1047 | cmbFileAs->insertItem( parseName( textChanged, NAME_FML ) ); |
1048 | if ( ! txtSuffix->text().isEmpty() ) | 1048 | if ( ! txtSuffix->text().isEmpty() ) |
1049 | cmbFileAs->insertItem( parseName( textChanged, NAME_FML ) + " " + txtSuffix->text() ); | 1049 | cmbFileAs->insertItem( parseName( textChanged, NAME_FML ) + " " + txtSuffix->text() ); |
1050 | 1050 | ||
1051 | cmbFileAs->setCurrentItem( index ); | 1051 | cmbFileAs->setCurrentItem( index ); |
1052 | 1052 | ||
1053 | 1053 | ||
1054 | } | 1054 | } |
1055 | 1055 | ||
1056 | void ContactEditor::slotSuffixChange( const QString& ) { | 1056 | void ContactEditor::slotSuffixChange( const QString& ) { |
1057 | // Just want to update the FileAs combo if the suffix was changed.. | 1057 | // Just want to update the FileAs combo if the suffix was changed.. |
1058 | slotFullNameChange( txtFullName->text() ); | 1058 | slotFullNameChange( txtFullName->text() ); |
1059 | } | 1059 | } |
1060 | 1060 | ||
1061 | void ContactEditor::slotOrganizationChange( const QString &textChanged ){ | 1061 | void ContactEditor::slotOrganizationChange( const QString &textChanged ){ |
1062 | qWarning( "ContactEditor::slotOrganizationChange( %s )", textChanged.latin1() ); | 1062 | qWarning( "ContactEditor::slotOrganizationChange( %s )", textChanged.latin1() ); |
1063 | // Special handling for storing Companies: | 1063 | // Special handling for storing Companies: |
1064 | // If no Fullname is given, we store the Company-Name as lastname | 1064 | // If no Fullname is given, we store the Company-Name as lastname |
1065 | // to handle it like a person.. | 1065 | // to handle it like a person.. |
1066 | if ( txtFullName->text() == txtOrganization->text().left( txtFullName->text().length() ) ) | 1066 | if ( txtFullName->text() == txtOrganization->text().left( txtFullName->text().length() ) ) |
1067 | txtFullName->setText( textChanged ); | 1067 | txtFullName->setText( textChanged ); |
1068 | 1068 | ||
1069 | } | 1069 | } |
1070 | 1070 | ||
1071 | void ContactEditor::accept() { | 1071 | void ContactEditor::accept() { |
1072 | 1072 | ||
1073 | if ( isEmpty() ) { | 1073 | if ( isEmpty() ) { |
1074 | cleanupFields(); | 1074 | cleanupFields(); |
1075 | reject(); | 1075 | reject(); |
1076 | } else { | 1076 | } else { |
1077 | saveEntry(); | 1077 | saveEntry(); |
1078 | cleanupFields(); | 1078 | cleanupFields(); |
1079 | QDialog::accept(); | 1079 | QDialog::accept(); |
1080 | } | 1080 | } |
1081 | 1081 | ||
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | void ContactEditor::slotNote() { | 1084 | void ContactEditor::slotNote() { |
1085 | 1085 | ||
1086 | dlgNote->showMaximized(); | 1086 | if ( ! QPEApplication::execDialog( dlgNote ) ) { |
1087 | if ( !dlgNote->exec() ) { | ||
1088 | txtNote->setText( ent.notes() ); | 1087 | txtNote->setText( ent.notes() ); |
1089 | } | 1088 | } |
1090 | } | 1089 | } |
1091 | 1090 | ||
1092 | void ContactEditor::slotName() { | 1091 | void ContactEditor::slotName() { |
1093 | 1092 | ||
1094 | QString tmpName; | 1093 | QString tmpName; |
1095 | 1094 | ||
1096 | txtFirstName->setText( parseName(txtFullName->text(), NAME_F) ); | 1095 | txtFirstName->setText( parseName(txtFullName->text(), NAME_F) ); |
1097 | txtMiddleName->setText( parseName(txtFullName->text(), NAME_M) ); | 1096 | txtMiddleName->setText( parseName(txtFullName->text(), NAME_M) ); |
1098 | txtLastName->setText( parseName(txtFullName->text(), NAME_L) ); | 1097 | txtLastName->setText( parseName(txtFullName->text(), NAME_L) ); |
1099 | // txtSuffix->setText( parseName(txtFullName->text(), NAME_S) ); | 1098 | // txtSuffix->setText( parseName(txtFullName->text(), NAME_S) ); |
1100 | 1099 | ||
1101 | dlgName->showMaximized(); | 1100 | if ( QPEApplication::execDialog( dlgName ) ) { |
1102 | if ( dlgName->exec() ) { | ||
1103 | if ( txtLastName->text().contains( ' ', TRUE ) ) | 1101 | if ( txtLastName->text().contains( ' ', TRUE ) ) |
1104 | tmpName = txtLastName->text() + ", " + txtFirstName->text() + " " + txtMiddleName->text(); | 1102 | tmpName = txtLastName->text() + ", " + txtFirstName->text() + " " + txtMiddleName->text(); |
1105 | else | 1103 | else |
1106 | tmpName = txtFirstName->text() + " " + txtMiddleName->text() + " " + txtLastName->text(); | 1104 | tmpName = txtFirstName->text() + " " + txtMiddleName->text() + " " + txtLastName->text(); |
1107 | 1105 | ||
1108 | txtFullName->setText( tmpName.simplifyWhiteSpace() ); | 1106 | txtFullName->setText( tmpName.simplifyWhiteSpace() ); |
1109 | slotFullNameChange( txtFullName->text() ); | 1107 | slotFullNameChange( txtFullName->text() ); |
1110 | } | 1108 | } |
1111 | 1109 | ||
1112 | } | 1110 | } |
1113 | 1111 | ||
1114 | void ContactEditor::setNameFocus() { | 1112 | void ContactEditor::setNameFocus() { |
1115 | 1113 | ||
1116 | txtFullName->setFocus(); | 1114 | txtFullName->setFocus(); |
1117 | 1115 | ||
1118 | } | 1116 | } |
1119 | 1117 | ||
1120 | bool ContactEditor::isEmpty() { | 1118 | bool ContactEditor::isEmpty() { |
1121 | // Test and see if the record should be saved. | 1119 | // Test and see if the record should be saved. |
1122 | // More strict than the original qtopia, needs name or fileas to save | 1120 | // More strict than the original qtopia, needs name or fileas to save |
1123 | 1121 | ||
1124 | QString t = txtFullName->text(); | 1122 | QString t = txtFullName->text(); |
1125 | if ( !t.isEmpty() && containsAlphaNum( t ) ) | 1123 | if ( !t.isEmpty() && containsAlphaNum( t ) ) |
1126 | return false; | 1124 | return false; |
1127 | 1125 | ||
1128 | t = cmbFileAs->currentText(); | 1126 | t = cmbFileAs->currentText(); |
1129 | if ( !t.isEmpty() && containsAlphaNum( t ) ) | 1127 | if ( !t.isEmpty() && containsAlphaNum( t ) ) |
1130 | return false; | 1128 | return false; |
1131 | 1129 | ||
1132 | return true; | 1130 | return true; |
1133 | 1131 | ||
1134 | } | 1132 | } |
1135 | 1133 | ||
1136 | QString ContactEditor::parseName( const QString fullName, int type ) { | 1134 | QString ContactEditor::parseName( const QString fullName, int type ) { |
1137 | 1135 | ||
1138 | QString simplifiedName( fullName.simplifyWhiteSpace() ); | 1136 | QString simplifiedName( fullName.simplifyWhiteSpace() ); |
1139 | QString strFirstName; | 1137 | QString strFirstName; |
1140 | QString strMiddleName; | 1138 | QString strMiddleName; |
1141 | QString strLastName; | 1139 | QString strLastName; |
1142 | QString strTitle; | 1140 | QString strTitle; |
1143 | int commapos; | 1141 | int commapos; |
1144 | bool haveLastName = false; | 1142 | bool haveLastName = false; |
1145 | 1143 | ||
1146 | qWarning("Fullname: %s", simplifiedName.latin1()); | 1144 | qWarning("Fullname: %s", simplifiedName.latin1()); |
1147 | 1145 | ||
1148 | commapos = simplifiedName.find( ',', 0, TRUE); | 1146 | commapos = simplifiedName.find( ',', 0, TRUE); |
1149 | if ( commapos >= 0 ) { | 1147 | if ( commapos >= 0 ) { |
1150 | qWarning(" Commapos: %d", commapos ); | 1148 | qWarning(" Commapos: %d", commapos ); |
diff --git a/core/pim/datebook/datebook.cpp b/core/pim/datebook/datebook.cpp index 44f1515..706cc08 100644 --- a/core/pim/datebook/datebook.cpp +++ b/core/pim/datebook/datebook.cpp | |||
@@ -220,102 +220,97 @@ void DateBook::receive( const QCString &msg, const QByteArray &data ) | |||
220 | // update active view! | 220 | // update active view! |
221 | if ( dayAction->isOn() ) | 221 | if ( dayAction->isOn() ) |
222 | viewDay(); | 222 | viewDay(); |
223 | else if ( weekAction->isOn() ) | 223 | else if ( weekAction->isOn() ) |
224 | viewWeek(); | 224 | viewWeek(); |
225 | else if ( monthAction->isOn() ) | 225 | else if ( monthAction->isOn() ) |
226 | viewMonth(); | 226 | viewMonth(); |
227 | } | 227 | } |
228 | else if (msg == "editEvent(int)") { | 228 | else if (msg == "editEvent(int)") { |
229 | int uid; | 229 | int uid; |
230 | stream >> uid; | 230 | stream >> uid; |
231 | Event e=db->eventByUID(uid); | 231 | Event e=db->eventByUID(uid); |
232 | editEvent(e); | 232 | editEvent(e); |
233 | }else if (msg == "viewDefault(QDate)"){ | 233 | }else if (msg == "viewDefault(QDate)"){ |
234 | QDate day; | 234 | QDate day; |
235 | stream >> day; | 235 | stream >> day; |
236 | viewDefault(day); | 236 | viewDefault(day); |
237 | } | 237 | } |
238 | } | 238 | } |
239 | 239 | ||
240 | DateBook::~DateBook() | 240 | DateBook::~DateBook() |
241 | { | 241 | { |
242 | } | 242 | } |
243 | 243 | ||
244 | void DateBook::slotSettings() | 244 | void DateBook::slotSettings() |
245 | { | 245 | { |
246 | DateBookSettings frmSettings( ampm, this ); | 246 | DateBookSettings frmSettings( ampm, this ); |
247 | frmSettings.setStartTime( startTime ); | 247 | frmSettings.setStartTime( startTime ); |
248 | frmSettings.setAlarmPreset( aPreset, presetTime ); | 248 | frmSettings.setAlarmPreset( aPreset, presetTime ); |
249 | frmSettings.setJumpToCurTime( bJumpToCurTime ); | 249 | frmSettings.setJumpToCurTime( bJumpToCurTime ); |
250 | frmSettings.setRowStyle( rowStyle ); | 250 | frmSettings.setRowStyle( rowStyle ); |
251 | frmSettings.comboDefaultView->setCurrentItem(defaultView-1); | 251 | frmSettings.comboDefaultView->setCurrentItem(defaultView-1); |
252 | frmSettings.comboWeekListView->setCurrentItem(weeklistviewconfig); | 252 | frmSettings.comboWeekListView->setCurrentItem(weeklistviewconfig); |
253 | 253 | ||
254 | bool found=false; | 254 | bool found=false; |
255 | for (int i=0; i<(frmSettings.comboLocation->count()); i++) { | 255 | for (int i=0; i<(frmSettings.comboLocation->count()); i++) { |
256 | if ( frmSettings.comboLocation->text(i) == defaultLocation ) { | 256 | if ( frmSettings.comboLocation->text(i) == defaultLocation ) { |
257 | frmSettings.comboLocation->setCurrentItem(i); | 257 | frmSettings.comboLocation->setCurrentItem(i); |
258 | found=true; | 258 | found=true; |
259 | break; | 259 | break; |
260 | } | 260 | } |
261 | } | 261 | } |
262 | if(!found) { | 262 | if(!found) { |
263 | frmSettings.comboLocation->insertItem(defaultLocation); | 263 | frmSettings.comboLocation->insertItem(defaultLocation); |
264 | frmSettings.comboLocation->setCurrentItem(frmSettings.comboLocation->count()-1); | 264 | frmSettings.comboLocation->setCurrentItem(frmSettings.comboLocation->count()-1); |
265 | } | 265 | } |
266 | frmSettings.comboCategory->setCategories(defaultCategories,"Calendar", tr("Calendar")); | 266 | frmSettings.comboCategory->setCategories(defaultCategories,"Calendar", tr("Calendar")); |
267 | 267 | ||
268 | #if defined (Q_WS_QWS) || defined(_WS_QWS_) | 268 | if ( QPEApplication::execDialog( &frmSettings ) ) { |
269 | frmSettings.showMaximized(); | ||
270 | #endif | ||
271 | |||
272 | if ( frmSettings.exec() ) { | ||
273 | |||
274 | aPreset = frmSettings.alarmPreset(); | 269 | aPreset = frmSettings.alarmPreset(); |
275 | presetTime = frmSettings.presetTime(); | 270 | presetTime = frmSettings.presetTime(); |
276 | startTime = frmSettings.startTime(); | 271 | startTime = frmSettings.startTime(); |
277 | bJumpToCurTime = frmSettings.jumpToCurTime(); | 272 | bJumpToCurTime = frmSettings.jumpToCurTime(); |
278 | rowStyle = frmSettings.rowStyle(); | 273 | rowStyle = frmSettings.rowStyle(); |
279 | defaultView=frmSettings.comboDefaultView->currentItem()+1; | 274 | defaultView=frmSettings.comboDefaultView->currentItem()+1; |
280 | weeklistviewconfig=frmSettings.comboWeekListView->currentItem(); | 275 | weeklistviewconfig=frmSettings.comboWeekListView->currentItem(); |
281 | defaultLocation=frmSettings.comboLocation->currentText(); | 276 | defaultLocation=frmSettings.comboLocation->currentText(); |
282 | defaultCategories=frmSettings.comboCategory->currentCategories(); | 277 | defaultCategories=frmSettings.comboCategory->currentCategories(); |
283 | 278 | ||
284 | if ( dayView ) { | 279 | if ( dayView ) { |
285 | dayView->setStartViewTime( startTime ); | 280 | dayView->setStartViewTime( startTime ); |
286 | dayView->setJumpToCurTime( bJumpToCurTime ); | 281 | dayView->setJumpToCurTime( bJumpToCurTime ); |
287 | dayView->setRowStyle( rowStyle ); | 282 | dayView->setRowStyle( rowStyle ); |
288 | } | 283 | } |
289 | if ( weekView ) { | 284 | if ( weekView ) { |
290 | weekView->setStartViewTime( startTime ); | 285 | weekView->setStartViewTime( startTime ); |
291 | } | 286 | } |
292 | saveSettings(); | 287 | saveSettings(); |
293 | 288 | ||
294 | // make the change obvious | 289 | // make the change obvious |
295 | if ( views->visibleWidget() ) { | 290 | if ( views->visibleWidget() ) { |
296 | if ( views->visibleWidget() == dayView ) | 291 | if ( views->visibleWidget() == dayView ) |
297 | dayView->redraw(); | 292 | dayView->redraw(); |
298 | else if ( views->visibleWidget() == weekView ) | 293 | else if ( views->visibleWidget() == weekView ) |
299 | weekView->redraw(); | 294 | weekView->redraw(); |
300 | else if ( views->visibleWidget() == weekLstView ) | 295 | else if ( views->visibleWidget() == weekLstView ) |
301 | weekLstView->redraw(); | 296 | weekLstView->redraw(); |
302 | } | 297 | } |
303 | } | 298 | } |
304 | } | 299 | } |
305 | 300 | ||
306 | void DateBook::fileNew() | 301 | void DateBook::fileNew() |
307 | { | 302 | { |
308 | slotNewEventFromKey(""); | 303 | slotNewEventFromKey(""); |
309 | } | 304 | } |
310 | 305 | ||
311 | QString DateBook::checkEvent(const Event &e) | 306 | QString DateBook::checkEvent(const Event &e) |
312 | { | 307 | { |
313 | /* check if overlaps with itself */ | 308 | /* check if overlaps with itself */ |
314 | bool checkFailed = FALSE; | 309 | bool checkFailed = FALSE; |
315 | 310 | ||
316 | /* check the next 12 repeats. should catch most problems */ | 311 | /* check the next 12 repeats. should catch most problems */ |
317 | QDate current_date = e.start().date(); | 312 | QDate current_date = e.start().date(); |
318 | Event previous = e; | 313 | Event previous = e; |
319 | for(int i = 0; i < 12; i++) | 314 | for(int i = 0; i < 12; i++) |
320 | { | 315 | { |
321 | QDateTime next; | 316 | QDateTime next; |
@@ -392,149 +387,143 @@ void DateBook::viewDay() { | |||
392 | void DateBook::viewWeek() { | 387 | void DateBook::viewWeek() { |
393 | view(WEEK,currentDate()); | 388 | view(WEEK,currentDate()); |
394 | } | 389 | } |
395 | 390 | ||
396 | void DateBook::viewWeekLst() { | 391 | void DateBook::viewWeekLst() { |
397 | view(WEEKLST,currentDate()); | 392 | view(WEEKLST,currentDate()); |
398 | } | 393 | } |
399 | 394 | ||
400 | void DateBook::viewMonth() { | 395 | void DateBook::viewMonth() { |
401 | view(MONTH,currentDate()); | 396 | view(MONTH,currentDate()); |
402 | } | 397 | } |
403 | 398 | ||
404 | void DateBook::insertEvent( const Event &e ) | 399 | void DateBook::insertEvent( const Event &e ) |
405 | { | 400 | { |
406 | Event dupEvent=e; | 401 | Event dupEvent=e; |
407 | if(!dupEvent.isValidUid() ) // tkcRom seems to be different | 402 | if(!dupEvent.isValidUid() ) // tkcRom seems to be different |
408 | dupEvent.assignUid(); | 403 | dupEvent.assignUid(); |
409 | dupEvent.setLocation(defaultLocation); | 404 | dupEvent.setLocation(defaultLocation); |
410 | dupEvent.setCategories(defaultCategories); | 405 | dupEvent.setCategories(defaultCategories); |
411 | db->addEvent(dupEvent); | 406 | db->addEvent(dupEvent); |
412 | emit newEvent(); | 407 | emit newEvent(); |
413 | } | 408 | } |
414 | 409 | ||
415 | void DateBook::duplicateEvent( const Event &e ) | 410 | void DateBook::duplicateEvent( const Event &e ) |
416 | { | 411 | { |
417 | qWarning("Hmmm..."); | 412 | qWarning("Hmmm..."); |
418 | // Alot of code duplication, as this is almost like editEvent(); | 413 | // Alot of code duplication, as this is almost like editEvent(); |
419 | if (syncing) { | 414 | if (syncing) { |
420 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); | 415 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); |
421 | return; | 416 | return; |
422 | } | 417 | } |
423 | 418 | ||
424 | Event dupevent(e);// Make a duplicate. | 419 | Event dupevent(e);// Make a duplicate. |
425 | 420 | ||
426 | // workaround added for text input. | 421 | // workaround added for text input. |
427 | QDialog editDlg( this, 0, TRUE ); | 422 | QDialog editDlg( this, 0, TRUE ); |
428 | DateEntry *entry; | 423 | DateEntry *entry; |
429 | editDlg.setCaption( tr("Duplicate Event") ); | 424 | editDlg.setCaption( tr("Duplicate Event") ); |
430 | QVBoxLayout *vb = new QVBoxLayout( &editDlg ); | 425 | QVBoxLayout *vb = new QVBoxLayout( &editDlg ); |
431 | QScrollView *sv = new QScrollView( &editDlg, "scrollview" ); | 426 | QScrollView *sv = new QScrollView( &editDlg, "scrollview" ); |
432 | sv->setResizePolicy( QScrollView::AutoOneFit ); | 427 | sv->setResizePolicy( QScrollView::AutoOneFit ); |
433 | // KLUDGE!!! | 428 | // KLUDGE!!! |
434 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); | 429 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); |
435 | vb->addWidget( sv ); | 430 | vb->addWidget( sv ); |
436 | entry = new DateEntry( onMonday, dupevent, ampm, &editDlg, "editor" ); | 431 | entry = new DateEntry( onMonday, dupevent, ampm, &editDlg, "editor" ); |
437 | entry->timezone->setEnabled( FALSE ); | 432 | entry->timezone->setEnabled( FALSE ); |
438 | sv->addChild( entry ); | 433 | sv->addChild( entry ); |
439 | 434 | ||
440 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 435 | while ( QPEApplication::execDialog( &editDlg ) ) { |
441 | editDlg.showMaximized(); | ||
442 | #endif | ||
443 | while (editDlg.exec() ) { | ||
444 | Event newEv = entry->event(); | 436 | Event newEv = entry->event(); |
445 | QString error = checkEvent(newEv); | 437 | QString error = checkEvent(newEv); |
446 | if (!error.isNull()) { | 438 | if (!error.isNull()) { |
447 | if (QMessageBox::warning(this, tr("error box"), error, tr("Fix it"), tr("Continue"), 0, 0, 1) == 0) | 439 | if (QMessageBox::warning(this, tr("error box"), error, tr("Fix it"), tr("Continue"), 0, 0, 1) == 0) |
448 | continue; | 440 | continue; |
449 | } | 441 | } |
450 | /* | 442 | /* |
451 | * The problem: | 443 | * The problem: |
452 | * DateBookDB does remove repeating events not by uid but by the time | 444 | * DateBookDB does remove repeating events not by uid but by the time |
453 | * the recurrence was created | 445 | * the recurrence was created |
454 | * so we need to update that time as well | 446 | * so we need to update that time as well |
455 | */ | 447 | */ |
456 | Event::RepeatPattern rp = newEv.repeatPattern(); | 448 | Event::RepeatPattern rp = newEv.repeatPattern(); |
457 | rp.createTime = ::time( NULL ); | 449 | rp.createTime = ::time( NULL ); |
458 | newEv.setRepeat( TRUE, rp ); // has repeat and repeatPattern... | 450 | newEv.setRepeat( TRUE, rp ); // has repeat and repeatPattern... |
459 | if( newEv.uid() == e.uid() || !newEv.isValidUid() ) | 451 | if( newEv.uid() == e.uid() || !newEv.isValidUid() ) |
460 | newEv.assignUid(); | 452 | newEv.assignUid(); |
461 | 453 | ||
462 | db->addEvent(newEv); | 454 | db->addEvent(newEv); |
463 | emit newEvent(); | 455 | emit newEvent(); |
464 | break; | 456 | break; |
465 | } | 457 | } |
466 | } | 458 | } |
467 | 459 | ||
468 | void DateBook::editEvent( const Event &e ) | 460 | void DateBook::editEvent( const Event &e ) |
469 | { | 461 | { |
470 | if (syncing) { | 462 | if (syncing) { |
471 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); | 463 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); |
472 | return; | 464 | return; |
473 | } | 465 | } |
474 | 466 | ||
475 | // workaround added for text input. | 467 | // workaround added for text input. |
476 | QDialog editDlg( this, 0, TRUE ); | 468 | QDialog editDlg( this, 0, TRUE ); |
477 | DateEntry *entry; | 469 | DateEntry *entry; |
478 | editDlg.setCaption( tr("Edit Event") ); | 470 | editDlg.setCaption( tr("Edit Event") ); |
479 | QVBoxLayout *vb = new QVBoxLayout( &editDlg ); | 471 | QVBoxLayout *vb = new QVBoxLayout( &editDlg ); |
480 | QScrollView *sv = new QScrollView( &editDlg, "scrollview" ); | 472 | QScrollView *sv = new QScrollView( &editDlg, "scrollview" ); |
481 | sv->setResizePolicy( QScrollView::AutoOneFit ); | 473 | sv->setResizePolicy( QScrollView::AutoOneFit ); |
482 | // KLUDGE!!! | 474 | // KLUDGE!!! |
483 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); | 475 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); |
484 | vb->addWidget( sv ); | 476 | vb->addWidget( sv ); |
485 | entry = new DateEntry( onMonday, e, ampm, &editDlg, "editor" ); | 477 | entry = new DateEntry( onMonday, e, ampm, &editDlg, "editor" ); |
486 | entry->timezone->setEnabled( FALSE ); | 478 | entry->timezone->setEnabled( FALSE ); |
487 | sv->addChild( entry ); | 479 | sv->addChild( entry ); |
488 | 480 | ||
489 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 481 | while ( QPEApplication::execDialog( &editDlg ) ) { |
490 | editDlg.showMaximized(); | ||
491 | #endif | ||
492 | while (editDlg.exec() ) { | ||
493 | Event newEv = entry->event(); | 482 | Event newEv = entry->event(); |
494 | if(newEv.description().isEmpty() && newEv.notes().isEmpty() ) | 483 | if(newEv.description().isEmpty() && newEv.notes().isEmpty() ) |
495 | break; | 484 | break; |
496 | newEv.setUid(e.uid()); // FIXME: Hack not to clear uid | 485 | newEv.setUid(e.uid()); // FIXME: Hack not to clear uid |
497 | QString error = checkEvent(newEv); | 486 | QString error = checkEvent(newEv); |
498 | if (!error.isNull()) { | 487 | if (!error.isNull()) { |
499 | if (QMessageBox::warning(this, tr("error box"), error, tr("Fix it"), tr("Continue"), 0, 0, 1) == 0) continue; | 488 | if (QMessageBox::warning(this, tr("error box"), error, tr("Fix it"), tr("Continue"), 0, 0, 1) == 0) continue; |
500 | } | 489 | } |
501 | db->editEvent(e, newEv); | 490 | db->editEvent(e, newEv); |
502 | emit newEvent(); | 491 | emit newEvent(); |
503 | break; | 492 | break; |
504 | } | 493 | } |
505 | } | 494 | } |
506 | 495 | ||
507 | void DateBook::removeEvent( const Event &e ) | 496 | void DateBook::removeEvent( const Event &e ) |
508 | { | 497 | { |
509 | if (syncing) { | 498 | if (syncing) { |
510 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); | 499 | QMessageBox::warning( this, tr("Calendar"), tr( "Can not edit data, currently syncing") ); |
511 | return; | 500 | return; |
512 | } | 501 | } |
513 | 502 | ||
514 | QString strName = e.description(); | 503 | QString strName = e.description(); |
515 | 504 | ||
516 | if ( !QPEMessageBox::confirmDelete( this, tr( "Calendar" ),strName ) ) | 505 | if ( !QPEMessageBox::confirmDelete( this, tr( "Calendar" ),strName ) ) |
517 | return; | 506 | return; |
518 | 507 | ||
519 | db->removeEvent( e ); | 508 | db->removeEvent( e ); |
520 | if ( views->visibleWidget() == dayView && dayView ) | 509 | if ( views->visibleWidget() == dayView && dayView ) |
521 | dayView->redraw(); | 510 | dayView->redraw(); |
522 | } | 511 | } |
523 | 512 | ||
524 | void DateBook::addEvent( const Event &e ) | 513 | void DateBook::addEvent( const Event &e ) |
525 | { | 514 | { |
526 | QDate d = e.start().date(); | 515 | QDate d = e.start().date(); |
527 | initDay(); | 516 | initDay(); |
528 | dayView->setDate( d ); | 517 | dayView->setDate( d ); |
529 | } | 518 | } |
530 | 519 | ||
531 | void DateBook::showDay( int year, int month, int day ) | 520 | void DateBook::showDay( int year, int month, int day ) |
532 | { | 521 | { |
533 | QDate d(year, month, day); | 522 | QDate d(year, month, day); |
534 | view(DAY,d); | 523 | view(DAY,d); |
535 | } | 524 | } |
536 | 525 | ||
537 | void DateBook::initDay() | 526 | void DateBook::initDay() |
538 | { | 527 | { |
539 | if ( !dayView ) { | 528 | if ( !dayView ) { |
540 | dayView = new DateBookDay( ampm, onMonday, db, views, "day view" ); | 529 | dayView = new DateBookDay( ampm, onMonday, db, views, "day view" ); |
@@ -662,100 +651,97 @@ void DateBook::appMessage(const QCString& msg, const QByteArray& data) | |||
662 | 651 | ||
663 | // check to make it's okay to continue, | 652 | // check to make it's okay to continue, |
664 | // this is the case that the time was set ahead, and | 653 | // this is the case that the time was set ahead, and |
665 | // we are forced given a stale alarm... | 654 | // we are forced given a stale alarm... |
666 | QDateTime current = QDateTime::currentDateTime(); | 655 | QDateTime current = QDateTime::currentDateTime(); |
667 | if ( current.time().hour() != when.time().hour() && current.time().minute() != when.time().minute() ) | 656 | if ( current.time().hour() != when.time().hour() && current.time().minute() != when.time().minute() ) |
668 | return; | 657 | return; |
669 | 658 | ||
670 | QValueList<EffectiveEvent> list = db->getEffectiveEvents(when.addSecs(warn*60)); | 659 | QValueList<EffectiveEvent> list = db->getEffectiveEvents(when.addSecs(warn*60)); |
671 | if ( list.count() > 0 ) { | 660 | if ( list.count() > 0 ) { |
672 | QString msg; | 661 | QString msg; |
673 | bool bSound = FALSE; | 662 | bool bSound = FALSE; |
674 | int stopTimer = 0; | 663 | int stopTimer = 0; |
675 | bool found = FALSE; | 664 | bool found = FALSE; |
676 | for ( QValueList<EffectiveEvent>::ConstIterator it=list.begin(); it!=list.end(); ++it ) { | 665 | for ( QValueList<EffectiveEvent>::ConstIterator it=list.begin(); it!=list.end(); ++it ) { |
677 | if ( (*it).event().hasAlarm() ) { | 666 | if ( (*it).event().hasAlarm() ) { |
678 | found = TRUE; | 667 | found = TRUE; |
679 | msg += "<CENTER><B>" + (*it).description() + "</B>" | 668 | msg += "<CENTER><B>" + (*it).description() + "</B>" |
680 | + "<BR>" + (*it).location() + "<BR>" | 669 | + "<BR>" + (*it).location() + "<BR>" |
681 | + TimeString::dateString((*it).event().start(),ampm) | 670 | + TimeString::dateString((*it).event().start(),ampm) |
682 | + (warn | 671 | + (warn |
683 | ? tr(" (in " + QString::number(warn) | 672 | ? tr(" (in " + QString::number(warn) |
684 | + tr(" minutes)")) | 673 | + tr(" minutes)")) |
685 | : QString("")) | 674 | : QString("")) |
686 | + "<BR>" | 675 | + "<BR>" |
687 | + (*it).notes() + "</CENTER>"; | 676 | + (*it).notes() + "</CENTER>"; |
688 | if ( (*it).event().alarmSound() != Event::Silent ) { | 677 | if ( (*it).event().alarmSound() != Event::Silent ) { |
689 | bSound = TRUE; | 678 | bSound = TRUE; |
690 | } | 679 | } |
691 | } | 680 | } |
692 | } | 681 | } |
693 | if ( found ) { | 682 | if ( found ) { |
694 | if ( bSound ) { | 683 | if ( bSound ) { |
695 | Sound::soundAlarm(); | 684 | Sound::soundAlarm(); |
696 | alarmCounter = 0; | 685 | alarmCounter = 0; |
697 | stopTimer = startTimer( 5000 ); | 686 | stopTimer = startTimer( 5000 ); |
698 | } | 687 | } |
699 | QDialog dlg( this, 0, TRUE ); | 688 | QDialog dlg( this, 0, TRUE ); |
700 | QVBoxLayout *vb = new QVBoxLayout( &dlg ); | 689 | QVBoxLayout *vb = new QVBoxLayout( &dlg ); |
701 | QScrollView *view = new QScrollView( &dlg, "scrollView"); | 690 | QScrollView *view = new QScrollView( &dlg, "scrollView"); |
702 | view->setResizePolicy( QScrollView::AutoOneFit ); | 691 | view->setResizePolicy( QScrollView::AutoOneFit ); |
703 | vb->addWidget( view ); | 692 | vb->addWidget( view ); |
704 | QLabel *lblMsg = new QLabel( msg, &dlg ); | 693 | QLabel *lblMsg = new QLabel( msg, &dlg ); |
705 | view->addChild( lblMsg ); | 694 | view->addChild( lblMsg ); |
706 | QPushButton *cmdOk = new QPushButton( tr("OK"), &dlg ); | 695 | QPushButton *cmdOk = new QPushButton( tr("OK"), &dlg ); |
707 | connect( cmdOk, SIGNAL(clicked()), &dlg, SLOT(accept()) ); | 696 | connect( cmdOk, SIGNAL(clicked()), &dlg, SLOT(accept()) ); |
708 | vb->addWidget( cmdOk ); | 697 | vb->addWidget( cmdOk ); |
709 | 698 | ||
710 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 699 | needShow = QPEApplication::execDialog( &dlg ); |
711 | dlg.showMaximized(); | ||
712 | #endif | ||
713 | needShow = dlg.exec(); | ||
714 | 700 | ||
715 | if ( bSound ) | 701 | if ( bSound ) |
716 | killTimer( stopTimer ); | 702 | killTimer( stopTimer ); |
717 | } | 703 | } |
718 | } | 704 | } |
719 | } else if ( msg == "nextView()" ) { | 705 | } else if ( msg == "nextView()" ) { |
720 | needShow = true; | 706 | needShow = true; |
721 | if ( !qApp-> activeWindow ( )) { | 707 | if ( !qApp-> activeWindow ( )) { |
722 | needShow = TRUE; | 708 | needShow = TRUE; |
723 | } else { | 709 | } else { |
724 | QWidget* cur = views->visibleWidget(); | 710 | QWidget* cur = views->visibleWidget(); |
725 | if ( cur ) { | 711 | if ( cur ) { |
726 | if ( cur == dayView ) | 712 | if ( cur == dayView ) |
727 | viewWeek(); | 713 | viewWeek(); |
728 | else if ( cur == weekView ) | 714 | else if ( cur == weekView ) |
729 | viewWeekLst(); | 715 | viewWeekLst(); |
730 | else if ( cur == weekLstView ) | 716 | else if ( cur == weekLstView ) |
731 | viewMonth(); | 717 | viewMonth(); |
732 | else if ( cur == monthView ) | 718 | else if ( cur == monthView ) |
733 | viewDay(); | 719 | viewDay(); |
734 | needShow = TRUE; | 720 | needShow = TRUE; |
735 | } | 721 | } |
736 | } | 722 | } |
737 | } else if (msg == "editEvent(int)") { | 723 | } else if (msg == "editEvent(int)") { |
738 | /* simple copy from receive */ | 724 | /* simple copy from receive */ |
739 | QDataStream stream(data,IO_ReadOnly); | 725 | QDataStream stream(data,IO_ReadOnly); |
740 | int uid; | 726 | int uid; |
741 | stream >> uid; | 727 | stream >> uid; |
742 | Event e=db->eventByUID(uid); | 728 | Event e=db->eventByUID(uid); |
743 | editEvent(e); | 729 | editEvent(e); |
744 | } else if (msg == "viewDefault(QDate)"){ | 730 | } else if (msg == "viewDefault(QDate)"){ |
745 | /* simple copy from receive */ | 731 | /* simple copy from receive */ |
746 | QDataStream stream(data,IO_ReadOnly); | 732 | QDataStream stream(data,IO_ReadOnly); |
747 | QDate day; | 733 | QDate day; |
748 | stream >> day; | 734 | stream >> day; |
749 | viewDefault(day); | 735 | viewDefault(day); |
750 | needShow = true; | 736 | needShow = true; |
751 | } | 737 | } |
752 | 738 | ||
753 | if ( needShow ) { | 739 | if ( needShow ) { |
754 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 740 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) |
755 | // showMaximized(); | 741 | // showMaximized(); |
756 | #else | 742 | #else |
757 | // show(); | 743 | // show(); |
758 | #endif | 744 | #endif |
759 | // raise(); | 745 | // raise(); |
760 | QPEApplication::setKeepRunning(); | 746 | QPEApplication::setKeepRunning(); |
761 | // setActiveWindow(); | 747 | // setActiveWindow(); |
@@ -857,100 +843,97 @@ void DateBook::slotNewEventFromKey( const QString &str ) | |||
857 | start = end = d; | 843 | start = end = d; |
858 | start.setTime( QTime( 10, 0 ) ); | 844 | start.setTime( QTime( 10, 0 ) ); |
859 | end.setTime( QTime( 12, 0 ) ); | 845 | end.setTime( QTime( 12, 0 ) ); |
860 | } else if ( views->visibleWidget() == weekView ) { | 846 | } else if ( views->visibleWidget() == weekView ) { |
861 | QDate d = weekView->date(); | 847 | QDate d = weekView->date(); |
862 | start = end = d; | 848 | start = end = d; |
863 | start.setTime( QTime( 10, 0 ) ); | 849 | start.setTime( QTime( 10, 0 ) ); |
864 | end.setTime( QTime( 12, 0 ) ); | 850 | end.setTime( QTime( 12, 0 ) ); |
865 | } else if ( views->visibleWidget() == weekLstView ) { | 851 | } else if ( views->visibleWidget() == weekLstView ) { |
866 | QDate d = weekLstView->date(); | 852 | QDate d = weekLstView->date(); |
867 | start = end = d; | 853 | start = end = d; |
868 | start.setTime( QTime( 10, 0 ) ); | 854 | start.setTime( QTime( 10, 0 ) ); |
869 | end.setTime( QTime( 12, 0 ) ); | 855 | end.setTime( QTime( 12, 0 ) ); |
870 | } | 856 | } |
871 | slotNewEntry(start, end, str); | 857 | slotNewEntry(start, end, str); |
872 | } | 858 | } |
873 | void DateBook::slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str, const QString &location) { | 859 | void DateBook::slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str, const QString &location) { |
874 | // argh! This really needs to be encapsulated in a class | 860 | // argh! This really needs to be encapsulated in a class |
875 | // or function. | 861 | // or function. |
876 | QDialog newDlg( this, 0, TRUE ); | 862 | QDialog newDlg( this, 0, TRUE ); |
877 | newDlg.setCaption( DateEntryBase::tr("New Event") ); | 863 | newDlg.setCaption( DateEntryBase::tr("New Event") ); |
878 | DateEntry *e; | 864 | DateEntry *e; |
879 | QVBoxLayout *vb = new QVBoxLayout( &newDlg ); | 865 | QVBoxLayout *vb = new QVBoxLayout( &newDlg ); |
880 | QScrollView *sv = new QScrollView( &newDlg ); | 866 | QScrollView *sv = new QScrollView( &newDlg ); |
881 | sv->setResizePolicy( QScrollView::AutoOneFit ); | 867 | sv->setResizePolicy( QScrollView::AutoOneFit ); |
882 | sv->setFrameStyle( QFrame::NoFrame ); | 868 | sv->setFrameStyle( QFrame::NoFrame ); |
883 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); | 869 | sv->setHScrollBarMode( QScrollView::AlwaysOff ); |
884 | vb->addWidget( sv ); | 870 | vb->addWidget( sv ); |
885 | 871 | ||
886 | Event ev; | 872 | Event ev; |
887 | ev.setDescription( str ); | 873 | ev.setDescription( str ); |
888 | // When the new gui comes in, change this... | 874 | // When the new gui comes in, change this... |
889 | if(location==0) { | 875 | if(location==0) { |
890 | if(defaultLocation.isEmpty()) { | 876 | if(defaultLocation.isEmpty()) { |
891 | ev.setLocation(tr("(Unknown)")); | 877 | ev.setLocation(tr("(Unknown)")); |
892 | } else { | 878 | } else { |
893 | ev.setLocation( defaultLocation ); | 879 | ev.setLocation( defaultLocation ); |
894 | } | 880 | } |
895 | } else { | 881 | } else { |
896 | ev.setLocation(location); | 882 | ev.setLocation(location); |
897 | } | 883 | } |
898 | ev.setCategories(defaultCategories); | 884 | ev.setCategories(defaultCategories); |
899 | ev.setStart( start ); | 885 | ev.setStart( start ); |
900 | ev.setEnd( end ); | 886 | ev.setEnd( end ); |
901 | 887 | ||
902 | e = new DateEntry( onMonday, ev, ampm, &newDlg ); | 888 | e = new DateEntry( onMonday, ev, ampm, &newDlg ); |
903 | e->setAlarmEnabled( aPreset, presetTime, Event::Loud ); | 889 | e->setAlarmEnabled( aPreset, presetTime, Event::Loud ); |
904 | sv->addChild( e ); | 890 | sv->addChild( e ); |
905 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 891 | while ( QPEApplication::execDialog( &newDlg ) ) { |
906 | newDlg.showMaximized(); | ||
907 | #endif | ||
908 | while (newDlg.exec()) { | ||
909 | ev = e->event(); | 892 | ev = e->event(); |
910 | ev.assignUid(); | 893 | ev.assignUid(); |
911 | QString error = checkEvent( ev ); | 894 | QString error = checkEvent( ev ); |
912 | if ( !error.isNull() ) { | 895 | if ( !error.isNull() ) { |
913 | if ( QMessageBox::warning( this, tr("Error!"), error, tr("Fix it"), tr("Continue"), 0, 0, 1 ) == 0 ) | 896 | if ( QMessageBox::warning( this, tr("Error!"), error, tr("Fix it"), tr("Continue"), 0, 0, 1 ) == 0 ) |
914 | continue; | 897 | continue; |
915 | } | 898 | } |
916 | db->addEvent( ev ); | 899 | db->addEvent( ev ); |
917 | emit newEvent(); | 900 | emit newEvent(); |
918 | break; | 901 | break; |
919 | } | 902 | } |
920 | } | 903 | } |
921 | 904 | ||
922 | void DateBook::setDocument( const QString &filename ) | 905 | void DateBook::setDocument( const QString &filename ) |
923 | { | 906 | { |
924 | if ( filename.find(".vcs") != int(filename.length()) - 4 ) return; | 907 | if ( filename.find(".vcs") != int(filename.length()) - 4 ) return; |
925 | 908 | ||
926 | QValueList<Event> tl = Event::readVCalendar( filename ); | 909 | QValueList<Event> tl = Event::readVCalendar( filename ); |
927 | for( QValueList<Event>::Iterator it = tl.begin(); it != tl.end(); ++it ) { | 910 | for( QValueList<Event>::Iterator it = tl.begin(); it != tl.end(); ++it ) { |
928 | db->addEvent( *it ); | 911 | db->addEvent( *it ); |
929 | } | 912 | } |
930 | } | 913 | } |
931 | 914 | ||
932 | static const char * beamfile = "/tmp/obex/event.vcs"; | 915 | static const char * beamfile = "/tmp/obex/event.vcs"; |
933 | 916 | ||
934 | void DateBook::beamEvent( const Event &e ) | 917 | void DateBook::beamEvent( const Event &e ) |
935 | { | 918 | { |
936 | qDebug("trying to beamn"); | 919 | qDebug("trying to beamn"); |
937 | unlink( beamfile ); // delete if exists | 920 | unlink( beamfile ); // delete if exists |
938 | mkdir("/tmp/obex/", 0755); | 921 | mkdir("/tmp/obex/", 0755); |
939 | Event::writeVCalendar( beamfile, e ); | 922 | Event::writeVCalendar( beamfile, e ); |
940 | Ir *ir = new Ir( this ); | 923 | Ir *ir = new Ir( this ); |
941 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); | 924 | connect( ir, SIGNAL( done( Ir * ) ), this, SLOT( beamDone( Ir * ) ) ); |
942 | QString description = e.description(); | 925 | QString description = e.description(); |
943 | ir->send( beamfile, description, "text/x-vCalendar" ); | 926 | ir->send( beamfile, description, "text/x-vCalendar" ); |
944 | } | 927 | } |
945 | 928 | ||
946 | void DateBook::beamDone( Ir *ir ) | 929 | void DateBook::beamDone( Ir *ir ) |
947 | { | 930 | { |
948 | delete ir; | 931 | delete ir; |
949 | unlink( beamfile ); | 932 | unlink( beamfile ); |
950 | } | 933 | } |
951 | 934 | ||
952 | void DateBook::slotFind() | 935 | void DateBook::slotFind() |
953 | { | 936 | { |
954 | // move it to the day view... | 937 | // move it to the day view... |
955 | viewDay(); | 938 | viewDay(); |
956 | FindDialog frmFind( "Calendar", this ); // no tr needed | 939 | FindDialog frmFind( "Calendar", this ); // no tr needed |
diff --git a/core/pim/datebook/dateentryimpl.cpp b/core/pim/datebook/dateentryimpl.cpp index d9e5225..856837c 100644 --- a/core/pim/datebook/dateentryimpl.cpp +++ b/core/pim/datebook/dateentryimpl.cpp | |||
@@ -204,100 +204,97 @@ void DateEntry::init() | |||
204 | connect( startPicker, SIGNAL( dateClicked( int, int, int ) ), | 204 | connect( startPicker, SIGNAL( dateClicked( int, int, int ) ), |
205 | this, SLOT( startDateChanged( int, int, int ) ) ); | 205 | this, SLOT( startDateChanged( int, int, int ) ) ); |
206 | 206 | ||
207 | //Let start button change both start and end dates | 207 | //Let start button change both start and end dates |
208 | connect( startPicker, SIGNAL( dateClicked( int, int, int ) ), | 208 | connect( startPicker, SIGNAL( dateClicked( int, int, int ) ), |
209 | this, SLOT( endDateChanged( int, int, int ) ) ); | 209 | this, SLOT( endDateChanged( int, int, int ) ) ); |
210 | connect( qApp, SIGNAL( clockChanged( bool ) ), | 210 | connect( qApp, SIGNAL( clockChanged( bool ) ), |
211 | this, SLOT( slotChangeClock( bool ) ) ); | 211 | this, SLOT( slotChangeClock( bool ) ) ); |
212 | connect( qApp, SIGNAL(weekChanged(bool)), | 212 | connect( qApp, SIGNAL(weekChanged(bool)), |
213 | this, SLOT(slotChangeStartOfWeek(bool)) ); | 213 | this, SLOT(slotChangeStartOfWeek(bool)) ); |
214 | 214 | ||
215 | connect( editNote, SIGNAL(clicked()), | 215 | connect( editNote, SIGNAL(clicked()), |
216 | this, SLOT(slotEditNote()) ); | 216 | this, SLOT(slotEditNote()) ); |
217 | 217 | ||
218 | QPopupMenu *m2 = new QPopupMenu( this ); | 218 | QPopupMenu *m2 = new QPopupMenu( this ); |
219 | endPicker = new DateBookMonth( m2, 0, TRUE ); | 219 | endPicker = new DateBookMonth( m2, 0, TRUE ); |
220 | m2->insertItem( endPicker ); | 220 | m2->insertItem( endPicker ); |
221 | buttonEnd->setPopup( m2 ); | 221 | buttonEnd->setPopup( m2 ); |
222 | connect( endPicker, SIGNAL( dateClicked( int, int, int ) ), | 222 | connect( endPicker, SIGNAL( dateClicked( int, int, int ) ), |
223 | this, SLOT( endDateChanged( int, int, int ) ) ); | 223 | this, SLOT( endDateChanged( int, int, int ) ) ); |
224 | 224 | ||
225 | connect(timePickerStart, SIGNAL( timeChanged(const QTime &) ), | 225 | connect(timePickerStart, SIGNAL( timeChanged(const QTime &) ), |
226 | this, SLOT( startTimePicked(const QTime &) )); | 226 | this, SLOT( startTimePicked(const QTime &) )); |
227 | // install eventFilters | 227 | // install eventFilters |
228 | comboEnd->installEventFilter( this ); | 228 | comboEnd->installEventFilter( this ); |
229 | comboStart->installEventFilter( this ); | 229 | comboStart->installEventFilter( this ); |
230 | } | 230 | } |
231 | 231 | ||
232 | /* | 232 | /* |
233 | * Destroys the object and frees any allocated resources | 233 | * Destroys the object and frees any allocated resources |
234 | */ | 234 | */ |
235 | DateEntry::~DateEntry() | 235 | DateEntry::~DateEntry() |
236 | { | 236 | { |
237 | // no need to delete child widgets, Qt does it all for us | 237 | // no need to delete child widgets, Qt does it all for us |
238 | //cout << "Del: " << comboStart->currentText() << endl; | 238 | //cout << "Del: " << comboStart->currentText() << endl; |
239 | } | 239 | } |
240 | 240 | ||
241 | /* | 241 | /* |
242 | * public slot | 242 | * public slot |
243 | */ | 243 | */ |
244 | 244 | ||
245 | void DateEntry::slotEditNote() { | 245 | void DateEntry::slotEditNote() { |
246 | QString s; | 246 | QString s; |
247 | s = "<B>"+ TimeString::longDateString( startDate ) + "</B>"; | 247 | s = "<B>"+ TimeString::longDateString( startDate ) + "</B>"; |
248 | // s.sprintf("<B>%d/%d</B> ", startDate.day(), startDate.month()); | 248 | // s.sprintf("<B>%d/%d</B> ", startDate.day(), startDate.month()); |
249 | NoteEntry noteDlg(s+comboDescription->currentText(), noteStr, | 249 | NoteEntry noteDlg(s+comboDescription->currentText(), noteStr, |
250 | this,0,TRUE); | 250 | this,0,TRUE); |
251 | 251 | ||
252 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 252 | if ( QPEApplication::execDialog( ¬eDlg ) ) { |
253 | noteDlg.showMaximized(); | ||
254 | #endif | ||
255 | if (noteDlg.exec() ) { | ||
256 | noteStr=noteDlg.note->text(); | 253 | noteStr=noteDlg.note->text(); |
257 | } | 254 | } |
258 | 255 | ||
259 | } | 256 | } |
260 | 257 | ||
261 | void DateEntry::endDateChanged( int y, int m, int d ) | 258 | void DateEntry::endDateChanged( int y, int m, int d ) |
262 | { | 259 | { |
263 | endDate.setYMD( y, m, d ); | 260 | endDate.setYMD( y, m, d ); |
264 | if ( endDate < startDate ) { | 261 | if ( endDate < startDate ) { |
265 | endDate = startDate; | 262 | endDate = startDate; |
266 | } | 263 | } |
267 | 264 | ||
268 | buttonEnd->setText( TimeString::shortDate( endDate ) ); | 265 | buttonEnd->setText( TimeString::shortDate( endDate ) ); |
269 | 266 | ||
270 | endPicker->setDate( endDate.year(), endDate.month(), endDate.day() ); | 267 | endPicker->setDate( endDate.year(), endDate.month(), endDate.day() ); |
271 | } | 268 | } |
272 | 269 | ||
273 | static QTime parseTime( const QString& s, bool ampm ) | 270 | static QTime parseTime( const QString& s, bool ampm ) |
274 | { | 271 | { |
275 | QTime tmpTime; | 272 | QTime tmpTime; |
276 | QStringList l = QStringList::split( ':', s ); | 273 | QStringList l = QStringList::split( ':', s ); |
277 | int hour = l[0].toInt(); | 274 | int hour = l[0].toInt(); |
278 | if ( ampm ) { | 275 | if ( ampm ) { |
279 | int i=0; | 276 | int i=0; |
280 | while (i<int(l[1].length()) && l[1][i]>='0' && l[1][i]<='9') | 277 | while (i<int(l[1].length()) && l[1][i]>='0' && l[1][i]<='9') |
281 | i++; | 278 | i++; |
282 | QString digits = l[1].left(i); | 279 | QString digits = l[1].left(i); |
283 | if ( l[1].contains( "PM", FALSE ) ) { | 280 | if ( l[1].contains( "PM", FALSE ) ) { |
284 | if ( hour != 12 ) | 281 | if ( hour != 12 ) |
285 | hour += 12; | 282 | hour += 12; |
286 | } else { | 283 | } else { |
287 | if ( hour == 12 ) | 284 | if ( hour == 12 ) |
288 | hour = 0; | 285 | hour = 0; |
289 | } | 286 | } |
290 | l[1] = digits; | 287 | l[1] = digits; |
291 | } | 288 | } |
292 | int minute = l[1].toInt(); | 289 | int minute = l[1].toInt(); |
293 | if ( minute > 59 ) | 290 | if ( minute > 59 ) |
294 | minute = 59; | 291 | minute = 59; |
295 | else if ( minute < 0 ) | 292 | else if ( minute < 0 ) |
296 | minute = 0; | 293 | minute = 0; |
297 | if ( hour > 23 ) { | 294 | if ( hour > 23 ) { |
298 | hour = 23; | 295 | hour = 23; |
299 | minute = 59; | 296 | minute = 59; |
300 | } else if ( hour < 0 ) | 297 | } else if ( hour < 0 ) |
301 | hour = 0; | 298 | hour = 0; |
302 | tmpTime.setHMS( hour, minute, 0 ); | 299 | tmpTime.setHMS( hour, minute, 0 ); |
303 | return tmpTime; | 300 | return tmpTime; |
@@ -350,100 +347,97 @@ void DateEntry::startDateChanged( int y, int m, int d ) | |||
350 | */ | 347 | */ |
351 | void DateEntry::startTimeEdited( const QString &s ) | 348 | void DateEntry::startTimeEdited( const QString &s ) |
352 | { | 349 | { |
353 | startTimeChanged(parseTime(s,ampm)); | 350 | startTimeChanged(parseTime(s,ampm)); |
354 | updateTimeEdit(false,true); | 351 | updateTimeEdit(false,true); |
355 | timePickerStart->setHour(startTime.hour()); | 352 | timePickerStart->setHour(startTime.hour()); |
356 | timePickerStart->setMinute(startTime.minute()); | 353 | timePickerStart->setMinute(startTime.minute()); |
357 | } | 354 | } |
358 | 355 | ||
359 | void DateEntry::startTimeChanged( const QTime &t ) | 356 | void DateEntry::startTimeChanged( const QTime &t ) |
360 | { | 357 | { |
361 | int duration=startTime.secsTo(endTime); | 358 | int duration=startTime.secsTo(endTime); |
362 | startTime = t; | 359 | startTime = t; |
363 | endTime=t.addSecs(duration); | 360 | endTime=t.addSecs(duration); |
364 | } | 361 | } |
365 | void DateEntry::startTimePicked( const QTime &t ) { | 362 | void DateEntry::startTimePicked( const QTime &t ) { |
366 | if(m_showStart ){ | 363 | if(m_showStart ){ |
367 | startTimeChanged(t); | 364 | startTimeChanged(t); |
368 | updateTimeEdit(true,true); | 365 | updateTimeEdit(true,true); |
369 | }else{ | 366 | }else{ |
370 | endTimeChanged(t); | 367 | endTimeChanged(t); |
371 | updateTimeEdit(false, true ); | 368 | updateTimeEdit(false, true ); |
372 | } | 369 | } |
373 | } | 370 | } |
374 | 371 | ||
375 | /* | 372 | /* |
376 | * public slot | 373 | * public slot |
377 | */ | 374 | */ |
378 | void DateEntry::typeChanged( const QString &s ) | 375 | void DateEntry::typeChanged( const QString &s ) |
379 | { | 376 | { |
380 | bool b = s != "All Day"; | 377 | bool b = s != "All Day"; |
381 | buttonStart->setEnabled( b ); | 378 | buttonStart->setEnabled( b ); |
382 | comboStart->setEnabled( b ); | 379 | comboStart->setEnabled( b ); |
383 | comboEnd->setEnabled( b ); | 380 | comboEnd->setEnabled( b ); |
384 | } | 381 | } |
385 | 382 | ||
386 | void DateEntry::slotRepeat() | 383 | void DateEntry::slotRepeat() |
387 | { | 384 | { |
388 | // Work around for compiler Bug.. | 385 | // Work around for compiler Bug.. |
389 | RepeatEntry *e; | 386 | RepeatEntry *e; |
390 | 387 | ||
391 | // it is better in my opinion to just grab this from the mother, | 388 | // it is better in my opinion to just grab this from the mother, |
392 | // since, this dialog doesn't need to keep track of it... | 389 | // since, this dialog doesn't need to keep track of it... |
393 | if ( rp.type != Event::NoRepeat ) | 390 | if ( rp.type != Event::NoRepeat ) |
394 | e = new RepeatEntry( startWeekOnMonday, rp, startDate, this); | 391 | e = new RepeatEntry( startWeekOnMonday, rp, startDate, this); |
395 | else | 392 | else |
396 | e = new RepeatEntry( startWeekOnMonday, startDate, this ); | 393 | e = new RepeatEntry( startWeekOnMonday, startDate, this ); |
397 | 394 | ||
398 | #if defined(Q_WS_QWS) || defined(_WS_QWS_) | 395 | if ( QPEApplication::execDialog( e ) ) { |
399 | e->showMaximized(); | ||
400 | #endif | ||
401 | if ( e->exec() ) { | ||
402 | rp = e->repeatPattern(); | 396 | rp = e->repeatPattern(); |
403 | setRepeatLabel(); | 397 | setRepeatLabel(); |
404 | } | 398 | } |
405 | // deleting sounds like a nice idea... | 399 | // deleting sounds like a nice idea... |
406 | delete e; | 400 | delete e; |
407 | } | 401 | } |
408 | 402 | ||
409 | void DateEntry::slotChangeStartOfWeek( bool onMonday ) | 403 | void DateEntry::slotChangeStartOfWeek( bool onMonday ) |
410 | { | 404 | { |
411 | startWeekOnMonday = onMonday; | 405 | startWeekOnMonday = onMonday; |
412 | } | 406 | } |
413 | 407 | ||
414 | Event DateEntry::event() | 408 | Event DateEntry::event() |
415 | { | 409 | { |
416 | Event ev; | 410 | Event ev; |
417 | Event::SoundTypeChoice st; | 411 | Event::SoundTypeChoice st; |
418 | ev.setDescription( comboDescription->currentText() ); | 412 | ev.setDescription( comboDescription->currentText() ); |
419 | ev.setLocation( comboLocation->currentText() ); | 413 | ev.setLocation( comboLocation->currentText() ); |
420 | ev.setCategories( comboCategory->currentCategories() ); | 414 | ev.setCategories( comboCategory->currentCategories() ); |
421 | ev.setType( checkAllDay->isChecked() ? Event::AllDay : Event::Normal ); | 415 | ev.setType( checkAllDay->isChecked() ? Event::AllDay : Event::Normal ); |
422 | if ( startDate > endDate ) { | 416 | if ( startDate > endDate ) { |
423 | QDate tmp = endDate; | 417 | QDate tmp = endDate; |
424 | endDate = startDate; | 418 | endDate = startDate; |
425 | startDate = tmp; | 419 | startDate = tmp; |
426 | } | 420 | } |
427 | 421 | ||
428 | // This is now done in the changed slots | 422 | // This is now done in the changed slots |
429 | // startTime = parseTime( comboStart->text(), ampm ); | 423 | // startTime = parseTime( comboStart->text(), ampm ); |
430 | //endTime = parseTime( comboEnd->text(), ampm ); | 424 | //endTime = parseTime( comboEnd->text(), ampm ); |
431 | 425 | ||
432 | if ( startTime > endTime && endDate == startDate ) { | 426 | if ( startTime > endTime && endDate == startDate ) { |
433 | QTime tmp = endTime; | 427 | QTime tmp = endTime; |
434 | endTime = startTime; | 428 | endTime = startTime; |
435 | startTime = tmp; | 429 | startTime = tmp; |
436 | } | 430 | } |
437 | // don't set the time if theres no need too | 431 | // don't set the time if theres no need too |
438 | if ( ev.type() == Event::AllDay ) { | 432 | if ( ev.type() == Event::AllDay ) { |
439 | startTime.setHMS( 0, 0, 0 ); | 433 | startTime.setHMS( 0, 0, 0 ); |
440 | endTime.setHMS( 23, 59, 59 ); | 434 | endTime.setHMS( 23, 59, 59 ); |
441 | } | 435 | } |
442 | 436 | ||
443 | // adjust start and end times based on timezone | 437 | // adjust start and end times based on timezone |
444 | QDateTime start( startDate, startTime ); | 438 | QDateTime start( startDate, startTime ); |
445 | QDateTime end( endDate, endTime ); | 439 | QDateTime end( endDate, endTime ); |
446 | time_t start_utc, end_utc; | 440 | time_t start_utc, end_utc; |
447 | 441 | ||
448 | // qDebug( "tz: %s", timezone->currentZone().latin1() ); | 442 | // qDebug( "tz: %s", timezone->currentZone().latin1() ); |
449 | 443 | ||
diff --git a/core/pim/datebook2/mainwindow.cpp b/core/pim/datebook2/mainwindow.cpp index be30415..7ff2204 100644 --- a/core/pim/datebook2/mainwindow.cpp +++ b/core/pim/datebook2/mainwindow.cpp | |||
@@ -184,114 +184,111 @@ void MainWindow::slotGoToNow() { | |||
184 | View* MainWindow::currentView() { | 184 | View* MainWindow::currentView() { |
185 | 185 | ||
186 | } | 186 | } |
187 | void MainWindow::slotFind() { | 187 | void MainWindow::slotFind() { |
188 | 188 | ||
189 | } | 189 | } |
190 | void MainWindow::slotConfigure() { | 190 | void MainWindow::slotConfigure() { |
191 | 191 | ||
192 | } | 192 | } |
193 | void MainWindow::slotClockChanged( bool ) { | 193 | void MainWindow::slotClockChanged( bool ) { |
194 | 194 | ||
195 | } | 195 | } |
196 | void MainWindow::slotWeekChanged(bool ) { | 196 | void MainWindow::slotWeekChanged(bool ) { |
197 | 197 | ||
198 | } | 198 | } |
199 | void MainWindow::slotAppMessage( const QCString&, const QByteArray& ) { | 199 | void MainWindow::slotAppMessage( const QCString&, const QByteArray& ) { |
200 | 200 | ||
201 | } | 201 | } |
202 | void MainWindow::slotReceive( const QCString&, const QByteArray& ) { | 202 | void MainWindow::slotReceive( const QCString&, const QByteArray& ) { |
203 | 203 | ||
204 | } | 204 | } |
205 | BookManager* MainWindow::manager() { | 205 | BookManager* MainWindow::manager() { |
206 | return m_manager; | 206 | return m_manager; |
207 | } | 207 | } |
208 | TemplateManager MainWindow::templateManager() { | 208 | TemplateManager MainWindow::templateManager() { |
209 | return m_tempMan; | 209 | return m_tempMan; |
210 | } | 210 | } |
211 | LocationManager MainWindow::locationManager() { | 211 | LocationManager MainWindow::locationManager() { |
212 | return m_locMan; | 212 | return m_locMan; |
213 | } | 213 | } |
214 | DescriptionManager MainWindow::descriptionManager() { | 214 | DescriptionManager MainWindow::descriptionManager() { |
215 | return m_descMan; | 215 | return m_descMan; |
216 | } | 216 | } |
217 | void MainWindow::setLocationManager( const LocationManager& loc) { | 217 | void MainWindow::setLocationManager( const LocationManager& loc) { |
218 | m_locMan = loc; | 218 | m_locMan = loc; |
219 | } | 219 | } |
220 | void MainWindow::setDescriptionManager( const DescriptionManager& dsc ) { | 220 | void MainWindow::setDescriptionManager( const DescriptionManager& dsc ) { |
221 | m_descMan = dsc; | 221 | m_descMan = dsc; |
222 | } | 222 | } |
223 | Show* MainWindow::eventShow() { | 223 | Show* MainWindow::eventShow() { |
224 | return m_show; | 224 | return m_show; |
225 | } | 225 | } |
226 | void MainWindow::slotAction( QAction* act ) { | 226 | void MainWindow::slotAction( QAction* act ) { |
227 | 227 | ||
228 | } | 228 | } |
229 | void MainWindow::slotConfigureLocs() { | 229 | void MainWindow::slotConfigureLocs() { |
230 | LocationManagerDialog dlg( locationManager() ); | 230 | LocationManagerDialog dlg( locationManager() ); |
231 | dlg.setCaption( tr("Configure Locations") ); | 231 | dlg.setCaption( tr("Configure Locations") ); |
232 | dlg.showMaximized(); | 232 | if ( QPEApplication::execDialog( &dlg ) == QDialog::Accepted ) { |
233 | if (dlg.exec() == QDialog::Accepted ) { | ||
234 | setLocationManager( dlg.manager() ); | 233 | setLocationManager( dlg.manager() ); |
235 | } | 234 | } |
236 | } | 235 | } |
237 | void MainWindow::slotConfigureDesc() { | 236 | void MainWindow::slotConfigureDesc() { |
238 | DescriptionManagerDialog dlg( descriptionManager() ); | 237 | DescriptionManagerDialog dlg( descriptionManager() ); |
239 | dlg.setCaption( tr("Configure Descriptions") ); | 238 | dlg.setCaption( tr("Configure Descriptions") ); |
240 | dlg.showMaximized(); | 239 | if ( QPEApplication::execDialog( &dlg ) == QDialog::Accepted ) { |
241 | if (dlg.exec() == QDialog::Accepted ) { | ||
242 | setDescriptionManager( dlg.manager() ); | 240 | setDescriptionManager( dlg.manager() ); |
243 | } | 241 | } |
244 | } | 242 | } |
245 | void MainWindow::slotConfigureTemp() { | 243 | void MainWindow::slotConfigureTemp() { |
246 | TemplateDialog dlg( templateManager(), editor() ); | 244 | TemplateDialog dlg( templateManager(), editor() ); |
247 | dlg.setCaption( tr("Configure Templates") ); | 245 | dlg.setCaption( tr("Configure Templates") ); |
248 | dlg.showMaximized(); | 246 | if ( QPEApplication::execDialog( &dlg ) == QDialog::Accepted ) { |
249 | if ( dlg.exec() == QDialog::Accepted ) { | ||
250 | m_tempMan = dlg.manager(); | 247 | m_tempMan = dlg.manager(); |
251 | setTemplateMenu(); | 248 | setTemplateMenu(); |
252 | } | 249 | } |
253 | } | 250 | } |
254 | void MainWindow::hideShow() { | 251 | void MainWindow::hideShow() { |
255 | 252 | ||
256 | } | 253 | } |
257 | void MainWindow::viewPopup(int ) { | 254 | void MainWindow::viewPopup(int ) { |
258 | 255 | ||
259 | } | 256 | } |
260 | void MainWindow::viewAdd(const QDate& ) { | 257 | void MainWindow::viewAdd(const QDate& ) { |
261 | 258 | ||
262 | } | 259 | } |
263 | void MainWindow::viewAdd( const QDateTime&, const QDateTime& ) { | 260 | void MainWindow::viewAdd( const QDateTime&, const QDateTime& ) { |
264 | 261 | ||
265 | } | 262 | } |
266 | bool MainWindow::viewAP()const{ | 263 | bool MainWindow::viewAP()const{ |
267 | } | 264 | } |
268 | bool MainWindow::viewStartMonday()const { | 265 | bool MainWindow::viewStartMonday()const { |
269 | 266 | ||
270 | } | 267 | } |
271 | void MainWindow::setTemplateMenu() { | 268 | void MainWindow::setTemplateMenu() { |
272 | m_popTemplate->clear(); | 269 | m_popTemplate->clear(); |
273 | 270 | ||
274 | QStringList list = templateManager().names(); | 271 | QStringList list = templateManager().names(); |
275 | for ( QStringList::Iterator it = list.begin(); it != list.end(); ++it ) { | 272 | for ( QStringList::Iterator it = list.begin(); it != list.end(); ++it ) { |
276 | m_popTemplate->insertItem( (*it) ); | 273 | m_popTemplate->insertItem( (*it) ); |
277 | } | 274 | } |
278 | } | 275 | } |
279 | /* | 276 | /* |
280 | * get the name of the item with the id id | 277 | * get the name of the item with the id id |
281 | * then ask for an OEvent from the manager | 278 | * then ask for an OEvent from the manager |
282 | */ | 279 | */ |
283 | void MainWindow::slotNewFromTemplate(int id ) { | 280 | void MainWindow::slotNewFromTemplate(int id ) { |
284 | QString name = m_popTemplate->text( id ); | 281 | QString name = m_popTemplate->text( id ); |
285 | 282 | ||
286 | OEvent ev = templateManager().value( name ); | 283 | OEvent ev = templateManager().value( name ); |
287 | 284 | ||
288 | if ( editor()->edit( ev ) ) { | 285 | if ( editor()->edit( ev ) ) { |
289 | ev = editor()->event(); | 286 | ev = editor()->event(); |
290 | ev.setUid( -1 ); | 287 | ev.setUid( -1 ); |
291 | manager()->add( ev ); | 288 | manager()->add( ev ); |
292 | 289 | ||
293 | /* | 290 | /* |
294 | * no we'll find out if the current view | 291 | * no we'll find out if the current view |
295 | * should show the new event | 292 | * should show the new event |
296 | * and then we will ask it to refresh | 293 | * and then we will ask it to refresh |
297 | * FIXME for now we'll call a refresh | 294 | * FIXME for now we'll call a refresh |
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index d06a405..fc189bd 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp | |||
@@ -983,63 +983,62 @@ void MainWindow::handleAlarms( const OTodo& oldTodo, const OTodo& newTodo) { | |||
983 | 983 | ||
984 | removeAlarms( removed, oldTodo.uid() ); | 984 | removeAlarms( removed, oldTodo.uid() ); |
985 | } | 985 | } |
986 | if ( newTodo.hasNotifiers() ) { | 986 | if ( newTodo.hasNotifiers() ) { |
987 | OPimNotifyManager::Alarms added; | 987 | OPimNotifyManager::Alarms added; |
988 | if ( oldTodo.isEmpty() || !oldTodo.hasNotifiers() ) | 988 | if ( oldTodo.isEmpty() || !oldTodo.hasNotifiers() ) |
989 | added = newTodo.notifiers().alarms(); | 989 | added = newTodo.notifiers().alarms(); |
990 | else | 990 | else |
991 | added = findNonMatching( newTodo.notifiers().alarms(), oldTodo.notifiers().alarms() ); | 991 | added = findNonMatching( newTodo.notifiers().alarms(), oldTodo.notifiers().alarms() ); |
992 | 992 | ||
993 | addAlarms( added, newTodo.uid() ); | 993 | addAlarms( added, newTodo.uid() ); |
994 | } | 994 | } |
995 | } | 995 | } |
996 | /* we might have not loaded the db */ | 996 | /* we might have not loaded the db */ |
997 | void MainWindow::doAlarm( const QDateTime& dt, int uid ) { | 997 | void MainWindow::doAlarm( const QDateTime& dt, int uid ) { |
998 | m_todoMgr.load(); | 998 | m_todoMgr.load(); |
999 | 999 | ||
1000 | OTodo todo = m_todoMgr.event( uid ); | 1000 | OTodo todo = m_todoMgr.event( uid ); |
1001 | if (!todo.hasNotifiers() ) return; | 1001 | if (!todo.hasNotifiers() ) return; |
1002 | 1002 | ||
1003 | /* | 1003 | /* |
1004 | * let's find the right alarm and find out if silent | 1004 | * let's find the right alarm and find out if silent |
1005 | * then show a richtext widget | 1005 | * then show a richtext widget |
1006 | */ | 1006 | */ |
1007 | bool loud = false; | 1007 | bool loud = false; |
1008 | OPimNotifyManager::Alarms als = todo.notifiers().alarms(); | 1008 | OPimNotifyManager::Alarms als = todo.notifiers().alarms(); |
1009 | OPimNotifyManager::Alarms::Iterator it; | 1009 | OPimNotifyManager::Alarms::Iterator it; |
1010 | for ( it = als.begin(); it != als.end(); ++it ) { | 1010 | for ( it = als.begin(); it != als.end(); ++it ) { |
1011 | if ( (*it).dateTime() == dt ) { | 1011 | if ( (*it).dateTime() == dt ) { |
1012 | loud = ( (*it).sound() == OPimAlarm::Loud ); | 1012 | loud = ( (*it).sound() == OPimAlarm::Loud ); |
1013 | break; | 1013 | break; |
1014 | } | 1014 | } |
1015 | } | 1015 | } |
1016 | if (loud) | 1016 | if (loud) |
1017 | startAlarm(); | 1017 | startAlarm(); |
1018 | 1018 | ||
1019 | QDialog dlg(this, 0, TRUE ); | 1019 | QDialog dlg(this, 0, TRUE ); |
1020 | QVBoxLayout* lay = new QVBoxLayout( &dlg ); | 1020 | QVBoxLayout* lay = new QVBoxLayout( &dlg ); |
1021 | QTextView* view = new QTextView( &dlg ); | 1021 | QTextView* view = new QTextView( &dlg ); |
1022 | lay->addWidget( view ); | 1022 | lay->addWidget( view ); |
1023 | QPushButton* btnOk = new QPushButton( tr("Ok"), &dlg ); | 1023 | QPushButton* btnOk = new QPushButton( tr("Ok"), &dlg ); |
1024 | connect( btnOk, SIGNAL(clicked() ), &dlg, SLOT(accept() ) ); | 1024 | connect( btnOk, SIGNAL(clicked() ), &dlg, SLOT(accept() ) ); |
1025 | lay->addWidget( btnOk ); | 1025 | lay->addWidget( btnOk ); |
1026 | 1026 | ||
1027 | QString text = tr("<h1>Alarm at %1</h1><br>").arg( TimeString::dateString( dt ) ); | 1027 | QString text = tr("<h1>Alarm at %1</h1><br>").arg( TimeString::dateString( dt ) ); |
1028 | text += todo.toRichText(); | 1028 | text += todo.toRichText(); |
1029 | view->setText( text ); | 1029 | view->setText( text ); |
1030 | 1030 | ||
1031 | dlg.showMaximized(); | 1031 | bool needToStay = QPEApplication::execDialog( &dlg ); |
1032 | bool needToStay = dlg.exec(); | ||
1033 | 1032 | ||
1034 | if (loud) | 1033 | if (loud) |
1035 | killAlarm(); | 1034 | killAlarm(); |
1036 | 1035 | ||
1037 | if (needToStay) { | 1036 | if (needToStay) { |
1038 | // showMaximized(); | 1037 | // showMaximized(); |
1039 | // raise(); | 1038 | // raise(); |
1040 | QPEApplication::setKeepRunning(); | 1039 | QPEApplication::setKeepRunning(); |
1041 | // setActiveWindow(); | 1040 | // setActiveWindow(); |
1042 | } | 1041 | } |
1043 | 1042 | ||
1044 | } | 1043 | } |
1045 | 1044 | ||
diff --git a/core/pim/todo/todoeditor.cpp b/core/pim/todo/todoeditor.cpp index c204325..78aedd6 100644 --- a/core/pim/todo/todoeditor.cpp +++ b/core/pim/todo/todoeditor.cpp | |||
@@ -1,63 +1,62 @@ | |||
1 | 1 | ||
2 | #include <qpe/qpeapplication.h> | ||
3 | |||
2 | #include "otaskeditor.h" | 4 | #include "otaskeditor.h" |
3 | #include "todoeditor.h" | 5 | #include "todoeditor.h" |
4 | 6 | ||
5 | using namespace Todo; | 7 | using namespace Todo; |
6 | 8 | ||
7 | Editor::Editor() { | 9 | Editor::Editor() { |
8 | m_accepted = false; | 10 | m_accepted = false; |
9 | m_self = 0l; | 11 | m_self = 0l; |
10 | } | 12 | } |
11 | Editor::~Editor() { | 13 | Editor::~Editor() { |
12 | delete m_self; | 14 | delete m_self; |
13 | m_self = 0; | 15 | m_self = 0; |
14 | } | 16 | } |
15 | OTodo Editor::newTodo( int cur, | 17 | OTodo Editor::newTodo( int cur, |
16 | QWidget*) { | 18 | QWidget*) { |
17 | 19 | ||
18 | OTaskEditor *e = self(); | 20 | OTaskEditor *e = self(); |
19 | e->setCaption( QObject::tr("Enter Task") ); | 21 | e->setCaption( QObject::tr("Enter Task") ); |
20 | e->init( cur ); | 22 | e->init( cur ); |
21 | 23 | ||
24 | int ret = QPEApplication::execDialog( e ); | ||
22 | 25 | ||
23 | e->showMaximized(); | ||
24 | |||
25 | int ret = e->exec(); | ||
26 | if ( QDialog::Accepted == ret ) { | 26 | if ( QDialog::Accepted == ret ) { |
27 | m_accepted = true; | 27 | m_accepted = true; |
28 | }else | 28 | }else |
29 | m_accepted = false; | 29 | m_accepted = false; |
30 | 30 | ||
31 | OTodo ev = e->todo(); | 31 | OTodo ev = e->todo(); |
32 | qWarning("Todo uid"); | 32 | qWarning("Todo uid"); |
33 | qWarning("Todo %s %d %d", ev.summary().latin1(), ev.progress(), ev.isCompleted() ); | 33 | qWarning("Todo %s %d %d", ev.summary().latin1(), ev.progress(), ev.isCompleted() ); |
34 | ev.setUid(1); | 34 | ev.setUid(1); |
35 | 35 | ||
36 | return ev; | 36 | return ev; |
37 | } | 37 | } |
38 | OTodo Editor::edit( QWidget *, | 38 | OTodo Editor::edit( QWidget *, |
39 | const OTodo& todo ) { | 39 | const OTodo& todo ) { |
40 | OTaskEditor *e = self(); | 40 | OTaskEditor *e = self(); |
41 | e->init( todo ); | 41 | e->init( todo ); |
42 | e->setCaption( QObject::tr( "Edit Task" ) ); | 42 | e->setCaption( QObject::tr( "Edit Task" ) ); |
43 | 43 | ||
44 | e->showMaximized(); | 44 | int ret = QPEApplication::execDialog( e ); |
45 | int ret = e->exec(); | ||
46 | 45 | ||
47 | OTodo ev = e->todo(); | 46 | OTodo ev = e->todo(); |
48 | if ( ret == QDialog::Accepted ) | 47 | if ( ret == QDialog::Accepted ) |
49 | m_accepted = true; | 48 | m_accepted = true; |
50 | else | 49 | else |
51 | m_accepted = false; | 50 | m_accepted = false; |
52 | 51 | ||
53 | return ev; | 52 | return ev; |
54 | } | 53 | } |
55 | bool Editor::accepted()const { | 54 | bool Editor::accepted()const { |
56 | return m_accepted; | 55 | return m_accepted; |
57 | } | 56 | } |
58 | OTaskEditor* Editor::self() { | 57 | OTaskEditor* Editor::self() { |
59 | if (!m_self ) | 58 | if (!m_self ) |
60 | m_self = new OTaskEditor(0); | 59 | m_self = new OTaskEditor(0); |
61 | 60 | ||
62 | return m_self; | 61 | return m_self; |
63 | } | 62 | } |
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp index d6d09a1..b21215b 100644 --- a/core/settings/light-and-power/light.cpp +++ b/core/settings/light-and-power/light.cpp | |||
@@ -1,83 +1,84 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the OPIE Project | 2 | This file is part of the OPIE Project |
3 | =. Copyright (c) 2002 Maximilian Reiss <harlekin@handhelds.org> | 3 | =. Copyright (c) 2002 Maximilian Reiss <harlekin@handhelds.org> |
4 | .=l. Copyright (c) 2002 Robert Griebl <sandman@handhelds.org> | 4 | .=l. Copyright (c) 2002 Robert Griebl <sandman@handhelds.org> |
5 | .>+-= | 5 | .>+-= |
6 | _;:, .> :=|. This file is free software; you can | 6 | _;:, .> :=|. This file is free software; you can |
7 | .> <`_, > . <= redistribute it and/or modify it under | 7 | .> <`_, > . <= redistribute it and/or modify it under |
8 | :`=1 )Y*s>-.-- : the terms of the GNU General Public | 8 | :`=1 )Y*s>-.-- : the terms of the GNU General Public |
9 | .="- .-=="i, .._ License as published by the Free Software | 9 | .="- .-=="i, .._ License as published by the Free Software |
10 | - . .-<_> .<> Foundation; either version 2 of the License, | 10 | - . .-<_> .<> Foundation; either version 2 of the License, |
11 | ._= =} : or (at your option) any later version. | 11 | ._= =} : or (at your option) any later version. |
12 | .%`+i> _;_. | 12 | .%`+i> _;_. |
13 | .i_,=:_. -<s. This file is distributed in the hope that | 13 | .i_,=:_. -<s. This file is distributed in the hope that |
14 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 14 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
15 | : .. .:, . . . without even the implied warranty of | 15 | : .. .:, . . . without even the implied warranty of |
16 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 16 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
17 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General | 17 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU General |
18 | ..}^=.= = ; Public License for more details. | 18 | ..}^=.= = ; Public License for more details. |
19 | ++= -. .` .: | 19 | ++= -. .` .: |
20 | : = ...= . :.=- You should have received a copy of the GNU | 20 | : = ...= . :.=- You should have received a copy of the GNU |
21 | -. .:....=;==+<; General Public License along with this file; | 21 | -. .:....=;==+<; General Public License along with this file; |
22 | -_. . . )=. = see the file COPYING. If not, write to the | 22 | -_. . . )=. = see the file COPYING. If not, write to the |
23 | -- :-=` Free Software Foundation, Inc., | 23 | -- :-=` Free Software Foundation, Inc., |
24 | 59 Temple Place - Suite 330, | 24 | 59 Temple Place - Suite 330, |
25 | Boston, MA 02111-1307, USA. | 25 | Boston, MA 02111-1307, USA. |
26 | 26 | ||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include "light.h" | 29 | #include "light.h" |
30 | 30 | ||
31 | #include <qpe/config.h> | 31 | #include <qpe/config.h> |
32 | #include <qpe/power.h> | 32 | #include <qpe/power.h> |
33 | #if defined(Q_WS_QWS) && !defined(QT_NO_COP) | 33 | #if defined(Q_WS_QWS) && !defined(QT_NO_COP) |
34 | #include <qpe/qcopenvelope_qws.h> | 34 | #include <qpe/qcopenvelope_qws.h> |
35 | #endif | 35 | #endif |
36 | #include <qpe/qpeapplication.h> | ||
36 | 37 | ||
37 | #include <qlabel.h> | 38 | #include <qlabel.h> |
38 | #include <qcheckbox.h> | 39 | #include <qcheckbox.h> |
39 | #include <qtabwidget.h> | 40 | #include <qtabwidget.h> |
40 | #include <qslider.h> | 41 | #include <qslider.h> |
41 | #include <qspinbox.h> | 42 | #include <qspinbox.h> |
42 | #include <qpushbutton.h> | 43 | #include <qpushbutton.h> |
43 | #include <qgroupbox.h> | 44 | #include <qgroupbox.h> |
44 | #include <qcombobox.h> | 45 | #include <qcombobox.h> |
45 | 46 | ||
46 | #include <opie/odevice.h> | 47 | #include <opie/odevice.h> |
47 | 48 | ||
48 | #include "sensor.h" | 49 | #include "sensor.h" |
49 | 50 | ||
50 | using namespace Opie; | 51 | using namespace Opie; |
51 | 52 | ||
52 | LightSettings::LightSettings( QWidget* parent, const char* name, WFlags ) | 53 | LightSettings::LightSettings( QWidget* parent, const char* name, WFlags ) |
53 | : LightSettingsBase( parent, name, false, WStyle_ContextHelp ) | 54 | : LightSettingsBase( parent, name, false, WStyle_ContextHelp ) |
54 | { | 55 | { |
55 | m_bres = ODevice::inst ( )-> displayBrightnessResolution ( ); | 56 | m_bres = ODevice::inst ( )-> displayBrightnessResolution ( ); |
56 | m_cres = ODevice::inst ( )-> displayContrastResolution ( ); | 57 | m_cres = ODevice::inst ( )-> displayContrastResolution ( ); |
57 | 58 | ||
58 | // check whether to show the light sensor stuff | 59 | // check whether to show the light sensor stuff |
59 | 60 | ||
60 | if ( !ODevice::inst ( )-> hasLightSensor ( )) { | 61 | if ( !ODevice::inst ( )-> hasLightSensor ( )) { |
61 | auto_brightness-> hide ( ); | 62 | auto_brightness-> hide ( ); |
62 | CalibrateLightSensor-> hide ( ); | 63 | CalibrateLightSensor-> hide ( ); |
63 | auto_brightness_ac-> hide ( ); | 64 | auto_brightness_ac-> hide ( ); |
64 | CalibrateLightSensor_ac-> hide ( ); | 65 | CalibrateLightSensor_ac-> hide ( ); |
65 | } | 66 | } |
66 | 67 | ||
67 | // check whether to show the contrast stuff | 68 | // check whether to show the contrast stuff |
68 | 69 | ||
69 | if (m_cres) { | 70 | if (m_cres) { |
70 | GroupLight->setTitle(tr("Backlight && Contrast")); | 71 | GroupLight->setTitle(tr("Backlight && Contrast")); |
71 | GroupLight_ac->setTitle(GroupLight->title()); | 72 | GroupLight_ac->setTitle(GroupLight->title()); |
72 | } else { | 73 | } else { |
73 | contrast->hide(); | 74 | contrast->hide(); |
74 | contrast_ac->hide(); | 75 | contrast_ac->hide(); |
75 | } | 76 | } |
76 | 77 | ||
77 | // check whether to show the cpu frequency stuff | 78 | // check whether to show the cpu frequency stuff |
78 | 79 | ||
79 | QStrList freq = ODevice::inst()->allowedCpuFrequencies(); | 80 | QStrList freq = ODevice::inst()->allowedCpuFrequencies(); |
80 | if ( freq.count() ) { | 81 | if ( freq.count() ) { |
81 | frequency->insertStrList( freq ); | 82 | frequency->insertStrList( freq ); |
82 | frequency_ac->insertStrList( freq ); | 83 | frequency_ac->insertStrList( freq ); |
83 | } else { | 84 | } else { |
@@ -156,98 +157,97 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags ) | |||
156 | if (m_cres) { | 157 | if (m_cres) { |
157 | contr = config. readNumEntry ( "Contrast", 127); | 158 | contr = config. readNumEntry ( "Contrast", 127); |
158 | contrast_ac-> setTickInterval ( QMAX( 16, 256 / m_cres )); | 159 | contrast_ac-> setTickInterval ( QMAX( 16, 256 / m_cres )); |
159 | contrast_ac-> setLineStep ( QMAX( 1, 256 / m_cres )); | 160 | contrast_ac-> setLineStep ( QMAX( 1, 256 / m_cres )); |
160 | contrast_ac-> setPageStep ( QMAX( 1, 256 / m_cres )); | 161 | contrast_ac-> setPageStep ( QMAX( 1, 256 / m_cres )); |
161 | contrast_ac-> setValue ( contr ); | 162 | contrast_ac-> setValue ( contr ); |
162 | } | 163 | } |
163 | 164 | ||
164 | // light sensor | 165 | // light sensor |
165 | auto_brightness_ac-> setChecked ( config. readBoolEntry ( "LightSensor", false )); | 166 | auto_brightness_ac-> setChecked ( config. readBoolEntry ( "LightSensor", false )); |
166 | m_sensordata_ac = config. readListEntry ( "LightSensorData", ';' ); | 167 | m_sensordata_ac = config. readListEntry ( "LightSensorData", ';' ); |
167 | 168 | ||
168 | // warnings | 169 | // warnings |
169 | config. setGroup ( "Warnings" ); | 170 | config. setGroup ( "Warnings" ); |
170 | warnintervalBox-> setValue ( config. readNumEntry ( "checkinterval", 10000 ) / 1000 ); | 171 | warnintervalBox-> setValue ( config. readNumEntry ( "checkinterval", 10000 ) / 1000 ); |
171 | lowSpinBox-> setValue ( config. readNumEntry ( "powerverylow", 10 ) ); | 172 | lowSpinBox-> setValue ( config. readNumEntry ( "powerverylow", 10 ) ); |
172 | criticalSpinBox-> setValue ( config. readNumEntry ( "powercritical", 5 ) ); | 173 | criticalSpinBox-> setValue ( config. readNumEntry ( "powercritical", 5 ) ); |
173 | 174 | ||
174 | m_resettimer = new QTimer ( this ); | 175 | m_resettimer = new QTimer ( this ); |
175 | connect ( m_resettimer, SIGNAL( timeout ( )), this, SLOT( resetBacklight ( ))); | 176 | connect ( m_resettimer, SIGNAL( timeout ( )), this, SLOT( resetBacklight ( ))); |
176 | 177 | ||
177 | if ( PowerStatusManager::readStatus ( ). acStatus ( ) != PowerStatus::Online ) { | 178 | if ( PowerStatusManager::readStatus ( ). acStatus ( ) != PowerStatus::Online ) { |
178 | tabs-> setCurrentPage ( 0 ); | 179 | tabs-> setCurrentPage ( 0 ); |
179 | } | 180 | } |
180 | else { | 181 | else { |
181 | tabs-> setCurrentPage ( 1 ); | 182 | tabs-> setCurrentPage ( 1 ); |
182 | } | 183 | } |
183 | 184 | ||
184 | connect ( brightness, SIGNAL( valueChanged ( int )), this, SLOT( setBacklight ( int ))); | 185 | connect ( brightness, SIGNAL( valueChanged ( int )), this, SLOT( setBacklight ( int ))); |
185 | connect ( brightness_ac, SIGNAL( valueChanged ( int )), this, SLOT( setBacklight ( int ))); | 186 | connect ( brightness_ac, SIGNAL( valueChanged ( int )), this, SLOT( setBacklight ( int ))); |
186 | if (m_cres) { | 187 | if (m_cres) { |
187 | connect ( contrast, SIGNAL( valueChanged ( int )), this, SLOT( setContrast ( int ))); | 188 | connect ( contrast, SIGNAL( valueChanged ( int )), this, SLOT( setContrast ( int ))); |
188 | connect ( contrast_ac, SIGNAL( valueChanged ( int )), this, SLOT( setContrast ( int ))); | 189 | connect ( contrast_ac, SIGNAL( valueChanged ( int )), this, SLOT( setContrast ( int ))); |
189 | } | 190 | } |
190 | connect( frequency, SIGNAL( activated(int) ), this, SLOT( setFrequency(int) ) ); | 191 | connect( frequency, SIGNAL( activated(int) ), this, SLOT( setFrequency(int) ) ); |
191 | connect( frequency_ac, SIGNAL( activated(int) ), this, SLOT( setFrequency(int) ) ); | 192 | connect( frequency_ac, SIGNAL( activated(int) ), this, SLOT( setFrequency(int) ) ); |
192 | connect( closeHingeAction, SIGNAL( activated(int) ), this, SLOT( setCloseHingeAction(int) ) ); | 193 | connect( closeHingeAction, SIGNAL( activated(int) ), this, SLOT( setCloseHingeAction(int) ) ); |
193 | connect( closeHingeAction_ac, SIGNAL( activated(int) ), this, SLOT( setCloseHingeAction(int) ) ); | 194 | connect( closeHingeAction_ac, SIGNAL( activated(int) ), this, SLOT( setCloseHingeAction(int) ) ); |
194 | } | 195 | } |
195 | 196 | ||
196 | LightSettings::~LightSettings ( ) | 197 | LightSettings::~LightSettings ( ) |
197 | { | 198 | { |
198 | } | 199 | } |
199 | 200 | ||
200 | void LightSettings::calibrateSensor ( ) | 201 | void LightSettings::calibrateSensor ( ) |
201 | { | 202 | { |
202 | Sensor *s = new Sensor ( m_sensordata, this ); | 203 | Sensor *s = new Sensor ( m_sensordata, this ); |
203 | connect ( s, SIGNAL( viewBacklight ( int )), this, SLOT( setBacklight ( int ))); | 204 | connect ( s, SIGNAL( viewBacklight ( int )), this, SLOT( setBacklight ( int ))); |
204 | s-> showMaximized ( ); | 205 | QPEApplication::execDialog( s ); |
205 | s-> exec ( ); | ||
206 | delete s; | 206 | delete s; |
207 | } | 207 | } |
208 | 208 | ||
209 | void LightSettings::calibrateSensorAC ( ) | 209 | void LightSettings::calibrateSensorAC ( ) |
210 | { | 210 | { |
211 | Sensor *s = new Sensor ( m_sensordata_ac, this ); | 211 | Sensor *s = new Sensor ( m_sensordata_ac, this ); |
212 | connect ( s, SIGNAL( viewBacklight ( int )), this, SLOT( setBacklight ( int ))); | 212 | connect ( s, SIGNAL( viewBacklight ( int )), this, SLOT( setBacklight ( int ))); |
213 | s-> showMaximized ( ); | 213 | s-> showMaximized ( ); |
214 | s-> exec ( ); | 214 | s-> exec ( ); |
215 | delete s; | 215 | delete s; |
216 | } | 216 | } |
217 | 217 | ||
218 | void LightSettings::setBacklight ( int bright ) | 218 | void LightSettings::setBacklight ( int bright ) |
219 | { | 219 | { |
220 | QCopEnvelope e ( "QPE/System", "setBacklight(int)" ); | 220 | QCopEnvelope e ( "QPE/System", "setBacklight(int)" ); |
221 | e << bright; | 221 | e << bright; |
222 | 222 | ||
223 | if ( bright != -1 ) { | 223 | if ( bright != -1 ) { |
224 | m_resettimer-> stop ( ); | 224 | m_resettimer-> stop ( ); |
225 | m_resettimer-> start ( 4000, true ); | 225 | m_resettimer-> start ( 4000, true ); |
226 | } | 226 | } |
227 | } | 227 | } |
228 | 228 | ||
229 | void LightSettings::setContrast ( int contr ) | 229 | void LightSettings::setContrast ( int contr ) |
230 | { | 230 | { |
231 | if (contr == -1) contr = m_oldcontrast; | 231 | if (contr == -1) contr = m_oldcontrast; |
232 | ODevice::inst ( )-> setDisplayContrast(contr); | 232 | ODevice::inst ( )-> setDisplayContrast(contr); |
233 | } | 233 | } |
234 | 234 | ||
235 | void LightSettings::setFrequency ( int index ) | 235 | void LightSettings::setFrequency ( int index ) |
236 | { | 236 | { |
237 | qWarning("LightSettings::setFrequency(%d)", index); | 237 | qWarning("LightSettings::setFrequency(%d)", index); |
238 | ODevice::inst ( )-> setCurrentCpuFrequency(index); | 238 | ODevice::inst ( )-> setCurrentCpuFrequency(index); |
239 | } | 239 | } |
240 | 240 | ||
241 | void LightSettings::resetBacklight ( ) | 241 | void LightSettings::resetBacklight ( ) |
242 | { | 242 | { |
243 | setBacklight ( -1 ); | 243 | setBacklight ( -1 ); |
244 | setContrast ( -1 ); | 244 | setContrast ( -1 ); |
245 | } | 245 | } |
246 | 246 | ||
247 | void LightSettings::setCloseHingeAction ( int index ) | 247 | void LightSettings::setCloseHingeAction ( int index ) |
248 | { | 248 | { |
249 | qWarning("LightSettings::setCloseHingeStatus(%d)", index); | 249 | qWarning("LightSettings::setCloseHingeStatus(%d)", index); |
250 | } | 250 | } |
251 | 251 | ||
252 | void LightSettings::accept ( ) | 252 | void LightSettings::accept ( ) |
253 | { | 253 | { |