Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset network list button | Chandni Verma | 2011-02-15 | 1 | -0/+33 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264 | ||||
* | Add context on "Select" strings (#629707) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+2 |
| | |||||
* | allow to choose irc network with ENTER | Felix Kaser | 2010-08-26 | 1 | -0/+12 |
| | | | | while searching, the enter key allows you to select an irc network | ||||
* | fix selection problems in irc networks | Felix Kaser | 2010-08-26 | 1 | -5/+21 |
| | |||||
* | grab focus on the treeview after adding, editing or removing network | Guillaume Desmottes | 2010-08-26 | 1 | -0/+4 |
| | |||||
* | irc-network-chooser-dialog: make it transient and modal | Guillaume Desmottes | 2010-08-26 | 1 | -1/+5 |
| | |||||
* | search_text_notify_cb: select first matching only if we are still searching | Guillaume Desmottes | 2010-08-26 | 1 | -2/+21 |
| | | | | Also scroll to the selected network when cancelling the search. | ||||
* | Hide the search after picking the network to get the right one | Guillaume Desmottes | 2010-08-26 | 1 | -2/+3 |
| | |||||
* | cance live search when adding/removing a network | Guillaume Desmottes | 2010-08-25 | 1 | -0/+4 |
| | |||||
* | search_text_notify_cb: rename iter to filter_iter to avoid confusion | Guillaume Desmottes | 2010-08-25 | 1 | -3/+4 |
| | |||||
* | factor out iter_to_filter_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -14/+21 |
| | |||||
* | scroll_to_iter: need a filter iter | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | assert that iter convert don't fail | Guillaume Desmottes | 2010-08-25 | 1 | -6/+6 |
| | | | | If they do we did something wrong. | ||||
* | select_iter: set the cursor as well | Guillaume Desmottes | 2010-08-25 | 1 | -0/+10 |
| | |||||
* | make title clearer | Guillaume Desmottes | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | don't allow to select a network if none is actually selected | Guillaume Desmottes | 2010-08-25 | 1 | -2/+7 |
| | |||||
* | replace the close button by 'Select' | Guillaume Desmottes | 2010-08-25 | 1 | -1/+4 |
| | |||||
* | select the first matching network when searching | Guillaume Desmottes | 2010-08-25 | 1 | -0/+6 |
| | |||||
* | pass filter iter to select_iter() and scroll_to_iter() | Guillaume Desmottes | 2010-08-25 | 1 | -19/+27 |
| | |||||
* | irc-network-chooser-dialog: use network accessors | Guillaume Desmottes | 2010-08-25 | 1 | -18/+4 |
| | |||||
* | irc-network-chooser-dialog: add live search support | Guillaume Desmottes | 2010-08-25 | 1 | -7/+91 |
| | |||||
* | add empathy-irc-network-chooser-dialog | Guillaume Desmottes | 2010-08-25 | 1 | -0/+487 |
Some of the code has been copied from empathy-account-widget-irc.c. |