Tareas #115
Implement SIP MESSAGE sending in the GUI
| Status: | Resuelta | Start: | 08/22/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | YASS - GUI | |||
| Target version: | 0.5.3 |
Description
We already have it in the core, let's move it to the GUI!
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Comentarios
- % Done changed from 0 to 100
As of r205 Instant Messaging is working correctly (did some testing with Manwe). Currently the way to send a MESSAGE is by selection "Instant Message" option from the buddies menu. Should we include a new button in the toolbar to be able to send a message to an arbitrary URI? I'm up for that :)
Also, do you like the messaging window? Should we use a LineEdit for the message content instead of a text box? (that way we could hit tab to select "send" button for example).
Please, Iñaki and Manww test this feature :)
Updated by Iñaki Baz Castillo over 2 years ago
Where is the feature present? in the 'voip2day' branch? or in the 'trunk'?
Anyhow, I've updated and installed both and I don't see this feature!!!!
Updated by Iñaki Baz Castillo over 2 years ago
opsss, it works, but it seems that doing "make install" in the sources doesn't install yass (doesn't update it) if it's already installed...:
"voip2day" branch is installed with "make install" and now I go into trunk directory and run "make install". This is what I get:
# make install python2.5 setup.py install running install running build running build_py running install_lib running install_data running install_egg_info Removing /usr/lib/python2.5/site-packages/YASS-0.5.3trunk.egg-info Writing /usr/lib/python2.5/site-packages/YASS-0.5.3trunk.egg-info
It's not installed!
Updated by Saúl Ibarra Corretgé over 2 years ago
Latest revision (207) contains several fixes regarding the window focus, which improve usability:
- Now TAB can be pressed from the message box to switch to the button (I don't know how to do the enter key thing, I think it's a limitation of this particular widget)
- Both when the window opens and after sending a message the message box gets the focus, so we can continue typing easily :)
Thanks for the feedback!
Updated by Saúl Ibarra Corretgé over 2 years ago
Ups, forgot to ask again: would you find the message button in the toolbar usefull?
Updated by Iñaki Baz Castillo over 2 years ago
Saúl Ibarra wrote:
Ups, forgot to ask again: would you find the message button in the toolbar usefull?
Yes.
Updated by Saúl Ibarra Corretgé over 2 years ago
Iñaki Baz Castillo wrote:
Saúl Ibarra wrote:
Ups, forgot to ask again: would you find the message button in the toolbar usefull?
Yes.
Done! There is just one little todo, regarding how windows are searched, but besides from that I think this is quite finished :)
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Comentarios to Resuelta
Last issue regarding IM implementation fixed i r209.