From 49a8bda7be0e3f3a476f664f43753d85448cb483 Mon Sep 17 00:00:00 2001 From: eilers Date: Tue, 17 Dec 2002 13:36:30 +0000 Subject: Now use my own pictures --- (limited to 'core') 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 @@ -30,8 +30,6 @@ Bugs but not in addressbook: Urgent: -------- -- Implement Button Pics - ContactEditor: - Contact-Editor is temporarely reenabled. Wait for replacement. - Redesign of Contacteditor @@ -46,7 +44,6 @@ 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: @@ -108,3 +105,5 @@ Fixed: - 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 @@ -104,7 +104,7 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, // 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 ); @@ -175,7 +175,7 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name, 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; 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,4 +1,4 @@ -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 -- cgit v0.9.0.2