Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-12 | Make strip_string() and strstrcasedecomp_needle_stripped() public | Claudio Saavedra | |
So that other implementations of the live search can take advantage of them. | |||
2010-04-12 | Revert "[HildonLiveSearch] Unset the filter visible func. during dispose" | Claudio Saavedra | |
This reverts commit fc750821842df60096068c9c9e4b33085a1eecbf. That commit is broken since the filter is set to NULL. Also, it is not really possible to change or unset the visible function, so we are doomed. | |||
2010-04-06 | Fix size request of HildonBanner label | Alberto Garcia | |
Use the desired size (taken from the Pango layout) directly in the GtkWidget::"size-request" callback instead of calling gtk_widget_set_size_request() to set it. Fixes: NB#156165 (multi-line portrait info banners misalignment) | |||
2010-03-22 | [HildonLiveSearch] Unset the filter visible func. during dispose | Claudio Saavedra | |
This prevents a crasher when the model changes after the live search is disposed. | |||
2010-03-22 | [HildonPannableArea] Explicitly unmap during unrealization | Claudio Saavedra | |
Since GtkWidget won't necessarily emit GtkWidget::unmap during unrealization, we need to explicitly unmap if necessary to avoid leaving our resources and handlers lying around. See bgo#613302. Fixes: NB#160879 (crash in pannable area with glib 2.23.5) | |||
2010-03-16 | Compute the HildonPickerDialog size request correctly in portrait mode | Alberto Garcia | |
Fixes: NB#158695 (HildonTouchSelector looks bad in portrait mode) Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-03-08 | Fixed compilation warning in HildonLiveSearch regarding TreeModelSort | Xabier Rodriguez Calvar | |
2010-03-03 | Fix consistency of selection map in HildonLiveSearch | Xavier Claessens | |
Fixes NB#158744 (1st selected contact from the list is replaced with the next one instead of appending both to the list) Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-02-26 | Remove spare g_debug() | Adam Endrodi | |
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-02-25 | Fix critical warnings | Claudio Saavedra | |
Create the selection map when the filter is set and there is already a prefix text in the live search. | |||
2010-02-25 | Filter after visible func. or filter are set | Claudio Saavedra | |
This enables HildonLiveSearch:text to be set before the filter or visible function, and make it work accordingly. | |||
2010-02-25 | Fix a critical warning | Claudio Saavedra | |
There is a critical warning when HildonLiveSearch:text is set right after creation. | |||
2010-02-25 | Documentation additions and minor fixes | Claudio Saavedra | |
2010-02-25 | Indentation fixes | Claudio Saavedra | |
2010-02-25 | Use the setter in hildon_live_search_set_property for "text" | Claudio Saavedra | |
2010-02-25 | Emit GObject::notify on HildonLiveSearch:text changes | Claudio Saavedra | |
Since HildonLiveSearch:text is a proxy for GtkEntry:text, it makes sense to do it in the handler for GtkEntry::changed. | |||
2010-02-25 | Factor out HildonLiveSearch code | Claudio Saavedra | |
2010-02-25 | Fix critical warnings in HildonLiveSearch | Claudio Saavedra | |
These were introduced by the virtual-root work. | |||
2010-02-25 | Implement hildon_live_search_set_text | Alban Crequy | |
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-02-25 | Add read-write "text" property on HildonLiveSearch | Alban Crequy | |
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-02-24 | HildonSortDialog: don't complain if the sort key is set to 0 | Alberto Garcia | |
Fixes: NB#134052 | |||
2010-02-24 | Fix HildonLiveSearch with multiple models in the view | Alban Crequy | |
Don't assume that the GtkTreeModel given to HildonLiveSearch is the one used by the GtkTreeView. hildon-fm uses a GtkTreeModelSort after the GtkTreeModelFilter, so it makes the necessary conversions of iterators if the application has a GtkTreeModelSort. Don't assume that items in the view have a deepness of 0. In selection_map_update_selection_from_map and selection_map_update_map_from_selection, it makes the conversions of GtkTreePath. Fixes: NB#140251, Livesearch for File Manager Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> | |||
2010-02-23 | Remove main item and repack label for progress and information banners | Xabier Rodriguez Calvar | |
Doing it in _set_text was causing a problem with information banner, which ended up not having the animation widget. Fixes: NB#156325 | |||
2010-02-22 | Update HildonPickerDialog documentation | Alberto Garcia | |
Explain that the dialog emits GtkDialog::response when a selection is completed | |||
2010-02-22 | Fix hildon_pannable_area_scroll_to() example | Alberto Garcia | |
Fixes: MB#9194 | |||
2010-02-22 | Support silent build rules with automake 1.11 | Javier Jardón | |
Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugs.maemo.org/show_bug.cgi?id=5147 | |||
2010-02-15 | Disable focus on treeview only for HildonTouchSelectorEntry. | Xabier Rodriguez Calvar | |
Fixes: NB#113741 (Ctrl+A shortcut not working in Delete fields dialog) | |||
2010-02-15 | Added internal api to disable treeview focus in touch selector column. | Xabier Rodriguez Calvar | |
2010-02-15 | Avoid reinjecting control keys presses to the live search entry. | Xabier Rodriguez Calvar | |
2010-02-12 | Don't crash HildonDateSelector if a locale is not available | Alberto Garcia | |
Fixes: NB#156737 | |||
2010-02-10 | Make HildonPickerButton support portrait mode | Alberto Garcia | |
Fixes: NB#155502 (HildonPickerDialog doesn't support portrait mode) | |||
2010-02-01 | Fix memory leak in HildonAnimationActor | Alberto Garcia | |
Fixes: MB#8731 (Memory leaks in widget HildonAnimationActor) | |||
2010-01-29 | Improved doc of HildonTouchSelector about columns management | Xabier Rodriguez Calvar | |
2010-01-29 | Improved docs of HildonTouchSelectorEntry about columns management. | Xabier Rodriguez Calvar | |
Fixes: NB#4658 (Documentation: HildonTouchSelectorEntry is unclear about auto-completion/text column) | |||
2010-01-29 | Update HildonNote documentation | Alberto Garcia | |
Fixes: MB#6069 | |||
2010-01-29 | Deprecate HildonPannableArea:size-request-policy | Alberto Garcia | |
Fixes: MB#5284 | |||
2010-01-29 | New smart match feature for HildonTouchSelectorEntry | Alberto Garcia | |
Fixes: MB#123249 (HildonTouchSelectorEntry is case-sensitive) | |||
2010-01-28 | Improved "mode" and "mov-mode" properties doc in HildonPannableArea. | Xabier Rodriguez Calvar | |
Fixes: NB#4638 (HildonPannableArea description should mention mov-mode property) | |||
2010-01-28 | Set HildonPannableArea::sps to 28 in text columns | Alberto Garcia | |
Fixes: NB#140410 | |||
2010-01-27 | Deprecate HildonWindowClipboardOperation | Alberto Garcia | |
Fixes: MB#4579 (HildonWindowClipboardOperation is completely undocumented) | |||
2010-01-27 | Replace "axis" and "gravity" defines with enums. | Xabier Rodriguez Calvar | |
Based on a patch of David King <davidk@openismus.com>. Replace "axis" and "gravity" defines with HildonAnimationActorAxis and HildonAnimationActorGravity enums. Adjust function arguments appropriately. Fixes: MB#4695 (HildonAnimationActor defines are passively documented in function descriptions) | |||
2010-01-27 | Fixes doc typos and mistakes in HildonAnimationActor. | Xabier Rodriguez Calvar | |
Based on a patch of David King <davidk@openismus.com>. | |||
2010-01-22 | HildonTouchSelector documentation updates | Alberto Garcia | |
Fixes: MB#4640 | |||
2010-01-21 | Not doing anything after the "changed" signal in touch selector. | Xabier Rodriguez Calvar | |
Fixes: NB#152686 | |||
2010-01-21 | Changed touch selector examples to choose between single and multiple | Xabier Rodriguez Calvar | |
2010-01-19 | Make the HildonPannableArea more evident using an initial fade-in effect | Alberto Garcia | |
Fixes: NB#152909 (Making the panning indicator more evident) | |||
2010-01-19 | Don't disable the initial hint in HildonTouchSelector | Alberto Garcia | |
2010-01-19 | HildonPannableArea: show the initial effect everytime the window appears | Alberto Garcia | |
2010-01-15 | Fixed compilation warnings about live search | Xabier Rodriguez Calvar | |
2010-01-14 | Fix build after Berto's patch | Claudio Saavedra | |