author | eilers <eilers> | 2002-12-17 13:36:30 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-12-17 13:36:30 (UTC) |
commit | 49a8bda7be0e3f3a476f664f43753d85448cb483 (patch) (unidiff) | |
tree | 5ab1ae14e404c0d95e8d8806168ee1e1f1a239da | |
parent | a87952c339b5c43c5657503b882358f0f2d2e9f2 (diff) | |
download | opie-49a8bda7be0e3f3a476f664f43753d85448cb483.zip opie-49a8bda7be0e3f3a476f664f43753d85448cb483.tar.gz opie-49a8bda7be0e3f3a476f664f43753d85448cb483.tar.bz2 |
Now use my own pictures
-rw-r--r-- | core/pim/addressbook/TODO | 5 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 4 | ||||
-rw-r--r-- | core/pim/addressbook/opie-addressbook.control | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/core/pim/addressbook/TODO b/core/pim/addressbook/TODO index a9f65de..df55b2d 100644 --- a/core/pim/addressbook/TODO +++ b/core/pim/addressbook/TODO | |||
@@ -29,10 +29,8 @@ Bugs but not in addressbook: | |||
29 | 29 | ||
30 | 30 | ||
31 | Urgent: | 31 | Urgent: |
32 | -------- | 32 | -------- |
33 | - Implement Button Pics | ||
34 | |||
35 | ContactEditor: | 33 | ContactEditor: |
36 | - Contact-Editor is temporarely reenabled. Wait for replacement. | 34 | - Contact-Editor is temporarely reenabled. Wait for replacement. |
37 | - Redesign of Contacteditor | 35 | - Redesign of Contacteditor |
38 | - Store last settings of combo-boxes | 36 | - Store last settings of combo-boxes |
@@ -45,9 +43,8 @@ Important: | |||
45 | 43 | ||
46 | - Implement a picker/combo for the default email. | 44 | - Implement a picker/combo for the default email. |
47 | - After search (Started with Return): KeyFocus should be on Tabelle | 45 | - After search (Started with Return): KeyFocus should be on Tabelle |
48 | 46 | ||
49 | - Add a dialog to accept and optionally edit received contacts by IRDA. | ||
50 | - "What's this" should be added (Deleyed after Feature Freeze) | 47 | - "What's this" should be added (Deleyed after Feature Freeze) |
51 | 48 | ||
52 | Less important: | 49 | Less important: |
53 | --------------- | 50 | --------------- |
@@ -107,4 +104,6 @@ Fixed: | |||
107 | - Name order selected in "contacteditor" not used in list view. | 104 | - Name order selected in "contacteditor" not used in list view. |
108 | - OK-Key does not switch from Detailview (ablable) to Listview | 105 | - OK-Key does not switch from Detailview (ablable) to Listview |
109 | - Receiving of beams should open a dialog | 106 | - Receiving of beams should open a dialog |
110 | - Fix start of opie-mail | 107 | - Fix start of opie-mail |
108 | - Implement Button Pics | ||
109 | - Add a dialog to accept and optionally edit received contacts by IRDA. | ||
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 68fcf1e..ea87e51 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp | |||
@@ -103,9 +103,9 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
103 | mbList->insertItem( tr( "Contact" ), edit ); | 103 | mbList->insertItem( tr( "Contact" ), edit ); |
104 | 104 | ||
105 | 105 | ||
106 | // View Icons | 106 | // View Icons |
107 | m_tableViewButton = new QAction( tr( "List" ), Resource::loadPixmap( "datebook/weeklst" ), | 107 | m_tableViewButton = new QAction( tr( "List" ), Resource::loadPixmap( "addressbook/weeklst" ), |
108 | QString::null, 0, this, 0 ); | 108 | QString::null, 0, this, 0 ); |
109 | connect( m_tableViewButton, SIGNAL( activated() ), this, SLOT( slotListView() ) ); | 109 | connect( m_tableViewButton, SIGNAL( activated() ), this, SLOT( slotListView() ) ); |
110 | m_tableViewButton->setToggleAction( true ); | 110 | m_tableViewButton->setToggleAction( true ); |
111 | m_tableViewButton->addTo( listTools ); | 111 | m_tableViewButton->addTo( listTools ); |
@@ -174,9 +174,9 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, | |||
174 | a = new QAction( tr( "Close Find" ), Resource::loadPixmap( "close" ), QString::null, 0, this, 0 ); | 174 | a = new QAction( tr( "Close Find" ), Resource::loadPixmap( "close" ), QString::null, 0, this, 0 ); |
175 | connect( a, SIGNAL( activated() ), this, SLOT( slotFindClose() ) ); | 175 | connect( a, SIGNAL( activated() ), this, SLOT( slotFindClose() ) ); |
176 | a->addTo( searchBar ); | 176 | a->addTo( searchBar ); |
177 | 177 | ||
178 | a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "mail/sendmail" ), | 178 | a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "addressbook/sendmail" ), |
179 | QString::null, 0, this, 0 ); | 179 | QString::null, 0, this, 0 ); |
180 | //a->setEnabled( FALSE ); we got support for it now :) zecke | 180 | //a->setEnabled( FALSE ); we got support for it now :) zecke |
181 | actionMail = a; | 181 | actionMail = a; |
182 | connect( a, SIGNAL( activated() ), this, SLOT( writeMail() ) ); | 182 | connect( a, SIGNAL( activated() ), this, SLOT( writeMail() ) ); |
diff --git a/core/pim/addressbook/opie-addressbook.control b/core/pim/addressbook/opie-addressbook.control index 48542e7..f8fd7aa 100644 --- a/core/pim/addressbook/opie-addressbook.control +++ b/core/pim/addressbook/opie-addressbook.control | |||
@@ -1,5 +1,5 @@ | |||
1 | Files: bin/addressbook apps/1Pim/addressbook.desktop | 1 | Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Conflicts: qpe-tkcaddressbook | 4 | Conflicts: qpe-tkcaddressbook |
5 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> | 5 | Maintainer: Stefan Eilers <eilers.stefan@epost.de> |