aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-live-search.c
Commit message (Collapse)AuthorAgeFilesLines
* live-search: fix typoGuillaume Desmottes2010-08-191-1/+1
|
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+24
| | | | Added missing default cases and missing enum cases.
* Group all matching functions togetherXavier Claessens2010-07-301-69/+69
| | | | This is only code move, no change
* Simplify code: Avoid nested loopsXavier Claessens2010-07-301-61/+63
|
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-301-6/+6
|
* Make EmpathyLiveSearch's match algo smarter with wordsXavier Claessens2010-07-301-27/+74
| | | | Fixes bug #622376
* added return value for the keynav signalFelix Kaser2010-07-291-5/+7
| | | | now the hook widget can decide if it wants to handle the event or not. in case of the treeview this allows us to navigate in the search entry with left and right and navigate in the treeview with up and down since those are catched by the treeview
* changed the type of keynav signalFelix Kaser2010-07-291-2/+2
| | | | now VOID__BOXED is used instead of VOID__POINTER
* enable keynavigation during search in contact-listFelix Kaser2010-07-291-4/+24
|
* dont catch key up and down from the treeviewFelix Kaser2010-07-291-0/+5
| | | | it is needed for the navigation. current implementation did catch it from the treeview and propagate it to the live search entry.
* fixed a critical when quiting while searchingFelix Kaser2010-07-291-1/+1
|
* Add "activate" signal on EmpathyLiveSearchXavier Claessens2010-06-211-0/+25
| | | | It is emitted when its GtkEntry is activated.
* Fix authors and copyright of EmpathyLiveSearchXavier Claessens2010-06-141-0/+3
|
* Show/Hide the live search before refilteringXavier Claessens2010-06-091-5/+5
|
* Add EmpathyLiveSearch widgetFelix Kaser2010-06-081-0/+559