Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tp-account-widgets: Move account widgets code in the tp-account-widgets subdir | Emanuele Aina | 2013-08-20 | 1 | -740/+0 |
| | | | | | | | Start moving the account widgets code in a subdir before fully isolating it and stubbing it out in a submodule. https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -3/+3 |
| | | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 1 | -3/+3 |
| | | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 1 | -3/+3 |
| | | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -6/+0 |
| | | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | irc-network-chooser-dialog: break live search references cycle | Guillaume Desmottes | 2013-03-11 | 1 | -0/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=692105 | ||||
* | irc-network-chooser-dialog: disconnect live search signals in dispose | Guillaume Desmottes | 2013-03-11 | 1 | -12/+12 |
| | | | | | | | The 'destroyed' signal is called to late, we have to disconnect those signals before destroying the live search object. https://bugzilla.gnome.org/show_bug.cgi?id=692105 | ||||
* | irc-network-chooser-dialog: use GNOME 3 +/- buttons | Guillaume Desmottes | 2013-01-08 | 1 | -10/+54 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668464 | ||||
* | irc-network-chooser-dialog: Attach dialog to parent window | Michael Wood | 2012-11-02 | 1 | -1/+1 |
| | | | | | | This avoid losing the window and the window order. https://bugzilla.gnome.org/show_bug.cgi?id=687361 | ||||
* | irc-network-chooser-dialog: be more NULL-safe | Guillaume Desmottes | 2012-01-13 | 1 | -1/+4 |
| | |||||
* | 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. |