aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-01-14Initial changes to support HildonLiveSearch used with other widgetsClaudio Saavedra
This will allow GtkIconView users to plug a HildonLiveSearch together with it. Also, add a new example of this.
2010-01-14Center the pannable area on the focused child after pressing a keyAlberto Garcia
This makes the pannable area scroll automatically when the user moves between text entries with the arrow keys. Fixes: NB#135340 (view not scrolling according to cursor position)
2010-01-13Don't set the same menu twice to a windowAlberto Garcia
This check is necessary to prevent the signal handler from being disconnected
2010-01-13Make keyboard shortcuts work with HildonLiveSearchAlberto Garcia
This patch solves a couple of problems in HildonLiveSearch's key-press handler: 1) Don't show the live search entry if the treeview is hidden 2) If the live search is hidden, pass all presses using the Ctrl key to the treeview, so shortcuts (e.g. Ctrl+A) still work. Fixes: NB#151707 (HildonLiveSearch breaks keyboard shortcuts)
2010-01-13Update hildon_pannable_area_add_with_viewport documentationAlejandro Piñeiro
2010-01-08Update configuration outputAlberto Garcia
2010-01-08Build with -DG_DISABLE_CAST_CHECKS, use --enable-debug to overrideAlberto Garcia
2010-01-08Add HildonAppMenu to its parent's window group when it's poppedAlberto Garcia
Fixes: NB#151517 (Device "freezes" and unable to access view menu of chat view in a certain scenario)
2010-01-07Do not attempt to select the first item in a selector if model is emptyClaudio Saavedra
When switching the selection mode in a HildonTouchSelector, the first item might be selected. When retrieving the iterator for this, make sure that there is actually data in the model, before selecting it. This prevents a critical warning. Reported by Iván Frade.
2010-01-04Update contact address in configure.acClaudio Saavedra
2010-01-04Fix hildon_touch_selector_set_active() with index of -1Claudio Saavedra
It broke with with the commit 9cd7d2 Fixes: NB#152068 (drop down list in browser appears with the first item highlighted)
2010-01-04Propagate the return value from gtk_widget_event() in live search hookMathias Hasselmann
Prevents unwanted consumption of unhandled key presses like keyboard shortcuts. Fixes: NB#151707 (HildonLiveSearch breaks keyboard shortcuts) Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
2009-12-18Fix hildon_touch_selector_set_active()Claudio Saavedra
Another method missing proper wrapping of the GtkTreeModelFilter. Fixed now. Fixes: NB#151339 (Picker value becomes empty when selection is made via live search)
2009-12-18Keep selection consistent in touch selectors with single selectionClaudio Saavedra
This cleans the stored selection when changed, in order to avoid keeping a bogus selection, in HildonTouchSelector instances with single selection mode. In these cases, maintaining the previously selected item (when hidden because of filtering) can cause inconsistences later when the filtering is removed. Fixes: NB#151334 (live search not proper for picker buttons)