Age | Commit message (Collapse) | Author |
|
with some added fixes for strict compiler checks
|
|
|
|
|
|
|
|
Fixes: NB#113741 (Ctrl+A shortcut not working in Delete fields dialog)
|
|
Fixes: NB#4658 (Documentation: HildonTouchSelectorEntry is unclear
about auto-completion/text column)
|
|
Fixes: MB#123249 (HildonTouchSelectorEntry is case-sensitive)
|
|
Fixes: NB#147341 (HildonTouchSelectorEntry crashes when a populated
model is attached)
When unset, text_column == -1. This will cause text to be unitialized
and a invalid pointer free can follow.
|
|
It's a HildonTouchSelectorEntry private method, its natural name is
hildon_touch_selector_entry_get_text_from_model(), so rename it.
|
|
HildonTouchSelectorEntry, HildonDateSelector, and HildonTimeSelector
don't really need the live search, so disable it.
|
|
This reverts commit 6f8d33bee251c0d75f65599757efabf02682e6ff.
We don't want squashed commits. Changes from the live-search will
be rebased on top of master instead.
|
|
Fixes: NB#142952 (Search support for lists)
|
|
* hildon/hildon-touch-selector-entry.c
(hildon_touch_selector_entry_new_text)
Don't leak the GtkListStore
(hildon_touch_selector_entry_init):
Don't leak the GtkEntryCompletion
|
|
* hildon/hildon-text-view.c
* hildon/hildon-entry.c:
Remove all placeholder code from HildonEntry and HildonTextView
and use the API in GtkEntry and GtkTextView instead.
* examples/hildon-entry-example.c
* examples/hildon-text-view-example.c
* examples/hildon-wizard-dialog-example.c
* hildon/hildon-get-password-dialog.c
* hildon/hildon-login-dialog.c
* hildon/hildon-picker-dialog.c
* hildon/hildon-set-password-dialog.c
* hildon/hildon-touch-selector-entry.c:
Replace all deprecated calls to HildonEntry and HildonTextView
with their Gtk counterparts.
Fixes: NB#122395 (hildon_entry_set_placeholder() should be in
GtkEntry)
|
|
* hildon/hildon-touch-selector-entry.c
* hildon/hildon-touch-selector.c
Update the documentation of the "text-column" property
|
|
* hildon/hildon-date-selector.c:
(hildon_date_selector_construct_ui):
* hildon/hildon-time-selector.c:
(hildon_time_selector_constructor):
* hildon/hildon-touch-selector-entry.c:
(hildon_touch_selector_entry_set_text_column),
(hildon_touch_selector_entry_get_text_column):
* hildon/hildon-touch-selector.c: (_default_print_func),
(hildon_touch_selector_new_text): Use
hildon_touch_selector_set/get_text_column() instead of
setting/getting the "text-column" property.
|
|
* hildon/hildon-touch-selector-entry.c
(hildon_touch_selector_entry_print_func), (entry_on_text_changed),
(hildon_touch_selector_entry_changed): Use HildonEntry text API,
now that the entry is exposed.
|
|
* hildon/hildon-touch-selector-entry.c
(hildon_touch_selector_entry_init): Change the entry's size
to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
|
|
* src/
* Makefile.am
* configure.ac
* doc/Makefile.am
* doc/hildon.types
* po/POTFILES.in:
Renamed src/ to hildon/
* examples/*.c
* debian/changelog
* debian/rules:
Include <hildon/hildon.h> directly in all examples.
|