Age | Commit message (Collapse) | Author |
|
|
|
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)
|
|
This method allows to clean up the selection map kept internally
in HildonLiveSearch, for cases in which restoring the previous
selection would cause inconsistences.
|
|
Allowing to programmatically disable/enable HildonLiveSearch from
a HildonTouchSelector. Add also the setters/getters for this.
|
|
|
|
This makes it easier to replace the text once the dialog is shown
again.
Fixes: NB#121965 (Region touch list picker: Value in search field
is not selected in specified scenario)
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
|
|
Fix another public method that is not properly hidding the
GtkTreeModelFilter. Reported by Jan-Arne Petersen.
|
|
To hildon_gtk_take_screenshot_sync(), for sake of simplicity. Also,
added to the docs.
|
|
Enhance the horrible take screenshot interface to block the client until
it's complete. The test program may not build out of the box. Requires
modified hildon-desktop from http://maemo.gitorious.org/fremantle-hildon-desktop/hildon-desktop/commits/screenshot.
Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>
|
|
The call to gtk_widget_grab_focus() had no effect, so remove. Also,
call gtk_widget_child_focus() on the touchselector on column addition,
to ensure that the focus reaches the first focusable child.
Fixes: NB#150628 (Live Search doesn't come up in Profiles applet until
the focus is changed)
|
|
Accidentaly, the method used to determine whether to skip separators
was g_unichar_isalpha() instead of g_unichar_isalnum().
Fixes: NB#150710 (live search not working for numbers)
|
|
Since there are many types of harmless windows that can appear below a
HildonAppMenu, don't hide it unless one of those windows is modal.
Use also a small timeout to check for intruder windows to avoid race
conditions.
Fixed: NB#150319 (HildonAppMenu doesn't show when another top level
widget is around)
|
|
|
|
This makes it easier for the use to override the default CFLAGS when
running 'make'
|
|
|
|
|
|
|
|
User given iter is in the child GtkTreeModel space. Convert it
properly to the GtkTreeModelFilter space before calling
gtk_tree_selection_unselect_iter().
Fixes: NB#149035 ("Never" is not deselected when selected other Repeat
option(like Mon or Tues or ...) in the edit alarm dialog)
|
|
This allows GtkHTML receiving the notify event and be able to paint
selection during motion_notify.
|
|
It uses GDK_SHIFT_MASK to detect the key and lets GtkTextView do the
hard work.
|