aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2009-12-18Add hildon_live_search_clean_selection_map()Claudio Saavedra
This method allows to clean up the selection map kept internally in HildonLiveSearch, for cases in which restoring the previous selection would cause inconsistences.
2009-12-18Make HildonTouchSelector::live-search readwriteClaudio Saavedra
Allowing to programmatically disable/enable HildonLiveSearch from a HildonTouchSelector. Add also the setters/getters for this.
2009-12-18Factor out code to add and remove a livesearch from a touchselectorClaudio Saavedra
2009-12-16Select text in HildonTouchSelectorEntry's entry on dialog closureAlejandro Piñeiro
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>
2009-12-15Fix hildon_touch_selector_get_last_activated_row ()Claudio Saavedra
Fix another public method that is not properly hidding the GtkTreeModelFilter. Reported by Jan-Arne Petersen.
2009-12-15Rename hildon_gtk_window_take_screenshot_then_wait()Claudio Saavedra
To hildon_gtk_take_screenshot_sync(), for sake of simplicity. Also, added to the docs.
2009-12-15hildon_gtk_window_take_screenshot_then_wait()Adam Endrodi
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>
2009-12-15Fix touchselector focus handling to allow livesearch to workClaudio Saavedra
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)
2009-12-15Do not skip numeric strings in HildonTouchSelector livesearch matchingClaudio Saavedra
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)
2009-12-14Hide a HildonAppMenu only when there's a modal window below itAlberto Garcia
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)
2009-12-14Fix compilation warningsAlberto Garcia
2009-12-14Add $MAEMO_CHANGES $MAEMO_GTK to EXTRA_CFLAGSAlberto Garcia
This makes it easier for the use to override the default CFLAGS when running 'make'
2009-12-09Bump to 2.3.0Claudio Saavedra
2009-12-09No need to hide the live search widget explicitlyClaudio Saavedra
2009-12-09Do not show the live search by default.Xavier Claessens
2009-12-09Convert user iter in hildon_touch_selector_unselect_iter()Claudio Saavedra
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)
2009-12-09Resend motion_notify event to child even in selection mode.Xabier Rodriguez Calvar
This allows GtkHTML receiving the notify event and be able to paint selection during motion_notify.
2009-12-09Implemented selection with Shift in HildonTextViewXabier Rodriguez Calvar
It uses GDK_SHIFT_MASK to detect the key and lets GtkTextView do the hard work.