Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | live-search: fix typo | Guillaume Desmottes | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 1 | -0/+24 |
| | | | | Added missing default cases and missing enum cases. | ||||
* | Group all matching functions together | Xavier Claessens | 2010-07-30 | 1 | -69/+69 |
| | | | | This is only code move, no change | ||||
* | Simplify code: Avoid nested loops | Xavier Claessens | 2010-07-30 | 1 | -61/+63 |
| | |||||
* | Make livesearch work if accentued letters are pre-decomposed | Xavier Claessens | 2010-07-30 | 1 | -6/+6 |
| | |||||
* | Make EmpathyLiveSearch's match algo smarter with words | Xavier Claessens | 2010-07-30 | 1 | -27/+74 |
| | | | | Fixes bug #622376 | ||||
* | added return value for the keynav signal | Felix Kaser | 2010-07-29 | 1 | -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 signal | Felix Kaser | 2010-07-29 | 1 | -2/+2 |
| | | | | now VOID__BOXED is used instead of VOID__POINTER | ||||
* | enable keynavigation during search in contact-list | Felix Kaser | 2010-07-29 | 1 | -4/+24 |
| | |||||
* | dont catch key up and down from the treeview | Felix Kaser | 2010-07-29 | 1 | -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 searching | Felix Kaser | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Add "activate" signal on EmpathyLiveSearch | Xavier Claessens | 2010-06-21 | 1 | -0/+25 |
| | | | | It is emitted when its GtkEntry is activated. | ||||
* | Fix authors and copyright of EmpathyLiveSearch | Xavier Claessens | 2010-06-14 | 1 | -0/+3 |
| | |||||
* | Show/Hide the live search before refiltering | Xavier Claessens | 2010-06-09 | 1 | -5/+5 |
| | |||||
* | Add EmpathyLiveSearch widget | Felix Kaser | 2010-06-08 | 1 | -0/+559 |