Feature #146
Please add right-click menu to queries
Status: | Closed | Start: | ||
Priority: | Low | Due date: | ||
Assigned to: | Clément Bourgeois | % Done: | 100% |
|
Category: | Frontend GNOME | |||
Target version: | 0.7 | |||
Complexity: | ||||
Votes: | 0 |
Description
Hi,
please add a right-click context menu in private message windows, with common operations such as Whois, CTCP Version, CTCP Ping, and so on.
Thank you,
Davide
Associated revisions
Revision 7d99797f0e56f6ab87dea68356f038174fd9a7af
Implemented IRC popup menu for queries (closes: #146)
Changes based on work done by David Paleino (patch sent 03/01/2009)
Signed-off-by: Mirco Bauer <meebey@meebey.net>
Revision 5a76189859ddc1a6ccbd07f3121f737eb4b4e583
Show CTCP replies on query tabs when available (closes: #269, refs: #146)
Signed-off-by: Mirco Bauer <meebey@meebey.net>
History
Updated by David Paleino 5801 days ago
- Status changed from New to Assigned
Updated by anonymous - 5801 days ago
Hello Mirco,
I've implemented this in Git branch 146.
It needs the patch for #147 to be applied first, as this one depends on methods created there.
Please apply this to trunk/, and tell me when I can close the ticket and merge the branches into my git's master.
Kindly,
David
Updated by David Paleino 5801 days ago
- Status changed from Assigned to Closed
- 1 set to fixed
Updated by David Paleino 5801 days ago
- Status changed from Closed to Feedback
- 1 deleted (
fixed)
Updated by David Paleino 5801 days ago
- Status changed from Feedback to New
Updated by David Paleino 5801 days ago
- Status changed from New to Assigned
Updated by Mirco Bauer 5801 days ago
private PersonChatModel _personChat; private IrcProtocolManager _IrcProtocolManager;Also don't do this:
using Gtk;
that causes conflicts with types and Gtk is very short to type.
Updated by Mirco Bauer 5437 days ago
- Target version changed from 0.8 to 0.7
Updated by Mirco Bauer 5435 days ago
- Assigned to changed from David Paleino to Clément Bourgeois
Updated by Clément Bourgeois 5434 days ago
- % Done changed from 0 to 100
Everything is implemented now. You can merge for testing.
http://moonpyk.ath.cx/git/?p=smuxi.git;a=commit;h=ec0f54837eb1c96a1846401e6a613ea0016f4d6a
git://moonpyk.ath.cx/smuxi.git -> features/#146_Please_add_right-click_menu_to_queries
Updated by Clément Bourgeois 5434 days ago
- Status changed from Assigned to Closed
Applied in changeset 7d99797f0e56f6ab87dea68356f038174fd9a7af.