author | eilers <eilers> | 2002-12-17 13:36:30 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-12-17 13:36:30 (UTC) |
commit | 49a8bda7be0e3f3a476f664f43753d85448cb483 (patch) (side-by-side diff) | |
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 @@ -27,14 +27,12 @@ Bugs but not in addressbook: - Exporting and reimporting of Jobtitle was reported to fail (Could not reproduce this ! (se)) Urgent: -------- -- Implement Button Pics - ContactEditor: - Contact-Editor is temporarely reenabled. Wait for replacement. - Redesign of Contacteditor - Store last settings of combo-boxes - Category is on the wrong position after changing to personal and back to normal ( Temporarily workaround: Category is never deactivated.. :S ) @@ -43,13 +41,12 @@ ContactEditor: Important: ---------- - Implement a picker/combo for the default email. - After search (Started with Return): KeyFocus should be on Tabelle -- Add a dialog to accept and optionally edit received contacts by IRDA. - "What's this" should be added (Deleyed after Feature Freeze) Less important: --------------- - Reload if contacts were changed externally - Overview window cleanup needed.. @@ -105,6 +102,8 @@ Fixed: zu lange.. - VCARD: Import of Anniversary does not work correctly (currently disabled) - Name order selected in "contacteditor" not used in list view. - OK-Key does not switch from Detailview (ablable) to Listview - Receiving of beams should open a dialog - Fix start of opie-mail +- Implement Button Pics +- 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 @@ -101,13 +101,13 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, QPopupMenu *edit = new QPopupMenu( mbList ); mbList->insertItem( tr( "Contact" ), edit ); // View Icons - m_tableViewButton = new QAction( tr( "List" ), Resource::loadPixmap( "datebook/weeklst" ), + m_tableViewButton = new QAction( tr( "List" ), Resource::loadPixmap( "addressbook/weeklst" ), QString::null, 0, this, 0 ); connect( m_tableViewButton, SIGNAL( activated() ), this, SLOT( slotListView() ) ); m_tableViewButton->setToggleAction( true ); m_tableViewButton->addTo( listTools ); m_cardViewButton = new QAction( tr( "Card" ), Resource::loadPixmap( "day" ), QString::null, 0, this, 0 ); connect( m_cardViewButton, SIGNAL( activated() ), this, SLOT( slotCardView() ) ); @@ -172,13 +172,13 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, a->addTo( searchBar ); a = new QAction( tr( "Close Find" ), Resource::loadPixmap( "close" ), QString::null, 0, this, 0 ); connect( a, SIGNAL( activated() ), this, SLOT( slotFindClose() ) ); a->addTo( searchBar ); - a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "mail/sendmail" ), + a = new QAction( tr( "Write Mail To" ), Resource::loadPixmap( "addressbook/sendmail" ), QString::null, 0, this, 0 ); //a->setEnabled( FALSE ); we got support for it now :) zecke actionMail = a; connect( a, SIGNAL( activated() ), this, SLOT( writeMail() ) ); a->addTo( edit ); a->addTo( listTools ); 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,7 +1,7 @@ -Files: bin/addressbook apps/1Pim/addressbook.desktop +Files: bin/addressbook apps/1Pim/addressbook.desktop pics/addressbook/*.png Priority: optional Section: opie/applications Conflicts: qpe-tkcaddressbook Maintainer: Stefan Eilers <eilers.stefan@epost.de> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION |