aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-entry.c
AgeCommit message (Collapse)Author
2009-09-04Documentation updatesAlberto Garcia
* hildon/hildon-entry.c * hildon/hildon-text-view.c: Documentation updates
2009-08-05HildonEntry/HildonTextView: add deprecation guards where neededAlberto Garcia
* hildon/hildon-text-view.[ch] * hildon/hildon-entry.[ch]: Add deprecation guards around deprecated functions.
2009-08-04Remove all placeholder code in HildonEntry/TextView now that it's in GTKAlberto Garcia
* 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)
2009-07-29Remove all calls to hildon_helper_set_logical_* from within HildonAlberto Garcia
* hildon/hildon-text-view.c (+set_logical_color, +hildon_text_view_style_set) (hildon_text_view_refresh_contents, hildon_text_view_class_init) (hildon_text_view_init) * hildon/hildon-entry.c (+set_logical_color, +hildon_entry_style_set) (hildon_entry_show_placeholder, hildon_entry_hide_placeholder) (hildon_entry_class_init, hildon_entry_init) * hildon/hildon-button.c (+set_logical_font, +set_logical_color) (hildon_button_style_set, hildon_button_init) (hildon_button_set_arrangement, hildon_button_set_style): Remove all calls to hildon_helper_set_logical_font() and hildon_helper_set_logical_color(), which are recursive, from within Hildon. Fixes: NB#123409 (Showing dialog consumes significant amount of time)
2009-07-21Ensure a minimum height for HildonEntryClaudio Saavedra
* hildon/hildon-entry.c: (set_property): Do not allow to set automatic height and use finger height instead, to prevent an to have a smaller size than than its theme pixbuf. Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images)
2009-06-13Remove redundant "represents" wording from most of the documentation.Claudio Saavedra
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
2009-06-10Make HildonEntry:size a G_PARAM_CONSTRUCT propertyClaudio Saavedra
* hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size a G_PARAM_CONSTRUCT property, to allow the default size to be set. Fixes: NB#117931 (Theming issues in accounts dialogs)
2009-05-27Change default height for HildonEntryClaudio Saavedra
* hildon/hildon-entry.c (hildon_entry_class_init): Set the default height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to avoid unnecessary scaling.
2009-05-20Add a 'size' property to HildonCheckButton and HildonEntryAlberto Garcia
* hildon/hildon-entry.c (hildon_entry_class_init, +set_property, hildon_entry_new) * hildon/hildon-check-button.c (hildon_check_button_class_init) (+set_property, hildon_check_button_new): Make the theme size a property. Fixes: NB#117928 (Widgets such as Entry and CheckButton (and others) do too much in the _new function)
2009-04-30Renamed src/ to hildon/Alberto Garcia
* 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.