-rw-r--r-- | korganizer/filteredit_base.cpp | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.h | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.ui | 10 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 2 |
4 files changed, 6 insertions, 16 deletions
diff --git a/korganizer/filteredit_base.cpp b/korganizer/filteredit_base.cpp index e724da4..d61ee67 100644 --- a/korganizer/filteredit_base.cpp +++ b/korganizer/filteredit_base.cpp | |||
@@ -1,145 +1,144 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Form implementation generated from reading ui file 'filteredit_base.ui' | 2 | ** Form implementation generated from reading ui file 'filteredit_base.ui' |
3 | ** | 3 | ** |
4 | ** Created: So Jan 16 11:23:21 2005 | 4 | ** Created: So Jan 16 11:40:31 2005 |
5 | ** by: The User Interface Compiler ($Id$) | 5 | ** by: The User Interface Compiler ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | ****************************************************************************/ | 8 | ****************************************************************************/ |
9 | 9 | ||
10 | #include "filteredit_base.h" | 10 | #include "filteredit_base.h" |
11 | 11 | ||
12 | #include <qvariant.h> | 12 | #include <qvariant.h> |
13 | #include <qpushbutton.h> | 13 | #include <qpushbutton.h> |
14 | #include <qframe.h> | 14 | #include <qframe.h> |
15 | #include <qbuttongroup.h> | 15 | #include <qbuttongroup.h> |
16 | #include <qradiobutton.h> | 16 | #include <qradiobutton.h> |
17 | #include <qlistbox.h> | 17 | #include <qlistbox.h> |
18 | #include <qlabel.h> | 18 | #include <qlabel.h> |
19 | #include <qcheckbox.h> | 19 | #include <qcheckbox.h> |
20 | #include <qlayout.h> | 20 | #include <qlayout.h> |
21 | #include <qtooltip.h> | 21 | #include <qtooltip.h> |
22 | #include <qwhatsthis.h> | 22 | #include <qwhatsthis.h> |
23 | #include "filteredit_base.ui.h" | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * Constructs a FilterEdit_base as a child of 'parent', with the | 25 | * Constructs a FilterEdit_base as a child of 'parent', with the |
27 | * name 'name' and widget flags set to 'f'. | 26 | * name 'name' and widget flags set to 'f'. |
28 | */ | 27 | */ |
29 | FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) | 28 | FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) |
30 | : QWidget( parent, name, fl ) | 29 | : QWidget( parent, name, fl ) |
31 | { | 30 | { |
32 | if ( !name ) | 31 | if ( !name ) |
33 | setName( "FilterEdit_base" ); | 32 | setName( "FilterEdit_base" ); |
34 | FilterEdit_baseLayout = new QVBoxLayout( this, 0, 0, "FilterEdit_baseLayout"); | 33 | FilterEdit_baseLayout = new QVBoxLayout( this, 0, 0, "FilterEdit_baseLayout"); |
35 | 34 | ||
36 | mCriteriaFrame = new QFrame( this, "mCriteriaFrame" ); | 35 | mCriteriaFrame = new QFrame( this, "mCriteriaFrame" ); |
37 | mCriteriaFrame->setFrameShape( QFrame::StyledPanel ); | 36 | mCriteriaFrame->setFrameShape( QFrame::StyledPanel ); |
38 | mCriteriaFrame->setFrameShadow( QFrame::Raised ); | 37 | mCriteriaFrame->setFrameShadow( QFrame::Raised ); |
39 | mCriteriaFrameLayout = new QVBoxLayout( mCriteriaFrame, 3, 2, "mCriteriaFrameLayout"); | 38 | mCriteriaFrameLayout = new QVBoxLayout( mCriteriaFrame, 3, 2, "mCriteriaFrameLayout"); |
40 | 39 | ||
41 | ButtonGroup1 = new QButtonGroup( mCriteriaFrame, "ButtonGroup1" ); | 40 | ButtonGroup1 = new QButtonGroup( mCriteriaFrame, "ButtonGroup1" ); |
42 | ButtonGroup1->setColumnLayout(0, Qt::Vertical ); | 41 | ButtonGroup1->setColumnLayout(0, Qt::Vertical ); |
43 | ButtonGroup1->layout()->setSpacing( 6 ); | 42 | ButtonGroup1->layout()->setSpacing( 6 ); |
44 | ButtonGroup1->layout()->setMargin( 6 ); | 43 | ButtonGroup1->layout()->setMargin( 6 ); |
45 | ButtonGroup1Layout = new QGridLayout( ButtonGroup1->layout() ); | 44 | ButtonGroup1Layout = new QGridLayout( ButtonGroup1->layout() ); |
46 | ButtonGroup1Layout->setAlignment( Qt::AlignTop ); | 45 | ButtonGroup1Layout->setAlignment( Qt::AlignTop ); |
47 | 46 | ||
48 | layout4 = new QHBoxLayout( 0, 0, 6, "layout4"); | 47 | layout4 = new QHBoxLayout( 0, 0, 6, "layout4"); |
49 | 48 | ||
50 | mCatShowCheck = new QRadioButton( ButtonGroup1, "mCatShowCheck" ); | 49 | mCatShowCheck = new QRadioButton( ButtonGroup1, "mCatShowCheck" ); |
51 | layout4->addWidget( mCatShowCheck ); | 50 | layout4->addWidget( mCatShowCheck ); |
52 | 51 | ||
53 | mCatHideCheck = new QRadioButton( ButtonGroup1, "mCatHideCheck" ); | 52 | mCatHideCheck = new QRadioButton( ButtonGroup1, "mCatHideCheck" ); |
54 | layout4->addWidget( mCatHideCheck ); | 53 | layout4->addWidget( mCatHideCheck ); |
55 | 54 | ||
56 | mCatEditButton = new QPushButton( ButtonGroup1, "mCatEditButton" ); | 55 | mCatEditButton = new QPushButton( ButtonGroup1, "mCatEditButton" ); |
57 | layout4->addWidget( mCatEditButton ); | 56 | layout4->addWidget( mCatEditButton ); |
58 | 57 | ||
59 | ButtonGroup1Layout->addLayout( layout4, 0, 0 ); | 58 | ButtonGroup1Layout->addLayout( layout4, 0, 0 ); |
60 | 59 | ||
61 | mCatList = new QListBox( ButtonGroup1, "mCatList" ); | 60 | mCatList = new QListBox( ButtonGroup1, "mCatList" ); |
62 | 61 | ||
63 | ButtonGroup1Layout->addWidget( mCatList, 1, 0 ); | 62 | ButtonGroup1Layout->addWidget( mCatList, 1, 0 ); |
64 | mCriteriaFrameLayout->addWidget( ButtonGroup1 ); | 63 | mCriteriaFrameLayout->addWidget( ButtonGroup1 ); |
65 | 64 | ||
66 | layout7 = new QHBoxLayout( 0, 0, 6, "layout7"); | 65 | layout7 = new QHBoxLayout( 0, 0, 6, "layout7"); |
67 | 66 | ||
68 | textLabel1 = new QLabel( mCriteriaFrame, "textLabel1" ); | 67 | textLabel1 = new QLabel( mCriteriaFrame, "textLabel1" ); |
69 | layout7->addWidget( textLabel1 ); | 68 | layout7->addWidget( textLabel1 ); |
70 | 69 | ||
71 | mRecurringCheck = new QCheckBox( mCriteriaFrame, "mRecurringCheck" ); | 70 | mRecurringCheck = new QCheckBox( mCriteriaFrame, "mRecurringCheck" ); |
72 | layout7->addWidget( mRecurringCheck ); | 71 | layout7->addWidget( mRecurringCheck ); |
73 | 72 | ||
74 | mCompletedCheck = new QCheckBox( mCriteriaFrame, "mCompletedCheck" ); | 73 | mCompletedCheck = new QCheckBox( mCriteriaFrame, "mCompletedCheck" ); |
75 | layout7->addWidget( mCompletedCheck ); | 74 | layout7->addWidget( mCompletedCheck ); |
76 | mCriteriaFrameLayout->addLayout( layout7 ); | 75 | mCriteriaFrameLayout->addLayout( layout7 ); |
77 | 76 | ||
78 | layout9 = new QHBoxLayout( 0, 0, 6, "layout9"); | 77 | layout9 = new QHBoxLayout( 0, 0, 6, "layout9"); |
79 | 78 | ||
80 | textLabel1_2 = new QLabel( mCriteriaFrame, "textLabel1_2" ); | 79 | textLabel1_2 = new QLabel( mCriteriaFrame, "textLabel1_2" ); |
81 | layout9->addWidget( textLabel1_2 ); | 80 | layout9->addWidget( textLabel1_2 ); |
82 | 81 | ||
83 | mEventCheck = new QCheckBox( mCriteriaFrame, "mEventCheck" ); | 82 | mEventCheck = new QCheckBox( mCriteriaFrame, "mEventCheck" ); |
84 | layout9->addWidget( mEventCheck ); | 83 | layout9->addWidget( mEventCheck ); |
85 | 84 | ||
86 | mTodoCheck = new QCheckBox( mCriteriaFrame, "mTodoCheck" ); | 85 | mTodoCheck = new QCheckBox( mCriteriaFrame, "mTodoCheck" ); |
87 | layout9->addWidget( mTodoCheck ); | 86 | layout9->addWidget( mTodoCheck ); |
88 | 87 | ||
89 | mJournalCheck = new QCheckBox( mCriteriaFrame, "mJournalCheck" ); | 88 | mJournalCheck = new QCheckBox( mCriteriaFrame, "mJournalCheck" ); |
90 | layout9->addWidget( mJournalCheck ); | 89 | layout9->addWidget( mJournalCheck ); |
91 | mCriteriaFrameLayout->addLayout( layout9 ); | 90 | mCriteriaFrameLayout->addLayout( layout9 ); |
92 | 91 | ||
93 | layout2 = new QHBoxLayout( 0, 0, 0, "layout2"); | 92 | layout2 = new QHBoxLayout( 0, 0, 0, "layout2"); |
94 | 93 | ||
95 | textLabel2 = new QLabel( mCriteriaFrame, "textLabel2" ); | 94 | textLabel2 = new QLabel( mCriteriaFrame, "textLabel2" ); |
96 | layout2->addWidget( textLabel2 ); | 95 | layout2->addWidget( textLabel2 ); |
97 | 96 | ||
98 | mPublicCheck = new QCheckBox( mCriteriaFrame, "mPublicCheck" ); | 97 | mPublicCheck = new QCheckBox( mCriteriaFrame, "mPublicCheck" ); |
99 | layout2->addWidget( mPublicCheck ); | 98 | layout2->addWidget( mPublicCheck ); |
100 | 99 | ||
101 | mPrivateCheck = new QCheckBox( mCriteriaFrame, "mPrivateCheck" ); | 100 | mPrivateCheck = new QCheckBox( mCriteriaFrame, "mPrivateCheck" ); |
102 | layout2->addWidget( mPrivateCheck ); | 101 | layout2->addWidget( mPrivateCheck ); |
103 | 102 | ||
104 | mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); | 103 | mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); |
105 | mConfidentialCheck->setChecked( FALSE ); | 104 | mConfidentialCheck->setChecked( FALSE ); |
106 | layout2->addWidget( mConfidentialCheck ); | 105 | layout2->addWidget( mConfidentialCheck ); |
107 | mCriteriaFrameLayout->addLayout( layout2 ); | 106 | mCriteriaFrameLayout->addLayout( layout2 ); |
108 | FilterEdit_baseLayout->addWidget( mCriteriaFrame ); | 107 | FilterEdit_baseLayout->addWidget( mCriteriaFrame ); |
109 | languageChange(); | 108 | languageChange(); |
110 | resize( QSize(351, 275).expandedTo(minimumSizeHint()) ); | 109 | resize( QSize(324, 281).expandedTo(minimumSizeHint()) ); |
111 | clearWState( WState_Polished ); | 110 | clearWState( WState_Polished ); |
112 | } | 111 | } |
113 | 112 | ||
114 | /* | 113 | /* |
115 | * Destroys the object and frees any allocated resources | 114 | * Destroys the object and frees any allocated resources |
116 | */ | 115 | */ |
117 | FilterEdit_base::~FilterEdit_base() | 116 | FilterEdit_base::~FilterEdit_base() |
118 | { | 117 | { |
119 | // no need to delete child widgets, Qt does it all for us | 118 | // no need to delete child widgets, Qt does it all for us |
120 | } | 119 | } |
121 | 120 | ||
122 | /* | 121 | /* |
123 | * Sets the strings of the subwidgets using the current | 122 | * Sets the strings of the subwidgets using the current |
124 | * language. | 123 | * language. |
125 | */ | 124 | */ |
126 | void FilterEdit_base::languageChange() | 125 | void FilterEdit_base::languageChange() |
127 | { | 126 | { |
128 | setCaption( tr( "FilterEditor" ) ); | 127 | setCaption( tr( "FilterEditor" ) ); |
129 | ButtonGroup1->setTitle( tr( "Categories" ) ); | 128 | ButtonGroup1->setTitle( tr( "Categories" ) ); |
130 | mCatShowCheck->setText( tr( "Include" ) ); | 129 | mCatShowCheck->setText( tr( "Include" ) ); |
131 | mCatHideCheck->setText( tr( "Exclude" ) ); | 130 | mCatHideCheck->setText( tr( "Exclude" ) ); |
132 | mCatEditButton->setText( tr( "Edit Selection..." ) ); | 131 | mCatEditButton->setText( tr( "Edit Selection..." ) ); |
133 | textLabel1->setText( tr( "Exclude" ) ); | 132 | textLabel1->setText( tr( "Exclude" ) ); |
134 | mRecurringCheck->setText( tr( "recurring events" ) ); | 133 | mRecurringCheck->setText( tr( "recurring events" ) ); |
135 | mCompletedCheck->setText( tr( "completed to-dos" ) ); | 134 | mCompletedCheck->setText( tr( "completed to-dos" ) ); |
136 | textLabel1_2->setText( tr( "Exclude" ) ); | 135 | textLabel1_2->setText( tr( "Exclude" ) ); |
137 | mEventCheck->setText( tr( "events" ) ); | 136 | mEventCheck->setText( tr( "events" ) ); |
138 | mTodoCheck->setText( tr( "todos" ) ); | 137 | mTodoCheck->setText( tr( "todos" ) ); |
139 | mJournalCheck->setText( tr( "journals" ) ); | 138 | mJournalCheck->setText( tr( "journals" ) ); |
140 | textLabel2->setText( tr( "Include" ) ); | 139 | textLabel2->setText( tr( "Include" ) ); |
141 | mPublicCheck->setText( tr( "public" ) ); | 140 | mPublicCheck->setText( tr( "public" ) ); |
142 | mPrivateCheck->setText( tr( "private" ) ); | 141 | mPrivateCheck->setText( tr( "private" ) ); |
143 | mConfidentialCheck->setText( tr( "confidential" ) ); | 142 | mConfidentialCheck->setText( tr( "confidential" ) ); |
144 | } | 143 | } |
145 | 144 | ||
diff --git a/korganizer/filteredit_base.h b/korganizer/filteredit_base.h index 0c2988a..6d8780e 100644 --- a/korganizer/filteredit_base.h +++ b/korganizer/filteredit_base.h | |||
@@ -1,72 +1,69 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | ** Form interface generated from reading ui file 'filteredit_base.ui' | 2 | ** Form interface generated from reading ui file 'filteredit_base.ui' |
3 | ** | 3 | ** |
4 | ** Created: So Jan 16 11:23:21 2005 | 4 | ** Created: So Jan 16 11:40:31 2005 |
5 | ** by: The User Interface Compiler ($Id$) | 5 | ** by: The User Interface Compiler ($Id$) |
6 | ** | 6 | ** |
7 | ** WARNING! All changes made in this file will be lost! | 7 | ** WARNING! All changes made in this file will be lost! |
8 | ****************************************************************************/ | 8 | ****************************************************************************/ |
9 | 9 | ||
10 | #ifndef FILTEREDIT_BASE_H | 10 | #ifndef FILTEREDIT_BASE_H |
11 | #define FILTEREDIT_BASE_H | 11 | #define FILTEREDIT_BASE_H |
12 | 12 | ||
13 | #include <qvariant.h> | 13 | #include <qvariant.h> |
14 | #include <qwidget.h> | 14 | #include <qwidget.h> |
15 | 15 | ||
16 | class QVBoxLayout; | 16 | class QVBoxLayout; |
17 | class QHBoxLayout; | 17 | class QHBoxLayout; |
18 | class QGridLayout; | 18 | class QGridLayout; |
19 | class QSpacerItem; | 19 | class QSpacerItem; |
20 | class QFrame; | 20 | class QFrame; |
21 | class QButtonGroup; | 21 | class QButtonGroup; |
22 | class QRadioButton; | 22 | class QRadioButton; |
23 | class QPushButton; | 23 | class QPushButton; |
24 | class QListBox; | 24 | class QListBox; |
25 | class QListBoxItem; | 25 | class QListBoxItem; |
26 | class QLabel; | 26 | class QLabel; |
27 | class QCheckBox; | 27 | class QCheckBox; |
28 | 28 | ||
29 | class FilterEdit_base : public QWidget | 29 | class FilterEdit_base : public QWidget |
30 | { | 30 | { |
31 | Q_OBJECT | 31 | Q_OBJECT |
32 | 32 | ||
33 | public: | 33 | public: |
34 | FilterEdit_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); | 34 | FilterEdit_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); |
35 | ~FilterEdit_base(); | 35 | ~FilterEdit_base(); |
36 | 36 | ||
37 | QFrame* mCriteriaFrame; | 37 | QFrame* mCriteriaFrame; |
38 | QButtonGroup* ButtonGroup1; | 38 | QButtonGroup* ButtonGroup1; |
39 | QRadioButton* mCatShowCheck; | 39 | QRadioButton* mCatShowCheck; |
40 | QRadioButton* mCatHideCheck; | 40 | QRadioButton* mCatHideCheck; |
41 | QPushButton* mCatEditButton; | 41 | QPushButton* mCatEditButton; |
42 | QListBox* mCatList; | 42 | QListBox* mCatList; |
43 | QLabel* textLabel1; | 43 | QLabel* textLabel1; |
44 | QCheckBox* mRecurringCheck; | 44 | QCheckBox* mRecurringCheck; |
45 | QCheckBox* mCompletedCheck; | 45 | QCheckBox* mCompletedCheck; |
46 | QLabel* textLabel1_2; | 46 | QLabel* textLabel1_2; |
47 | QCheckBox* mEventCheck; | 47 | QCheckBox* mEventCheck; |
48 | QCheckBox* mTodoCheck; | 48 | QCheckBox* mTodoCheck; |
49 | QCheckBox* mJournalCheck; | 49 | QCheckBox* mJournalCheck; |
50 | QLabel* textLabel2; | 50 | QLabel* textLabel2; |
51 | QCheckBox* mPublicCheck; | 51 | QCheckBox* mPublicCheck; |
52 | QCheckBox* mPrivateCheck; | 52 | QCheckBox* mPrivateCheck; |
53 | QCheckBox* mConfidentialCheck; | 53 | QCheckBox* mConfidentialCheck; |
54 | 54 | ||
55 | public slots: | ||
56 | virtual void updateFilter(); | ||
57 | |||
58 | protected: | 55 | protected: |
59 | QVBoxLayout* FilterEdit_baseLayout; | 56 | QVBoxLayout* FilterEdit_baseLayout; |
60 | QVBoxLayout* mCriteriaFrameLayout; | 57 | QVBoxLayout* mCriteriaFrameLayout; |
61 | QGridLayout* ButtonGroup1Layout; | 58 | QGridLayout* ButtonGroup1Layout; |
62 | QHBoxLayout* layout4; | 59 | QHBoxLayout* layout4; |
63 | QHBoxLayout* layout7; | 60 | QHBoxLayout* layout7; |
64 | QHBoxLayout* layout9; | 61 | QHBoxLayout* layout9; |
65 | QHBoxLayout* layout2; | 62 | QHBoxLayout* layout2; |
66 | 63 | ||
67 | protected slots: | 64 | protected slots: |
68 | virtual void languageChange(); | 65 | virtual void languageChange(); |
69 | 66 | ||
70 | }; | 67 | }; |
71 | 68 | ||
72 | #endif // FILTEREDIT_BASE_H | 69 | #endif // FILTEREDIT_BASE_H |
diff --git a/korganizer/filteredit_base.ui b/korganizer/filteredit_base.ui index 2436f57..b093b00 100644 --- a/korganizer/filteredit_base.ui +++ b/korganizer/filteredit_base.ui | |||
@@ -1,250 +1,244 @@ | |||
1 | <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> | 1 | <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> |
2 | <class>FilterEdit_base</class> | 2 | <class>FilterEdit_base</class> |
3 | <widget class="QWidget"> | 3 | <widget class="QWidget"> |
4 | <property name="name"> | 4 | <property name="name"> |
5 | <cstring>FilterEdit_base</cstring> | 5 | <cstring>FilterEdit_base</cstring> |
6 | </property> | 6 | </property> |
7 | <property name="geometry"> | 7 | <property name="geometry"> |
8 | <rect> | 8 | <rect> |
9 | <x>0</x> | 9 | <x>0</x> |
10 | <y>0</y> | 10 | <y>0</y> |
11 | <width>351</width> | 11 | <width>324</width> |
12 | <height>275</height> | 12 | <height>281</height> |
13 | </rect> | 13 | </rect> |
14 | </property> | 14 | </property> |
15 | <property name="caption"> | 15 | <property name="caption"> |
16 | <string>FilterEditor</string> | 16 | <string>FilterEditor</string> |
17 | </property> | 17 | </property> |
18 | <property name="layoutMargin" stdset="0"> | 18 | <property name="layoutMargin" stdset="0"> |
19 | </property> | 19 | </property> |
20 | <property name="layoutSpacing" stdset="0"> | 20 | <property name="layoutSpacing" stdset="0"> |
21 | </property> | 21 | </property> |
22 | <vbox> | 22 | <vbox> |
23 | <property name="name"> | 23 | <property name="name"> |
24 | <cstring>unnamed</cstring> | 24 | <cstring>unnamed</cstring> |
25 | </property> | 25 | </property> |
26 | <property name="margin"> | 26 | <property name="margin"> |
27 | <number>0</number> | 27 | <number>0</number> |
28 | </property> | 28 | </property> |
29 | <property name="spacing"> | 29 | <property name="spacing"> |
30 | <number>0</number> | 30 | <number>0</number> |
31 | </property> | 31 | </property> |
32 | <widget class="QFrame"> | 32 | <widget class="QFrame"> |
33 | <property name="name"> | 33 | <property name="name"> |
34 | <cstring>mCriteriaFrame</cstring> | 34 | <cstring>mCriteriaFrame</cstring> |
35 | </property> | 35 | </property> |
36 | <property name="frameShape"> | 36 | <property name="frameShape"> |
37 | <enum>StyledPanel</enum> | 37 | <enum>StyledPanel</enum> |
38 | </property> | 38 | </property> |
39 | <property name="frameShadow"> | 39 | <property name="frameShadow"> |
40 | <enum>Raised</enum> | 40 | <enum>Raised</enum> |
41 | </property> | 41 | </property> |
42 | <property name="layoutMargin" stdset="0"> | 42 | <property name="layoutMargin" stdset="0"> |
43 | </property> | 43 | </property> |
44 | <vbox> | 44 | <vbox> |
45 | <property name="name"> | 45 | <property name="name"> |
46 | <cstring>unnamed</cstring> | 46 | <cstring>unnamed</cstring> |
47 | </property> | 47 | </property> |
48 | <property name="margin"> | 48 | <property name="margin"> |
49 | <number>3</number> | 49 | <number>3</number> |
50 | </property> | 50 | </property> |
51 | <property name="spacing"> | 51 | <property name="spacing"> |
52 | <number>2</number> | 52 | <number>2</number> |
53 | </property> | 53 | </property> |
54 | <widget class="QButtonGroup"> | 54 | <widget class="QButtonGroup"> |
55 | <property name="name"> | 55 | <property name="name"> |
56 | <cstring>ButtonGroup1</cstring> | 56 | <cstring>ButtonGroup1</cstring> |
57 | </property> | 57 | </property> |
58 | <property name="title"> | 58 | <property name="title"> |
59 | <string>Categories</string> | 59 | <string>Categories</string> |
60 | </property> | 60 | </property> |
61 | <grid> | 61 | <grid> |
62 | <property name="name"> | 62 | <property name="name"> |
63 | <cstring>unnamed</cstring> | 63 | <cstring>unnamed</cstring> |
64 | </property> | 64 | </property> |
65 | <property name="margin"> | 65 | <property name="margin"> |
66 | <number>6</number> | 66 | <number>6</number> |
67 | </property> | 67 | </property> |
68 | <property name="spacing"> | 68 | <property name="spacing"> |
69 | <number>6</number> | 69 | <number>6</number> |
70 | </property> | 70 | </property> |
71 | <widget class="QLayoutWidget" row="0" column="0"> | 71 | <widget class="QLayoutWidget" row="0" column="0"> |
72 | <property name="name"> | 72 | <property name="name"> |
73 | <cstring>layout4</cstring> | 73 | <cstring>layout4</cstring> |
74 | </property> | 74 | </property> |
75 | <hbox> | 75 | <hbox> |
76 | <property name="name"> | 76 | <property name="name"> |
77 | <cstring>unnamed</cstring> | 77 | <cstring>unnamed</cstring> |
78 | </property> | 78 | </property> |
79 | <widget class="QRadioButton"> | 79 | <widget class="QRadioButton"> |
80 | <property name="name"> | 80 | <property name="name"> |
81 | <cstring>mCatShowCheck</cstring> | 81 | <cstring>mCatShowCheck</cstring> |
82 | </property> | 82 | </property> |
83 | <property name="text"> | 83 | <property name="text"> |
84 | <string>Include</string> | 84 | <string>Include</string> |
85 | </property> | 85 | </property> |
86 | </widget> | 86 | </widget> |
87 | <widget class="QRadioButton"> | 87 | <widget class="QRadioButton"> |
88 | <property name="name"> | 88 | <property name="name"> |
89 | <cstring>mCatHideCheck</cstring> | 89 | <cstring>mCatHideCheck</cstring> |
90 | </property> | 90 | </property> |
91 | <property name="text"> | 91 | <property name="text"> |
92 | <string>Exclude</string> | 92 | <string>Exclude</string> |
93 | </property> | 93 | </property> |
94 | </widget> | 94 | </widget> |
95 | <widget class="QPushButton"> | 95 | <widget class="QPushButton"> |
96 | <property name="name"> | 96 | <property name="name"> |
97 | <cstring>mCatEditButton</cstring> | 97 | <cstring>mCatEditButton</cstring> |
98 | </property> | 98 | </property> |
99 | <property name="text"> | 99 | <property name="text"> |
100 | <string>Edit Selection...</string> | 100 | <string>Edit Selection...</string> |
101 | </property> | 101 | </property> |
102 | </widget> | 102 | </widget> |
103 | </hbox> | 103 | </hbox> |
104 | </widget> | 104 | </widget> |
105 | <widget class="QListBox" row="1" column="0"> | 105 | <widget class="QListBox" row="1" column="0"> |
106 | <property name="name"> | 106 | <property name="name"> |
107 | <cstring>mCatList</cstring> | 107 | <cstring>mCatList</cstring> |
108 | </property> | 108 | </property> |
109 | </widget> | 109 | </widget> |
110 | </grid> | 110 | </grid> |
111 | </widget> | 111 | </widget> |
112 | <widget class="QLayoutWidget"> | 112 | <widget class="QLayoutWidget"> |
113 | <property name="name"> | 113 | <property name="name"> |
114 | <cstring>layout7</cstring> | 114 | <cstring>layout7</cstring> |
115 | </property> | 115 | </property> |
116 | <hbox> | 116 | <hbox> |
117 | <property name="name"> | 117 | <property name="name"> |
118 | <cstring>unnamed</cstring> | 118 | <cstring>unnamed</cstring> |
119 | </property> | 119 | </property> |
120 | <widget class="QLabel"> | 120 | <widget class="QLabel"> |
121 | <property name="name"> | 121 | <property name="name"> |
122 | <cstring>textLabel1</cstring> | 122 | <cstring>textLabel1</cstring> |
123 | </property> | 123 | </property> |
124 | <property name="text"> | 124 | <property name="text"> |
125 | <string>Exclude</string> | 125 | <string>Exclude</string> |
126 | </property> | 126 | </property> |
127 | </widget> | 127 | </widget> |
128 | <widget class="QCheckBox"> | 128 | <widget class="QCheckBox"> |
129 | <property name="name"> | 129 | <property name="name"> |
130 | <cstring>mRecurringCheck</cstring> | 130 | <cstring>mRecurringCheck</cstring> |
131 | </property> | 131 | </property> |
132 | <property name="text"> | 132 | <property name="text"> |
133 | <string>recurring events</string> | 133 | <string>recurring events</string> |
134 | </property> | 134 | </property> |
135 | </widget> | 135 | </widget> |
136 | <widget class="QCheckBox"> | 136 | <widget class="QCheckBox"> |
137 | <property name="name"> | 137 | <property name="name"> |
138 | <cstring>mCompletedCheck</cstring> | 138 | <cstring>mCompletedCheck</cstring> |
139 | </property> | 139 | </property> |
140 | <property name="text"> | 140 | <property name="text"> |
141 | <string>completed to-dos</string> | 141 | <string>completed to-dos</string> |
142 | </property> | 142 | </property> |
143 | </widget> | 143 | </widget> |
144 | </hbox> | 144 | </hbox> |
145 | </widget> | 145 | </widget> |
146 | <widget class="QLayoutWidget"> | 146 | <widget class="QLayoutWidget"> |
147 | <property name="name"> | 147 | <property name="name"> |
148 | <cstring>layout9</cstring> | 148 | <cstring>layout9</cstring> |
149 | </property> | 149 | </property> |
150 | <hbox> | 150 | <hbox> |
151 | <property name="name"> | 151 | <property name="name"> |
152 | <cstring>unnamed</cstring> | 152 | <cstring>unnamed</cstring> |
153 | </property> | 153 | </property> |
154 | <widget class="QLabel"> | 154 | <widget class="QLabel"> |
155 | <property name="name"> | 155 | <property name="name"> |
156 | <cstring>textLabel1_2</cstring> | 156 | <cstring>textLabel1_2</cstring> |
157 | </property> | 157 | </property> |
158 | <property name="text"> | 158 | <property name="text"> |
159 | <string>Exclude</string> | 159 | <string>Exclude</string> |
160 | </property> | 160 | </property> |
161 | </widget> | 161 | </widget> |
162 | <widget class="QCheckBox"> | 162 | <widget class="QCheckBox"> |
163 | <property name="name"> | 163 | <property name="name"> |
164 | <cstring>mEventCheck</cstring> | 164 | <cstring>mEventCheck</cstring> |
165 | </property> | 165 | </property> |
166 | <property name="text"> | 166 | <property name="text"> |
167 | <string>events</string> | 167 | <string>events</string> |
168 | </property> | 168 | </property> |
169 | </widget> | 169 | </widget> |
170 | <widget class="QCheckBox"> | 170 | <widget class="QCheckBox"> |
171 | <property name="name"> | 171 | <property name="name"> |
172 | <cstring>mTodoCheck</cstring> | 172 | <cstring>mTodoCheck</cstring> |
173 | </property> | 173 | </property> |
174 | <property name="text"> | 174 | <property name="text"> |
175 | <string>todos</string> | 175 | <string>todos</string> |
176 | </property> | 176 | </property> |
177 | </widget> | 177 | </widget> |
178 | <widget class="QCheckBox"> | 178 | <widget class="QCheckBox"> |
179 | <property name="name"> | 179 | <property name="name"> |
180 | <cstring>mJournalCheck</cstring> | 180 | <cstring>mJournalCheck</cstring> |
181 | </property> | 181 | </property> |
182 | <property name="text"> | 182 | <property name="text"> |
183 | <string>journals</string> | 183 | <string>journals</string> |
184 | </property> | 184 | </property> |
185 | </widget> | 185 | </widget> |
186 | </hbox> | 186 | </hbox> |
187 | </widget> | 187 | </widget> |
188 | <widget class="QLayoutWidget"> | 188 | <widget class="QLayoutWidget"> |
189 | <property name="name"> | 189 | <property name="name"> |
190 | <cstring>layout2</cstring> | 190 | <cstring>layout2</cstring> |
191 | </property> | 191 | </property> |
192 | <hbox> | 192 | <hbox> |
193 | <property name="name"> | 193 | <property name="name"> |
194 | <cstring>unnamed</cstring> | 194 | <cstring>unnamed</cstring> |
195 | </property> | 195 | </property> |
196 | <property name="margin"> | 196 | <property name="margin"> |
197 | <number>0</number> | 197 | <number>0</number> |
198 | </property> | 198 | </property> |
199 | <property name="spacing"> | 199 | <property name="spacing"> |
200 | <number>0</number> | 200 | <number>0</number> |
201 | </property> | 201 | </property> |
202 | <widget class="QLabel"> | 202 | <widget class="QLabel"> |
203 | <property name="name"> | 203 | <property name="name"> |
204 | <cstring>textLabel2</cstring> | 204 | <cstring>textLabel2</cstring> |
205 | </property> | 205 | </property> |
206 | <property name="text"> | 206 | <property name="text"> |
207 | <string>Include</string> | 207 | <string>Include</string> |
208 | </property> | 208 | </property> |
209 | </widget> | 209 | </widget> |
210 | <widget class="QCheckBox"> | 210 | <widget class="QCheckBox"> |
211 | <property name="name"> | 211 | <property name="name"> |
212 | <cstring>mPublicCheck</cstring> | 212 | <cstring>mPublicCheck</cstring> |
213 | </property> | 213 | </property> |
214 | <property name="text"> | 214 | <property name="text"> |
215 | <string>public</string> | 215 | <string>public</string> |
216 | </property> | 216 | </property> |
217 | </widget> | 217 | </widget> |
218 | <widget class="QCheckBox"> | 218 | <widget class="QCheckBox"> |
219 | <property name="name"> | 219 | <property name="name"> |
220 | <cstring>mPrivateCheck</cstring> | 220 | <cstring>mPrivateCheck</cstring> |
221 | </property> | 221 | </property> |
222 | <property name="text"> | 222 | <property name="text"> |
223 | <string>private</string> | 223 | <string>private</string> |
224 | </property> | 224 | </property> |
225 | </widget> | 225 | </widget> |
226 | <widget class="QCheckBox"> | 226 | <widget class="QCheckBox"> |
227 | <property name="name"> | 227 | <property name="name"> |
228 | <cstring>mConfidentialCheck</cstring> | 228 | <cstring>mConfidentialCheck</cstring> |
229 | </property> | 229 | </property> |
230 | <property name="text"> | 230 | <property name="text"> |
231 | <string>confidential</string> | 231 | <string>confidential</string> |
232 | </property> | 232 | </property> |
233 | <property name="checked"> | 233 | <property name="checked"> |
234 | <bool>false</bool> | 234 | <bool>false</bool> |
235 | </property> | 235 | </property> |
236 | </widget> | 236 | </widget> |
237 | </hbox> | 237 | </hbox> |
238 | </widget> | 238 | </widget> |
239 | </vbox> | 239 | </vbox> |
240 | </widget> | 240 | </widget> |
241 | </vbox> | 241 | </vbox> |
242 | </widget> | 242 | </widget> |
243 | <includes> | ||
244 | <include location="local" impldecl="in implementation">filteredit_base.ui.h</include> | ||
245 | </includes> | ||
246 | <slots> | ||
247 | <slot>updateFilter()</slot> | ||
248 | </slots> | ||
249 | <layoutdefaults spacing="6" margin="11"/> | 243 | <layoutdefaults spacing="6" margin="11"/> |
250 | </UI> | 244 | </UI> |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 628d84e..c2602b2 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -1,193 +1,193 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kopi | 3 | TARGET = kopi |
4 | OBJECTS_DIR = _obj/ | 4 | OBJECTS_DIR = _obj/ |
5 | MOC_DIR = _moc | 5 | MOC_DIR = _moc |
6 | DESTDIR= ../bin | 6 | DESTDIR= ../bin |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim | 10 | INCLUDEPATH += ../microkde ../ interfaces ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim |
11 | #../qtcompat | 11 | #../qtcompat |
12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL | 12 | DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOARCHIVE KORG_NOMAIL |
13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER | 13 | DEFINES += KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER |
14 | #KORG_NOPRINTER KORG_NOKABC | 14 | #KORG_NOPRINTER KORG_NOKABC |
15 | DEFINES += KORG_NOLVALTERNATION | 15 | DEFINES += KORG_NOLVALTERNATION |
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | #LIBS += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | #LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | #LIBS += -lldap | 25 | #LIBS += -lldap |
26 | OBJECTS_DIR = obj/unix | 26 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 27 | MOC_DIR = moc/unix |
28 | } | 28 | } |
29 | win32: { | 29 | win32: { |
30 | RC_FILE = winicons.rc | 30 | RC_FILE = winicons.rc |
31 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
32 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
33 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
34 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
35 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
36 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
37 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
38 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
39 | LIBS += mfc71u.lib | 39 | LIBS += mfc71u.lib |
40 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 40 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
43 | OBJECTS_DIR = obj/win | 43 | OBJECTS_DIR = obj/win |
44 | MOC_DIR = moc/win | 44 | MOC_DIR = moc/win |
45 | } | 45 | } |
46 | 46 | ||
47 | 47 | ||
48 | INTERFACES = kofilterview_base.ui | 48 | INTERFACES = kofilterview_base.ui |
49 | # filteredit_base.ui | 49 | #filteredit_base.ui |
50 | 50 | ||
51 | # kdateedit.h \ | 51 | # kdateedit.h \ |
52 | 52 | ||
53 | HEADERS = \ | 53 | HEADERS = \ |
54 | filteredit_base.h \ | 54 | filteredit_base.h \ |
55 | alarmclient.h \ | 55 | alarmclient.h \ |
56 | calendarview.h \ | 56 | calendarview.h \ |
57 | customlistviewitem.h \ | 57 | customlistviewitem.h \ |
58 | datenavigator.h \ | 58 | datenavigator.h \ |
59 | docprefs.h \ | 59 | docprefs.h \ |
60 | filtereditdialog.h \ | 60 | filtereditdialog.h \ |
61 | incomingdialog.h \ | 61 | incomingdialog.h \ |
62 | incomingdialog_base.h \ | 62 | incomingdialog_base.h \ |
63 | interfaces/korganizer/baseview.h \ | 63 | interfaces/korganizer/baseview.h \ |
64 | interfaces/korganizer/calendarviewbase.h \ | 64 | interfaces/korganizer/calendarviewbase.h \ |
65 | journalentry.h \ | 65 | journalentry.h \ |
66 | kdatenavigator.h \ | 66 | kdatenavigator.h \ |
67 | koagenda.h \ | 67 | koagenda.h \ |
68 | koagendaitem.h \ | 68 | koagendaitem.h \ |
69 | koagendaview.h \ | 69 | koagendaview.h \ |
70 | kocounterdialog.h \ | 70 | kocounterdialog.h \ |
71 | kodaymatrix.h \ | 71 | kodaymatrix.h \ |
72 | kodialogmanager.h \ | 72 | kodialogmanager.h \ |
73 | koeditordetails.h \ | 73 | koeditordetails.h \ |
74 | koeditorgeneral.h \ | 74 | koeditorgeneral.h \ |
75 | koeditorgeneralevent.h \ | 75 | koeditorgeneralevent.h \ |
76 | koeditorgeneraltodo.h \ | 76 | koeditorgeneraltodo.h \ |
77 | koeditorrecurrence.h \ | 77 | koeditorrecurrence.h \ |
78 | koeventeditor.h \ | 78 | koeventeditor.h \ |
79 | koeventpopupmenu.h \ | 79 | koeventpopupmenu.h \ |
80 | koeventview.h \ | 80 | koeventview.h \ |
81 | koeventviewer.h \ | 81 | koeventviewer.h \ |
82 | koeventviewerdialog.h \ | 82 | koeventviewerdialog.h \ |
83 | kofilterview.h \ | 83 | kofilterview.h \ |
84 | koglobals.h \ | 84 | koglobals.h \ |
85 | koincidenceeditor.h \ | 85 | koincidenceeditor.h \ |
86 | kojournalview.h \ | 86 | kojournalview.h \ |
87 | kolistview.h \ | 87 | kolistview.h \ |
88 | kolocationbox.h \ | 88 | kolocationbox.h \ |
89 | komonthview.h \ | 89 | komonthview.h \ |
90 | koprefs.h \ | 90 | koprefs.h \ |
91 | koprefsdialog.h \ | 91 | koprefsdialog.h \ |
92 | kotimespanview.h \ | 92 | kotimespanview.h \ |
93 | kotodoeditor.h \ | 93 | kotodoeditor.h \ |
94 | kotodoview.h \ | 94 | kotodoview.h \ |
95 | kotodoviewitem.h \ | 95 | kotodoviewitem.h \ |
96 | koviewmanager.h \ | 96 | koviewmanager.h \ |
97 | kowhatsnextview.h \ | 97 | kowhatsnextview.h \ |
98 | ktimeedit.h \ | 98 | ktimeedit.h \ |
99 | lineview.h \ | 99 | lineview.h \ |
100 | mainwindow.h \ | 100 | mainwindow.h \ |
101 | navigatorbar.h \ | 101 | navigatorbar.h \ |
102 | outgoingdialog.h \ | 102 | outgoingdialog.h \ |
103 | outgoingdialog_base.h \ | 103 | outgoingdialog_base.h \ |
104 | publishdialog.h \ | 104 | publishdialog.h \ |
105 | publishdialog_base.h \ | 105 | publishdialog_base.h \ |
106 | savetemplatedialog.h \ | 106 | savetemplatedialog.h \ |
107 | searchdialog.h \ | 107 | searchdialog.h \ |
108 | simplealarmclient.h \ | 108 | simplealarmclient.h \ |
109 | statusdialog.h \ | 109 | statusdialog.h \ |
110 | timeline.h \ | 110 | timeline.h \ |
111 | timespanview.h \ | 111 | timespanview.h \ |
112 | version.h \ | 112 | version.h \ |
113 | ../kalarmd/alarmdialog.h \ | 113 | ../kalarmd/alarmdialog.h \ |
114 | 114 | ||
115 | 115 | ||
116 | SOURCES = \ | 116 | SOURCES = \ |
117 | filteredit_base.cpp \ | 117 | filteredit_base.cpp \ |
118 | calendarview.cpp \ | 118 | calendarview.cpp \ |
119 | datenavigator.cpp \ | 119 | datenavigator.cpp \ |
120 | docprefs.cpp \ | 120 | docprefs.cpp \ |
121 | filtereditdialog.cpp \ | 121 | filtereditdialog.cpp \ |
122 | incomingdialog.cpp \ | 122 | incomingdialog.cpp \ |
123 | incomingdialog_base.cpp \ | 123 | incomingdialog_base.cpp \ |
124 | journalentry.cpp \ | 124 | journalentry.cpp \ |
125 | kdatenavigator.cpp \ | 125 | kdatenavigator.cpp \ |
126 | koagenda.cpp \ | 126 | koagenda.cpp \ |
127 | koagendaitem.cpp \ | 127 | koagendaitem.cpp \ |
128 | koagendaview.cpp \ | 128 | koagendaview.cpp \ |
129 | kocounterdialog.cpp \ | 129 | kocounterdialog.cpp \ |
130 | kodaymatrix.cpp \ | 130 | kodaymatrix.cpp \ |
131 | kodialogmanager.cpp \ | 131 | kodialogmanager.cpp \ |
132 | koeditordetails.cpp \ | 132 | koeditordetails.cpp \ |
133 | koeditorgeneral.cpp \ | 133 | koeditorgeneral.cpp \ |
134 | koeditorgeneralevent.cpp \ | 134 | koeditorgeneralevent.cpp \ |
135 | koeditorgeneraltodo.cpp \ | 135 | koeditorgeneraltodo.cpp \ |
136 | koeditorrecurrence.cpp \ | 136 | koeditorrecurrence.cpp \ |
137 | koeventeditor.cpp \ | 137 | koeventeditor.cpp \ |
138 | koeventpopupmenu.cpp \ | 138 | koeventpopupmenu.cpp \ |
139 | koeventview.cpp \ | 139 | koeventview.cpp \ |
140 | koeventviewer.cpp \ | 140 | koeventviewer.cpp \ |
141 | koeventviewerdialog.cpp \ | 141 | koeventviewerdialog.cpp \ |
142 | kofilterview.cpp \ | 142 | kofilterview.cpp \ |
143 | koglobals.cpp \ | 143 | koglobals.cpp \ |
144 | koincidenceeditor.cpp \ | 144 | koincidenceeditor.cpp \ |
145 | kojournalview.cpp \ | 145 | kojournalview.cpp \ |
146 | kolistview.cpp \ | 146 | kolistview.cpp \ |
147 | kolocationbox.cpp \ | 147 | kolocationbox.cpp \ |
148 | komonthview.cpp \ | 148 | komonthview.cpp \ |
149 | koprefs.cpp \ | 149 | koprefs.cpp \ |
150 | koprefsdialog.cpp \ | 150 | koprefsdialog.cpp \ |
151 | kotimespanview.cpp \ | 151 | kotimespanview.cpp \ |
152 | kotodoeditor.cpp \ | 152 | kotodoeditor.cpp \ |
153 | kotodoview.cpp \ | 153 | kotodoview.cpp \ |
154 | kotodoviewitem.cpp \ | 154 | kotodoviewitem.cpp \ |
155 | koviewmanager.cpp \ | 155 | koviewmanager.cpp \ |
156 | kowhatsnextview.cpp \ | 156 | kowhatsnextview.cpp \ |
157 | ktimeedit.cpp \ | 157 | ktimeedit.cpp \ |
158 | lineview.cpp \ | 158 | lineview.cpp \ |
159 | main.cpp \ | 159 | main.cpp \ |
160 | mainwindow.cpp \ | 160 | mainwindow.cpp \ |
161 | navigatorbar.cpp \ | 161 | navigatorbar.cpp \ |
162 | outgoingdialog.cpp \ | 162 | outgoingdialog.cpp \ |
163 | outgoingdialog_base.cpp \ | 163 | outgoingdialog_base.cpp \ |
164 | publishdialog.cpp \ | 164 | publishdialog.cpp \ |
165 | publishdialog_base.cpp \ | 165 | publishdialog_base.cpp \ |
166 | savetemplatedialog.cpp \ | 166 | savetemplatedialog.cpp \ |
167 | searchdialog.cpp \ | 167 | searchdialog.cpp \ |
168 | simplealarmclient.cpp \ | 168 | simplealarmclient.cpp \ |
169 | statusdialog.cpp \ | 169 | statusdialog.cpp \ |
170 | timeline.cpp \ | 170 | timeline.cpp \ |
171 | timespanview.cpp \ | 171 | timespanview.cpp \ |
172 | ../kalarmd/alarmdialog.cpp | 172 | ../kalarmd/alarmdialog.cpp |
173 | 173 | ||
174 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h | 174 | HEADERS += calprintbase.h calprinter.h calprintplugins.h cellitem.h |
175 | INTERFACES += calprintdayconfig_base.ui \ | 175 | INTERFACES += calprintdayconfig_base.ui \ |
176 | calprintmonthconfig_base.ui \ | 176 | calprintmonthconfig_base.ui \ |
177 | calprinttodoconfig_base.ui \ | 177 | calprinttodoconfig_base.ui \ |
178 | calprintweekconfig_base.ui | 178 | calprintweekconfig_base.ui |
179 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp | 179 | SOURCES += calprintbase.cpp calprinter.cpp calprintplugins.cpp cellitem.cpp |
180 | 180 | ||
181 | 181 | ||
182 | 182 | ||
183 | win32: { | 183 | win32: { |
184 | HEADERS += ../outport/msoutl9.h \ | 184 | HEADERS += ../outport/msoutl9.h \ |
185 | koimportoldialog.h | 185 | koimportoldialog.h |
186 | 186 | ||
187 | 187 | ||
188 | SOURCES += ../outport/msoutl9.cpp \ | 188 | SOURCES += ../outport/msoutl9.cpp \ |
189 | koimportoldialog.cpp | 189 | koimportoldialog.cpp |
190 | 190 | ||
191 | 191 | ||
192 | } | 192 | } |
193 | 193 | ||