2006-01-11 Luc Pionchon N#8094 5-bit color selector: wrong margins and pixel measurements M#59 HildonColorSelector needs more space * hildon-widgets/hildon-color-popup.c (HILDON_COLOR_COL_SPACING) (hildon_color_popup_new): add space between the control bars and the color preview area. 2006-01-03 Luc Pionchon * hildon-widgets/hildon-calendar-popup.c * hildon-widgets/hildon-color-button.c * hildon-widgets/hildon-color-popup.c * hildon-widgets/hildon-color-selector.c * hildon-widgets/hildon-composite-widget.c * hildon-widgets/hildon-controlbar.c * hildon-widgets/hildon-date-editor.c * hildon-widgets/hildon-dialoghelp.c * hildon-widgets/hildon-file-details-dialog.c * hildon-widgets/hildon-font-selection-dialog.c * hildon-widgets/hildon-get-password-dialog.c * hildon-widgets/hildon-grid-item.c * hildon-widgets/hildon-grid.c * hildon-widgets/hildon-hvolumebar.c * hildon-widgets/hildon-name-password-dialog.c * hildon-widgets/hildon-note.c * hildon-widgets/hildon-number-editor.c * hildon-widgets/hildon-range-editor.c * hildon-widgets/hildon-scroll-area.c * hildon-widgets/hildon-seekbar.c * hildon-widgets/hildon-set-password-dialog.c * hildon-widgets/hildon-sort-dialog.c * hildon-widgets/hildon-time-editor.c * hildon-widgets/hildon-time-picker.c * hildon-widgets/hildon-volumebar-private.h * hildon-widgets/hildon-volumebar-range.c * hildon-widgets/hildon-volumebar.c * hildon-widgets/hildon-vvolumebar.c * hildon-widgets/hildon-weekday-picker.c * hildon-widgets/hildon-wizard-dialog.c commented code 2005-12-28 Luc Pionchon * configure.ac: 0.10.0 2005-12-12 Luc Pionchon Some more properties for Gazpacho support, * hildon-widgets/hildon-calendar-popup.c: "day", "month", "year" * hildon-widgets/hildon-color-selector.c: "color" * hildon-widgets/hildon-color-selector.[ch] (hildon_color_selector_get_color): return const pointer to the color (not a copy). 2005-11-18 Luc Pionchon Gazpacho support, added the following properties: * hildon-widgets/hildon-insert-object-dialog.c: "name", "mimetype" * hildon-widgets/hildon-seekbar.c: "position", "fraction" * hildon-widgets/hildon-grid-item.c: "emblem-type" * hildon-widgets/hildon-sort-dialog.c: "sort-key", "sort-order" * hildon-widgets/hildon-grid.c: "style", "scrollbar-pos" * hildon-widgets/hildon-font-selection-dialog.c: "preview-text" * hildon-widgets/hildon-get-password-dialog.c: "caption-label", "max-characters" * hildon-widgets/hildon-telephone-editor.c: "border", "plus" (obsolet widget) * hildon-widgets/hildon-number-editor.c: "value" * hildon-widgets/hildon-color-button.c: minor cleanup 2005-11-18 Luc Pionchon Started new development (branche for maintenance continues with versions 0.9.x) 2005-11-03 Luc Pionchon * configure.ac: 0.9.53 2005-10-31 Luc Pionchon same fix for, N#19283 Control panel - The values entered are not saved. N#19648 Hildon Date Editor widget detects values too high (note: complete fix include also fixes in GTk+) * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_set_property), (hildon_calendar_popup_class_init), (init_dmy): Added 'min-year', 'max-year' properties for passing the information through from HildonDateEditor to GtkCalendar * hildon-widgets/hildon-date-editor.c: (hildon_date_editor_class_init), (hildon_date_editor_init), (hildon_date_editor_set_property), (hildon_date_editor_get_property), (idle_popup), (hildon_date_editor_entry_validate), (hildon_date_editor_date_error): Added 'min-year', 'max-year' properties and replaced hardcoded constants with them * hildon-widgets/hildon-date-editor.c (hildon_date_editor_d_entry_changed), (hildon_date_editor_m_entry_changed), (hildon_date_editor_d_entry_changed): new functions to ensure that the fields are validated and the focus is moved when maximum number of characters has been entered. 2005-10-13 Luc Pionchon * configure.ac: 0.9.52 2005-10-12 Luc Pionchon N#19140 System alerts still audible despite being turned off * hildon-widgets/hildon-note.c (sound_handling): * hildon-system-sound.[ch]: New files, implements hildon_play_system_sound. * hildon-note.c (sound_handling): Changed to use new hildon_play_system_sound. (hildon_note_init): Signal handler id is changed to be in private structure, not in global variable. * hildon-note.c: Removed unused defines etc. * Makefile.am: Appended new files to build rules. 2005-10-05 Luc Pionchon * configure.ac: 0.9.51 2005-10-05 Luc Pionchon N#20027 PDF Reader crashes on selecting read only option in the details dialog box. * hildon-widgets/hildon-file-details-dialog.c: (change_state): Fixed assertion that was causing problems (check_validity): New function: We now automatically close the dialog if the displayed file is removed. (handle_focus): Callback removed: (init): Now using correct gtk way to bind container and adjustment together. Not the previous callback. (set_property): Connecting/disconnecting new handlers (for change_state). (finalize): disconnecting new handler. 2005-10-05 Luc Pionchon N#17918 Volumebar widget background image doesn't change when widget goes into mute state, * hildon-vvolumebar.c (hildon_volumebar_set_mute): queued widget for drawing * hildon-hvolumebar.c (hildon_hvolumebar_expose): paint background using the state of the internal volumebar, not the whole container * hildon-vvolumebar.c (hildon_vvolumebar_expose): paint background using the state of the internal volumebar, not the whole container 2005-09-19 Tapani Palli * hildon-widgets/hildon-dialoghelp.[ch]: added gtk_dialog_help_disable and fixed bug N#19468 2005-09-14 Luc Pionchon * configure.ac: Release 0.9.50 2005-09-13 Luc Pionchon Part of N#11129, * po/en_GB.po: Added "Ckct_wi_grid_no_items" * hildon-widgets/hildon-grid.c (hildon_grid_class_init, hildon_grid_init): Replaced default empty label by logical name "Ckct_wi_grid_no_items" 2005-08-31 Luc Pionchon * po/en_GB.po (ecdg_ti_verify_password): translation update. 2005-08-30 Tommi Komulainen * configure.ac: Release 0.9.49 2005-08-30 Tommi Komulainen * hildon-widgets/hildon-number-editor.c (add_select_all_idle, hildon_number_editor_finalize, hildon_number_editor_entry_changed): Save the id of the idle callback and remove it when the widget is destroyed to avoid crashing. N#18096 2005-08-30 Tommi Komulainen * hildon-widgets/hildon-number-editor.c (button_event_id): GSource id's are unsigned and undefined at zero (instead of signed and -1) 2005-08-30 Tommi Komulainen * hildon-widgets/hildon-time-editor.c (convert_to_12h): Removed a hack that was not working. N#16805 2005-08-22 Tommi Komulainen * configure.ac: Release 0.9.48 2005-08-22 Tommi Komulainen * hildon-widgets/hildon-grid.c (hildon_grid_set_num_columns): Never allow area_rows to be 0 (ie. before widget is visible), otherwise the initial jump_scrollbar_to_focused() scrolls wrong. N#17152 2005-08-22 Tommi Komulainen * hildon-widgets/hildon-calendar-popup.c (hildon_calendar_popup_init): Do not override the week-start property of GtkCalendar according to the hildon-libs PO file, it is automatically determined from locale data. N#12176 2005-08-17 Tommi Komulainen * configure.ac: Release 0.9.47 2005-08-17 Tommi Komulainen * hildon-widgets/hildon-get-password-dialog.c: Add "numbers_only" property for setting the password entry accept only numeric values. N#15212 2005-08-17 Tommi Komulainen * hildon-widgets/hildon-calendar-popup.c (MAX_YEAR, MIN_YEAR): * hildon-widgets/hildon-note.c (ELLIPSATION_STRING, BOX_SPAXING): * hildon-widgets/hildon-volumebar-range.c (CHANGE_THRESHOLD): Use defines rather than magic numbers in the code. 2005-08-17 Tommi Komulainen Update to new l10n packaging style. po-files (inside this package) are not used for now, the message catalogs come from separate packages and including them here would conflict. * Makefile.am (SUBDIRS): stop including po-files * Makefile.am (EXTRA_DIST): * debian/hildon-libs-l10n-engb.install: * debian/hildon-libs-l10n-src.install: * po/debian/*: Removed 2005-08-09 Luc Pionchon * hildon-widgets/hildon-file-details-dialog.c: Added read only checks to cover gateway content as well. * hildon-widgets/hildon-time-editor.c: (hildon_time_editor_validate): Replace solid numbers with defined values (convert_to_12h): Remove "work-around" for the broken 12h timespec 2005-08-05 Luc Pionchon * hildon-widgets/hildon-color-selector.c (modify_selected): fix invalid cast from `GdkWindow' to `GtkWindow' * hildon-widgets/hildon-color-popup.c (hildon_popup_palette_expose): removed debug printing 2005-08-03 Luc Pionchon * doc/tmpl/hildon-note.sgml: code example, use slightly less funny string examples. * hildon-widgets/hildon-scroll-area.c (hildon_scroll_area_destroy): one-instruction function: removed. Call g_free directly. + minor cleanup (hildon_scroll_area_size_allocate):When a scrollbar appears to the right edge of window, size of the child is also shrinked. 'fixed' does not automatically update this data -> Doing it manually. * hildon-widgets/hildon-date-editor.h: added HildonDateEditorErrorType error enumeration type, removed signal "validate-date" virtual function, added signal "date-error" virtual function. * hildon-widgets/hildon-date-editor.c (hildon_date_editor_date_error): added custom info prints. (hildon_date_editor_validate_date): removed (hildon_date_editor_entry_validate): validate maximum and minimum limits on each field. (hildon_date_editor_entry_focus_out): check the date validation in simpler manner, don't put content if field is empty (spec doesn't say if there should be anything placed in the entry if it is empty). (hildon_date_editor_get_date), (hildon_date_editor_get_month), (hildon_date_editor_get_year), (hildon_date_editor_get_day): use direct entry content, so that 0 indicates empty entry, and information is more accurate. 2005-08-01 Luc Pionchon * configure.ac: Adjusted CFLAGS and removed -Werror due to the glib-2.0 flaw. See http://bugzilla.gnome.org/show_bug.cgi?id=310175 and http://bugzilla.gnome.org/show_bug.cgi?id=310216 2005-07-29 Luc Pionchon * hildon-widgets/hildon-controlbar.h: added missing signal when end reached 2005-07-26 Luc Pionchon * hildon-widgets/hildon-number-editor.c: (hildon_number_editor_select_all): new function, selects all the text in the entry. * hildon-widgets/hildon-number-editor.c: added several calls to hildon_number_editor_select_all with g_idle_add. * hildon-controlbar.c : add signal when end reached * hildon-time-editor.c : fixed: Time chooser widget displays am/pm and time separator indicators badly alligned. * hildon-time-picker.c : displays valid date at 12:00 am/pm. 2005-07-25 Luc Pionchon Fixed incorrect values in Details Dialog Fixed help button usage in dialogs * hildon-dialoghelp.c: Added more documentation about the help signal * hildon-file-details-dialog.c: Updated to match 'File Management in OSSO' version 3.0 * Fixed application hang after calling gtk_main_quit * hildon-date-editor.c: Fixed HildonDateEditor that caught ESC presses needlessly * hildon-time-editor.c: Fixed memory corruption