Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | Only set the visible func in the filter if necessary | Claudio Saavedra | |
This avoids overriding a visible function set by the user directly in the model filter. | |||
2009-11-16 | Make on_key_press_event() return TRUE so keypresses are not handled twice | Alberto Garcia | |
2009-11-16 | Handle also the 'destroy' signal of HildonLiveSearch's tree view | Alberto Garcia | |
Handle also GtkObject:destroy on HildonLiveSearch's GtkTreeView, and call hildon_live_search_widget_unhook() when either the tree view or the event widget is destroyed. Make also hildon_live_search_widget_unhook() a bit simpler | |||
2009-11-16 | HildonLiveSearch: store a reference to the tree view and the hook widget | Alberto Garcia | |
2009-11-16 | HildonLiveSearch: Set the initial value of text_column to -1 | Alberto Garcia | |
2009-11-16 | Change HildonLiveSearch indentation to match that of the rest of Hildon | Alberto Garcia | |
2009-11-16 | Compare old and new filters in hildon_live_search_set_filter() | Alberto Garcia | |
Just return if the old filter is the same as the new one. Also, as a general rule, it's best to ref the new filter before unref'ing the old one. | |||
2009-11-16 | Better check for parameters in the HildonLiveSearch public API | Alberto Garcia | |
2009-11-16 | Fix leak in hildon_live_search_restore_state() | Alberto Garcia | |
2009-11-16 | Remove unnecessary check from HildonLiveSearch | Alberto Garcia | |
2009-11-16 | Add missing 'Since:' keywords to HildonLiveSearch | Alberto Garcia | |
2009-11-16 | Add pointer to HildonLiveSearchPrivate to the HildonLiveSearch struct | Alberto Garcia | |
2009-11-16 | Properly clear HildonLiveSearch entry when the widget is closed | Claudio Saavedra | |
Not emitting the "changed" signal on the entry means that the view is not filtered. Also, there's no need to clean up the prefix text, since it will be done in the "changed" signal handler. | |||
2009-11-16 | Minor documentation fix | Claudio Saavedra | |
2009-11-16 | Add the documentation for HildonLiveSearch | Claudio Saavedra | |
2009-11-16 | Make the treeview grab the focus when the livesearch entry is hidden | Claudio Saavedra | |
This makes sure that on the next keypress, the livesearch entry is popped up. | |||
2009-11-16 | Forward the first key press in the treeview to the livesearch entry | Claudio Saavedra | |
2009-11-16 | Major clean-up of the HildonLiveSearch event handling | Claudio Saavedra | |
Based on work by Xavier Claessens <xavier.claessens@collabora.co.uk> | |||
2009-11-16 | Use a handler for GtkObject::destroy instead of a weak reference | Claudio Saavedra | |
This way, it doesn't matter the order the widgets are destroyed. | |||
2009-11-16 | hildon_live_search_set_text_column() doc updates | Claudio Saavedra | |
2009-11-16 | Remove trailing whitespaces coming from osso times | Claudio Saavedra | |
2009-11-16 | Add use a weak reference to the hook widget to discard its event handlers | Claudio Saavedra | |
When the hook widget is finalized before the HildonLiveSearch widget, the disconnection of its event handlers happens too late. Using a weak reference to discard the event handlers ids avoids getting critical warnings because of this. | |||
2009-11-16 | Add hildon_live_search_set_filter_func() for custom filtering | Claudio Saavedra | |
Add a hildon_live_search_set_filter_func() and HildonLiveSearchFilterFunc definition to allow a customized filtering of the visible methods during live search. | |||
2009-11-16 | Add a HildonLiveSearch:text-column property | Claudio Saavedra | |
This property enables the HildonLiveSearch widget to filter on a user suplied column instead of using the first one only. | |||
2009-11-16 | Use GtkTreePath methods in the selection mapping for better performance | Claudio Saavedra | |
Using GtkTreeIter methods for this is really expensive, since internally these obtain the corresponding GtkTreePath for each iter and then operate with the GtkTreePath equivalents. Doing this improves performance during the mapping considerably. | |||
2009-11-16 | Fixed license oddity | Claudio Saavedra | |
2009-11-16 | Relicense to HildonLiveSearch to LGPL | Claudio Saavedra | |
2009-11-16 | Rename OssoABookLiveSearch to HildonLiveSearch | Claudio Saavedra | |
2009-11-16 | Revert "New HildonLiveSearch widget and search support for touch selectors" | Claudio Saavedra | |
This reverts commit 6f8d33bee251c0d75f65599757efabf02682e6ff. We don't want squashed commits. Changes from the live-search will be rebased on top of master instead. | |||
2009-11-11 | New HildonLiveSearch widget and search support for touch selectors | Alberto Garcia | |
Fixes: NB#142952 (Search support for lists) |