Age | Commit message (Collapse) | Author |
|
|
|
Since HildonLiveSearch:text is a proxy for GtkEntry:text, it
makes sense to do it in the handler for GtkEntry::changed.
|
|
|
|
These were introduced by the virtual-root work.
|
|
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
|
|
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
|
|
Fixes: NB#134052
|
|
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>
|
|
Doing it in _set_text was causing a problem with information banner,
which ended up not having the animation widget.
Fixes: NB#156325
|
|
Explain that the dialog emits GtkDialog::response when a selection is
completed
|
|
Fixes: MB#9194
|
|
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
|
|
Fixes: NB#113741 (Ctrl+A shortcut not working in Delete fields dialog)
|
|
|
|
|
|
Fixes: NB#156737
|
|
Fixes: NB#155502 (HildonPickerDialog doesn't support portrait mode)
|
|
Fixes: MB#8731 (Memory leaks in widget HildonAnimationActor)
|
|
|
|
Fixes: NB#4658 (Documentation: HildonTouchSelectorEntry is unclear
about auto-completion/text column)
|
|
Fixes: MB#6069
|
|
Fixes: MB#5284
|
|
Fixes: MB#123249 (HildonTouchSelectorEntry is case-sensitive)
|
|
Fixes: NB#4638 (HildonPannableArea description should mention mov-mode
property)
|
|
Fixes: NB#140410
|
|
Fixes: MB#4579 (HildonWindowClipboardOperation is completely
undocumented)
|
|
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)
|
|
Based on a patch of David King <davidk@openismus.com>.
|
|
Fixes: MB#4640
|
|
Fixes: NB#152686
|
|
|
|
Fixes: NB#152909 (Making the panning indicator more evident)
|
|
|
|
|
|
|
|
|
|
This will allow GtkIconView users to plug a HildonLiveSearch together
with it. Also, add a new example of this.
|
|
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)
|
|
This check is necessary to prevent the signal handler from being
disconnected
|
|
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)
|
|
|
|
|
|
|
|
Fixes: NB#151517 (Device "freezes" and unable to access view menu of
chat view in a certain scenario)
|
|
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.
|
|
|
|
It broke with with the commit 9cd7d2
Fixes: NB#152068 (drop down list in browser appears with the first
item highlighted)
|
|
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>
|
|
Another method missing proper wrapping of the GtkTreeModelFilter.
Fixed now.
Fixes: NB#151339 (Picker value becomes empty when selection is made
via live search)
|
|
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)
|