Errores #60
Some GUI suggestions
| Status: | Resuelta | Start: | 07/13/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | YASS - GUI | |||
| Target version: | 0.5.1 |
Description
- A call should be possible by typing the number and pressing Enter.
- A call should be ended when pressing ESC (having YASS window the desktop focus).
- The config button should dissapear. Instead, a menu "Edit" - "Configuration" could exist.
- The "Call" icon/buttom makes no sense since has the same meaning as the "Dial" buttom.
- DTMF should be available jsut by pressing a key (1-9,A-D,*,#) having YASS window the desktop focus.
- The menu "File" has a wrong and deprecated name. The new "fashion" is name it "Yass" (the application name).
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Target version changed from 0.5.0 to 0.5.1
Thanks for the suggestions! I'll focus exactly on that for 0.5.1 release :)
Updated by Saúl Ibarra Corretgé over 2 years ago
OK, just done two things:
- When a number is entered ant the textbox, if ENTER is pressed the call is launched.
- 'Call' button has been deleted.
However, there are 2 things I'm not going to implement right now:
- Hangup when pressing ESC
- DTMFs when window i on focus.
I believe they can be usefull, but I prefer to do keep it separate for the moment. We may implement it later, but not just right now, as all the window handling code should be changed. Now we use signal-slot mechanism, which is realy clear in the code.
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Another 2 suggestions implemented.
- Config button disappeared in favor of Edit > Configuration. 'File' menu renamed to YASS
This is the initial fix changeset to the GUI, we may come back with better changes :)
Ibc, thanks again for your suggestions :)