aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-irc-network-chooser-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Reset network list buttonChandni Verma2011-02-151-0/+33
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264
* Add context on "Select" strings (#629707)Guillaume Desmottes2010-09-291-1/+2
|
* allow to choose irc network with ENTERFelix Kaser2010-08-261-0/+12
| | | | while searching, the enter key allows you to select an irc network
* fix selection problems in irc networksFelix Kaser2010-08-261-5/+21
|
* grab focus on the treeview after adding, editing or removing networkGuillaume Desmottes2010-08-261-0/+4
|
* irc-network-chooser-dialog: make it transient and modalGuillaume Desmottes2010-08-261-1/+5
|
* search_text_notify_cb: select first matching only if we are still searchingGuillaume Desmottes2010-08-261-2/+21
| | | | Also scroll to the selected network when cancelling the search.
* Hide the search after picking the network to get the right oneGuillaume Desmottes2010-08-261-2/+3
|
* cance live search when adding/removing a networkGuillaume Desmottes2010-08-251-0/+4
|
* search_text_notify_cb: rename iter to filter_iter to avoid confusionGuillaume Desmottes2010-08-251-3/+4
|
* factor out iter_to_filter_iter()Guillaume Desmottes2010-08-251-14/+21
|
* scroll_to_iter: need a filter iterGuillaume Desmottes2010-08-251-1/+1
|
* assert that iter convert don't failGuillaume Desmottes2010-08-251-6/+6
| | | | If they do we did something wrong.
* select_iter: set the cursor as wellGuillaume Desmottes2010-08-251-0/+10
|
* make title clearerGuillaume Desmottes2010-08-251-1/+1
|
* don't allow to select a network if none is actually selectedGuillaume Desmottes2010-08-251-2/+7
|
* replace the close button by 'Select'Guillaume Desmottes2010-08-251-1/+4
|
* select the first matching network when searchingGuillaume Desmottes2010-08-251-0/+6
|
* pass filter iter to select_iter() and scroll_to_iter()Guillaume Desmottes2010-08-251-19/+27
|
* irc-network-chooser-dialog: use network accessorsGuillaume Desmottes2010-08-251-18/+4
|
* irc-network-chooser-dialog: add live search supportGuillaume Desmottes2010-08-251-7/+91
|
* add empathy-irc-network-chooser-dialogGuillaume Desmottes2010-08-251-0/+487
Some of the code has been copied from empathy-account-widget-irc.c.