Bug 170167 - Disable annoying Tux icon for new appointments
Summary: Disable annoying Tux icon for new appointments
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 09:10 UTC by Unknown
Modified: 2009-01-18 13:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2008-09-01 09:10:57 UTC
Version:           Kontact 1.2.9 (KDE 3.5.10) (using KDE 3.5.9)
OS:                Linux
Installed from:    Ubuntu Packages

(Note: This is against KDE 3.5.10, but the version chooser did not let me choose KDE 3.5.10 - it says it was too old to report bugs against. The even older KDE 3.5.9 was accepted though)

Since I upgraded to KDE 3.5.10, the calendar in Kontact has a really annoying habit: For each new event I create, I am assigned as the organiser and as attendee. Since I use this calendar on my own (no groupware whatsoever), this is completely unnecessary, but not really a problem on its own. What *is* a problem though is that every appointment I am an attendee of gets a small Tux as additional icon. First this was confusing as it did not happen before, and after finding out it is annoying because it wastes space (events which last only one hour now have very little space in the week overview which I usually use). It is also strange to have a bunch of appointments where some of them have that Tux and some have not. So could you please add a possibility to disable that Tux icon, or to disable myself being added automatically to the attendees?
Comment 1 Allen Winter 2009-01-13 01:13:09 UTC
SVN commit 910296 by winterz:

do not put on the organizer icon unless:
 - you are the organizer
 - there is at least 1 other attendee besides yourself
BUG: 170167


 M  +1 -1      koagendaitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=910296
Comment 2 Allen Winter 2009-01-13 01:14:23 UTC
This bug is fixed for the upcoming KDE 4.2.0.
Comment 3 Pradeepto K. Bhattacharya 2009-01-16 21:58:25 UTC
SVN commit 912182 by pradeepto:

Merge -
SVN commit 910296 by winterz:

do not put on the organizer icon unless:
 - you are the organizer
 - there is at least 1 other attendee besides yourself
BUG: 170167



 M  +1 -1      koagendaitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=912182
Comment 4 Pradeepto K. Bhattacharya 2009-01-18 13:20:19 UTC
SVN commit 912822 by pradeepto:

 -- Merge from trunk to fix 3345.

SVN commit 910296 by winterz:

do not put on the organizer icon unless:
 - you are the organizer
 - there is at least 1 other attendee besides yourself
BUG: 170167

--

SVN commit 910727 by winterz:

do not show the Invitation Bar unless there is at least 1 other attendee
besides myself.

--

SVN commit 911196 by winterz:

put some logic into fillAttendeeInput() to determine if the attendee is also
the organizer.  If so, set the default Participation Status and RSVP accordingly.(to Accepted and false, respectively)

This should be the final patch needed to fix Kolab issue3345.



 M  +1 -1      koagendaitem.cpp  
 M  +15 -2     koattendeeeditor.cpp  
 M  +4 -2      koeditorgeneralevent.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=912822