Rename the rest of the user icons.

Names are now ok, let's wait for pinheiro
to come up with his gorgeous replacement icons :D

svn path=/trunk/KDE/kdepim/kmail/pics/; revision=810352
wilder-work
Jakob Petsovits 18 years ago
parent b74679fde9
commit 549b79c4d3
  1. 52
      kmheaders.cpp
  2. 2
      messageactions.cpp
  3. 0
      pics/mail-encrypted-full.png
  4. 0
      pics/mail-encrypted-part.png
  5. 0
      pics/mail-encrypted.png
  6. 0
      pics/mail-problematic-encryption.png
  7. 0
      pics/mail-problematic-signature.png
  8. 0
      pics/mail-signed-part.png

@ -180,32 +180,32 @@ KMHeaders::KMHeaders( KMMainWidget *aOwner, QWidget *parent ) :
if (!pixmapsLoaded)
{
pixmapsLoaded = true;
pixNew = new QPixmap( SmallIcon( "mail-unread-new" ) );
pixUns = new QPixmap( SmallIcon( "mail-unread" ) );
pixDel = new QPixmap( UserIcon( "mail-deleted" ) );
pixRead = new QPixmap( SmallIcon( "mail-read" ) );
pixRep = new QPixmap( UserIcon( "mail-replied" ) );
pixQueued = new QPixmap( UserIcon( "mail-queued" ) );
pixTodo = new QPixmap( UserIcon( "mail-task" ) );
pixSent = new QPixmap( UserIcon( "mail-sent" ) );
pixFwd = new QPixmap( UserIcon( "mail-forwarded" ) );
pixFlag = new QPixmap( SmallIcon( "emblem-important" ) );
pixWatched = new QPixmap( UserIcon( "mail-thread-watch" ) );
pixIgnored = new QPixmap( UserIcon( "mail-thread-ignored" ) );
pixSpam = new QPixmap( UserIcon( "mail-mark-junk" ) );
pixHam = new QPixmap( SmallIcon( "mail-mark-notjunk" ) );
pixFullySigned = new QPixmap( UserIcon( "mail-signed-verified" ) );
pixPartiallySigned = new QPixmap( UserIcon( "mail-signed-partially" ) );
pixUndefinedSigned = new QPixmap( UserIcon( "mail-signed" ) );
pixFullyEncrypted = new QPixmap( UserIcon( "kmmsgfullyencrypted" ) );
pixPartiallyEncrypted = new QPixmap( UserIcon( "kmmsgpartiallyencrypted" ) );
pixUndefinedEncrypted = new QPixmap( UserIcon( "kmmsgundefinedencrypted" ) );
pixEncryptionProblematic = new QPixmap( UserIcon( "kmmsgencryptionproblematic" ) );
pixSignatureProblematic = new QPixmap( UserIcon( "kmmsgsignatureproblematic" ) );
pixAttachment = new QPixmap( SmallIcon( "mail-attachment" ) );
pixReadFwd = new QPixmap( UserIcon( "mail-forwarded" ) );
pixReadReplied = new QPixmap( UserIcon( "mail-replied" ) );
pixReadFwdReplied = new QPixmap( UserIcon( "mail-forwarded-replied" ) );
pixNew = new QPixmap( SmallIcon( "mail-unread-new" ) );
pixUns = new QPixmap( SmallIcon( "mail-unread" ) );
pixDel = new QPixmap( UserIcon( "mail-deleted" ) );
pixRead = new QPixmap( SmallIcon( "mail-read" ) );
pixRep = new QPixmap( UserIcon( "mail-replied" ) );
pixQueued = new QPixmap( SmallIcon( "mail-queued" ) );
pixTodo = new QPixmap( SmallIcon( "mail-task" ) );
pixSent = new QPixmap( UserIcon( "mail-sent" ) );
pixFwd = new QPixmap( UserIcon( "mail-forwarded" ) );
pixFlag = new QPixmap( SmallIcon( "emblem-important" ) );
pixWatched = new QPixmap( UserIcon( "mail-thread-watch" ) );
pixIgnored = new QPixmap( UserIcon( "mail-thread-ignored" ) );
pixSpam = new QPixmap( UserIcon( "mail-mark-junk" ) );
pixHam = new QPixmap( SmallIcon( "mail-mark-notjunk" ) );
pixFullySigned = new QPixmap( UserIcon( "mail-signed-verified" ) );
pixPartiallySigned = new QPixmap( UserIcon( "mail-signed-part" ) );
pixUndefinedSigned = new QPixmap( UserIcon( "mail-signed" ) );
pixFullyEncrypted = new QPixmap( UserIcon( "mail-encrypted-full" ) );
pixPartiallyEncrypted = new QPixmap( UserIcon( "mail-encrypted-part" ) );
pixUndefinedEncrypted = new QPixmap( UserIcon( "mail-encrypted" ) );
pixEncryptionProblematic = new QPixmap( UserIcon( "mail-problematic-encryption" ) );
pixSignatureProblematic = new QPixmap( UserIcon( "mail-problematic-signature" ) );
pixAttachment = new QPixmap( SmallIcon( "mail-attachment" ) );
pixReadFwd = new QPixmap( UserIcon( "mail-forwarded" ) );
pixReadReplied = new QPixmap( UserIcon( "mail-replied" ) );
pixReadFwdReplied = new QPixmap( UserIcon( "mail-forwarded-replied" ) );
}
header()->setStretchEnabled( false );

@ -81,7 +81,7 @@ MessageActions::MessageActions( KActionCollection *ac, QWidget * parent ) :
this, SLOT(slotNoQuoteReplyToMsg()) );
mCreateTodoAction = new KAction( KIcon("view-pim-tasks"), i18n("Create To-do/Reminder..."), this );
mCreateTodoAction = new KAction( KIcon("task-new"), i18n("Create To-do/Reminder..."), this );
mCreateTodoAction->setIconText( i18n( "Create To-do" ) );
mActionCollection->addAction( "create_todo", mCreateTodoAction );
connect( mCreateTodoAction, SIGNAL(activated()),

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 422 B

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 307 B

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 410 B

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 434 B

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 434 B

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 510 B

Loading…
Cancel
Save