Bug 105015 - Standard away message (configurable)
Summary: Standard away message (configurable)
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-03 14:10 UTC by Michal Svec
Modified: 2006-05-01 21:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Let the user choose which auto away message to display (21.21 KB, patch)
2005-05-29 02:01 UTC, Pierre-Etienne Messier
Details
Add standard away message option (20.42 KB, patch)
2006-04-26 20:24 UTC, Jan Ritzerfeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Svec 2005-05-03 14:10:04 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

In case of auto-away Kopete uses the last away message which is kind of confusing,
it might not be relevant any more (on lunch, for instance).

For such cases a (configurable) Standard Away Message would be useful.
Comment 1 Pierre-Etienne Messier 2005-05-28 01:41:17 UTC
I'm currently working on a prototype. I'm planning to add a configurable behavior to it, so that you'll be able to pick the last used message (as it does right now) or specify an independant one (used only for auto away). More on this later when it'll be working...
Comment 2 Pierre-Etienne Messier 2005-05-29 01:59:30 UTC
The following patch let the user choose which auto away message to use. You can set it to use the last away message used (as it always did, that's the default behavior) or specify a new one that will only be used for auto away.

Please review, any comments would be appreciated.

On a side note: should we display a combobox containing all the away messages used (not just for auto away, all messages contained in the "Away Messages"->"Messages" key)? If so, should the auto away message be added to the "Messages" list? Another way to do this (cleaner, IMO) is to just add the auto away message to the combo box (that contains the others away messages) without adding it to the "Messages" list.
Comment 3 Pierre-Etienne Messier 2005-05-29 02:01:06 UTC
Created attachment 11248 [details]
Let the user choose which auto away message to display

Apply in kdenetwork/kopete/
Comment 4 Marc Cramdal 2005-09-03 23:28:58 UTC
Was this patch applied ?
Comment 5 Jan Ritzerfeld 2006-04-26 20:24:37 UTC
Created attachment 15785 [details]
Add standard away message option

I "ported" the patch to svn 0.12. One thing I changed is that when the user
comes back my patch will go online and remove the auto status message instead
of going online with the old message still set.
Comment 6 Jan Ritzerfeld 2006-05-01 01:13:04 UTC
Patch applied to 0.12 branch (r535908). Thanks to Pierre-Etienne Messier. (And please don't ask how the whole patch went into the commit message! :-$)
Comment 7 Pierre-Etienne Messier 2006-05-01 21:44:45 UTC
Thank you for comitting this patch!

P-