aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-12Make strip_string() and strstrcasedecomp_needle_stripped() publicClaudio Saavedra
So that other implementations of the live search can take advantage of them.
2010-04-12Revert "[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-06Fix size request of HildonBanner labelAlberto 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 disposeClaudio Saavedra
This prevents a crasher when the model changes after the live search is disposed.
2010-03-22[HildonPannableArea] Explicitly unmap during unrealizationClaudio 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-16Compute the HildonPickerDialog size request correctly in portrait modeAlberto Garcia
Fixes: NB#158695 (HildonTouchSelector looks bad in portrait mode) Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2010-03-08Fixed compilation warning in HildonLiveSearch regarding TreeModelSortXabier Rodriguez Calvar
2010-03-03Fix consistency of selection map in HildonLiveSearchXavier 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-26Remove spare g_debug()Adam Endrodi
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2010-02-25Fix critical warningsClaudio Saavedra
Create the selection map when the filter is set and there is already a prefix text in the live search.
2010-02-25Filter after visible func. or filter are setClaudio Saavedra
This enables HildonLiveSearch:text to be set before the filter or visible function, and make it work accordingly.
2010-02-25Fix a critical warningClaudio Saavedra
There is a critical warning when HildonLiveSearch:text is set right after creation.
2010-02-25Documentation additions and minor fixesClaudio Saavedra
2010-02-25Indentation fixesClaudio Saavedra
2010-02-25Use the setter in hildon_live_search_set_property for "text"Claudio Saavedra
2010-02-25Emit GObject::notify on HildonLiveSearch:text changesClaudio Saavedra
Since HildonLiveSearch:text is a proxy for GtkEntry:text, it makes sense to do it in the handler for GtkEntry::changed.
2010-02-25Factor out HildonLiveSearch codeClaudio Saavedra
2010-02-25Fix critical warnings in HildonLiveSearchClaudio Saavedra
These were introduced by the virtual-root work.
2010-02-25Implement hildon_live_search_set_textAlban Crequy
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2010-02-25Add read-write "text" property on HildonLiveSearchAlban Crequy
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2010-02-24HildonSortDialog: don't complain if the sort key is set to 0Alberto Garcia
Fixes: NB#134052
2010-02-24Fix HildonLiveSearch with multiple models in the viewAlban 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-23Remove main item and repack label for progress and information bannersXabier 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-22Update HildonPickerDialog documentationAlberto Garcia
Explain that the dialog emits GtkDialog::response when a selection is completed
2010-02-22Fix hildon_pannable_area_scroll_to() exampleAlberto Garcia
Fixes: MB#9194
2010-02-22Support silent build rules with automake 1.11Javier 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-15Disable focus on treeview only for HildonTouchSelectorEntry.Xabier Rodriguez Calvar
Fixes: NB#113741 (Ctrl+A shortcut not working in Delete fields dialog)
2010-02-15Added internal api to disable treeview focus in touch selector column.Xabier Rodriguez Calvar
2010-02-15Avoid reinjecting control keys presses to the live search entry.Xabier Rodriguez Calvar
2010-02-12Don't crash HildonDateSelector if a locale is not availableAlberto Garcia
Fixes: NB#156737
2010-02-10Make HildonPickerButton support portrait modeAlberto Garcia
Fixes: NB#155502 (HildonPickerDialog doesn't support portrait mode)
2010-02-01Fix memory leak in HildonAnimationActorAlberto Garcia
Fixes: MB#8731 (Memory leaks in widget HildonAnimationActor)
2010-01-29Improved doc of HildonTouchSelector about columns managementXabier Rodriguez Calvar
2010-01-29Improved docs of HildonTouchSelectorEntry about columns management.Xabier Rodriguez Calvar
Fixes: NB#4658 (Documentation: HildonTouchSelectorEntry is unclear about auto-completion/text column)
2010-01-29Update HildonNote documentationAlberto Garcia
Fixes: MB#6069
2010-01-29Deprecate HildonPannableArea:size-request-policyAlberto Garcia
Fixes: MB#5284
2010-01-29New smart match feature for HildonTouchSelectorEntryAlberto Garcia
Fixes: MB#123249 (HildonTouchSelectorEntry is case-sensitive)
2010-01-28Improved "mode" and "mov-mode" properties doc in HildonPannableArea.Xabier Rodriguez Calvar
Fixes: NB#4638 (HildonPannableArea description should mention mov-mode property)
2010-01-28Set HildonPannableArea::sps to 28 in text columnsAlberto Garcia
Fixes: NB#140410
2010-01-27Deprecate HildonWindowClipboardOperationAlberto Garcia
Fixes: MB#4579 (HildonWindowClipboardOperation is completely undocumented)
2010-01-27Replace "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-27Fixes doc typos and mistakes in HildonAnimationActor.Xabier Rodriguez Calvar
Based on a patch of David King <davidk@openismus.com>.
2010-01-22HildonTouchSelector documentation updatesAlberto Garcia
Fixes: MB#4640
2010-01-21Not doing anything after the "changed" signal in touch selector.Xabier Rodriguez Calvar
Fixes: NB#152686
2010-01-21Changed touch selector examples to choose between single and multipleXabier Rodriguez Calvar
2010-01-19Make the HildonPannableArea more evident using an initial fade-in effectAlberto Garcia
Fixes: NB#152909 (Making the panning indicator more evident)
2010-01-19Don't disable the initial hint in HildonTouchSelectorAlberto Garcia
2010-01-19HildonPannableArea: show the initial effect everytime the window appearsAlberto Garcia
2010-01-15Fixed compilation warnings about live searchXabier Rodriguez Calvar
2010-01-14Fix build after Berto's patchClaudio Saavedra