1
2009-10-01  Alberto Garcia  <agarcia@igalia.com>
2
3
	* hildon/hildon-banner.c (hildon_banner_timeout):
4
	Remove the timeout, if present, before setting it to 0.
5
6
	Fixes: NB#141447 (HildonBanner crashes if a new one is shown
7
	during a delete event)
8
9
2009-10-01  Claudio Saavedra  <csaavedra@igalia.com>
10
11
	Fix HildonAppMenu crasher during destruction
12
13
	* hildon/hildon-app-menu.c: (+hildon_app_menu_dispose):
14
	Remove the weak references to the menu and filters to avoid
15
	emitting the "changed" signal during destruction.
16
17
	Fixes: NB#141367 (Reproducible browser crash)
18
19
2009-09-30  Alberto Garcia  <agarcia@igalia.com>
20
21
	* hildon/hildon-banner.c (screen_size_changed):
22
	Don't hide and show the banner when the screen size changes.
23
24
	Fixes: NB#141140 (Rotation stops when banner is present)
25
26
2009-09-24  Claudio Saavedra  <csaavedra@igalia.com>
27
28
	[2.2.0 Release]
29
30
	* NEWS: Updates
31
	* debian/changelog: Bump, update.
32
33
2009-09-22  Alejandro G. Castro  <alex@igalia.com>
34
35
	* hildon/hildon-pannable-area.c,
36
	(hildon_pannable_axis_scroll),
37
	(hildon_pannable_area_scroll): Unset the scroll_to in some
38
	situations, it was causing the timeout did not stop in some cases.
39
40
	Fixes: NB#140186 (HildonPannableArea goes into an infinite loop)
41
42
2009-07-02  David King  <davidk@openismus.com>
43
44
	* hildon/hildon-animation-actor-private.h
45
	(HildonAnimationActorPrivate)
46
	* hildon/hildon-animation-actor.c (hildon_animation_actor_show)
47
	(hildon_animation_actor_hide)
48
	* hildon/hildon-animation-actor.h
49
	(hildon_animation_actor_set_show_full)
50
	(hildon_animation_actor_set_show): Change "show" parameter type from
51
	gint to gboolean.
52
53
	Fixes: MB#4696 (hildon_animation_actor_set_show() gint argument should
54
	be a gboolean)
55
56
2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>
57
58
	[2.2.0 Release Candidate 8]
59
60
	* NEWS: Updates
61
	* debian/changelog: update and bump
62
63
2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>
64
65
	* hildon/hildon-note.c: Declare hildon_note_set_padding() only when using
66
	maemo-gtk.
67
68
2009-09-23  Claudio Saavedra  <csaavedra@igalia.com>
69
70
	* doc/hildon-sections.txt: Add hildon_banner_show_custom_widget()
71
	* examples/hildon-banner-example.c: (area_expose),
72
	(custom_widget_new), (on_progress_idle): New example showing a custom widget.
73
	* hildon/hildon-banner.c:
74
	* hildon/hildon-banner.h: Add hildon_banner_show_custom_widget().
75
76
	Fixes: NB#140140 (Allow custom widgets to be used in banners)
77
78
2009-09-18  Claudio Saavedra  <csaavedra@igalia.com>
79
80
	* examples/hildon-banner-example.c:
81
	(on_information_clicked), (on_animation_clicked), 
82
	(on_progress_clicked): GtkButton:clicked handlers do not return
83
	gboolean. Fix this.
84
85
2009-09-17  Claudio Saavedra  <csaavedra@igalia.com>
86
87
	[2.2.0 Release Candidate 7]
88
89
	* NEWS: Updates
90
	* debian/changelog: bump and updates
91
92
2009-09-17  Alberto Garcia  <agarcia@igalia.com>
93
94
	* hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
95
	Use the Xlib API to take window screenshots, since the GDK API
96
	doesn't allow us to set the event mask.
97
98
	Fixes: NB#138857 (hildon_gtk_window_take_screenshot doesn't take a
99
	screenshot)
100
101
2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
102
103
	[2.2.0 Release Candidate 6]
104
105
	* debian/changelog: bump and updates.
106
107
2009-09-14  Claudio Saavedra  <csaavedra@igalia.com>
108
109
	* hildon/hildon-window.c: (hildon_window_update_menu_flag): Properly
110
	free a GList and avoid potential memory corruption.
111
112
2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>
113
114
	[2.2.0 Release Candidate 5]
115
116
	* NEWS: Updates
117
	* debian/changelog: bump and updates
118
119
2009-09-11  Claudio Saavedra  <csaavedra@igalia.com>
120
121
	Do not set any flag for empty legacy menus
122
123
	* hildon/hildon-program.c: (hildon_program_set_common_menu):
124
	* hildon/hildon-window.c: (hildon_window_update_menu_flag):
125
	This will probably not work fine with empty legacy menus added to
126
	programs or windows and populated later, but so it's life.
127
128
2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
129
130
	Update the application menu flag for application-wise windows
131
132
	* hildon/hildon-program.c: (+hildon_program_on_common_app_menu_changed),
133
	(hildon_program_set_common_app_menu): Also take into account the visibility
134
	of its items.
135
136
2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
137
138
	Emit HildonAppMenu::changed when menu items change visibility
139
140
	* hildon/hildon-app-menu.c: (item_visibility_changed),
141
	(filter_visibility_changed): Also emit ::changed on
142
	visibility of items changed.
143
144
2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
145
146
	Do not set the menu flag in a window when a menu is empty
147
148
	* hildon/hildon-window.c: (hildon_window_update_menu_flag),
149
	(on_menu_changed), (on_menu_changedhildon_window_set_main_menu),
150
	(on_menu_changed), (hildon_window_set_main_menu): Update on menu
151
	changes by using the HildonAppMenu::changed signal.
152
153
2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
154
155
	Add HildonAppMenu::changed signal
156
157
	* hildon/hildon-app-menu.c: (hildon_app_menu_insert),
158
	(hildon_app_menu_add_filter), (hildon_app_menu_class_init):
159
	Emit a new HildonAppMenu:changed signal when there are changes in
160
	the menu children.
161
162
2009-09-10  Claudio Saavedra  <csaavedra@igalia.com>
163
164
	Add hildon_app_menu_has_visible_children() private method
165
166
	* hildon/hildon-app-menu-private.h: Add below private method.
167
	* hildon/hildon-app-menu.c: (hildon_app_menu_has_visible_children):
168
	New method to check the visibility of a HildonAppMenu children.
169
170
2009-09-09  Claudio Saavedra  <csaavedra@igalia.com>
171
172
	Set the window menu flag for application-common menus
173
174
	* hildon/hildon-program.c:
175
	(+hildon_program_window_set_common_menu_flag): Set or remove the
176
	menu flag from a window only this doesn't have its own menu.
177
	(+hildon_program_set_common_menu_flag): adjust menu flag for
178
	all windows in the program.
179
	(hildon_program_add_window),
180
	(hildon_program_remove_window): add/remove the menu flag when
181
	a window is added to the program.
182
183
	Fixes: NB#137814 (Indicator for view menu in app title area)
184
185
2009-09-08  Claudio Saavedra  <csaavedra@igalia.com>
186
187
	Set a special window property for windows with menus
188
189
	* hildon/hildon-window-private.h: Add private
190
	hildon_window_set_menu_flag()
191
	* hildon/hildon-window.c: (+do_set_has_menu),
192
	(+hildon_window_set_menu_flag): set
193
	"_HILDON_WM_WINDOW_MENU_INDICATOR" to 1 in the window
194
	or remove the property.
195
	(hildon_window_set_main_menu),
196
	(hildon_window_set_app_menu): call above methods to set or remove
197
	the property when a menu is added or removed from the window.
198
199
	Partially fixes: NB#137814 (Indicator for view menu in app title area)
200
201
2009-09-08  Claudio Saavedra  <csaavedra@igalia.com>
202
203
	Rename and move the methods to set flags to hildon-private.h
204
205
	* hildon/hildon-gtk.c: (do_set_progress_indicator),
206
	(do_set_do_not_disturb), (do_set_portrait_flags): call
207
	the new private method hildon_gtk_window_set_clear_window_flag()
208
	(hildon_gtk_window_set_progress_indicator),
209
	(hildon_gtk_window_set_do_not_disturb),
210
	(hildon_gtk_window_take_screenshot): hildon_gtk_window_set_flag()
211
	* hildon/hildon-private.c: (+hildon_gtk_window_set_clear_window_flag),
212
	(+hildon_gtk_window_set_flag): Move from hildon-gtk.c and rename
213
	properly.
214
	* hildon/hildon-private.h: Add the two new private methds.
215
216
2009-09-11  Alejandro G. Castro  <alex@igalia.com>
217
218
	* hildon/hildon-pannable-area.c,
219
	(hildon_pannable_area_init),
220
	(hildon_pannable_area_size_allocate),
221
	(hildon_pannable_area_button_release_cb): More tuning of the
222
	speed, adding a way to calculate the acceleration and fast-panning
223
	based on the child size.
224
225
2009-09-10  Alberto Garcia  <agarcia@igalia.com>
226
227
	* hildon/hildon-touch-selector.c
228
	(hildon_touch_selector_class_init):
229
	Documentation updates
230
231
	Fixes: MB#5103
232
233
2009-09-10  Alberto Garcia  <agarcia@igalia.com>
234
235
	* hildon/hildon-touch-selector.c:
236
	Documentation updates
237
238
	Fixes: MB#5104 (HildonTouchSelector docs should say no
239
	HildonPannableArea is necessary)
240
241
2009-09-08  Alejandro G. Castro  <alex@igalia.com>
242
243
	* hildon/hildon-pannable-area.c,
244
	(hildon_pannable_area_timeout): Fixed problem with the timeout
245
	function, we need to move before decelerating the first time or we
246
	are loosing the first jump.
247
248
	Fixes: NB#137604 (Pannable scroll_to does not move correctly)
249
250
2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>
251
252
	[2.2.0 Release Candidate 3]
253
254
	* debian/changelog: updates
255
256
2009-09-07  Alejandro G. Castro  <alex@igalia.com>
257
258
	* hildon/hildon-pannable-area.c,
259
	(hildon_pannable_area_class_init): Increased max speed.
260
261
2009-09-07  Claudio Saavedra  <csaavedra@igalia.com>
262
263
	[2.2.0 Release Candidate 2]
264
265
	* NEWS: Updates
266
	* debian/changelog: bump version, updates
267
268
2009-09-07  Alejandro G. Castro  <alex@igalia.com>
269
270
	* hildon/hildon-pannable-area.c,
271
	(hildon_pannable_area_class_init),
272
	(hildon_pannable_area_button_release_cb): More tuning for the
273
	large lists.
274
275
2009-09-07  Alejandro G. Castro  <alex@igalia.com>
276
277
	* hildon/hildon-pannable-area.c,
278
	(hildon_pannable_area_class_init):
279
	Change the default value of the scrollbar_fade_delay.
280
281
	Fixes: NB#127018 (Panning indicator fades out too slowly)
282
283
2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
284
285
	[2.2.0 Release Candidate 1]
286
287
	* NEWS: Updates
288
	* configure.ac: Bump version
289
	* debian/changelog: updates
290
291
2009-09-04  Alejandro G. Castro  <alex@igalia.com>
292
293
	* hildon/hildon-pannable-area.c,
294
	(hildon_pannable_area_init),
295
	(hildon_pannable_area_button_press_cb),
296
	(hildon_pannable_area_button_release_cb): Added a new acceleration
297
	system to help traversing big lists, tuned the stop threshold.
298
299
	Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
300
301
2009-09-04  Alberto Garcia  <agarcia@igalia.com>
302
303
	* hildon/hildon-window.h:
304
	Document and deprecate HILDON_WINDOW_LONG_PRESS_TIME
305
306
	Fixes: MB#4580 (HILDON_WINDOW_LONG_PRESS_TIME is undocumented)
307
308
2009-09-04  Claudio Saavedra  <csaavedra@igalia.com>
309
310
	[Release 2.1.97]
311
312
	* configure.ac: bump version
313
	* NEWS: updates
314
	* debian/changelog: updates
315
316
2009-09-04  Alberto Garcia  <agarcia@igalia.com>
317
318
	* hildon/hildon-entry.c
319
	* hildon/hildon-text-view.c:
320
	Documentation updates
321
322
2009-09-04  Alberto Garcia  <agarcia@igalia.com>
323
324
	* hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
325
	Redraw menu when the number of items change.
326
327
	Fixes: NB#131911 (Appmenu does not resize properly, when number of
328
	menu items change)
329
330
2009-09-03  Claudio Saavedra  <csaavedra@igalia.com>
331
332
	* hildon/hildon-pannable-area.c:
333
	(hildon_pannable_area_launch_fade_timeout),
334
	(hildon_pannable_area_motion_event_scroll),
335
	(hildon_pannable_area_check_move),
336
	(hildon_pannable_area_button_release_cb),
337
	(hildon_pannable_area_scroll_to):
338
339
	Use a priority of G_PRIORITY_IDLE_HIGH + 20 for all the pannable
340
	area drawing operations, since this is the recommended for drawing
341
	operations.
342
343
	Fixes: NB#110894 (In event view containing very large description
344
	field, application menu is displayed blank while panning)
345
	Fixes: NB#131942 (HildonPickerDialog is seen empty when popping up
346
	for the first time)
347
348
2009-09-03  Alberto Garcia  <agarcia@igalia.com>
349
350
	* doc/hildon-sections.txt
351
	* hildon/hildon-button.c
352
	* hildon/hildon-edit-toolbar.c
353
	* hildon/hildon-gtk.[ch]
354
	* hildon/hildon-main.c
355
	* hildon/hildon-program.c
356
	* hildon/hildon-stackable-window.c:
357
	Documentation updates
358
359
2009-08-28  Alberto Garcia  <agarcia@igalia.com>
360
361
	* hildon/hildon-app-menu.c
362
	(+hildon_app_menu_grab_notify, hildon_app_menu_class_init):
363
	Close the menu if it receives a grab-notify signal.
364
365
	Fixes: NB#134533 (UI freezes if we show a dialog with
366
	gtk_dialog_run() while a menu is opened)
367
368
2009-08-27  Alejandro G. Castro  <alex@igalia.com>
369
370
	* hildon/hildon-pannable-area.c,
371
	(hildon_pannable_area_class_init): Reverted tuning modifications:
372
	"Pannign needs to be faster" and "Pannable kinetics in large lists
373
	needs tuning".
374
375
2009-08-26  Alberto Garcia  <agarcia@igalia.com>
376
377
	* hildon/hildon-sound.c (hildon_play_system_sound):
378
	Set "module-stream-restore.id" to "x-maemo-system-sound" when
379
	playing system sounds
380
381
	Fixes: NB#133767 (Information and confirmation note sound should
382
	follow system profile setting)
383
384
2009-08-26  Alejandro G. Castro  <alex@igalia.com>
385
386
	* hildon/hildon-pannable-area.c,
387
	(hildon_pannable_area_class_init): Added more force and increased
388
	the max speed threshold.
389
390
	Fixes: NB#135344 (Pannign needs to be faster)
391
392
2009-08-26  Claudio Saavedra  <csaavedra@igalia.com>
393
394
	[Release 2.1.96, this time for real]
395
396
	* NEWS: updates
397
	* debian/changelog: updates
398
399
2009-08-26  Alejandro Pinheiro <apinheiro@igalia.com>
400
401
	* hildon/hildon-pannable-area.c
402
	(hildon_pannable_area_get_topmost): change the computation of the
403
	co-ordinates transformed when no one of the children is a topmost
404
405
	Fixes: NB#133252 (Opening any feed item from RSS always opens the
406
	first feed item in browser)
407
408
2009-08-26  Alejandro G. Castro  <alex@igalia.com>
409
410
	* hildon/hildon-pannable-area.c,
411
	(hildon_pannable_area_remove_timeouts): Adding this new function
412
	with the code that removes the timeouts of the widget.
413
	(hildon_pannable_area_dispose),
414
	(hildon_pannable_area_unrealize): Use the new remove function to
415
	stop timeouts when unrealizing and disposing.
416
	(hildon_pannable_area_scroll_to): Added a CLAMP to the position
417
	calculation to avoid negative values in some cases.
418
419
	Fixes: NB#135179 (Remove pannable timeouts in unrealize function)
420
421
2009-08-24  Claudio Saavedra  <csaavedra@igalia.com>
422
423
	* examples/hildon-check-button-example.c: (button_toggled_cb):
424
	* hildon/hildon-check-button.c: (hildon_check_button_toggled),
425
	(hildon_check_button_set_active), (hildon_check_button_new),
426
	(hildon_check_button_clicked), (hildon_check_button_class_init):
427
	* hildon/hildon-check-button.h:
428
	* hildon/hildon-set-password-dialog.c: (create_contents),
429
	(hildon_set_password_response_change), (hildon_checkbox_toggled):
430
431
	Revert "Make HildonCheckButton derive from GtkToggleButton"
432
433
2009-08-21  Alberto Garcia  <agarcia@igalia.com>
434
435
	[Release 2.1.96]
436
437
	* configure.ac: bump version
438
	* NEWS: updates
439
	* debian/changelog: updates
440
441
2009-08-21  Alberto Garcia  <agarcia@igalia.com>
442
443
	* hildon/hildon-check-button.h
444
	* hildon/hildon-check-button.c
445
	(hildon_check_button_clicked, hildon_check_button_class_init):
446
	Make HildonCheckButton derive from GtkToggleButton
447
	(hildon_check_button_toggled, hildon_check_button_set_active)
448
	(hildon_check_button_get_active):
449
	Deprecate unnecessary HildonCheckButton API and use the
450
	one from GtkToggleButton instead.
451
452
	* hildon/hildon-set-password-dialog.c (create_contents)
453
	(hildon_set_password_response_change, hildon_checkbox_toggled)
454
	* examples/hildon-check-button-example.c (button_toggled_cb):
455
	Update to use the GtkToggleButton API
456
457
	Fixes: MB#4739 (HildonCheckButton should inherit from
458
	GtkToggleButton)
459
460
	Fixes: NB#132661 (HildonCheckButton should inherit from
461
	GtkToggleButton)
462
463
2009-08-20  Alberto Garcia  <agarcia@igalia.com>
464
465
	* hildon/hildon-pannable-area.c
466
	(hildon_pannable_area_class_init):
467
	Increase default value of HildonPannableArea:velocity_max to 2000
468
469
	Fixes: NB#132584 (Pannable kinetics in large lists needs tuning)
470
471
2009-08-18  Alberto Garcia  <agarcia@igalia.com>
472
473
	[Release 2.1.95]
474
475
	* configure.ac: bump version
476
	* NEWS: updates
477
	* debian/changelog: updates
478
479
2009-08-11  Alejandro G. Castro  <alex@igalia.com>
480
481
	* hildon/hildon-pannable-area.c
482
	(hildon_pannable_area_size_allocate): Checked the scrollbars
483
	before the first try when defining the layout, avoids two
484
	allocations in some situations.
485
486
	Fixes: NB#131794 (pannable area produces unnecessary allocations
487
	causing performance problems)
488
489
2009-08-11  Alejandro G. Castro  <alex@igalia.com>
490
491
	* hildon/hildon-pannable-area.c
492
	(hildon_pannable_area_button_press_cb),
493
	(hildon_pannable_area_motion_notify_cb),
494
	(hildon_pannable_area_button_release_cb): Added unrefs to reduce
495
	the spurious ref added in the copy, fixes leak of window.
496
497
	Fixes: NB#130900 (HildonPannableArea will leak it's event_window
498
	if it's realized without showing and then deleted)
499
500
2009-08-10  Alberto Garcia  <agarcia@igalia.com>
501
502
	[Release 2.1.94]
503
504
	* configure.ac: bump version
505
	* NEWS: updates
506
	* debian/changelog: updates
507
508
2009-08-06  Alberto Garcia  <agarcia@igalia.com>
509
510
	* examples/hildon-hvolumebar-timer-example.c
511
	(on_idle, main)
512
	* hildon/hildon-banner.c
513
	(hildon_banner_timeout, hildon_banner_ensure_timeout)
514
	* hildon/hildon-calendar.c
515
	(calendar_timer, start_spinning)
516
	* hildon/hildon-color-chooser.c
517
	(inline_limited_expose)
518
	* hildon/hildon-date-editor.c
519
	(hildon_date_editor_entry_focus_in)
520
	(hildon_date_editor_entry_validate)
521
	(hildon_date_editor_entry_select_all)
522
	* hildon/hildon-note.c
523
	(on_show_cb)
524
	* hildon/hildon-number-editor.c
525
	(hildon_number_editor_button_pressed)
526
	(hildon_number_editor_start_timer, do_mouse_timeout),
527
	(add_select_all_idle, hildon_number_editor_select_all)
528
	* hildon/hildon-time-editor.c
529
	(hildon_time_editor_entry_focus_in)
530
	(highlight_callback, hildon_time_editor_validate)
531
	(hildon_time_editor_entry_select_all)
532
	* hildon/hildon-time-picker.c
533
	(hildon_time_picker_arrow_press)
534
	(hildon_time_picker_key_repeat_timeout)
535
	* hildon/hildon-window.c
536
	(hildon_window_key_press_event)
537
	(hildon_window_escape_timeout):
538
	Replace all calls to g_idle_add/g_timeout_add with their
539
	gdk_threads counterparts.
540
541
	Fixes: NB#126198 (gdk-threads API should be used to install idle
542
	and timeout handlers)
543
544
2009-08-06  Alejandro G. Castro  <alex@igalia.com>
545
546
	* hildon/hildon-pannable-area.c,
547
	(hildon_pannable_area_class_init): Increased the overshooting max
548
	speed to get a faster effect.
549
	(hildon_pannable_axis_scroll): Increased minimum speed and reduce
550
	deceleration of the overshooting
551
	(hildon_pannable_area_button_release_cb): Calculate initial
552
	overshooting speed when finger on the screen using the distance to
553
	launch the effect faster.
554
555
	Fixes: NB#126115 (Pannable list overshooting is unusably slow for
556
	lists with slow row renderers)
557
558
2009-08-05  Alberto Garcia  <agarcia@igalia.com>
559
560
	* doc/hildon-sections.txt: Add new functions
561
562
2009-08-05  Alberto Garcia  <agarcia@igalia.com>
563
564
	* hildon/hildon-text-view.[ch]
565
	* hildon/hildon-entry.[ch]:
566
	Add deprecation guards around deprecated functions.
567
568
2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>
569
570
	* hildon/hildon-app-menu.c: Remove leftover function declaration.
571
572
2009-08-05  Claudio Saavedra  <csaavedra@igalia.com>
573
574
	Remove the grab from HildonAppMenu
575
576
	* hildon/hildon-app-menu.c:
577
	Now hildon-desktop places a blocker window behind the menu to handle
578
	its closing, so the grab is no longer needed. This simplifies its
579
	implementation and allows the system blanking to succeed.
580
581
	Fixes: NB#130910 (Screen gets unlocked when menu is open)
582
583
2009-08-04  Claudio Saavedra  <csaavedra@igalia.com>
584
585
	[Release 2.1.93]
586
587
	* configure.ac: bump version
588
	* NEWS: updates
589
	* debian/changelog: updates
590
	* debian/control: raise debian dependency on GTK+
591
592
2009-08-04  Alberto Garcia  <agarcia@igalia.com>
593
594
	* hildon/hildon-text-view.c
595
	* hildon/hildon-entry.c:
596
	Remove all placeholder code from HildonEntry and HildonTextView
597
	and use the API in GtkEntry and GtkTextView instead.
598
599
	* examples/hildon-entry-example.c
600
	* examples/hildon-text-view-example.c
601
	* examples/hildon-wizard-dialog-example.c
602
	* hildon/hildon-get-password-dialog.c
603
	* hildon/hildon-login-dialog.c
604
	* hildon/hildon-picker-dialog.c
605
	* hildon/hildon-set-password-dialog.c
606
	* hildon/hildon-touch-selector-entry.c:
607
	Replace all deprecated calls to HildonEntry and HildonTextView
608
	with their Gtk counterparts.
609
610
	Fixes: NB#122395 (hildon_entry_set_placeholder() should be in
611
	GtkEntry)
612
613
2009-08-03  Alejandro G. Castro  <alex@igalia.com>
614
615
	* hildon/hildon-pannable-area.c,
616
	(hildon_pannable_area_check_move),
617
	(hildon_pannable_area_button_release_cb),
618
	(hildon_pannable_area_scroll_to): Reverted the priority change of
619
	the timeout, in some situations, slow renderers, the click do not
620
	make it to the mainloop on time.
621
622
	Fixes NB#131013 (unable to stop panning file manager by tapping on
623
	it)
624
625
2009-07-30  Claudio Saavedra  <csaavedra@igalia.com>
626
627
	* configure.ac: bump version
628
	* NEWS: updates
629
	* debian/changelog: updates
630
631
2009-07-28  Alejandro Pinheiro <apinheiro@igalia.com>
632
633
	* hildon/hildon-touch-selector.[ch]
634
	(hildon_touch_selector_center_on_index): New method that allows to center
635
	on a item not selected
636
637
	Fixes NB#130291 (New HildonTouchSelector API is required to center on
638
	any column item)
639
640
2009-07-29  Alberto Garcia  <agarcia@igalia.com>
641
642
	* hildon/hildon-text-view.c
643
	(+set_logical_color, +hildon_text_view_style_set)
644
	(hildon_text_view_refresh_contents, hildon_text_view_class_init)
645
	(hildon_text_view_init)
646
	* hildon/hildon-entry.c
647
	(+set_logical_color, +hildon_entry_style_set)
648
	(hildon_entry_show_placeholder, hildon_entry_hide_placeholder)
649
	(hildon_entry_class_init, hildon_entry_init)
650
	* hildon/hildon-button.c
651
	(+set_logical_font, +set_logical_color)
652
	(hildon_button_style_set, hildon_button_init)
653
	(hildon_button_set_arrangement, hildon_button_set_style):
654
	Remove all calls to hildon_helper_set_logical_font() and
655
	hildon_helper_set_logical_color(), which are recursive, from
656
	within Hildon.
657
658
	Fixes: NB#123409 (Showing dialog consumes significant amount of
659
	time)
660
661
2009-07-29  Alejandro G. Castro  <alex@igalia.com>
662
663
	* hildon/hildon-pannable-area.c,
664
	(hildon_pannable_area_timeout): Added the process updates of the
665
	scrollbars window in the pannable.
666
667
	Fixes: NB#130043 (scrollindicator not smooth while panning)
668
669
2009-07-23  Alejandro G. Castro  <alex@igalia.com>
670
671
	* hildon/hildon-pannable-area.c,
672
	(hildon_pannable_area_check_move),
673
	(hildon_pannable_area_button_release_cb),
674
	(hildon_pannable_area_scroll_to): Increased the priority of the
675
	timeout this way it is going to be handled before the events.
676
677
2009-07-22  Claudio Saavedra  <csaavedra@igalia.com>
678
679
	[Release 2.1.91]
680
681
	* configure.ac: bump version
682
	* debian/changelog: updates
683
684
2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
685
686
	* hildon/hildon-entry.c: (set_property): Do not allow to set
687
	automatic height and use finger height instead, to prevent an to
688
	have a smaller size than than its theme pixbuf.
689
690
	Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images)
691
692
2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
693
694
	* configure.ac: postrelease version bump.
695
	* debian/changelog: post release version bump
696
697
2009-07-21  Claudio Saavedra  <csaavedra@igalia.com>
698
699
	[Release 2.1.90]
700
701
	* NEWS: Updates.
702
	* configure.ac: Bump version.
703
	* debian/changelog: Updates.
704
705
2009-07-20  Claudio Saavedra  <csaavedra@igalia.com>
706
707
	* hildon/hildon-note.c: (label_size_request): Take the note
708
	padding into account when setting the size request.
709
710
	Fixes: NB#127896 (Information notes text truncated)
711
712
2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
713
714
	* configure.ac: postrelease version bump.
715
	* debian/changelog: post release version bump
716
717
2009-07-16  Claudio Saavedra  <csaavedra@igalia.com>
718
719
	[Release 2.1.88]
720
721
	* NEWS: Updates.
722
	* configure.ac: Bump version.
723
	* debian/changelog: Updates.
724
725
2009-07-16  Alejandro G. Castro  <alex@igalia.com>
726
727
728
	* hildon/hildon-text-view.c,
729
	(hildon_text_view_button_press_event): Grabbed the focus in button
730
	press, this way we are sure the widget has the focus in the
731
	release event, required for HIM.
732
733
	Fixes: NB#121445 (Virtual keyboard opening is not working in same
734
	way for each text entry field)
735
736
2009-07-15  Alejandro Pinheiro <apinheiro@igalia.com>
737
738
	* hildon/hildon-pannable-area.[ch](hildon_pannable_area_set_focus_child)
739
	(hildon_pannable_area_center_on_child_focus ,hildon_pannable_area_class_init)
740
	(hildon_pannable_area_get_property, hildon_pannable_area_set_property)
741
	(hildon_pannable_area_button_press_cb, hildon_pannable_area_button_release_cb)
742
	(hildon_pannable_area_[gs]et_center_on_child_focus)
743
	Redefined GtkContainer set-focus-child signal, in order to center
744
	properly on a child when it receives the focus. Defined a new property
745
	"center-on-child-focus" in order to activate this feature (deactivated
746
	by default). Public get/set methods defined to manage the property.
747
748
	Fixes: NB#108487 (Phone settings dialog should scroll to focused field)
749
750
2009-07-14  László Pere  <lpere@blumsoft.eu>
751
752
	* hildon/hildon-app-menu.c: (hildon_app_menu_apply_style): Ensure that
753
	the new size is applied.
754
755
	Fixes: NB#124510 (The Application Menu is distorted when switched
756
	between portrait and landscape mode)
757
	Fixes: NB#115388 (Power key menu does not resize itself)
758
759
2009-07-01  Alberto Garcia  <agarcia@igalia.com>
760
761
	* hildon/hildon-banner.c (hildon_banner_map):
762
	Set banner position after mapping.
763
764
2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
765
766
	* configure.ac: postrelease version bump.
767
	* debian/changelog: post release version bump
768
769
2009-06-29  Claudio Saavedra  <csaavedra@igalia.com>
770
771
	[Release 2.1.86]
772
773
	* NEWS: Updates.
774
	* configure.ac: Bump version.
775
	* debian/changelog: Updates.
776
777
2009-06-29  Adam Endrodi  <adam.endrodi@blumsoft.eu>
778
779
	* hildon/hildon-program.c (hildon_program_update_top_most): Ignore
780
	BadWindow error.
781
782
2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
783
784
	* tests/check-hildon-banner.c
785
	* tests/check_text.c
786
	* tests/test_suites.h
787
	Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as
788
	were testing deprecated functions.
789
	* examples/hildon-banner-example.c: typo on button3 type, that causes
790
	a fail compiling with --with-examples but without --disable-deprecated
791
792
	Missed commit in order to fix compilation using '--enable-fatal' and
793
	'--disable-deprecated' (see previous commit)
794
795
2009-06-26  Alejandro Pinheiro  <apinheiro@igalia.com>
796
797
	* examples/hildon-banner-example.c: Protect deprecated hildon-banner
798
	functions with #ifndef HILDON_DISABLE_DEPRECATED
799
	* examples/hildon-find-toolbar.c: Protect deprecated
800
	HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
801
	* hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
802
	in favor of HILDON_ICON_PIXEL_SIZE_FINGER
803
	* hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
804
	deprecated.
805
	* hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
806
	to allow proper compilation of deprecated functions defined on the header
807
808
	Fixed compilation using '--enable-fatal' and '--disable-deprecated'
809
810
2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
811
812
	* hildon/hildon-pannable-area.c: (hildon_pannable_area_init):
813
	Cache the panning indicator color.,
814
	(hildon_pannable_area_style_set): Query the color on style changes.
815
	(hildon_pannable_draw_vscroll),
816
	(hildon_pannable_draw_hscroll),
817
	(hildon_pannable_area_expose_event): Use the cached panning indicator
818
	color instead of looking it up on every expose and more.
819
820
2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
821
822
	* hildon/hildon-pannable-area.c: (hildon_pannable_draw_vscroll),
823
	(hildon_pannable_draw_hscroll),
824
	(hildon_pannable_area_expose_event): Fix the panning indicator color,
825
	so that it's "SecondaryTextColor", as desired.
826
827
2009-06-25  Alejandro Pinheiro  <apinheiro@igalia.com>
828
829
	* hildon/hildon-picker-dialog.c:
830
	(selection_completed): take into account HILDON_UI_MODE_NORMAL
831
	* hildon/hildon-touch-selector.c
832
	(hildon_touch_selector_init): Initialize hildon-ui-mode
833
	(hildon_touch_selector_row_activated): new callback for the
834
	"row-activated"	signal, in order to save the last activated
835
	(hildon_touch_selector_check_ui_mode_coherence): new method that checks
836
	if the current hildon-ui-mode is coherent with the touch selector
837
	(hildon_touch_selector_class_init)
838
	(hildon_touch_selector_get_property)
839
	(hildon_touch_selector_set_property)
840
	Added "hildon-ui-mode" property
841
	(disconnect_model_handlers): renamed to clean_column
842
	(hildon_touch_selector_remove): use clean_column function
843
	(_create_new_column): use the hildon-ui-mode to create the treeview, and
844
	only select the first element on HILDON_UI_MODE_EDIT
845
	(hildon_touch_selector_column_init): Initialize last_activate
846
	(hildon_touch_selector_append_column): check that the touch selector
847
	is coherent with the current hildon-ui-mode
848
	(hildon_touch_selector_get_hildon_ui_mode)
849
	(hildon_touch_selector_set_hildon_ui_mode)
850
	Added a getter/setter for the hildon-ui-mode property
851
	(hildon_touch_selector_get_last_activated_row): Added this method in
852
	order to get the last activated row.
853
	* examples/hildon-touch-selector-normal-mode-example.c
854
	New example, that shows how to use the HildonTouchSelector in
855
	HILDON_UI_MODE_NORMAL
856
857
	Fixes: NB#95685 (Add field dialog should use HILDON_UI_MODE_NORMAL), using
858
	Kristian Rietveld <kris@lanedo.com> advices
859
860
2009-06-25  Claudio Saavedra  <csaavedra@igalia.com>
861
862
	* hildon/hildon-time-selector.c: (update_format_policy): Do
863
	not call update_format_dependant_columns() if not necessary.
864
	(update_format_dependant_columns): Remove unnecessary check for
865
	the number of columns.
866
867
2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
868
869
	* hildon/hildon-note.c (+hildon_note_constructor),
870
	(hildon_note_class_init), (+hildon_note_set_padding),
871
	(hildon_note_rebuild): Install a constructor where to set the
872
	padding properties in the note, so that it actually works fine.
873
	Use hildon_note_set_padding() for this, and also to set it during
874
	the note rebuild.
875
876
2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
877
878
	* configure.ac: Bump GTK+ requirement to 2.14.3.
879
	* hildon/hildon-note.c: (hildon_note_rebuild): Use gtk_dialog_set_padding()
880
	when using maemo-gtk to define proper margins for the notes.
881
882
	Fixes: NB#124408 (Confirmation notes: the 'Yes' button overlaps
883
	with the dialog edge)
884
885
2009-06-24  Alberto Garcia  <agarcia@igalia.com>
886
887
	* hildon/hildon-banner.c
888
	(hildon_banner_class_init):
889
	Center text.
890
	(+hildon_banner_size_request):
891
	Request always the full width of the screen.
892
	(hildon_banner_realize)
893
	(-hildon_banner_check_position, hildon_banner_map):
894
	hildon_banner_check_position() is not needed in Hildon 2.2.
895
	(-hildon_banner_reset_wrap_state)
896
	(hildon_banner_constructor, hildon_banner_init):
897
	Remove unnecessary calls to hildon_banner_reset_wrap_state()
898
	(+banner_do_set_text)
899
	(force_to_wrap_truncated):
900
	Remove has_been_wrapped and has_been_truncated attributes.
901
	(+reshow_banner, hildon_banner_real_show_information)
902
	(hildon_banner_show_information_with_markup)
903
	(hildon_banner_show_animation, hildon_banner_show_progress)
904
	(hildon_banner_set_text, hildon_banner_set_markup):
905
	Refactor code. Shrink banner vertically to use the minimum space
906
	necessary everytime the text of the label is updated.
907
	(screen_size_changed):
908
	Call force_to_wrap_truncated() when the size of the screen
909
	changes.
910
911
	Fixes: NB#120500 (only device memory connect mmc in use info
912
	banner is left aligned)
913
914
	Fixes: NB#120613 (Size of HildonBanner varies depending on
915
	previously opened banners)
916
917
2009-06-24  Claudio Saavedra  <csaavedra@igalia.com>
918
919
	* hildon/hildon-color-chooser.c
920
	(hildon_color_chooser_pointer_motion): Take the widget allocation
921
	into account.
922
923
	Fixes: NB#124385 (Unable to select exact point in color mixing box
924
	in color palette dialog)
925
926
2009-06-23  Alejandro G. Castro  <alex@igalia.com>
927
928
	* hildon/hildon-pannable-area.c (hildon_pannable_area_class_init)
929
	(hildon_pannable_area_dispose)
930
	(hildon_pannable_area_button_press_cb)
931
	(hildon_pannable_area_timeout, hildon_pannable_area_check_move)
932
	(hildon_pannable_area_button_release_cb)
933
	(hildon_pannable_area_scroll_cb, hildon_pannable_area_jump_to):
934
	New 'panning-started' and 'panning-finished' signals.
935
936
	Fixes: NB#121732 (New feature request: Signal to pannable area
937
	that informs when panning is stopped.)
938
939
2009-06-23  Mox Soini  <ext-mox.soini@nokia.com>
940
941
	* hildon/hildon-wizard-dialog.c: (create_title): Use separator
942
	instead of hardcoded colon.
943
944
	Fixes: NB#124090 (New calendar wizard title is not using
945
	ecdg_ti_caption_separator)
946
947
2009-06-22  David King  <davidk@openismus.com>
948
949
	* hildon/hildon-find-toolbar.c: Add Gtk-Doc markup for types,
950
	constants and functions, as well as correct many typos throughout the
951
	documentation text.
952
953
	Fixes: MB#4700 (HildonFindToolbar documentation lacks Gtk-Doc markup,
954
	and needs cleanup)
955
956
2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
957
958
	* configure.ac: postrelease version bump.
959
	* debian/changelog: post release version bump
960
961
2009-06-22  Claudio Saavedra  <csaavedra@igalia.com>
962
963
	[Release 2.1.84]
964
965
	* NEWS: Updates.
966
	* configure.ac: Bump version.
967
	* debian/changelog: Updates.
968
969
2009-06-18  Alberto Garcia  <agarcia@igalia.com>
970
971
	* hildon/hildon-window-stack.c
972
	(hildon_window_stack_pop_and_push_list):
973
	Prevent windows from having the same stack index
974
975
2009-06-18  Alberto Garcia  <agarcia@igalia.com>
976
977
	* hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
978
	Use the index of the previous window rather than the stack length
979
	to calculate the new index.
980
981
	Fixes: NB#122389
982
983
2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
984
985
	* hildon/hildon-date-selector.c
986
	(hildon_date_selector_select_current_date)
987
	(hildon_date_selector_get_date)
988
	(hildon_date_selector_select_day):
989
	Update the documentation: uses always the range (1-31), as it is obvious
990
	that the final one will depend on the month and the year, but globally
991
	the range is this, in a similar GtkCalendar approach
992
	(hildon_date_selector_get_date):
993
	Update the documentation: add NULL as a valid value for the day, month
994
	and year locations
995
996
	Fix some details, after talk with David King on bug MB#4698
997
998
2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
999
1000
	* hildon/hildon-touch-selector-entry.c
1001
	* hildon/hildon-touch-selector.c
1002
	Update the documentation of the "text-column" property
1003
1004
2009-06-18  David King  <davidk@openismus.com>
1005
1006
	* hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
1007
	several typos and errors throughout the documentation.
1008
1009
	Fixes: MB#4701 (HildonNote documentation lacks some Gtk-Doc markup and
1010
	has some mistakes)
1011
1012
2009-06-18  Alberto Garcia  <agarcia@igalia.com>
1013
1014
	* hildon/hildon-note.c (hildon_note_realize):
1015
	Make HildonNote support portrait mode.
1016
1017
	Fixes: NB#123448 (HildonNote is not portrait-friendly)
1018
1019
2009-06-17  Alberto Garcia  <agarcia@igalia.com>
1020
1021
	* hildon/hildon-color-chooser.c (hildon_color_chooser_new):
1022
	Document this function
1023
1024
2009-06-17  David King  <davidk@openismus.com>
1025
1026
	* hildon/hildon-date-selector.c
1027
	(hildon_date_selector_select_current_date)
1028
	(hildon_date_selector_get_date): Update documentation regarding days,
1029
	as the day of the month is dependent on both the month and the year.
1030
	(hildon_date_selector_get_date): Fix documentation of output arguments.
1031
1032
	Fixes: MB#4698 (DateSelector documentation has bad output argument
1033
	description, and the day depends on both the month and the year)
1034
1035
2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
1036
1037
	* hildon/hildon-caption.c: Other documentation fixes to
1038
	HildonCaption.
1039
1040
2009-06-17  David King  <davidk@openismus.com>
1041
1042
	* hildon/hildon-caption.c: Minor documentation updates for
1043
	HildonCaption. Fixes MB#4697.
1044
1045
2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
1046
1047
	* doc/hildon-docs.sgml: Add hildon-version section.
1048
	* doc/hildon-sections.txt:
1049
	* hildon/hildon-version.h.in: Document versioning macros and
1050
	add HILDON_VERSION.
1051
1052
2009-06-17  Claudio Saavedra  <csaavedra@igalia.com>
1053
1054
	* doc/hildon-sections.txt: Remove HILDON_DISABLE_DEPRECATED
1055
	from HildonPickerDialog section.
1056
1057
2009-06-16  Alberto Garcia  <agarcia@igalia.com>
1058
1059
	* hildon/hildon-banner.c (hildon_banner_bind_style)
1060
	(screen_size_changed, hildon_banner_init)
1061
	(hildon_banner_real_show_information)
1062
	(hildon_banner_show_information_with_markup)
1063
	(hildon_banner_show_animation, hildon_banner_show_progress):
1064
	Set a different widget name to banners in portrait mode, for them
1065
	to be themed correctly.
1066
1067
2009-06-16  Alberto Garcia  <agarcia@igalia.com>
1068
1069
	* hildon/hildon-note.c (hildon_note_rename, screen_size_changed):
1070
	Set a different widget name to notes in portrait mode, for them to
1071
	be themed correctly.
1072
1073
	Partially fixes: NB#118401 (HildonNote causes unnecessary
1074
	rescaling of images)
1075
1076
2009-06-16  Alberto Garcia  <agarcia@igalia.com>
1077
1078
	* hildon/hildon-note.c (hildon_note_class_init)
1079
	(+hildon_note_size_request, screen_size_changed):
1080
	Always request the full width of the screen.
1081
1082
	Fixes: NB#118375 (unnecessary rescaling of images)
1083
1084
2009-06-16  Alejandro G. Castro  <alex@igalia.com>
1085
1086
	* hildon/hildon-pannable-area.c,
1087
	(hildon_pannable_area_init),
1088
	(hildon_pannable_area_realize): Replaced old code adding flags in
1089
	the object init, now we add it with the other flags in the realize
1090
	method.
1091
1092
2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
1093
1094
	* hildon/hildon-note.c: (hildon_note_class_init): Several
1095
	documentation improvements to the HildonNote widget.
1096
1097
2009-06-16  Claudio Saavedra  <csaavedra@igalia.com>
1098
1099
	* hildon/hildon-note.h: Document the HildonNoteType enumeration.
1100
1101
	Fixes: MB#4556 (HildonNoteType is undocumented)
1102
1103
2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1104
1105
	* hildon/hildon-picker-button.c:
1106
	Explain how HildonPickerButton sets the title of its dialog
1107
1108
	Fixes: MB#4528 (HildonPickerButton docs should mention how to set
1109
	the title of its dialog)
1110
1111
2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1112
1113
	* hildon/hildon-check-button.c:
1114
	Documentation updates
1115
1116
	Fixes: MB#4598 (HildonCheckButton documentation doesn't say why it
1117
	exists)
1118
1119
2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1120
1121
	* hildon/Makefile.am
1122
	* hildon/hildon-edit-toolbar-private.h
1123
	* hildon/hildon-edit-toolbar.c
1124
	(+hildon_edit_toolbar_set_progress_indicator)
1125
	(hildon_edit_toolbar_init): Add progress indicator to the
1126
	toolbar.
1127
1128
	* hildon/hildon-gtk.c
1129
	(hildon_gtk_window_set_progress_indicator):
1130
	If the window contains a HildonEditToolbar, enable the progress
1131
	indicator there too.
1132
1133
	* hildon/hildon-private.h
1134
	* hildon/hildon-private.c
1135
	(+hildon_private_create_animation)
1136
	* hildon/hildon-banner.c
1137
	(-hildon_banner_create_animation):
1138
	Moved to hildon-private.c
1139
1140
	Fixes: NB#102373 (Progress indicator also for the Edit mode
1141
	toolbar)
1142
1143
2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1144
1145
	* hildon/hildon-app-menu-private.h
1146
	* hildon/hildon-app-menu.c (hildon_app_menu_insert)
1147
	(hildon_app_menu_add_filter, +menu_item_button_event)
1148
	(hildon_app_menu_button_release, hildon_app_menu_init):
1149
	Make sure that buttons receive 'button-release-event' in spite of
1150
	the grab held by HildonAppMenu
1151
1152
	Fixes: NB#108337 (Focus mismatch in items of AppMenu)
1153
1154
2009-06-15  Alberto Garcia  <agarcia@igalia.com>
1155
1156
	* hildon/hildon-app-menu.c
1157
	(hildon_app_menu_apply_style, hildon_app_menu_class_init):
1158
	New style property to set the size of the group of filter buttons.
1159
1160
	Fixes: NB#122033 (Filter buttons in view menus incorrectly sized)
1161
1162
2009-06-15  Claudio Saavedra  <csaavedra@igalia.com>
1163
1164
	[Release 2.1.82]
1165
1166
	* NEWS: Updates.
1167
	* configure.ac: Bump version.
1168
	* debian/changelog: Updates.
1169
1170
2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1171
1172
	* hildon/hildon-main.c: Minor documentation fixes.
1173
1174
2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1175
1176
	* doc/hildon-sections.txt:
1177
	* hildon/hildon-defines.h: Document the defines, organize them,
1178
	and mark deprecations as such.
1179
1180
	Fixes: MB#4463 (Hildon size #defines are undocumented)
1181
1182
2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
1183
1184
	* hildon/hildon-animation-actor.c:
1185
	* hildon/hildon-app-menu.c:
1186
	* hildon/hildon-button.c:
1187
	* hildon/hildon-date-editor.c:
1188
	* hildon/hildon-dialog.c:
1189
	* hildon/hildon-edit-toolbar.c:
1190
	* hildon/hildon-entry.c:
1191
	* hildon/hildon-program.c:
1192
	* hildon/hildon-remote-texture.c:
1193
	* hildon/hildon-stackable-window.c:
1194
	* hildon/hildon-text-view.c:
1195
	* hildon/hildon-touch-selector.c:
1196
	* hildon/hildon-window-stack.c:
1197
	* hildon/hildon-window.c:
1198
1199
	Remove redundant "represents" wording from most of the documentation.
1200
1201
	Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
1202
1203
2009-06-12  Alberto Garcia  <agarcia@igalia.com>
1204
1205
	* po/POTFILES.in
1206
	* doc/Makefile.am
1207
	* hildon/Makefile.am
1208
	* hildon/hildon-banner-private.h
1209
	* hildon/hildon-banner.c:
1210
	Move HildonBannerPrivate to hildon-banner.c and remove
1211
	hildon-banner-private.h
1212
	Use a bit field to store private booleans.
1213
1214
2009-06-12  Alberto Garcia  <agarcia@igalia.com>
1215
1216
	* hildon/hildon-app-menu.c (hildon_app_menu_map):
1217
	Don't install a new idle function if there's already one
1218
	installed.
1219
1220
	Fixes: NB#122254
1221
1222
2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1223
1224
	* hildon/hildon-window.c (hildon_window_toggle_gtk_menu)
1225
	(+legacy_menu_realized, +legacy_menu_unmapped)
1226
	(+set_legacy_menu_type):
1227
	Set the _HILDON_WM_WINDOW_TYPE property to legacy Gtk app menus so
1228
	they can be identified by the window manager.
1229
1230
	Fixes: NB#101437 (Invoking CSM on the left side of page area is
1231
	displayed in wrong location)
1232
1233
	Fixes: MB#4563 (Popup menu won't locate at the left side of the
1234
	screen)
1235
1236
2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1237
1238
	Remove m4/gtk-doc.m4, as it already comes with gtk-doc-tools
1239
1240
	Fixes: MB#4616 (Compiling libhildon requires gtk-doc but does not
1241
	use gtk-doc support)
1242
1243
2009-06-11  Alberto Garcia  <agarcia@igalia.com>
1244
1245
	* hildon/hildon-code-dialog.c
1246
	* hildon/hildon-date-editor.c
1247
	* hildon/hildon-number-editor.c
1248
	* hildon/hildon-seekbar.c
1249
	* hildon/hildon-stackable-window.c
1250
	* hildon/hildon-window.c:
1251
	Misc documentation updates
1252
1253
2009-06-10  Claudio Saavedra  <csaavedra@igalia.com>
1254
1255
	* hildon/hildon-entry.c (hildon_entry_class_init): Make HildonEntry:size
1256
	a G_PARAM_CONSTRUCT property, to allow the default size to be set.
1257
1258
	Fixes: NB#117931 (Theming issues in accounts dialogs)
1259
1260
2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1261
1262
	* hildon/hildon-pannable-area.c,
1263
	(hildon_pannable_area_button_release_cb): Changed the coordinates
1264
	of the original release in case we want to discard the release,
1265
	some widgets in Fremantle do not handle the leave-notify.
1266
1267
2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1268
1269
	* hildon/hildon-pannable-area.c,
1270
	(hildon_pannable_area_button_release_cb): Reviewed the logic of
1271
	the release using the last refactored functions and avoiding the
1272
	movement if an element was selected.
1273
1274
2009-06-09  Alejandro G. Castro  <alex@igalia.com>
1275
1276
	* hildon/hildon-pannable-area.c,
1277
	(hildon_pannable_area_check_move),
1278
	(hildon_pannable_area_handle_move),
1279
	(hildon_pannable_area_motion_notify_cb): Refactored the
1280
	motion_notify method using a couple of new functions.
1281
1282
2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1283
1284
	* hildon/hildon-date-selector.c:
1285
	(hildon_date_selector_construct_ui):
1286
	* hildon/hildon-time-selector.c:
1287
	(hildon_time_selector_constructor):
1288
	* hildon/hildon-touch-selector-entry.c:
1289
	(hildon_touch_selector_entry_set_text_column),
1290
	(hildon_touch_selector_entry_get_text_column):
1291
	* hildon/hildon-touch-selector.c: (_default_print_func),
1292
	(hildon_touch_selector_new_text): Use
1293
	hildon_touch_selector_set/get_text_column() instead of
1294
	setting/getting the "text-column" property.
1295
1296
2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1297
1298
	* doc/hildon-sections.txt: Add the new public methods below.
1299
1300
	* examples/hildon-picker-button-multicolumn-example.c:
1301
	(create_touch_selector):
1302
	* examples/hildon-touch-selector-example.c: (create_selector):
1303
	* examples/hildon-touch-selector-multi-cells-example.c:
1304
	(create_selector):
1305
	Use hildon_touch_selector_column_set_text_column()
1306
1307
	* hildon/hildon-touch-selector-column.h:
1308
	* hildon/hildon-touch-selector.c:
1309
	(hildon_touch_selector_column_set_text_column),
1310
	(hildon_touch_selector_column_get_text_column):
1311
	Make hildon_touch_selector_column_set/get_column() public, use
1312
	them in the inline example, document them, and reference to them
1313
	in the docs.
1314
1315
2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1316
1317
	* hildon/hildon-time-selector.c: Fix the docs for
1318
	hildon_time_selector_new_step().
1319
1320
2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
1321
1322
	* hildon/hildon-touch-selector.c: Improve the documentation for
1323
	hildon_touch_selector_append_column().
1324
1325
	Fixes MB#4641 (Documentation:
1326
	hildon_touch_selector_append_column() ref-counting)
1327
1328
2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1329
1330
	* tests/check-hildon-controlbar.c: (test_set_range_invalid):
1331
	Comment out test 5, since the hildon_controlbar_set_range() range
1332
	check is broken and fixing it would have side effects. Also,
1333
	this finally fixes make distcheck.
1334
1335
	Fixes: NB#101420 (Update unit tests and fix make distcheck)
1336
1337
2009-06-18  Claudio Saavedra  <csaavedra@igalia.com>
1338
1339
	* tests/TEST-CASES.txt: Remove other bogus test.
1340
	* tests/check-hildon-controlbar.c: (test_set_value_invalid):
1341
	Remove bogus test that was setting/retrieving a valid value.
1342
1343
2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1344
1345
	* tests/TEST-CASES.txt: Remove bogus tests.
1346
	* tests/check-hildon-color-chooser.c: (test_set_color_invalid):
1347
	Remove three bogus tests that were actually setting valid colors.
1348
1349
2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1350
1351
	* configure.ac: post release version bump
1352
	* debian/changelog: post release version bump
1353
1354
2009-06-08  Claudio Saavedra  <csaavedra@igalia.com>
1355
1356
	[Release 2.1.80]
1357
1358
	* NEWS: Updates.
1359
	* configure.ac: Bump version.
1360
	* debian/changelog: Updates.
1361
1362
2009-06-08  Christian Dywan  <christian@lanedo.com>
1363
1364
	* debian/changelog:
1365
	* debian/control:
1366
	* hildon/hildon-helper.c (hildon_format_file_size_for_display):
1367
	Correct errors in hildon_format_file-size_for_display and use
1368
	translations from the hildon-fm package instead of osso-filemanager.
1369
1370
2009-06-08  Alejandro G. Castro  <alex@igalia.com>
1371
1372
	* hildon/hildon-pannable-area.c,
1373
	(hildon_pannable_area_init): Initialized new values to handle the
1374
	adjustment position.
1375
	(hildon_pannable_area_adjust_value_changed): Check if the values
1376
	changed before even call the redraw function.
1377
	(hildon_pannable_area_size_allocate),
1378
	(hildon_pannable_axis_scroll),
1379
	(hildon_pannable_area_scroll),
1380
	(hildon_pannable_area_jump_to): Improved the diagonal movement
1381
	case.
1382
1383
	Fixes: NB#113065 (Image viewer image scrolling updates in X, then
1384
	Y)
1385
1386
2009-06-08  Alberto Garcia  <agarcia@igalia.com>
1387
1388
	* examples/hildon-banner-example.c:
1389
	Several style updates
1390
	(on_animation_clicked, on_animation_idle)
1391
	(on_progress_clicked, on_progress_idle):
1392
	Add additional reference for the cases when the parent window is
1393
	destroyed.
1394
1395
2009-06-08  Alberto Garcia  <agarcia@igalia.com>
1396
1397
	* doc/hildon-sections.txt
1398
	* hildon/hildon-pannable-area.c
1399
	* hildon/hildon-banner.h
1400
	* hildon/hildon-banner.c: Documentation updates.
1401
1402
	Fixes: MB#4643 (Documentation: hildon_banner_show_information()
1403
	memory management)
1404
1405
2009-06-05  Alejandro G. Castro  <alex@igalia.com>
1406
1407
	* hildon/hildon-calendar-popup.h:
1408
	* hildon/hildon-caption.h:
1409
	* hildon/hildon-code-dialog.h:
1410
	* hildon/hildon-controlbar.h:
1411
	* hildon/hildon-date-editor.h:
1412
	* hildon/hildon-dialog.h:
1413
	* hildon/hildon-get-password-dialog.h:
1414
	* hildon/hildon-hvolumebar.h:
1415
	* hildon/hildon-login-dialog.h:
1416
	* hildon/hildon-note.h:
1417
	* hildon/hildon-number-editor.h:
1418
	* hildon/hildon-range-editor.h:
1419
	* hildon/hildon-seekbar.h:
1420
	* hildon/hildon-set-password-dialog.h:
1421
	* hildon/hildon-sort-dialog.h:
1422
	* hildon/hildon-time-editor.h:
1423
	* hildon/hildon-time-picker.h:
1424
	* hildon/hildon-volumebar-range.h:
1425
	* hildon/hildon-volumebar.h:
1426
	* hildon/hildon-vvolumebar.h:
1427
	* hildon/hildon-weekday-picker.h:
1428
	* hildon/hildon-window.h:
1429
	* hildon/hildon-wizard-dialog.h: Replaced the deprecated GTK
1430
	macros with the current replacements
1431
1432
	Fixes: NB#120941 (HildonWindow using deprecated GTK_CHECK* macros)
1433
1434
2009-06-04  Claudio Saavedra  <csaavedra@igalia.com>
1435
1436
	* hildon/hildon-color-button.c (hildon_color_button_init): Use
1437
	HILDON_ICON_PIXEL_SIZE_FINGER for the color icon and 80x70 for the button
1438
	itself, to make it fit better with Fremantle style.
1439
1440
	Fixes: NB#109878 (height and width of focus on color icon is not
1441
	consistent with other item in the application tool bar)
1442
1443
2009-06-02  Alejandro Pinheiro  <apinheiro@igalia.com>
1444
1445
	* hildon/hildon-touch-selector.c:
1446
	(hildon_touch_selector_optimal_size_request): use the current requisition
1447
	as the base, in order to include any possible extra widget, like the
1448
	hildon entry on HildonTouchSelectorEntry
1449
1450
	Fixes: NB#119805 (Merge conflict picker dialogs are too small)
1451
1452
2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1453
1454
	* configure.ac: post release version bump
1455
	* debian/changelog: post release version bump
1456
1457
2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1458
1459
	[Release 2.1.78]
1460
1461
	* NEWS: Updates.
1462
	* configure.ac: Bump version.
1463
	* debian/changelog: Updates.
1464
1465
2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
1466
1467
	* hildon/hildon-banner-private.h: Add a GtkAlignment to the private
1468
	structure.
1469
	* hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
1470
	to ensure the banner contents are centered, instead of relying on
1471
	the expand and fill properties in GtkHBox.
1472
	(hildon_banner_ensure_child): Do not expand nor fill the child widget.
1473
1474
	Fixes: NB#108265 (Animation banner not properly centered)
1475
1476
2009-05-28  Alejandro Pinheiro <apinheiro@igalia.com>
1477
1478
	* hildon/hildon-pannable-area.c
1479
	(hildon_pannable_area_initial_effect): Remove the initial_effect
1480
	management, check initial_hint
1481
	(hildon_pannable_are_expose_event): Remove the initial_hint management,
1482
	set initial_effect to FALSE
1483
	(hildon_pannable_are_refresh): Check if we need to show the scrollbars,
1484
	by launching the fade_timeout if the scrollbars state has changed and are
1485
	visible
1486
	* examples/hildon-pannable-area-initial-hint-example.c
1487
	Modified to allow to remove rows too. Add and remove rows one by one.
1488
1489
2009-05-28  Alberto Garcia  <agarcia@igalia.com>
1490
1491
	* hildon/hildon-app-menu.c (hildon_app_menu_find_intruder):
1492
	Don't close the menu if there's an animation actor below it.
1493
1494
	Fixes: NB#117927 (Application menu not usable with animation
1495
	actors)
1496
1497
2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1498
1499
	* hildon/hildon-picker-dialog.c (hildon_picker_dialog_init): Unset
1500
	"focus-on-click" from the dialog button, to avoid stealing the
1501
	focus from the entry.
1502
1503
	Fixes: NB#118903 (Account setup wizard: Text in Search field
1504
	should be focused when "Region" touch list picker is reopened
1505
	again)
1506
1507
2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1508
1509
	* hildon/hildon-picker-dialog.c (hildon_picker_dialog_init),
1510
	(prepare_action_area): Completely hide the dialog separator.
1511
1512
2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1513
1514
	* hildon/hildon-touch-selector-entry.c
1515
	(hildon_touch_selector_entry_print_func), (entry_on_text_changed),
1516
	(hildon_touch_selector_entry_changed): Use HildonEntry text API,
1517
	now that the entry is exposed.
1518
1519
2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1520
1521
	* hildon/hildon-touch-selector-entry.c
1522
	(hildon_touch_selector_entry_init): Change the entry's size
1523
	to HILDON_SIZE_FINGER_HEIGHT, avoiding unnecessary scaling.
1524
1525
2009-05-27  Claudio Saavedra  <csaavedra@igalia.com>
1526
1527
	* hildon/hildon-entry.c (hildon_entry_class_init): Set the default
1528
	height to HILDON_SIZE_AUTO_WIDTH and HILDON_SIZE_FINGER_HEIGHT, to
1529
	avoid unnecessary scaling.
1530
1531
2009-05-27  Alberto Garcia  <agarcia@igalia.com>
1532
1533
	* hildon/hildon-app-menu.c (hildon_app_menu_map):
1534
	Create grab transfer window before calling parent's map function.
1535
1536
	Fixes: NB#115988 (hildon_app_menu_popup creates menu with
1537
	"crushed" button(s) in the top left corner)
1538
1539
2009-05-26  Alberto Garcia  <agarcia@igalia.com>
1540
1541
	* hildon/hildon-window-stack.c (_hildon_window_stack_do_push):
1542
	Check if the window is already realized when pushing it.
1543
1544
2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1545
1546
	* configure.ac: post release version bump
1547
	* debian/changelog: post release version bump
1548
1549
2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1550
1551
	[Release 2.1.76]
1552
1553
	* NEWS: Updates.
1554
	* configure.ac: Bump version.
1555
	* debian/changelog: Updates.
1556
1557
2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1558
1559
	* hildon/hildon-app-menu.c: Doc updates.
1560
1561
2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
1562
1563
	* hildon/hildon-banner.c: Remove leftover macro.
1564
1565
2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1566
1567
	* hildon/hildon-pannable-area.c,
1568
	(hildon_pannable_area_scroll_indicator_fade),
1569
	(hildon_pannable_area_button_release_cb): Reviewed vmin
1570
	conditions, it could cause problems in the fadeout procedure.
1571
1572
2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1573
1574
	* hildon/hildon-pannable-area.c
1575
	(hildon_pannable_area_button_release_cb): Added a threshold to
1576
	push the animation if the speed is big (MAX_SPEED_THRESHOLD).
1577
1578
2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1579
1580
	* hildon/hildon-pannable-area.c,
1581
	(hildon_pannable_area_set_property): Added code to sync the gtk
1582
	dnd threshold with the panning threshold.
1583
1584
2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1585
1586
	* hildon/hildon-pannable-area.c,
1587
	(hildon_pannable_area_class_init): Changed some of the default
1588
	values, now it should be less responsive and more accurate.
1589
1590
2009-05-25  Alejandro G. Castro  <alex@igalia.com>
1591
1592
	* hildon/hildon-pannable-area.c,
1593
	(hildon_pannable_area_init),
1594
	(hildon_pannable_area_scroll_indicator_fade),
1595
	(hildon_pannable_area_button_press_cb),
1596
	(hildon_pannable_axis_scroll),
1597
	(hildon_pannable_area_timeout),
1598
	(hildon_pannable_area_motion_notify_cb),
1599
	(hildon_pannable_area_button_release_cb): Changed the name of the
1600
	clicked attribute to button_pressed, it is more clear about its use.
1601
1602
2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
1603
1604
	* src/hildon-pannable-area.c
1605
	(hildon_pannable_area_init): set scroll_delay_counter and scrollbar_fade_delay
1606
	to 0
1607
	(hildon_pannable_area_initial_effect): avoid to compute horizontal and
1608
	vertical scrollbar visibility, and use the data on private section instead,
1609
	remove the initial_hint check
1610
	(hildon_pannable_area_expose_event): add the initial_hint check here
1611
1612
2009-05-25  Alejandro Pinheiro <apinheiro@igalia.com>
1613
1614
	* src/hildon-pannable-area.c
1615
	(hildon_pannable_area_initial_effect): set to FALSE initial_effect
1616
	if the fadeout effect was used
1617
	(hildon_pannable_area_expose_event): check if it is required to
1618
	manage the initial effect on the begining of the function. Previously
1619
	it was made at the end, but this doesn't ensure that the scrollbars
1620
 	will be painted on the first show. Do not set to FALSE initial_effect,
1621
	to ensure that the initial hint is showed the first time the pannable
1622
	becomes scrollable.
1623
	* examples/Makefile.am
1624
	* examples/hildon-pannable-area-initial-hint-example.c:
1625
	New example, to show that the initial-hint is showed when the widget
1626
	becomes scrollable
1627
1628
 	Fixes: NB#116607 (Pannable area should always have scrollbar visible
1629
	initially if the application can be scrolled)
1630
1631
2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1632
1633
	* hildon/hildon-app-menu.c (hildon_app_menu_repack_items):
1634
	Resize table before adding new items to make sure that
1635
	gtk_table_resize() is called just once.
1636
1637
2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1638
1639
	* hildon/hildon-app-menu-private.h
1640
	* hildon/hildon-app-menu.c (item_visibility_changed)
1641
	(filter_visibility_changed, hildon_app_menu_show_all)
1642
	(hildon_app_menu_hide_all, hildon_app_menu_init):
1643
	Rearrange items just once when gtk_widget_show_all()/hide_all()
1644
	are used.
1645
1646
2009-05-25  Alberto Garcia  <agarcia@igalia.com>
1647
1648
	* hildon/hildon-app-menu.c
1649
	(hildon_app_menu_insert, hildon_app_menu_add_filter):
1650
	Don't call gtk_widget_show() on added items.
1651
1652
	Fixes: NB#109063 (HildonAppMenu shouldn't show its items
1653
	automatically when they're added)
1654
1655
2009-05-20  Alberto Garcia  <agarcia@igalia.com>
1656
1657
	* hildon/hildon-banner.c
1658
	(hildon_banner_realize, +hildon_banner_unrealize)
1659
	(+screen_size_changed, hildon_banner_class_init):
1660
	Redisplay the banner if the screen is rotated.
1661
1662
	Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
1663
	on transition from landscape to portrait)
1664
1665
2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
1666
1667
	* hildon/hildon-banner.[ch]:
1668
	(hildon_banner_show_information_override_dnd): remove icon_name from the
1669
	method definition as it is ignored.
1670
	* examples/hildon-banner-dnd-example.c: updated with the change on
1671
	hildon-banner.h API
1672
1673
2009-05-20  Alejandro Pinheiro  <apinheiro@igalia.com>
1674
1675
	* hildon/hildon-banner-private.h: new require_override_dnd and
1676
	overrides_dnd variables
1677
	* hildon/hildon-banner.h:
1678
	(hildon_banner_show_information_override_dnd): new method, that shows
1679
	the information but sets the override flag, in order to show important
1680
	messages
1681
	* hildon/hildon-banner.c
1682
	(hildon_banner_show_information_override_dnd): new method
1683
	(hildon_banner_set_override_flag): new utility function
1684
	(hildon_banner_real_show_information): new utility function, in order to
1685
	generalize the current hildon_banner_show_information_override_dnd and
1686
	hildon_banner_show_information_override_dnd
1687
	* examples/Makefile.am
1688
	* examples/hildon-banner-dnd-example.c: New example that show how to
1689
	use the new hildon_banner_show_information_override_dnd
1690
1691
	Fixes: NB#114874 (There is no possibility to show hildon banners with
1692
	DND flag set)
1693
1694
2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1695
1696
	* hildon/hildon-pannable-area.c: Add a comment explaining the math
1697
	behind hildon_pannable_calculate_vel_factor().
1698
1699
2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1700
1701
	* hildon/hildon-pannable-area.c
1702
	(hildon_pannable_calculate_vel_factor): Correct the sum of the
1703
	deceleration factors.
1704
1705
2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1706
1707
	* hildon/hildon-pannable-area.c (hildon_pannable_area_class_init):
1708
	Reduce the default value for 'scroll_time' to 1 second, since the
1709
	current initial scrolling takes too much time.
1710
1711
2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1712
1713
	* hildon/hildon-pannable-area.c (hildon_pannable_area_init): Do not
1714
	calculate velocity factor during initialization, since the properties
1715
	are not yet set.
1716
1717
2009-05-20  Claudio Saavedra  <csaavedra@igalia.com>
1718
1719
	* hildon/hildon-pannable-area.c
1720
	(hildon_pannable_area_set_property): Calculate the velocity factor
1721
	after setting the deceleration property and not after.
1722
1723
2009-05-20  Alberto Garcia  <agarcia@igalia.com>
1724
1725
	* hildon/hildon-entry.c
1726
	(hildon_entry_class_init, +set_property, hildon_entry_new)
1727
	* hildon/hildon-check-button.c
1728
	(hildon_check_button_class_init)
1729
	(+set_property, hildon_check_button_new):
1730
	Make the theme size a property.
1731
1732
	Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
1733
	others) do too much in the _new function)
1734
1735
2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1736
1737
	* configure.ac: post release version bump
1738
	* debian/changelog: post release version bump
1739
1740
2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
1741
1742
	[Release 2.1.74]
1743
1744
	* NEWS: Updates.
1745
	* configure.ac: Bump version.
1746
	* debian/changelog: Updates.
1747
1748
2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1749
1750
	* hildon/hildon-gtk.h
1751
	* hildon/hildon-gtk.c (hildon_gtk_window_take_screenshot):
1752
	New API function to take a screenshot of a window
1753
1754
	Fixes: NB#106374 (Need API to take a loading screenshot)
1755
1756
2009-05-15  Alejandro Pinheiro  <apinheiro@igalia.com>
1757
1758
	* hildon/hildon-time-selector.c
1759
	(update_format_policy): prevent to use hours and minutes unitialized
1760
1761
2009-05-15  Alberto Garcia  <agarcia@igalia.com>
1762
1763
	* hildon/hildon-window.c (hildon_window_size_request):
1764
	Always request the full size of the screen (minus the title bar if
1765
	not in fullscreen mode).
1766
1767
	Fixes: NB#107486 (HildonWindow should size itself properly)
1768
1769
2009-05-14  Claudio Saavedra  <csaavedra@igalia.com>
1770
1771
	* hildon/hildon-note-private.h: Add idle_handler to the private data.
1772
	* hildon/hildon-note.c (hildon_note_init), (hildon_note_finalize),
1773
	(on_show_cb), (sound_handling): Disconnect the idle handler for
1774
	the sound when the note is finalized to avoid possible crashes.
1775
1776
	Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
1777
	in a scenario)
1778
1779
2009-05-13  Artem Egorkine  <ext-artem.egorkine@nokia.com>
1780
1781
	* src/hildon-animation-actor.c,
1782
	* src/hildon-remote-texture.c:
1783
	Added proper object cleanup to remove signal handler and object
1784
	references as HildonAnimationActor and HildonRemoteTexture
1785
	objects get destroyed.
1786
1787
	Fixes: NB#116682 (Destroying parented animation actors when
1788
	parent in unmapped leads to crash)
1789
1790
2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1791
1792
	Based on a patch by Christian Dywan (christian@imendio.com)
1793
1794
	* doc/hildon-sections.txt:
1795
	* hildon/hildon-helper.c (+hildon_format_file_size_for_display):
1796
	* hildon/hildon-helper.h: New file size formatting method.
1797
	* debian/changelog:
1798
	* debian/control: Depend on osso-filemanager l10n package for
1799
	proper localization strings.
1800
1801
2009-05-13  Claudio Saavedra  <csaavedra@igalia.com>
1802
1803
	* tests/Makefile.am: Include top_srcdir to make possible to build
1804
	tests in a different builddir.
1805
	* tests/*.c: Include <hildon/hildon-*.h> to allow building tests
1806
	on a different builddir.
1807
1808
2009-05-12  Claudio Saavedra  <csaavedra@igalia.com>
1809
1810
	* hildon/hildon-touch-selector.c (disconnect_model_handlers),
1811
	(hildon_touch_selector_remove): Disconnect model's signal handler
1812
	on column removal.
1813
1814
	Fixes: NB#116289 (Hildon home crashes while adding task
1815
	shortcuts.)
1816
1817
2009-05-11  Alberto Garcia  <agarcia@igalia.com>
1818
1819
	* hildon/hildon-button.c
1820
	(hildon_button_set_title, hildon_button_set_value):
1821
	Hide labels containing an empty string.
1822
1823
2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1824
1825
	* configure.ac: post release version bump
1826
	* debian/changelog: post release version bump
1827
1828
2009-05-11  Claudio Saavedra  <csaavedra@igalia.com>
1829
1830
	[Release 2.1.72]
1831
1832
	* NEWS: Updates.
1833
	* configure.ac: Bump version.
1834
	* debian/changelog: Updates.
1835
1836
2009-05-08  Alejandro Pinheiro <apinheiro@igalia.com>
1837
1838
	* hildon/hildon-note-private.h: Removed sound_signal_handler
1839
	* hildon/hildon-note.c
1840
	(on_show_cb): new callback on note "show" event, this simply adds
1841
	a idle, with the function sound_handling
1842
	(sound_handling): removed the sound_signal_handler management
1843
	(hildon_note_init): connect note "show" event to on_show_cb
1844
	(hildon_note_realize): remove the connection to "expose-event"
1845
1846
	Fixes: NB#115242 (Sound is not played every time for the 'Switch off
1847
	device?' confirmation note)
1848
1849
2009-05-08  Alberto Garcia  <agarcia@igalia.com>
1850
1851
	* hildon/hildon-note.c
1852
	(hildon_note_new_information_with_icon_name)
1853
	(hildon_note_new_confirmation_with_icon_name):
1854
	Terminate the list of parameters in g_object_set() calls
1855
1856
	Fixes: NB#115166 (Formatting memory card is not taking place)
1857
1858
2009-05-08  Claudio Saavedra  <csaavedra@igalia.com>
1859
1860
	* hildon/hildon-sound.c (hildon_play_system_sound): Set the
1861
	"dialog-information" role for the sound being played.
1862
1863
2009-05-06  Alberto Garcia  <agarcia@igalia.com>
1864
1865
	* hildon/hildon-app-menu.c (hildon_app_menu_init):
1866
	Don't make the menu a modal window, it causes strange interactions
1867
	with the pointer grab and it's not really needed.
1868
1869
	Fixes: NB#105529 (Empty App menu is launched in a scenario.)
1870
1871
2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1872
1873
	* hildon/hildon-touch-selector.[ch]
1874
	(hildon_touch_selector_optimal_size_request): function added to get a
1875
	optimal size request from the touch selector, when you want a dialog to
1876
	show as much of the selector
1877
	* hildon/hildon-picker-dialog.c:
1878
	Removed HILDON_TOUCH_SELECTOR_HEIGHT macro
1879
	(hildon_app_menu_class_init):
1880
	New "max-height-landscape" and "max-height-portrait" style properties
1881
	(hildon_picker_dialog_size_request): redefined GtkWidget::size_request
1882
	(hildon_picker_dialog_get_max_height): returns the maximum height using
1883
	the style properties defined and checking the current portrait/landscape
1884
	status
1885
	(_hildon_picker_dialog_set_selector): removed the set_size_request
1886
1887
	Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
1888
1889
2009-05-06  Claudio Saavedra  <csaavedra@igalia.com>
1890
1891
	* hildon/hildon-bread-crumb-trail.c:
1892
	* hildon/hildon-bread-crumb.c:
1893
	* hildon/hildon-seekbar.c:
1894
	Add reference to replacements for these deprecated widgets.
1895
1896
	Fixes: MB#4461 (Documentation: All deprecations should mention
1897
	replacements)
1898
1899
2009-05-06 Alejandro Pinheiro <apinheiro@igalia.com>
1900
1901
	* examples/hildon-remote-texture-example.c
1902
1903
	Change the include to the hildon-remote-texture in order to compile
1904
	properly the examples on the installed libhildon1-examples package
1905
1906
2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1907
1908
	* tests/Makefile.am: Add check for HildonPickerButton.
1909
	* tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
1910
	(START_TEST), (create_hildon_picker_button_suite): Add three simple
1911
	checks for the HildonPickerButton.
1912
	* tests/check_test.c (configure_tests): Add the test suite.
1913
	* tests/test_suites.h: likewise.
1914
1915
2009-05-05  Claudio Saavedra  <csaavedra@igalia.com>
1916
1917
	* hildon/hildon-touch-selector.c
1918
	(+on_row_changed): Emit HildonTouchSelector:changed when the
1919
	contents of a selected row change.
1920
	(_create_new_column), (_hildon_touch_selector_set_model): connect
1921
	to GtkTreeModel:row-changed on a newly set model.
1922
1923
	Fixes: NB#114253 (HildonPickerButton not refreshing its value)
1924
1925
2009-05-05  Alberto Garcia  <agarcia@igalia.com>
1926
1927
	Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
1928
1929
	* hildon/hildon-banner.c (hildon_banner_destroy)
1930
	(hildon_banner_show_progress, hildon_banner_set_fraction):
1931
	Remove the progress bar from HildonBanner and use a progress
1932
	indicator instead.
1933
1934
	Fixes: NB#113761 (Update progress banner to use progress
1935
	indicator)
1936
1937
2009-05-04  Alberto Garcia  <agarcia@igalia.com>
1938
1939
	* hildon/hildon-banner.c:
1940
	Calculate size of the banner label using the actual screen width
1941
	rather than using a fixed value.
1942
1943
	Fixes: NB#114395 ('Disconnect charger...' info banner in portrait
1944
	is truncated)
1945
1946
2009-05-04  Alejandro G. Castro  <alex@igalia.com>
1947
1948
	* hildon/hildon-pannable-area.c,
1949
	(hildon_pannable_area_class_init): Fixed signals documentation
1950
	typo.
1951
1952
2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1953
1954
	* configure.ac: post release version bump
1955
	* debian/changelog: post release version bump
1956
1957
2009-05-04  Claudio Saavedra  <csaavedra@igalia.com>
1958
1959
	[Release 2.1.70]
1960
1961
	* NEWS: Updates.
1962
	* configure.ac: Bump version.
1963
	* debian/changelog: Updates.
1964
1965
2009-05-01  Alberto Garcia  <agarcia@igalia.com>
1966
1967
	* hildon/hildon-edit-toolbar.c
1968
	(hildon_edit_toolbar_init):
1969
	Don't let buttons in HildonEditToolbar receive focus.
1970
1971
	Fixes: NB#111160 (!HildonEditToolbar buttons are focused after
1972
	typing on an HW arrows key)
1973
1974
2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1975
1976
	* doc/Makefile.am: Fix build.
1977
1978
2009-04-30  Claudio Saavedra  <csaavedra@igalia.com>
1979
1980
	* doc/Makefile.am: Do not redefine content_files.
1981
1982
2009-04-30  Alberto Garcia  <agarcia@igalia.com>
1983
1984
	* src/
1985
	* Makefile.am
1986
	* configure.ac
1987
	* doc/Makefile.am
1988
	* doc/hildon.types
1989
	* po/POTFILES.in:
1990
	Renamed src/ to hildon/
1991
1992
	* examples/*.c
1993
	* debian/changelog
1994
	* debian/rules:
1995
	Include <hildon/hildon.h> directly in all examples.
1996
1997
2009-04-29  Alejandro Pinheiro  <apinheiro@igalia.com>
1998
1999
	* src/hildon-sort-dialog.c
2000
	(hildon_sort_dialog_add_sort_key_with_sorting)
2001
	(sort_key_changed)
2002
	Add safety checks
2003
2004
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2005
2006
	* src/Makefile.am: Move generated sources to CLEANFILES, so that
2007
	make distcheck passes.
2008
2009
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2010
2011
	* Makefile.am: Enable gtk-doc during distcheck.
2012
2013
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2014
2015
	* Makefile.am: Do not distribute the debian/ directory.
2016
2017
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2018
2019
	* doc/Makefile.am: Add the extra SGML files to content_files,
2020
	so that they are distributed properly.
2021
2022
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2023
2024
	* tests/Makefile.am: Add missing test_suites.h and check_utils.h
2025
	to the SOURCES.
2026
2027
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2028
2029
	* src/hildon-note.c (hildon_note_new_confirmation_with_icon_name),
2030
	(hildon_note_new_information_with_icon_name): Set the "icon" property
2031
	to preserve soundness.
2032
2033
2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
2034
2035
	* src/hildon-font-selection-dialog.c
2036
	(hildon_font_selection_dialog_set_property): Fail when the "family"
2037
	property is set to NULL.
2038
2039
2009-04-28  Claudio Saavedra  <csaavedra@igalia.com>
2040
2041
	* src/hildon-color-chooser.c (hildon_color_chooser_set_color): Add
2042
	safety checks.
2043
2044
2009-04-28  Alejandro Pinheiro  <apinheiro@igalia.com>
2045
2046
	* src/hildon-time-selector.h:
2047
 	Added HildonTimeSelectorFormatPolicy
2048
	* src/hildon-time-selector.c:
2049
 	Added PROP_TIME_FORMAT_POLICY
2050
 	(_check_ampm_format): renamed to check_automatic_ampm_format
2051
 	(update_format_policy), (update_format_dependant_columns): new functions
2052
 	(hildon_time_selector_class_init)
2053
 	(hildon_time_selector_contructor)
2054
 	(hildon_time_selector_init)
2055
 	(hildon_time_selector_get_property)
2056
 	(hildon_time_selector_set_property)
2057
 	(hildon_time_selector_get_time)
2058
 	(hildon_time_selector_set_time)
2059
	* src/hildon-touch-selector.h: new file
2060
	* src/hildon-touch-selector.c
2061
 	(hildon_touch_selector_emit_changed)
2062
 	(hildon_touch_selector_block_changed)
2063
 	(hildon_touch_selector_unblock_changed)
2064
 	Added functions to allow to block the emission of the "changed" signal
2065
	* src/hildon-picker-dialog.c
2066
	(hildon_picker_dialog_show): call the parent show before the custom code
2067
	* examples/hildon-time-button-example.c
2068
 	Modified, so now you can configure the time format using the new property
2069
2070
 	Added a new property "time-format-policy" that allow to choose the time
2071
 	format: AM/PM, 24H or AUTOMATIC. AUTOMATIC is the default one. In this
2072
 	case it uses gconf in order to check if the time selector must use
2073
 	AM/PM or 24H.
2074
2075
	Fixes: NB#111606 (HildonTimeSelector should expose API to set/unset am/pm
2076
	mode)
2077
2078
2009-04-28  Alberto Garcia  <agarcia@igalia.com>
2079
2080
	* src/hildon-note.c (hildon_note_init):
2081
	Label in HildonNote must be left aligned, not centered. This
2082
	reverts the last commit in HildonNote.
2083
2084
	Fixes: NB#112933 (text is not left aligned in confirmation dialog
2085
	is connectivity dialog)
2086
2087
2009-04-27  Alberto Garcia  <agarcia@igalia.com>
2088
2089
	* src/hildon-gtk.c:
2090
	Minor style fixes
2091
2092
	* doc/hildon-sections.txt:
2093
	Added hildon_gtk_window_set_do_not_disturb()
2094
2095
2009-04-27  Alberto Garcia  <agarcia@igalia.com>
2096
2097
	* src/hildon-note.c (hildon_note_init): Center label.
2098
2099
	Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
2100
	properly)
2101
2102
2009-04-27  Claudio Saavedra  <csaavedra@igalia.com>
2103
2104
	[Release 2.1.68]
2105
2106
	* NEWS: Updates.
2107
	* configure.ac: Bump version.
2108
	* debian/changelog: Updates.
2109
2110
2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2111
2112
	* src/hildon-note-private.h: Add button-width to the private data.
2113
	* src/hildon-note.c (+resize_button),
2114
	(+hildon_note_orientation_update): methods to repack widgets on orientation
2115
	changes.
2116
	(screen_size_changed): Call above method for confirmation notes.
2117
	(hildon_note_realize): Always connect to the "screen-size" changed signal.
2118
	(hildon_note_rebuild): Store the original width request from buttons.
2119
2120
	Fixes: NB#109635 (Confirmation notes do not support portrait)
2121
2122
2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2123
2124
	* src/hildon-note.c (hildon_note_rebuild): Only set the double spacing
2125
	when it is a progress note.
2126
2127
2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2128
2129
	* src/hildon-note.c (hildon_note_rebuild): Do not use a GtkHBox
2130
	in the note, since there are no horizontally arranged contents.
2131
2132
2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2133
2134
	* src/hildon-gtk.c (+set_flag): new generic method to
2135
	set/delay a flag setting in a window.
2136
	(hildon_gtk_window_set_progress_indicator):
2137
	(hildon_gtk_window_set_do_not_disturb),
2138
	(hildon_gtk_window_set_portrait_flags): use set_flag() to
2139
	avoid code redundance.
2140
2141
2009-04-24  Claudio Saavedra  <csaavedra@igalia.com>
2142
2143
	Based on a patch by Alberto Garcia (agarcia@igalia.com)
2144
2145
	* src/hildon-gtk.c (set_clear_window_flag),
2146
	(do_set_progress_indicator), (do_set_do_not_disturb),
2147
	(do_set_portrait_flags),
2148
	(hildon_gtk_window_set_progress_indicator),
2149
	(hildon_gtk_window_set_do_not_disturb),
2150
	(hildon_gtk_window_set_portrait_flags):
2151
	Allow setting dnd-flag, progress indicator, and portrait flags
2152
	when the window is not realized.
2153
2154
2009-04-24  Alejandro G. Castro  <alex@igalia.com>
2155
2156
	* src/hildon-pannable-area.c,
2157
	* src/hildon-pannable-area.h: Add the hildon deprecated define to
2158
	the size request policy function and defines.
2159
2160
2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
2161
2162
	* doc/hildon-sections.txt: Add the new API.
2163
	* src/hildon-gtk.c (+hildon_gtk_window_set_portrait_flags): New
2164
	method to set the portrait flags.
2165
	* src/hildon-gtk.h: Add HildonPortraitFlags enum.
2166
2167
	Fixes: NB#112328 (Adding helpers for setting portrait properties)
2168
2169
2009-04-23  Claudio Saavedra  <csaavedra@igalia.com>
2170
2171
	* src/hildon-gtk.c (set_clear_window_flag): Add an Atom parameter,
2172
	to allow using this method with other flags.
2173
	(hildon_gtk_window_set_progress_indicator): Update accordingly.
2174
	(hildon_gtk_window_set_do_not_disturb): Update accordingly.
2175
2176
2009-04-22  Alberto Garcia  <agarcia@igalia.com>
2177
2178
	* src/hildon-touch-selector.c
2179
	(hildon_touch_selector_append_text_column):
2180
	Make the cell renderer use the smallest width possible.
2181
2182
	Fixes: NB#108470 (Selected items in multiple selection are either
2183
	having a tick that is cut or not visible at all.)
2184
2185
2009-04-22  Alberto Garcia  <agarcia@igalia.com>
2186
2187
	* src/hildon-touch-selector.c
2188
	(hildon_touch_selector_append_text_column):
2189
	Code cleanups
2190
2191
2009-04-22  Claudio Saavedra  <csaavedra@igalia.com>
2192
2193
	* src/hildon-number-editor.c (hildon_number_editor_real_set_value):
2194
	Use g_strdup_printf() instead of a fixed size buffer.
2195
2196
2009-04-21  Alberto Garcia  <agarcia@igalia.com>
2197
2198
	* src/hildon-app-menu.c (hildon_app_menu_find_intruder):
2199
	Close banners when a HildonAppMenu is popped up.
2200
2201
	Fixes: NB#111027 (Title menu closed immediately if activated when
2202
	"Invalid e-mail address" banner is shown)
2203
2204
2009-04-21  Claudio Saavedra  <csaavedra@igalia.com>
2205
2206
	[Release 2.1.66]
2207
2208
	* NEWS: Updates.
2209
	* configure.ac: Bump version.
2210
	* debian/changelog: Updates.
2211
2212
2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2213
2214
	* src/hildon-banner.c (hildon_banner_realize):
2215
	Mark HildonBanner as supporting portrait mode.
2216
	Use GDK to set window properties insetad of direct Xlib calls.
2217
2218
	Fixes: NB#111830 (HildonBanner should be marked as supporting
2219
	portrait)
2220
2221
2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2222
2223
	* src/hildon-note.c (hildon_note_rebuild):
2224
	Hide action area in information notes. Prevents text from being
2225
	slightly aligned to the left.
2226
2227
	Fixes: NB#111962 (mail_in_ui_folder_move_target_error not aligned
2228
	properly)
2229
2230
2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2231
2232
	Patch by Mox Soini (ext-mox.soini@nokia.com)
2233
2234
	* src/hildon-banner.c (hildon_banner_create_animation):
2235
	Use stylus-sized icons in animation banner.
2236
2237
	Fixes: NB#111206 (stylus sized icon for animation banner)
2238
2239
2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2240
2241
	* src/hildon-gtk.h
2242
	* src/hildon-gtk.c
2243
	(+hildon_gtk_window_set_do_not_disturb):
2244
	New API to set the do-not-disturb flag.
2245
2246
	Fixes: NB#110959 (Add API to set the do-not-disturb flag to a window)
2247
2248
2009-04-20  Alberto Garcia  <agarcia@igalia.com>
2249
2250
	* examples/hildon-progress-indicator-example.c: Fix example
2251
2252
	* src/hildon-gtk.c (set_clear_window_flag)
2253
	(hildon_gtk_window_set_progress_indicator):
2254
	Create a generic function for setting flags to a window.
2255
	Use GDK instead of direct Xlib calls.
2256
2257
2009-04-14  Alberto Garcia  <agarcia@igalia.com>
2258
2259
	* src/hildon-button.c (hildon_button_set_arrangement):
2260
	Due to NB#88126, if one of the labels is too long it will be
2261
	painted outside the button. The 'value' label is more likely to be
2262
	the longest one, so we change its packing options in order to
2263
	truncate it if necessary. As a side effect, the 'title' label will
2264
	no longer be truncated.
2265
2266
	Fixes: NB#110689 (HildonPickerButton doesn't ellipsize very long values)
2267
2268
2009-04-14  Claudio Saavedra  <csaavedra@igalia.com>
2269
2270
	[Release 2.1.64]
2271
2272
	* NEWS: Updates.
2273
	* configure.ac: Bump version.
2274
	* debian/changelog: Updates.
2275
2276
2009-04-13  Alejandro G. Castro  <alex@igalia.com>
2277
2278
	Deprecation of the hildon_pannable_area_set_size_request_policy
2279
	API, the only policy properly supported in gtk+ nowadays is the
2280
	minimum size.
2281
2282
	* src/hildon-pannable-area.c,
2283
	(hildon_pannable_area_size_request): Added a workaround for the
2284
	size_request to avoid the problems of huge pixmaps in case someone
2285
	is still using the function.
2286
	* src/hildon-pannable-area.h: Deprecated the enum with the
2287
	policies.
2288
2289
	Fixes: NB#110244 (Problems with the
2290
	hildon_pannable_area_set_size_request_policy API)
2291
2292
2009-04-08  Alejandro G. Castro  <alex@igalia.com>
2293
2294
	* src/hildon-pannable-area.c,
2295
	(hildon_pannable_area_init),
2296
	(hildon_pannable_area_size_request),
2297
	(hildon_pannable_area_style_set),
2298
	(hildon_pannable_draw_vscroll),
2299
	(hildon_pannable_draw_hscroll),
2300
	(hildon_pannable_area_check_scrollbars): Replaced area_width with
2301
	indicator_width to clarify the use of the attribute.
2302
2303
2009-04-08  Claudio Saavedra  <csaavedra@igalia.com>
2304
2305
	[Release 2.1.62]
2306
2307
	* NEWS: Updates.
2308
	* configure.ac: Bump version.
2309
	* debian/changelog: Updates.
2310
2311
2009-04-07  Alejandro Pinheiro <apinheiro@igalia.com>
2312
2313
	* src/hildon-picker-dialog.c
2314
	* src/hildon-touch-selector.c
2315
	Reverting the change that tried to avoid the hardcoded height on
2316
	the picker dialog, as causes problems on the hildon-touch-selector
2317
	initial-hint
2318
2319
	Fixes: NB#110029 (selectors not scrolling to selected value)
2320
2321
2009-04-07  Alberto Garcia  <agarcia@igalia.com>
2322
2323
	* src/hildon-touch-selector.c: Fix typos
2324
2325
2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2326
2327
	* src/hildon-color-chooser.c (hildon_color_chooser_pointer_motion):
2328
	Use the event coordinates instead of gdk_window_get_pointer(). Also,
2329
	request more motions after using it.
2330
2331
2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2332
2333
	* src/hildon-calendar.c (hildon_calendar_expose),
2334
	(hildon_calendar_paint_main), (hildon_calendar_enter_notify):
2335
	Remove unused variables.
2336
2337
2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2338
2339
	* tests/check-hildon-color-chooser.c (START_TEST): Remove unused
2340
	variable assignment.
2341
2342
2009-04-07  Claudio Saavedra  <csaavedra@igalia.com>
2343
2344
	* src/hildon-touch-selector.c (hildon_touch_selector_get_active):
2345
	Check the return value of gtk_tree_selection_get_selected()
2346
	for safety.
2347
2348
2009-04-06  Alberto Garcia  <agarcia@igalia.com>
2349
2350
	* src/hildon-animation-actor.c
2351
	* src/hildon-button.c
2352
	* src/hildon-main.c
2353
	* src/hildon-pannable-area.c
2354
	* src/hildon-picker-button.c
2355
	* src/hildon-program.c
2356
	* src/hildon-remote-texture.c
2357
	* src/hildon-text-view.c
2358
	* src/hildon-touch-selector.c
2359
	* src/hildon-window-stack.c
2360
	* src/hildon-window.c:
2361
	Add missing 'Since: 2.2' tags.
2362
2363
	* doc/hildon-sections.txt:
2364
	Add some missing symbols.
2365
2366
	* doc/hildon-docs.sgml:
2367
	New 'Other' section for HildonAnimationActor and
2368
	HildonRemoteTexture
2369
2370
2009-04-06  Alberto Garcia  <agarcia@igalia.com>
2371
2372
	Patch by Iván Gómez (igomez@igalia.com)
2373
2374
	* doc/building.sgml
2375
	* doc/compiling.sgml
2376
	* doc/hildon-docs.sgml
2377
	* doc/hildon-sections.txt
2378
	* doc/migration.sgml
2379
	* doc/resources.sgml
2380
	* doc/running.sgml:
2381
	New chapters on using the Hildon library.
2382
	Updated the general structure of the reference manual.
2383
	Other minor documentation fixes.
2384
2385
	* src/hildon-calendar-popup.c
2386
	* src/hildon-calendar.c
2387
	* src/hildon-controlbar.c
2388
	* src/hildon-date-editor.c
2389
	* src/hildon-dialog.c
2390
	* src/hildon-hvolumebar.c
2391
	* src/hildon-number-editor.c
2392
	* src/hildon-range-editor.c
2393
	* src/hildon-sort-dialog.c
2394
	* src/hildon-time-editor.c
2395
	* src/hildon-time-picker.c
2396
	* src/hildon-volumebar-range.c
2397
	* src/hildon-volumebar.c
2398
	* src/hildon-vvolumebar.c
2399
	* src/hildon-weekday-picker.c:
2400
	Add deprecation notes
2401
2402
	* src/hildon-pannable-area.c (hildon_pannable_area_class_init):
2403
	Document 'horizontal-movement' and 'vertical-movement' signals.
2404
2405
2009-04-06  Claudio Saavedra  <csaavedra@igalia.com>
2406
2407
	[Release 2.1.60]
2408
2409
	* NEWS: Updates.
2410
	* configure.ac: Bump version.
2411
	* debian/changelog: Updates.
2412
2413
2009-04-06  Alejandro G. Castro  <alex@igalia.com>
2414
2415
	* src/hildon-pannable-area.c,
2416
	(hildon_pannable_area_class_init): increased the minimum velocity.
2417
	(hildon_pannable_area_button_release_cb): Updated the
2418
	CURSOR_STOPPED_TIMEOUT, tuning the widge for the new events
2419
	setup. Review the code to control that last event.
2420
2421
	Fixes: NB#109790 (Releasing finger in pannable area easily causes
2422
	unwanted scrolling)
2423
2424
2009-04-03  Claudio Saavedra  <csaavedra@igalia.com>
2425
2426
	Based on a patch by Mox Soini (ext-mox.soini@nokia.com)
2427
2428
	* src/hildon-get-password-dialog.c
2429
	(hildon_get_password_set_property),
2430
	(hildon_get_password_get_property), (create_contents):
2431
	* src/hildon-login-dialog-private.h:
2432
	* src/hildon-login-dialog.c (hildon_login_dialog_set_property),
2433
	(hildon_login_dialog_init), (hildon_login_dialog_get_username),
2434
	(hildon_login_dialog_get_password):
2435
	* src/hildon-set-password-dialog-private.h:
2436
	* src/hildon-set-password-dialog.c
2437
	(hildon_set_password_set_property),
2438
	(hildon_set_password_get_property), (create_contents),
2439
	(hildon_set_password_response_change),
2440
	(hildon_set_password_response_set), (hildon_checkbox_toggled):
2441
2442
	Pimp these dialogs, to make them use HildonEntry and HildonCheckBox
2443
	instead and look more Fremantle style.
2444
2445
	Fixes: NB#109639 (Update hildon passwd dialogs to Hildon 2.2)
2446
2447
2009-04-03  Alberto Garcia  <agarcia@igalia.com>
2448
2449
	* doc/hildon-sections.txt
2450
	* src/hildon-window-stack.h
2451
	* src/hildon-window-stack.c
2452
	(+hildon_window_stack_get_windows):
2453
	New API to obtain the list of windows on a stack.
2454
2455
2009-04-02  Alberto Garcia  <agarcia@igalia.com>
2456
2457
	* src/hildon-app-menu.c (hildon_app_menu_popup)
2458
	(hildon_app_menu_class_init, -hildon_app_menu_show):
2459
	Remove hildon_app_menu_show() and move all its checks to
2460
	hildon_app_menu_popup()
2461
2462
2009-04-02  Alejandro Pinheiro  <apinheiro@igalia.com>
2463
2464
	* src/hildon-picker-dialog.c: removed HILDON_TOUCH_SELECTOR_HEIGHT
2465
	(_hildon_picker_dialog_set_selector): removed call to
2466
	gtk_widget_set_size_request
2467
	* src/hildon-touch-selector.c
2468
	(_create_new_column): change the pannable size request policy
2469
2470
	Avoid to use a hardcoded height for the hildon picker dialog. In order
2471
	to get that, we needed to change the hildon pannable size request
2472
	policy
2473
	Fixes: NB#109369 (Hard-coded height in HildonPickerDialog)
2474
2475
2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
2476
2477
	* src/hildon-window.c (hildon_window_map): Check for vbox to be
2478
	not NULL.  Avoids a (very unlikely) crasher. See related NB#103301
2479
	browser crash.
2480
2481
2009-04-02  Claudio Saavedra  <csaavedra@igalia.com>
2482
2483
	* debian/control: Depend on osso-system-lock localization package.
2484
	* src/hildon-code-dialog.c: Obtain the secu_application_title
2485
	translation from osso-system-lock.
2486
	* src/hildon-get-password-dialog.c (create_contents): Do not mark
2487
	for translation the atk related strings, that's not necessary.
2488
	* src/hildon-set-password-dialog.c (create_contents): Ditto.
2489
	* src/hildon-sort-dialog.c (hildon_sort_dialog_init): Remove the
2490
	cancel button, it is not required.
2491
2492
2009-04-02  Alejandro G. Castro  <alex@igalia.com>
2493
2494
	* src/hildon-pannable-area.c,
2495
	(hildon_pannable_area_class_init): Modified the default value of
2496
	the overshooting max speed, we have reduced it.
2497
2498
2009-04-02  Alberto Garcia  <agarcia@igalia.com>
2499
2500
	* doc/hildon-sections.txt
2501
	* src/hildon-window-private.h
2502
	* src/hildon-window.h
2503
	* src/hildon-window.c (hildon_window_class_init)
2504
	(hildon_window_init, hildon_window_finalize)
2505
	(hildon_window_realize, hildon_window_get_property)
2506
	(hildon_window_set_property, hildon_window_update_markup)
2507
	(hildon_window_get_markup, hildon_window_set_markup):
2508
	New "markup" property and hildon_window_{get,set}_markup() methods.
2509
2510
	* examples/hildon-stackable-window-example.c (new_window):
2511
	Update example to use hildon_window_set_markup()
2512
2513
	Fixes: NB#106375 (Need API to retitle a window with a title
2514
	including markup)
2515
2516
2009-04-01  Alejandro G. Castro  <alex@igalia.com>
2517
2518
	* src/hildon-pannable-area.c,
2519
	(hildon_pannable_area_class_init): Changed the default value of
2520
	the initial_hint to TRUE.
2521
	(hildon_pannable_area_initial_effect): Changed the initial effect,
2522
	not the effect is just the fade-out of the scrollbars.
2523
2524
	Fixes: NB#107775 (No scrollbars can be seen when several items are
2525
	available in a dialog)
2526
2527
2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2528
2529
	* src/hildon-program.c (hildon_program_update_top_most):
2530
	Fix memory leak.
2531
2532
	Fixes: NB#109179 (Memory leak in Hildon program)
2533
2534
2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2535
2536
	* src/hildon-banner.c (-get_current_app_window):
2537
	Remove unused function.
2538
2539
2009-04-01  Alejandro G. Castro  <alex@igalia.com>
2540
2541
	* src/hildon-pannable-area.c: Modified the documentation of the
2542
	get adjustments functions to explain the problem of using the
2543
	adjustment directly.
2544
	(hildon_pannable_area_class_init): Improved the explanation about
2545
	the velocity.
2546
2547
2009-04-01  Alberto Garcia  <agarcia@igalia.com>
2548
2549
	* src/hildon-app-menu-private.h
2550
	* src/hildon-app-menu.c
2551
	(hildon_app_menu_class_init):
2552
	Bring back the 'external-border' style property
2553
	(hildon_app_menu_class_init, hildon_app_menu_init)
2554
	(hildon_app_menu_apply_style, hildon_app_menu_size_request):
2555
	Set a fixed width-request for the menu, independent of the number
2556
	of items.
2557
2558
	Fixes: NB#94957 (Smoothly opened application menu)
2559
2560
2009-03-30  Alberto Garcia  <agarcia@igalia.com>
2561
2562
	* src/hildon-defines.h: Define HILDON_WINDOW_TITLEBAR_HEIGHT
2563
2564
	* src/hildon-banner.c
2565
	Change HILDON_BANNER_WINDOW_Y to HILDON_WINDOW_TITLEBAR_HEIGHT.
2566
	(hildon_banner_map)
2567
	Make sure that the banner is correctly placed the first time it's
2568
	shown.
2569
	(hildon_banner_check_position, -check_fullscreen_state):
2570
	Show the banner in the same place no matter if the window is in
2571
	fullscreen mode or not.
2572
2573
	Fixes: NB#107386 (Odd stacking behaviour for information banners)
2574
2575
2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
2576
2577
	* src/hildon-touch-selector.c (_default_print_func): reorder
2578
	concatenation for clarity.
2579
2580
2009-04-01  Claudio Saavedra  <csaavedra@igalia.com>
2581
2582
	* src/hildon-touch-selector.c (_default_print_func): Plug a memory leak
2583
	for multicolumn selectors.
2584
2585
	Fixes: NB#109099 (Memory leak in Hildon touch selector)
2586
2587
2009-03-30  Claudio Saavedra  <csaavedra@igalia.com>
2588
2589
	[Release 2.1.58]
2590
2591
	* NEWS: Updates.
2592
	* configure.ac: Bump version.
2593
	* debian/changelog: Updates.
2594
2595
2009-03-27  Claudio Saavedra  <csaavedra@igalia.com>
2596
2597
	* src/hildon-sound.c (hildon_ca_context_get): Mark function as static and
2598
	coding style fixes.
2599
2600
2009-03-26  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
2601
2602
	* configure.ac: removed libcangerra-gtk dependency
2603
	* debian/control: removed libcanberra-gtk dependency
2604
	* src/Makefile.am: removed libcanberra gtk related flags
2605
	* src/hildon-sound.c: avoid to use ca_gtk_context_get to get a canberra
2606
	context, and manage a global canberra context instead
2607
2608
	Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
2609
2610
2009-03-26  Alberto Garcia  <agarcia@igalia.com>
2611
2612
	Patch by Daniel Borgmann (danielb@openismus.com)
2613
2614
	* src/hildon-edit-toolbar.c:
2615
	Adjust the left padding.
2616
	(hildon_edit_toolbar_class_init, +hildon_edit_toolbar_expose):
2617
	Paint background of the edit toolbar.
2618
2619
	Fixes: NB#107897 (Patch to make editmodetoolbar background
2620
	themeable and adjust margin)
2621
2622
2009-03-25  Alberto Garcia  <agarcia@igalia.com>
2623
2624
	Patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
2625
2626
	* src/hildon-program.c (hildon_program_update_top_most):
2627
	Update is-topmost when _MB_CURRENT_APP_WINDOW is 0
2628
2629
	Fixes: NB#106998 (HildonProgram's is-topmost property doesn't
2630
	change when the user tasks in/out of an application)
2631
2632
2009-03-25  Alejandro Pinheiro Iglesias <apinheiro@igalia.com>
2633
2634
	* configure.ac: added libcangerra-gtk dependency
2635
	* debian/control: added libcanberra-gtk dependency
2636
	* src/Makefile.am: added libcanberra gtk related flags
2637
	* src/hildon-sound.c: use ca_gtk_context_get to get a canberra context
2638
	instead of use it.
2639
2640
	Fixes: NB#106067 (hildon_play_system_sound() play sound only first time called)
2641
2642
2009-03-25  Alberto Garcia  <agarcia@igalia.com>
2643
2644
	* src/hildon-program.c (hildon_program_remove_window)
2645
	(hildon_program_add_window): Add checks for the window
2646
	parameter. Don't decrease the window counter if the window is not
2647
	registered.
2648
2649
2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2650
2651
	* src/hildon-pannable-area.c,
2652
	(hildon_pannable_area_realize): Fixed position of the event_window
2653
	in the realize method.
2654
2655
2009-03-24  Alberto Garcia  <agarcia@igalia.com>
2656
2657
	* src/hildon-app-menu-private.h
2658
	* src/hildon-app-menu.c (hildon_app_menu_find_intruder)
2659
	(hildon_app_menu_map, hildon_app_menu_hide_idle)
2660
	(hildon_app_menu_key_press, hildon_app_menu_init)
2661
	(hildon_app_menu_finalize):
2662
	Make sure that all idle functions are removed when the widget is
2663
	destroyed.
2664
2665
	Fixes: NB#107583 (Hildon app menu crashes in various applications)
2666
2667
2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2668
2669
	[Release 2.1.56]
2670
2671
	* NEWS: Updates.
2672
	* configure.ac: Bump version.
2673
	* debian/changelog: Updates.
2674
2675
2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2676
2677
	* src/hildon-entry.c
2678
	(+hildon_entry_show_placeholder),
2679
	(+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text
2680
	that replace hildon_entry_update_contents().
2681
	(hildon_entry_set_text),
2682
	(hildon_entry_set_placeholder),
2683
	(hildon_entry_focus_in_event),
2684
	(hildon_entry_focus_out_event): Determine when it is needed
2685
	either to show or hide the placeholder and call the above methods.
2686
2687
	Fixes: NB#107471 (hildon_entry_set_text() not setting the text
2688
	when the placeholder text is already set)
2689
2690
2009-03-24  Claudio Saavedra  <csaavedra@igalia.com>
2691
2692
	* src/hildon-banner.c (+hildon_banner_create_animation): Build a
2693
	simple GdkPixbufAnim using the new icons for the banner.
2694
	(hildon_banner_show_animation): Use the above mentioned method to
2695
	create the animation widget.
2696
2697
	Fixes: NB#103564 (Make hildon animation banner use individual
2698
	image files as the animation)
2699
2700
2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2701
2702
	* src/hildon-pannable-area.c,
2703
	(hildon_pannable_leave_notify_event): Check if the child is NULL
2704
	to avoid sending the leave.
2705
2706
2009-03-24  Alejandro G. Castro  <alex@igalia.com>
2707
2708
	* src/hildon-pannable-area.c,
2709
	(hildon_pannable_area_class_init),
2710
	(hildon_pannable_leave_notify_event): Added a handler of the
2711
	leave-notify-signal to consider when no motion notify before
2712
	leaving.
2713
2714
	Fixes: NB#107494 (Items stay selected when clicking and moving
2715
	away when inside pannable area)
2716
2717
2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>
2718
2719
	[Release 2.1.54]
2720
2721
	* NEWS: Updates.
2722
	* configure.ac: Bump version.
2723
	* debian/changelog: Updates.
2724
2725
2009-03-19  Alejandro G. Castro  <alex@igalia.com>
2726
2727
	Patch by Alberto Garcia (agarcia@igalia.com)
2728
2729
	* src/hildon-date-button.c,
2730
	(hildon_date_button_class_init),
2731
	(hildon_date_button_init): Removed the construct property handling
2732
	and created a default selector in the init method.
2733
	* src/hildon-picker-button.c,
2734
	(hildon_picker_button_class_init): Removed the construct flag of the
2735
	selector property.
2736
2737
2009-03-18  Alberto Garcia  <agarcia@igalia.com>
2738
2739
	* src/hildon-main.c (hildon_init):
2740
	Don't allow hildon_init() to be called more than once.
2741
2742
	Fixes: NB#106607 (hildon_init should issue error message upon
2743
	successive calls)
2744
2745
2009-03-17  Alejandro Pinheiro  <apinheiro@igalia.com>
2746
2747
	* examples/hildon-pannable-area-touch-list-example.c
2748
	* examples/hildon-pannagle-area-touch-grid-example.c
2749
	* examples/hildon-edit-toolbar-example.c
2750
	* examples/hildon-touch-selector-multi-cells-example.c
2751
	Removed the call to gtk_rc_parse_string, as it is not required since
2752
	some time ago.
2753
2754
2009-03-17  Alejandro G. Castro  <alex@igalia.com>
2755
2756
	* src/hildon-pannable-area.c,
2757
	(hildon_pannable_area_class_init): Modified the default panning
2758
	threshold of the widget to 6px.
2759
2760
	Fixes: NB#105427 (Clicking and dragging ( for pixel values more
2761
	than the threshold value ) within the button is not sending the
2762
	event to the clild)
2763
2764
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2765
2766
	* src/hildon-touch-selector.c (_create_new_column): Unset GTK_CAN_FOCUS
2767
	for the treeview in the new column. This way, the touch list will never
2768
	grab the focus.
2769
2770
	Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
2771
	be selected manually for the HW keys to work)
2772
2773
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2774
2775
	* src/hildon-touch-selector-entry.c (entry_on_text_changed): Do a simple
2776
	comparison instead of using strcmp(). Fixes a compiler warning as well.
2777
2778
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2779
2780
	* doc/hildon-docs.sgml: Do not set the library version in the
2781
	document title, use the releaseinfo tag for that purpose instead.
2782
2783
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2784
2785
	* src/hildon-touch-selector-entry.c (entry_on_text_changed):
2786
	Do not jump to the first item if the text in the entry is removed.
2787
2788
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2789
2790
	[Release 2.1.52]
2791
2792
	* NEWS: Updates.
2793
	* configure.ac: Bump version.
2794
	* debian/changelog: Updates.
2795
2796
2009-03-16  Claudio Saavedra  <csaavedra@igalia.com>
2797
2798
	* src/hildon-entry.c (hildon_entry_refresh_contents):
2799
	* src/hildon-text-view.c (hildon_text_view_refresh_contents):
2800
	Use "ReversedSecondaryTextColor" for the placeholder text.
2801
2802
2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2803
2804
	* src/hildon-text-view.c: Fix compilation warning.
2805
2806
2009-03-12  Alberto Garcia  <agarcia@igalia.com>
2807
2808
	* src/hildon-button.c (hildon_button_class_init): Don't make
2809
	"title" and "value" construction properties, to prevent them from
2810
	overwriting labels set from derived classes.
2811
2812
	* src/hildon-picker-button.c
2813
	(hildon_picker_button_set_selector): Allow setting a NULL selector.
2814
	(hildon_picker_button_class_init): Make touch-selector a
2815
	construction property.
2816
2817
	* src/hildon-date-button.c (hildon_date_button_class_init)
2818
	(+hildon_date_button_constructed): Add a default date selector if
2819
	none is provided.
2820
2821
2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2822
2823
	* src/hildon-touch-selector.c: Small documentation fixes.
2824
2825
2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2826
2827
	Based on a patch by Daniel Borgmann (danielb@openismus.com)
2828
2829
	* src/hildon-entry.c (hildon_entry_refresh_contents),
2830
	(hildon_entry_get_text), (hildon_entry_init): Do not use the
2831
	widget name, set the logical color directly instead and a boolean
2832
	showing_placeholder instead.
2833
	* src/hildon-text-view.c (hildon_text_view_refresh_contents): Do not
2834
	use the widget name here either.
2835
2836
	Fixes: NB#105678 (HildonTextView should use logical colours
2837
	instead of setting widget name)
2838
2839
2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2840
2841
	Patch by Daniel Elster (danielk@openismus.com)
2842
2843
	* src/hildon-touch-selector.[ch] (HildonTouchSelectorPrintFunc):
2844
	Add user_data parameter.
2845
	(hildon_touch_selector_set_print_func_full): New function akin
2846
	hildon_touch_selector_set_print_func() but with support for user
2847
	data and a destroy callback.
2848
	(hildon_touch_selector_dispose): Implement GObjectClass::dispose
2849
	to clean up the print function user data.
2850
	(hildon_touch_selector_class_init): Install dispose function.
2851
	(HildonTouchSelectorPrivate::print_user_data),
2852
	(HildonTouchSelectorPrivate::print_destroy_func): New private
2853
	member data.
2854
	(hildon_touch_selector_init): Initialize new private members.
2855
	(hildon_touch_selector_get_current_text): Pass along user data
2856
	to the print function.
2857
	(_default_print_func): Add dummy user_data to parameter list.
2858
	* hildon-date-selector.c (_custom_print_func): ditto,
2859
	* hildon-time-selector.c (_custom_print_func): ditto,
2860
	* hildon-touch-selector-entry.c
2861
	(hildon_touch_selector_entry_print_func): ditto.
2862
2863
	Fixes: NB#105455 (HildonTouchSelectorPrintFunc lacks user data)
2864
2865
2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
2866
2867
	* examples/hildon-pannable-area-tuning-example.c: Fix copyright.
2868
2869
2009-03-12  Alejandro G. Castro  <alex@igalia.com>
2870
2871
	* src/hildon-pannable-area.c,
2872
	(hildon_pannable_area_init),
2873
	(hildon_pannable_area_button_press_cb),
2874
	(hildon_pannable_area_motion_notify_cb): We have added code to
2875
	handle the leave and enter events when using the motion events.
2876
2877
	Fixes: NB#105407 (hilghlight is not cancelled when panning starts)
2878
2879
2009-03-11  Alberto Garcia  <agarcia@igalia.com>
2880
2881
	* src/hildon-date-button.c (hildon_date_button_get_date)
2882
	(hildon_date_button_set_date): Make sure that the button has a
2883
	selector.
2884
2885
	Fixes: NB#105507 (hildon_date_button_set_date leads to crash.)
2886
2887
2009-03-11  Alejandro G. Castro  <alex@igalia.com>
2888
2889
	* src/hildon-pannable-area.c,
2890
	(hildon_pannable_area_class_init),
2891
	(hildon_pannable_area_calculate_velocity): Modify the use of the
2892
	force and adapt the value.
2893
2894
2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2895
2896
	* src/hildon-app-menu.c (+hildon_app_menu_delete_event_handler)
2897
	(hildon_app_menu_class_init): Hide the menu if it receives a
2898
	delete-event, but don't destroy it
2899
2900
	Fixes: NB#104485 (Not able to address the call when application
2901
	menu is opened at background)
2902
2903
2009-03-10  Alberto Garcia  <agarcia@igalia.com>
2904
2905
	* src/hildon-app-menu.c
2906
	(hildon_app_menu_apply_style, hildon_app_menu_class_init):
2907
	Remove the "external-border" style property, let the menu take its
2908
	natural size (or the one set by the window manager)
2909
	(hildon_app_menu_repack_items):
2910
	Don't reshow the menu, avoid flickers.
2911
2912
	Partially fixes NB#94957 (Smoothly opened application menu)
2913
2914
2009-03-10  Claudio Saavedra  <csaavedra@igalia.com>
2915
2916
	[Release 2.1.50]
2917
2918
	* NEWS: Updates.
2919
	* configure.ac: Bump version.
2920
	* debian/changelog: Updates.
2921
2922
2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2923
2924
	* src/hildon-pannable-area.c,
2925
	(hildon_pannable_area_motion_notify_cb): We control that the
2926
	direction error margin is used just in case the movement is
2927
	allowed in the other direction.
2928
2929
	Fixes: NB#105012 (buttons inside a pannable area not getting
2930
	release event when dragging/releasing)
2931
2932
2009-03-10  Alejandro G. Castro  <alex@igalia.com>
2933
2934
	* src/hildon-pannable-area.c,
2935
	(hildon_pannable_area_class_init),
2936
	(hildon_pannable_area_get_property),
2937
	(hildon_pannable_area_set_property),
2938
	(hildon_pannable_area_initial_effect),
2939
	(hildon_pannable_axis_scroll),
2940
	(hildon_pannable_area_button_release_cb): Reviewed the
2941
	overshooting effect, now it has its own max
2942
	speed (PROP_VEL_MAX_OVERSHOOTING). Modified the calculation of the
2943
	speed when bouncing.
2944
2945
2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>
2946
2947
	[Release 2.1.48]
2948
2949
	* NEWS: Updates.
2950
	* configure.ac: Bump version.
2951
	* debian/changelog: Updates.
2952
2953
2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2954
2955
	* src/hildon-pannable-area.c,
2956
	(hildon_pannable_area_class_init): Changed the max speed, now
2957
	users can launch the widget very fast. Reduced the default force,
2958
	that way it is easier to control the launch speed.
2959
2960
2009-03-09  Alejandro G. Castro  <alex@igalia.com>
2961
2962
	* src/hildon-pannable-area.c,
2963
	(hildon_pannable_area_button_release_cb): Removed this check
2964
 	because it causes problems when the device is overloaded.
2965
2966
2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2967
2968
	* src/hildon-picker-dialog.c (hildon_picker_dialog_init):
2969
	add a current_text field to store the text entered in the
2970
	touch selector entry.
2971
	(_clean_current_selection): clean up the current text as well.
2972
	(_save_current_selection), (_restore_current_selection):
2973
	Save/restore the text in the entry if the selector is a
2974
	HildonTouchSelectorEntry.
2975
2976
	Fixes: NB#102541 (value entered in the touch selector entry is not
2977
	shown when opened for second time)
2978
2979
2009-03-06  Claudio Saavedra  <csaavedra@igalia.com>
2980
2981
	* doc/hildon-sections.txt:
2982
	* src/hildon-touch-selector-entry.c
2983
	(+hildon_touch_selector_entry_get_entry):
2984
	* src/hildon-touch-selector-entry.h: New accessor for the HildonEntry.
2985
2986
	Fixes: NB#104815 (I need accessor to the entry inside
2987
	HildonTouchSelectorEntry)
2988
2989
2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2990
2991
	* src/hildon-app-menu.c (hildon_app_menu_apply_style)
2992
	(hildon_app_menu_class_init):
2993
	New "filter-vertical-spacing" style property.
2994
2995
2009-03-06  Alberto Garcia  <agarcia@igalia.com>
2996
2997
	* src/hildon-find-toolbar.c
2998
	(hildon_find_toolbar_emit_close)
2999
	(hildon_find_toolbar_emit_invalid_input)
3000
	(hildon_find_toolbar_entry_activate):
3001
	Use g_signal_emit() instead of g_signal_emit_by_name()
3002
3003
2009-03-06  Alberto Garcia  <agarcia@igalia.com>
3004
3005
	Patch by Mox Soini (ext-mox.soini@nokia.com)
3006
3007
	* tests/TEST-CASES.txt
3008
	* tests/check-hildon-banner.c
3009
	* tests/check-hildon-note.c
3010
	* src/hildon-banner.c
3011
	* src/hildon-code-dialog.c
3012
	* src/hildon-date-editor.c (real_set_calendar_icon_state)
3013
	* src/hildon-time-editor.c
3014
	* examples/hildon-lookup-example.c (main):
3015
	Replace obsolete icon names with new ones.
3016
3017
	* src/hildon-find-toolbar-private.h:
3018
	* src/hildon-find-toolbar.c (hildon_find_toolbar_init)
3019
	(-hildon_find_toolbar_emit_search):
3020
	Remove find button and change icon of close button.
3021
3022
	Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
3023
3024
2009-03-05  Alberto Garcia  <agarcia@igalia.com>
3025
3026
	* src/hildon-time-button.c (hildon_time_button_new_step):
3027
	Use the "touch-selector" property to set the selector directly
3028
	when creating the object.
3029
3030
2009-03-05  Alejandro G. Castro  <alex@igalia.com>
3031
3032
	Added a new example application that allows tuning the pannable
3033
	area and replaced defines with properties in order to simplify the
3034
	tuning: PROP_DRAG_INERTIA, PROP_PANNING_THRESHOLD,
3035
	PROP_SCROLLBAR_FADE_DELAY, PROP_BOUNCE_STEPS, PROP_FORCE and
3036
	PROP_DIRECTION_ERROR_MARGIN.
3037
3038
	* examples/hildon-pannable-area-tuning-example.c: New example
3039
	application.
3040
	* src/hildon-pannable-area.c,
3041
	(hildon_pannable_area_class_init),
3042
	(hildon_pannable_area_init),
3043
	(hildon_pannable_area_get_property),
3044
	(hildon_pannable_area_set_property),
3045
	(hildon_pannable_area_launch_fade_timeout),
3046
	(hildon_pannable_area_adjust_value_changed),
3047
	(hildon_pannable_axis_scroll),
3048
	(hildon_pannable_area_motion_notify_cb),
3049
	(hildon_pannable_area_scroll_cb),
3050
	(hildon_pannable_area_button_release_cb): We have converted some
3051
	of the defines that control the widget to properties to simplify
3052
	the tuning.
3053
3054
2009-03-05  Alberto Garcia  <agarcia@igalia.com>
3055
3056
	* src/hildon-app-menu.c (hildon_app_menu_map)
3057
	(hildon_app_menu_unmap): Make the menu temporary when it's mapped,
3058
	so it's closed if a new window appears.
3059
3060
	Fixes: NB#104485 (Not able to address the call when application
3061
	menu is opened at background)
3062
3063
2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3064
3065
	* src/hildon-color-button.c (hildon_color_button_get_property):Add
3066
	missing 'break' statement in in 'case' construct to avoid
3067
	incorrect warnings.
3068
3069
2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3070
3071
	* src/hildon-touch-selector-entry.c
3072
	(hildon_touch_selector_entry_get_property),
3073
	(hildon_touch_selector_entry_set_property): Add missing 'break'
3074
	statements in in 'case' constructs to avoid incorrect warnings.
3075
3076
2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3077
3078
	* src/hildon-time-editor.c
3079
	(hildon_time_editor_get_time_separators): Do not crash if
3080
	the first label is NULL.
3081
3082
2009-03-05  Claudio Saavedra  <csaavedra@igalia.com>
3083
3084
	* src/hildon-date-selector.c (_month_days): Check for month to be
3085
	strictly less than 12, since otherwise we may overrun the array.
3086
3087
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3088
3089
	* src/hildon-date-button.c (+hildon_date_button_new_full)
3090
	(hildon_date_button_new, hildon_date_button_new_with_year_range)
3091
	(hildon_date_button_init): Set the date selector using a
3092
	construction property, to make it happen after HildonButton's
3093
	"value" property is set.
3094
3095
	Fixes: NB#104439 (hildon_date_button_new() isn't set to the
3096
	current date by default)
3097
3098
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3099
3100
	* doc/hildon-sections.txt
3101
	* src/hildon-program.c
3102
	* src/hildon-stackable-window.c
3103
	* src/hildon-window.c:
3104
	Documentation updates
3105
3106
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3107
3108
	* src/hildon-window-stack.c (hildon_window_stack_get_default)
3109
	(hildon_window_stack_new, +hildon_window_stack_set_property)
3110
	(+hildon_window_stack_get_property)
3111
	(hildon_window_stack_class_init)
3112
	(+hildon_window_stack_set_window_group)
3113
	(+hildon_window_stack_get_window_group):
3114
	Make the window group a construction property.
3115
3116
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3117
3118
	* doc/hildon-sections.txt
3119
	* src/hildon-stackable-window-private.h
3120
	* src/hildon-stackable-window.h
3121
	* src/hildon-stackable-window.c
3122
	(-hildon_stackable_window_set_app_menu)
3123
	(-hildon_stackable_window_get_app_menu)
3124
	(-hildon_stackable_window_toggle_menu)
3125
	(-hildon_stackable_window_finalize)
3126
	(hildon_stackable_window_class_init)
3127
	(hildon_stackable_window_init)
3128
	* src/hildon-window-private.h
3129
	* src/hildon-window.h
3130
	* src/hildon-window.c (hildon_window_init)
3131
	(hildon_window_destroy, +hildon_window_toggle_gtk_menu)
3132
	(+hildon_window_toggle_app_menu, hildon_window_toggle_menu_real)
3133
	(hildon_window_get_main_menu, hildon_window_set_main_menu)
3134
	(+hildon_window_set_app_menu, +hildon_window_get_app_menu):
3135
	Moved all HildonAppMenu code to HildonWindow. The menu does not
3136
	require a HildonStackableWindow anymore.
3137
3138
	* src/hildon-app-menu.c
3139
	* src/hildon-program.c
3140
	* examples/hildon-app-menu-example.c (main):
3141
	Update examples and documentation to reflect HildonAppMenu
3142
	changes.
3143
3144
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3145
3146
	* src/hildon-remote-texture.c
3147
	* src/hildon-animation-actor.c:
3148
	Don't include unused private headers.
3149
3150
2009-03-04  Alberto Garcia  <agarcia@igalia.com>
3151
3152
	* src/hildon-program-private.h
3153
	* src/hildon-program.c
3154
	(hildon_program_set_common_menu)
3155
	(hildon_program_get_common_menu)
3156
	(hildon_program_set_common_app_menu)
3157
	(hildon_program_get_common_app_menu):
3158
	Change common menu pointers from GtkWidget* to GtkMenu* and
3159
	HildonAppMenu* to avoid unnecessary casts.
3160
3161
2009-03-03  Alberto Garcia  <agarcia@igalia.com>
3162
3163
	* src/hildon-window.c (hildon_window_set_main_menu):
3164
	Removed incorrect 'Since:' tag
3165
3166
2009-03-03  Alejandro G. Castro  <alex@igalia.com>
3167
3168
	* src/hildon-pannable-area.c,
3169
	(hildon_pannable_area_calculate_velocity): We use now the
3170
	RATIO_TOLERANCE here to check the distance, fixed typo in the
3171
	algorithm.
3172
	(hildon_pannable_area_motion_notify_cb): We have to set the type
3173
	and time even if we are not sending the motion.
3174
3175
2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3176
3177
	* doc/hildon-sections.txt
3178
	* src/hildon-app-menu.h
3179
	* src/hildon-app-menu.c (+hildon_app_menu_get_items)
3180
	(+hildon_app_menu_get_filters): New methods to get the contents of
3181
	a HildonAppMenu.
3182
3183
	Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its
3184
	children)
3185
3186
2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3187
3188
	* src/hildon-app-menu.c (hildon_app_menu_popup):
3189
	Add "Since" tag.
3190
3191
2009-03-02  Alberto Garcia  <agarcia@igalia.com>
3192
3193
	* src/hildon-window.h
3194
	* src/hildon-window.c (+hildon_window_get_main_menu)
3195
	(hildon_window_get_menu): Created hildon_window_get_main_menu()
3196
	and deprecated hildon_window_get_menu().
3197
3198
	* src/hildon-stackable-window.h
3199
	* src/hildon-stackable-window.c
3200
	(+hildon_stackable_window_set_app_menu)
3201
	(+hildon_stackable_window_get_app_menu)
3202
	(hildon_stackable_window_set_main_menu): Created
3203
	hildon_stackable_window_{get,set}_app_menu() and deprecated
3204
	hildon_stackable_window_set_main_menu().
3205
3206
	* doc/hildon-sections.txt
3207
	* examples/hildon-app-menu-example.c (main)
3208
	* src/hildon-app-menu.c
3209
	* src/hildon-program.c:
3210
	Updated examples and documentation.
3211
3212
	Fixes: NB#103758 (No way to obtain a menu from a
3213
	HildonStackableWindow)
3214
3215
2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
3216
3217
	[Release 2.1.46]
3218
3219
	* NEWS: Updates.
3220
	* configure.ac: Bump version.
3221
	* debian/changelog: Updates.
3222
3223
2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
3224
3225
	* examples/hildon-remote-texture-example.c: Include
3226
	hildon-remote-texture.h explicitely.
3227
	* src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
3228
	applications not defining _XOPEN_SOURCE which don't require this header.
3229
3230
2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3231
3232
	* doc/hildon-sections.txt
3233
	* src/hildon-app-menu.h
3234
	* src/hildon-app-menu.c (+hildon_app_menu_popup):
3235
	New function to pop up a HildonAppMenu
3236
3237
	* src/hildon-stackable-window.c
3238
	(hildon_stackable_window_toggle_menu):
3239
	Use hildon_app_menu_popup() to show the menu.
3240
3241
2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3242
3243
	* src/hildon-app-menu.c (hildon_app_menu_show)
3244
	(hildon_app_menu_map, +hildon_app_menu_find_intruder): Hide the
3245
	menu if there's another window between it and its parent window.
3246
3247
	Fixes: NB#100468 (Application menu window is launched even when a
3248
	new secondary-window/dialog is pending to be shown/realized)
3249
3250
2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3251
3252
	* src/hildon-window-stack.c (hildon_window_stack_push)
3253
	(hildon_window_stack_pop_and_push):
3254
	Don't forget to push/pop the first window.
3255
	Reverse the window list before calling _push_list()
3256
3257
2009-02-27  Alberto Garcia  <agarcia@igalia.com>
3258
3259
	* src/hildon-picker-button.h
3260
	* src/hildon-picker-button.c (hildon_picker_button_class_init):
3261
	Remove "value_changed" slot to avoid ABI breakage
3262
3263
2009-02-26  Alejandro G. Castro  <alex@igalia.com>
3264
3265
	* src/hildon-pannable-area.c,
3266
	(hildon_pannable_area_realize),
3267
	(hildon_pannable_area_unrealize),
3268
	(hildon_pannable_draw_vscroll),
3269
	(hildon_pannable_draw_hscroll): Changed the method to handle the
3270
	GC used to draw the transparent scrollbar, this way we avoid
3271
	creating the GC all the time when drawing the scrollbars.
3272
3273
2009-02-26  Alejandro G. Castro  <alex@igalia.com>
3274
3275
	* src/hildon-pannable-area.c,
3276
	(hildon_pannable_area_init),
3277
	(hildon_pannable_area_remove): Removed some unnecessary casts.
3278
	(hildon_pannable_area_dispose): Disconnected some signals before
3279
	releasing the adjustments.
3280
3281
2009-02-26  Alberto Garcia  <agarcia@igalia.com>
3282
3283
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
3284
	Make sure that all widgets contained in the toolbar are shown.
3285
3286
2009-02-25  Alberto Garcia  <agarcia@igalia.com>
3287
3288
	* doc/hildon-sections.txt
3289
	* src/hildon-picker-button.h
3290
	* src/hildon-picker-button.c (+hildon_picker_button_value_changed)
3291
	(_selection_changed, hildon_picker_button_on_dialog_response)
3292
	(hildon_picker_button_class_init, hildon_picker_button_set_selector):
3293
	New hildon_picker_button_value_changed() method.
3294
3295
	* src/Makefile.am
3296
	* src/hildon-picker-button-private.h
3297
	* src/hildon-picker-button.c (hildon_picker_button_init)
3298
	(+hildon_picker_button_disable_value_changed): Add protected
3299
	function for disabling the "value-changed" signal.
3300
3301
	* src/hildon-date-button.c (hildon_date_button_set_date):
3302
	Don't emit "value-changed" for each one of the three columns.
3303
3304
	Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
3305
	before actual change of values)
3306
3307
2009-02-24  Alejandro G. Castro  <alex@igalia.com>
3308
3309
	* src/hildon-pannable-area.c,
3310
	(hildon_pannable_area_class_init): Reduced SPS, 25 it is too big
3311
	for the treeview overshooting.
3312
3313
2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
3314
3315
	* src/hildon-banner.c (+hildon_banner_bind_style):
3316
	Renamed from hildon_banner_bind_label_style(), now naming the
3317
	banner itself as well.
3318
	(hildon_banner_show_information),
3319
	(hildon_banner_show_information_with_markup),
3320
	(hildon_banner_show_animation), (hildon_banner_show_progress):
3321
	Name the widgets and labels, based on their type.
3322
3323
	See NB#98597 (Hildon Note and Hildon Banner should use themeable
3324
	background image)
3325
3326
2009-02-24  Claudio Saavedra  <csaavedra@igalia.com>
3327
3328
	* src/hildon-note.c (hildon_note_set_property): call
3329
	hildon_note_rename() on HildonNote:note-type set.
3330
	(hildon_note_rename): Name the note and its label, based on the
3331
	HildonNote:note-type property.
3332
3333
	See NB#98597 (Hildon Note and Hildon Banner should use themeable
3334
	background image)
3335
3336
2009-02-24  Alejandro G. Castro  <alex@igalia.com>
3337
3338
	* src/hildon-pannable-area.c,
3339
	(hildon_pannable_area_class_init),
3340
	(hildon_pannable_area_motion_notify_cb): Reviewed the default
3341
	panning parameters, increased SPS and deceleration factor. Added
3342
	also a margin to control fake directions.
3343
3344
2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3345
3346
	Patch by Sven Herzberg (sven@imendio.com)
3347
3348
	* configure.ac: Add missing AM_PROG_CC_C_0
3349
	* tests/Makefile.am: Use an appropriate variable name instead of TESTS.
3350
3351
	See NB#101420 (Update unit tests and fix make check)
3352
3353
2009-02-23  Alejandro G. Castro  <alex@igalia.com>
3354
3355
	This patch was applied before but reverted because it caused
3356
	problems, we have changed the main condition and tested the
3357
	regressions we detected before and they work ok. We have done a
3358
	complete review of the topmost algorithm in order to get a more
3359
	general solution.
3360
3361
        * src/hildon-pannable-area.c,
3362
        (hildon_pannable_area_get_topmost): Added a new parameter to
3363
        filter the the windows that do not include those events.
3364
        (hildon_pannable_area_button_press_cb),
3365
        (hildon_pannable_area_button_release_cb),
3366
        (hildon_pannable_get_child_widget_at): Reviewed the call the the
3367
        topmost function, we have added the new parameter.
3368
3369
        Fixes: NB#97458 (Pannable area prevents propagation of button
3370
        press events)
3371
3372
2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3373
3374
	* src/hildon-picker-dialog.c (+selection_completed): Returns TRUE
3375
	if all columns in the selector have an item selected.
3376
	(_on_dialog_response): Stop "response" signal emission if there is
3377
	any selector column without selected items.
3378
3379
	Fixes: NB#101889 (Picker dialog should not close when nothing is
3380
	selected in multiple selection list)
3381
3382
2009-02-23  Claudio Saavedra  <csaavedra@igalia.com>
3383
3384
	* src/hildon-font-selection-dialog.c
3385
	(hildon_font_selection_dialog_class_init),
3386
	(hildon_font_selection_dialog_init): Remove the preview
3387
	button and dialog, since previewing with default theming is likely
3388
	to be overcomplicated. The :preview property has now no effect.
3389
	Update documentation blurbs to inform about this.
3390
3391
	Fixes: NB#92297 (Preview content is not clearly visible for
3392
	default colour text)
3393
3394
2009-02-20  Alejandro G. Castro  <alex@igalia.com>
3395
3396
	Reviewed the geometry that handles the children size and
3397
	scrollbar, now it tries a size and reviews the results depending
3398
	on the scrollbars visibility.
3399
3400
	* src/hildon-pannable-area.c,
3401
	(hildon_pannable_area_realize): Fixed a typo.
3402
	(hildon_pannable_area_child_allocate_calculate): Added this
3403
	function to calculate the child allocation.
3404
	(hildon_pannable_area_size_allocate): Reviewed the allocation
3405
	code.
3406
	(hildon_pannable_area_check_scrollbars),
3407
	(hildon_pannable_area_refresh): Refactored refresh function, this
3408
	way we can call the code handling the scrollbars without causing a
3409
	size_request, it is interesting in the allocate.
3410
	(hildon_pannable_area_init): Replace the callbacks of the
3411
	value_changed and changed signals to propertly deal with the
3412
	geometry.
3413
	(hildon_pannable_area_grab_notify),
3414
	(hildon_pannable_area_initial_effect),
3415
	(hildon_pannable_area_launch_fade_timeout),
3416
	(hildon_pannable_area_adjust_changed),
3417
	(hildon_pannable_area_adjust_value_changed),
3418
	(hildon_pannable_area_redraw),
3419
	(hildon_pannable_area_button_press_cb),
3420
	(hildon_pannable_area_button_release_cb),
3421
	(hildon_pannable_area_scroll_cb),
3422
	(hildon_pannable_area_scroll_to): Refactor the fade timeout launch
3423
	code and use the new functions adjust_changed and
3424
	adjust_value_changed.
3425
3426
	Fixes: NB#101603 (Focus is not even for the text entry boxes in
3427
	Contact editor dialog)
3428
3429
2009-02-20  Claudio Saavedra  <csaavedra@igalia.com>
3430
3431
	[Release 2.1.44]
3432
3433
	* NEWS: Updates.
3434
	* configure.ac: Bump version.
3435
	* debian/changelog: Updates.
3436
3437
2009-02-20  Alejandro G. Castro  <alex@igalia.com>
3438
3439
	* src/hildon-pannable-area.c,
3440
	(hildon_pannable_area_get_topmost),
3441
	(hildon_pannable_area_button_press_cb),
3442
	(hildon_pannable_area_button_release_cb),
3443
	(hildon_pannable_get_child_widget_at): Reverted the patch for the
3444
	topmost function adding the event mask. We have to try a
3445
	differente approach because it is still causing problems (NB#9745,
3446
	reopened).
3447
3448
2009-02-19  Alberto Garcia  <agarcia@igalia.com>
3449
3450
	* src/hildon-banner.c:
3451
	Update the maximum width of timed banners.
3452
	(force_to_wrap_truncated): Enforce the maximum text width if the
3453
	label is wrapped.
3454
3455
	Fixes: NB#102413 (The text margins (wrapping) in information
3456
	banner should be HILDON_MARGIN_TRIPLE)
3457
3458
2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
3459
3460
	Patch by Gabriel Schulhof (gabriel.schulhof@nokia.com)
3461
3462
	* src/hildon-pannable-area.c (hildon_pannable_draw_vscroll),
3463
	(hildon_pannable_draw_hscroll): Consider the adjustment's lower
3464
	bound when calculating the scroll indicator position.
3465
3466
	Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
3467
	treat ->lower correctly)
3468
3469
2009-02-19  Claudio Saavedra  <csaavedra@igalia.com>
3470
3471
        * src/hildon-caption.c (hildon_caption_class_init): Remove the
3472
        expose event handling, since it is not necessary to draw the focus
3473
        anymore.
3474
3475
        Fixes: NB#102467 (Do not show highlight on the text in
3476
        HildonCaption)
3477
3478
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3479
3480
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Use the
3481
	full height of the toolbar for the button and the label.
3482
3483
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3484
3485
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Add some
3486
	padding before the label and after the button.
3487
3488
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3489
3490
	* src/hildon-window.c (paint_edit_toolbar): Fix style detail.
3491
3492
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init):
3493
	Add a GtkVSeparator between the button and the back arrow.
3494
	Let the button have automatic size.
3495
	Set a name to the widget for theming handling.
3496
3497
	Fixes: NB#101793 (Make edit toolbar the same height as window
3498
	title bar (use title area theming))
3499
3500
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3501
3502
	* src/hildon-helper.c (attach_new_color_element): Fix memory
3503
	leak.
3504
3505
	Fixes: NB#102262 (memory leak in hildon_button_set_style())
3506
3507
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3508
3509
	* examples/hildon-button-example.c (common_buttons_window): Don't
3510
	leak size groups.
3511
3512
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3513
3514
	* src/hildon-pannable-area.c (hildon_pannable_area_class_init):
3515
	Set default movement mode to HILDON_MOVEMENT_MODE_VERT.
3516
3517
2009-02-18  Alberto Garcia  <agarcia@igalia.com>
3518
3519
	* src/hildon-gtk.c: Check that the window is realized.
3520
3521
	Fixes: NB#102225 (Crash setting the progress indicator to a non
3522
	visible window)
3523
3524
2009-02-17  Alberto Garcia  <agarcia@igalia.com>
3525
3526
	* src/hildon-pannable-area.c (hildon_pannable_draw_vscroll)
3527
	(hildon_pannable_draw_hscroll): Make a copy of the graphic context
3528
	instead of modifying the one in the widget style.
3529
3530
	Fixes: NB#101043 (Second row of all the command button are
3531
	displayed in transparent mode.)
3532
3533
2009-02-17  Alberto Garcia  <agarcia@igalia.com>
3534
3535
	* src/hildon-date-button.c
3536
	* src/hildon-time-button.c: Add gettext macros
3537
3538
2009-02-16  Claudio Saavedra  <csaavedra@igalia.com>
3539
3540
	* src/hildon-date-button.c (hildon_date_button_new):
3541
	* src/hildon-time-button.c (hildon_time_button_new_step):
3542
	Use new logical strings to set the button default title.
3543
3544
	Fixes: NB#99915 (Date and Time options are not localised in Date
3545
	and Time setttings)
3546
3547
2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3548
3549
	* src/hildon-pannable-area.c
3550
	(hildon_pannable_area_motion_notify_cb): Fixed typo in the name of
3551
	the PANNING_THRESHOLD.
3552
3553
2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3554
3555
	* src/hildon-pannable-area.c,
3556
	(hildon_pannable_area_class_init): Increased the maximum speed.
3557
	(hildon_pannable_area_get_property),
3558
	(hildon_pannable_area_set_property),
3559
	(hildon_pannable_area_timeout): Added a new low friction mode, it
3560
	allows the user avoid friction when launching the widget fast
3561
	enough. It is interesting to traverse long lists.
3562
3563
2009-02-16  Alberto Garcia  <agarcia@igalia.com>
3564
3565
	* src/hildon-stackable-window.c (hildon_stackable_window_class_init)
3566
	(+hildon_stackable_window_delete_event): Ignore delete events if
3567
	the window is not the topmost one.
3568
3569
	Fixes: NB#101698 (Back button long press and delete-event handling)
3570
3571
2009-02-16  Alejandro G. Castro  <alex@igalia.com>
3572
3573
	* src/hildon-pannable-area.c,
3574
	(hildon_pannable_area_motion_notify_cb): Removed the use of the
3575
	gtk-dnd-drag-threshold, it was too big. We have defined our own
3576
	dnd define and set a smaller value: PANNIG_THRESHOLD.
3577
3578
2009-02-16  Alberto Garcia  <agarcia@igalia.com>
3579
3580
	* src/hildon-banner.c (hildon_banner_show_animation): Don't allow
3581
	user-defined icons, use always the default one.
3582
3583
	Fixes: NB#101916 (Do not allow custom icons on animation banner)
3584
3585
2009-02-13  Alejandro G. Castro  <alex@igalia.com>
3586
3587
	This patch was applied before but reverted because it caused
3588
	problems, we have changed the main condition and tested the
3589
	regressions we detected before and they work ok.
3590
3591
        * src/hildon-pannable-area.c,
3592
        (hildon_pannable_area_get_topmost): Added a new parameter to
3593
        filter the the windows that do not include those events. Added
3594
        also a condition when finding the window to filter windows that do
3595
        not ask for those events.
3596
        (hildon_pannable_area_button_press_cb),
3597
        (hildon_pannable_area_button_release_cb),
3598
        (hildon_pannable_get_child_widget_at): Reviewed the call the the
3599
        topmost function, we have added the new parameter.
3600
3601
        Fixes: NB#97458 (Pannable area prevents propagation of button
3602
        press events)
3603
3604
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3605
3606
	* tests/check-hildon-color-button.c (START_TEST): do not leak
3607
	ret_color.
3608
3609
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3610
3611
	* src/hildon-font-selection-dialog.c
3612
	(hildon_font_selection_dialog_get_preview_text): Return NULL
3613
	instead of FALSE on the g_return_val_if_fail().
3614
3615
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3616
3617
	* src/hildon-time-selector.c (hildon_time_selector_set_time):
3618
	* src/hildon-date-selector.c
3619
	(hildon_date_selector_select_current_date):
3620
	Do not compare unsigned integers to be greater than or equal 0,
3621
	because it's always TRUE.
3622
3623
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3624
3625
	* src/hildon-date-selector.c (hildon_date_selector_construct_ui),
3626
	(hildon_date_selector_constructor): Do not select the current
3627
	date until we are handle the "changed" signal, to avoid having bogus
3628
	elements in the days model.
3629
3630
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3631
3632
	* src/hildon-date-selector.c (_update_day_model): Use a gint variable
3633
	for num_days, since _month_days() can return a negative value.
3634
3635
2009-02-13  Claudio Saavedra  <csaavedra@igalia.com>
3636
3637
	* src/hildon-caption.c (hildon_caption_size_allocate):
3638
	* src/hildon-pannable-area.c (hildon_pannable_area_size_request):
3639
	* src/hildon-range-editor.c (hildon_range_editor_size_allocate):
3640
3641
	Initialize allocation variables to 0, to avoid eventually using
3642
	unitialized variables.
3643
3644
2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3645
3646
	* src/hildon-bread-crumb-trail.c
3647
	(hildon_bread_crumb_trail_size_allocate):
3648
	* src/hildon-calendar.c (hildon_calendar_set_background):
3649
	* src/hildon-caption.c (hildon_caption_hierarchy_changed):
3650
	* src/hildon-range-editor.c (hildon_range_editor_get_range):
3651
	* src/hildon-seekbar.c (hildon_seekbar_init):
3652
	* src/hildon-time-editor.c (hildon_time_editor_get_time):
3653
	* src/hildon-time-selector.c (hildon_time_selector_finalize):
3654
	* src/hildon-touch-selector-entry.c
3655
	(hildon_touch_selector_get_text_from_model):
3656
	* src/hildon-touch-selector.c (hildon_touch_selector_class_init):
3657
	* src/hildon-window.c (hildon_window_finalize):
3658
3659
	Remove many unused variables.
3660
3661
2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3662
3663
	* src/hildon-seekbar.c: (hildon_seekbar_init),
3664
	(hildon_seekbar_size_request), (hildon_seekbar_size_allocate):
3665
3666
	Remove unnecessary g_assert() calls.
3667
3668
2009-02-12  Claudio Saavedra  <csaavedra@igalia.com>
3669
3670
	* src/hildon-caption.c: (hildon_caption_expose),
3671
	(hildon_caption_set_property), (hildon_caption_init),
3672
	(hildon_caption_set_focus), (hildon_caption_hierarchy_changed),
3673
	(hildon_caption_size_request), (hildon_caption_size_allocate),
3674
	(hildon_caption_forall), (hildon_caption_set_separator),
3675
	(hildon_caption_activate), (hildon_caption_set_child_expand),
3676
	(hildon_caption_set_label_text),
3677
	(hildon_caption_get_label_alignment):
3678
3679
	Remove unnecessary g_assert() calls.
3680
3681
2009-02-12  Alberto Garcia  <agarcia@igalia.com>
3682
3683
	* src/hildon-banner.c
3684
	(hildon_banner_map, hildon_banner_init): Make banner temporary
3685
	before mapping it to avoid closing other temporary windows, but
3686
	make it non-temporary afterwards to avoid being closed by other
3687
	non-temporary windows.
3688
	(-hildon_banner_client_event, hildon_banner_init):
3689
	_GTK_DELETE_TEMPORARIES doesn't need to be handled anymore.
3690
3691
	Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
3692
	opened)
3693
3694
2009-02-11  Alberto Garcia  <agarcia@igalia.com>
3695
3696
	* src/hildon-banner.h: Mark hildon_banner_show_animation() with a
3697
	deprecation guard.
3698
3699
2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
3700
3701
	* src/hildon-remote-texture.c
3702
	* src/hildon-remote-texture.h
3703
	* src/hildon-remote-texture-private.h
3704
	* examples/hildon-remote-texture-example.c:
3705
	Updates/fixes to remote-texture and its example.
3706
3707
2009-02-11  Claudio Saavedra  <csaavedra@igalia.com>
3708
3709
	Patch by Mox Soini (ext-mox.soini@nokia.com)
3710
3711
	* src/hildon-code-dialog.c: Update logical id.
3712
	* src/hildon-set-password-dialog.c: Update logical id.
3713
3714
	Fixes: NB#100646 (Logical strings is shown for ok in set
3715
	password,Password needed dialogs)
3716
3717
2009-02-11  Gordon Williams <gordon.williams@collabora.co.uk>
3718
3719
	* src/hildon.h
3720
	* src/hildon-remote-texture.c
3721
	* src/hildon-remote-texture.h
3722
	* src/hildon-remote-texture-private.h
3723
	* src/Makefile.am
3724
	Added remote texture widget (for Clutter shared memory textures)
3725
3726
	* examples/hildon-remote-texture-example.c
3727
	* examples/Makefile.am
3728
	Added example file for remote texture usage
3729
3730
2009-02-10  Claudio Saavedra  <csaavedra@igalia.com>
3731
3732
	* configure.ac: post release version bump.
3733
	* debian/changelog: version bump.
3734
3735
2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
3736
3737
	[Release 2.1.42]
3738
3739
	* NEWS: Updates.
3740
	* configure.ac: Bump version.
3741
	* debian/changelog: Updates.
3742
3743
2009-02-06  Alberto Garcia  <agarcia@igalia.com>
3744
3745
	* src/hildon-date-selector.c (hildon_date_selector_init)
3746
	(hildon_date_selector_constructor): Don't connect to the "changed"
3747
	signal until the selector is completely constructed.
3748
3749
2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3750
3751
	* src/hildon-touch-selector.c: (_create_new_column),
3752
	(hildon_touch_selector_append_column),
3753
	(hildon_touch_selector_set_column_selection_mode),
3754
	(hildon_touch_selector_set_active),
3755
	(hildon_touch_selector_select_iter):
3756
	Emit the HildonTouchSelector::changed signal every time selection
3757
	is changed in any of the methods above.  This behavior was already
3758
	documented but not fully functional.
3759
3760
	Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
3761
	selection is programmatically changed)
3762
3763
2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3764
3765
	* doc/hildon-sections.txt: Remove obsolete icon
3766
	sizes from here as well.
3767
3768
2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3769
3770
	* examples/hildon-stackable-window-example.c (add_window): Remove
3771
	unnecessary return.
3772
3773
2009-02-05  Alberto Garcia  <agarcia@igalia.com>
3774
3775
	* src/hildon-app-menu.c
3776
	(hildon_app_menu_show): Check whether the parent window of a menu
3777
	is topmost before popping it up.
3778
3779
	Fixes: NB#100468 (Application menu window is launched even when a
3780
	new secondary-window/dialog is pending to be shown/realized.)
3781
3782
2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3783
3784
	* examples/hildon-icon-sizes-example.c: (main): Remove obsolete
3785
	icon sizes.
3786
3787
2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3788
3789
	Patch by Mox Soini (ext-mox.soini@nokia.com)
3790
3791
	* src/hildon-banner.c: (hildon_banner_show_animation):
3792
	use stylus size instead of obsolete note size.
3793
	* src/hildon-defines.h: Update icon sizes.
3794
3795
2009-02-05  Claudio Saavedra  <csaavedra@igalia.com>
3796
3797
	* src/hildon-touch-selector-entry.c:
3798
	(hildon_touch_selector_entry_init): Disable unsupported
3799
	input modes.
3800
	(hildon_touch_selector_entry_get_text_column): Emit a warning
3801
	if an unsupported input modes is used and explicitile state
3802
	these modes in the documentation.
3803
3804
	Fixes: NB#99802 (Hildon touch selector entry not working properly
3805
	for some of the input modes)
3806
3807
2009-02-05  Alejandro G. Castro  <alex@igalia.com>
3808
3809
	* src/hildon-pannable-area.c,
3810
	(hildon_pannable_area_init): Added the changed signal handlers of
3811
	the adjustments.
3812
3813
	Fixes: NB#100320 (HildonPannableArea does not listen to
3814
	GtkAdjustment "change" signals)
3815
3816
2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3817
3818
	* doc/hildon-sections.txt
3819
	* src/hildon-window-private.h
3820
	* src/hildon-window.h
3821
	* src/hildon-window.c (hildon_window_init)
3822
	(hildon_window_realize, hildon_window_unrealize)
3823
	(hildon_window_map, hildon_window_unmap, hildon_window_expose)
3824
	(hildon_window_size_request, hildon_window_size_allocate)
3825
	(hildon_window_forall, hildon_window_show_all)
3826
	(hildon_window_destroy, +paint_edit_toolbar)
3827
	(+hildon_window_set_edit_toolbar):
3828
	New hildon_window_set_edit_toolbar() method, to add a
3829
	HildonEditToolbar to a window without having to pack it manually.
3830
3831
	Reorganize hildon_window_size_allocate()
3832
3833
	* src/hildon-edit-toolbar.c: Update documentation.
3834
3835
	* examples/hildon-edit-toolbar-example.c (edit_window): Update
3836
	example to use the new API.
3837
3838
	Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
3839
3840
2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3841
3842
	* src/hildon-stackable-window.c (hildon_stackable_window_hide):
3843
	Remove from stack before calling parent's hide.
3844
3845
2009-02-04  Alberto Garcia  <agarcia@igalia.com>
3846
3847
	* src/hildon-window-stack.c (hildon_window_stack_remove): When a
3848
	window is removed from the middle of the stack, update the
3849
	transiency of the previous one.
3850
3851
	Fixes: NB#100487 (HildonStackableWindow transiency becomes
3852
	incoherent)
3853
3854
2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3855
3856
	* src/hildon-picker-dialog.c: (_restore_current_selection): Do not
3857
	block/unblock the signal handler if it's not actually being used.
3858
	Fixes some critical warnings.
3859
3860
2009-02-02  Alberto Garcia  <agarcia@igalia.com>
3861
3862
	Based on a patch by Iván Gómez (igomez@igalia.com)
3863
3864
	* src/hildon-banner.c
3865
	* src/hildon-gtk.c
3866
	* src/hildon-main.c
3867
	* src/hildon-note.c
3868
	* src/hildon-pannable-area.c
3869
	* src/hildon-picker-dialog.c
3870
	* src/hildon-wizard-dialog.h
3871
	* src/hildon-wizard-dialog.c: Documentation updates.
3872
3873
	* src/hildon-picker-dialog.c (hildon_picker_dialog_init): Use
3874
	gtk_dialog_add_button() instead of hildon_dialog_add_button().
3875
3876
2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3877
3878
	* configure.ac: post release version bump.
3879
	* debian/changelog: version bump.
3880
3881
2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
3882
3883
	[Release 2.1.40]
3884
3885
	* NEWS: Updates.
3886
	* configure.ac: Bump version.
3887
	* debian/changelog: Updates.
3888
3889
2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3890
3891
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
3892
	a stock icon nor change the relief of the back arrow.
3893
3894
	Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
3895
	graphics from theme)
3896
3897
2009-01-29  Alberto Garcia  <agarcia@igalia.com>
3898
3899
	* src/hildon-button.c (hildon_button_set_alignment): Use
3900
	priv->alignment if the button has no child yet.
3901
3902
2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
3903
3904
	* src/hildon-button.c: (hildon_button_init): Set the
3905
	button style during initialization to give it the proper
3906
	label color.
3907
3908
	Fixes: NB#99713 (HildonButton value label color is wrong)
3909
3910
2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3911
3912
	* src/hildon-touch-selector.c: Document
3913
	hildon_touch_selector_center_on_selected()
3914
3915
2009-01-28  Alberto Garcia  <agarcia@igalia.com>
3916
3917
	* src/hildon-app-menu.c (+hildon_app_menu_show_all)
3918
	(+hildon_app_menu_hide_all, hildon_app_menu_class_init): Show/hide
3919
	all menu items, but not the menu itself.
3920
	(hildon_app_menu_repack_filters, hildon_app_menu_repack_items)
3921
	(hildon_app_menu_insert, hildon_app_menu_add_filter): Realize menu
3922
	items after adding them to the menu so keyboard accelerators work.
3923
	(hildon_app_menu_show): Don't show the menu if it contains items
3924
	but none of them are visible.
3925
3926
	* examples/hildon-app-menu-example.c (create_menu): Use
3927
	gtk_widget_show_all() to show all menu items.
3928
3929
2009-01-28  Claudio Saavedra  <csaavedra@igalia.com>
3930
3931
	* src/hildon-picker-dialog.c:
3932
	(-_update_title_on_selector_changed_cb),
3933
	(-_dialog_update_title): Removed.
3934
	(_select_on_selector_changed_cb), (_on_dialog_response),
3935
	(on_selector_columns_changed): Do not update the dialog title.
3936
	(setup_interaction_mode): Do not connect to
3937
	HildonTouchSelector::changed signal if there's a "done" button, as
3938
	the dialog title doesn't need to be updated.
3939
3940
	Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
3941
	contents in title)
3942
3943
2009-01-27  Claudio Saavedra  <csaavedra@igalia.com>
3944
3945
	Patch by Kristian Rietveld (kris@imendio.com)
3946
3947
	* src/hildon-touch-selector.c: (_create_new_column): Use new
3948
	GtkTreeView::hildon-row-tapped signal to react to user interactions
3949
	instead of ::changed.
3950
3951
	Fixes: NB#91657 (HildonPickerDialog closes immediatly when used
3952
	with some dynamic tree model)
3953
3954
2009-01-27  Alberto Garcia  <agarcia@igalia.com>
3955
3956
	* src/hildon-note.c (hildon_note_realize, +hildon_note_unrealize)
3957
	(+screen_size_changed, +label_size_request)
3958
	(hildon_note_class_init): Make the Hildon information note have a
3959
	minimum height, and make its text hvae a maximum width.
3960
3961
	Fixes: NB#98614 (Hildon information note (background) should have
3962
	minimum height and maximum text width)
3963
3964
2009-01-26  Alberto Garcia  <agarcia@igalia.com>
3965
3966
	* src/hildon-banner.h
3967
	* src/hildon-banner.c (hildon_banner_show_information)
3968
	(hildon_banner_show_informationf)
3969
	(hildon_banner_show_information_with_markup): Update documentation
3970
	to reflect that the icon_name parameter is not used anymore.
3971
	(hildon_banner_set_icon, hildon_banner_set_icon_from_file):
3972
	Remove all code from these functions and mark them as deprecated.
3973
	(hildon_banner_show_progress): Mark as deprecated.
3974
3975
	Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
3976
3977
2009-01-26  Alejandro G. Castro  <alex@igalia.com>
3978
3979
	* src/hildon-pannable-area.c,
3980
	(hildon_pannable_area_class_init),
3981
	(tranparency_color),
3982
	(hildon_pannable_draw_vscroll),
3983
	(hildon_pannable_draw_hscroll),
3984
	(hildon_pannable_area_expose_event): Added a new way to render the
3985
	scrollbars of the pannable area avoiding using cairo at all. This
3986
	way we improve the performance of the pannable area rendering. The
3987
	cairo rendering procedure is still in the code, we can control
3988
	which one to use changing the value of the define
3989
	USE_CAIRO_SCROLLBARS.
3990
3991
2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3992
3993
	* configure.ac: post release version bump.
3994
	* debian/changelog: version bump.
3995
3996
2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
3997
3998
	[Release 2.1.38]
3999
4000
	* NEWS: Updates.
4001
	* configure.ac: Bump version.
4002
	* debian/changelog: Updates.
4003
4004
2009-01-23  Alberto Garcia  <agarcia@igalia.com>
4005
4006
	* src/hildon-banner.c (hildon_banner_button_press_event): Hide
4007
	banners instead of destroying them when they receive a button
4008
	press.
4009
4010
2009-01-23  Alejandro G. Castro  <alex@igalia.com>
4011
4012
	Reverted commit 34028, it was causing regressions, probably the
4013
	topmost condition is not correct, we have to check it in more
4014
	detail. We have reponed the bug: NB#97458 (Pannable area prevents
4015
	propagation of button press events)
4016
4017
2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
4018
4019
	* src/hildon-time-selector.c: (_manage_ampm_selection_cb): Verify
4020
	that the selection is not empty before attempting to retrieve the
4021
	current ampm selection.
4022
4023
2009-01-23  Claudio Saavedra  <csaavedra@igalia.com>
4024
4025
	* src/hildon-picker-button.c:
4026
	(hildon_picker_button_on_dialog_response): Directly update the
4027
	button contents when required instead of calling _selection_changed.
4028
4029
2009-01-23  Alberto Garcia  <agarcia@igalia.com>
4030
4031
	* src/hildon-program.c (hildon_program_update_top_most): Update
4032
	'is-topmost' property also when wm_hints is not set.
4033
4034
	Fixes: NB#98383 (is-topmost signal is not emitted when task
4035
	switcher is clicked.)
4036
4037
2009-01-23  Alejandro G. Castro  <alex@igalia.com>
4038
4039
	Patch contributed by: Artem Egorkine <ext-artem.egorkine@nokia.com>
4040
4041
	* src/Makefile.am,
4042
	* src/hildon.h,
4043
	* src/hildon-animation-actor.c,
4044
	* src/hildon-animation-actor.h: Added the animation actor class,
4045
	this widget represents an animation actor for WM-assisted
4046
	animation effects in the Hildon framework.
4047
4048
2009-01-23  Alberto Garcia  <agarcia@igalia.com>
4049
4050
	* src/hildon-window-stack-private.h
4051
	* src/hildon-window-stack.c
4052
	* src/hildon-stackable-window.c (hildon_stackable_window_show):
4053
	Avoid calling gtk_widget_show() again indirectly from
4054
	hildon_stackable_window_show()
4055
4056
2009-01-23  Alberto Garcia  <agarcia@igalia.com>
4057
4058
	* src/hildon-time-selector.c (hildon_time_selector_init): Remove
4059
	unused variable.
4060
4061
2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4062
4063
	* src/hildon-time-selector.c: (hildon_time_selector_constructor),
4064
	(hildon_time_selector_init): Move the construction of the hours and
4065
	ampm columns to the constructor to preserve the order the columns
4066
	are appended.
4067
4068
2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4069
4070
	* src/hildon-picker-dialog.c:
4071
	(hildon_picker_dialog_class_init): Connect a realize method.
4072
	(+hildon_picker_dialog_realize): Setup the interaction mode here
4073
	and not before.
4074
	(hildon_picker_dialog_show): Do not call setup_interaction_mode()
4075
	yet, do it during the realize instead.
4076
	(_on_dialog_response):
4077
	(_hildon_picker_dialog_set_selector): Do not call setup_interaction_mode()
4078
	if the widget is not realized, to avoid the dialog response before it
4079
	is even shown.
4080
4081
	Avoid premature responses in the HildonPickerDialog that can cause it
4082
	to be hidden before it's even shown.
4083
4084
2009-01-22  Claudio Saavedra  <csaavedra@igalia.com>
4085
4086
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_show),
4087
	(on_selector_columns_changed), (requires_done_button),
4088
	(+prepare_action_area), (setup_interaction_mode),
4089
	(_hildon_picker_dialog_set_selector):
4090
4091
	Split the interaction mode setup into preparation of the
4092
	action area (prepare_action_area()) and the connection of
4093
	the signals in setup_interaction_mode() and update the code to
4094
	reflect this.
4095
4096
2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4097
4098
	* src/hildon-pannable-area.c,
4099
	(hildon_pannable_area_class_init): Reduced the amount of scrolls
4100
	per second to 15, we will check if this is ok regarding
4101
	smoothness.
4102
4103
2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4104
4105
	* src/hildon-pannable-area.c,
4106
	(hildon_pannable_axis_scroll): Avoid resize if we already have
4107
	reached overshoot_max.
4108
4109
2009-01-22  Alejandro G. Castro  <alex@igalia.com>
4110
4111
	* src/hildon-pannable-area.c,
4112
	(hildon_pannable_area_init),
4113
	(hildon_pannable_area_realize),
4114
	(hildon_pannable_area_size_allocate),
4115
	(hildon_pannable_area_map),
4116
	(hildon_pannable_area_unmap),
4117
	(hildon_pannable_draw_vscroll),
4118
	(hildon_pannable_draw_hscroll),
4119
	(hildon_pannable_area_expose_event),
4120
	(hildon_pannable_area_refresh): Added a new GdkWindow to the
4121
	pannable are to avoid the expose events go to the window and
4122
	redraw the window. We save this way that part of the stack and the
4123
	paint_boxes. We had to change the positions of the elements when
4124
	drawing.
4125
4126
2009-01-21  Claudio Saavedra  <csaavedra@igalia.com>
4127
4128
	* src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
4129
	* src/hildon-color-chooser-dialog.c:
4130
	(hildon_color_chooser_dialog_init):
4131
	* src/hildon-font-selection-dialog.c:
4132
	(hildon_font_selection_dialog_init),
4133
	(hildon_font_selection_dialog_show_preview):
4134
	* src/hildon-get-password-dialog.c:
4135
	* src/hildon-login-dialog.c:
4136
	* src/hildon-set-password-dialog.c:
4137
	* src/hildon-sort-dialog.c: (hildon_sort_dialog_init):
4138
	* src/hildon-time-picker.c: (hildon_time_picker_init):
4139
4140
	Remove obsolete logical string IDs and update to the appropriate ones.
4141
4142
	Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
4143
4144
2009-01-21  Alberto Garcia  <agarcia@igalia.com>
4145
4146
	* src/hildon-window.c (hildon_window_update_topmost): Fix warning
4147
	that happens if the window hasn't been realized yet.
4148
4149
	Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
4150
	- gdkdrawable-x11.c:878 drawable is not a pixmap or window)
4151
4152
2009-01-20  Alberto Garcia  <agarcia@igalia.com>
4153
4154
	* src/hildon-app-menu.c (hildon_app_menu_class_init)
4155
	(+hildon_app_menu_grab_notify): Hide the app menu if it's shadowed
4156
	by another grab.
4157
4158
	Fixes: NB#98537 (Device hangs in account settings dialog)
4159
4160
2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4161
4162
	* configure.ac: post release version bump.
4163
	* debian/changelog: version bump
4164
4165
2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4166
4167
	[Release 2.1.36]
4168
4169
	* NEWS: Updates.
4170
	* configure.ac: Bump version.
4171
	* debian/changelog: Updates.
4172
4173
2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4174
4175
	Added a new function to the HildonTimeButton widget that allows to
4176
	change the step of the minutes in the selector associated with the
4177
	button: hildon_time_button_new_step
4178
4179
	* src/hildon-time-button.c,
4180
	(hildon_time_button_init),
4181
	(hildon_time_button_new),
4182
	(hildon_time_button_new_step):
4183
	* src/hildon-time-button.h: Added the new function and refactored
4184
	the code.
4185
	* examples/hildon-time-button-example.c,
4186
	(main): We have replaced the function without parameters with the
4187
	function with the steps set to 5
4188
4189
	Fixes: NB#98317 (Provide parametarized API for TimePicker widget)
4190
4191
2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4192
4193
	* src/hildon-time-selector.c,
4194
	(hildon_time_selector_class_init),
4195
	(hildon_time_selector_constructor),
4196
	(hildon_time_selector_get_property),
4197
	(hildon_time_selector_set_property),
4198
	(_create_minutes_model),
4199
	(hildon_time_selector_new_step),
4200
	(hildon_time_selector_set_time),
4201
	* src/hildon-time-selector.h: Added a new property to the
4202
	HildonTimeSelector (minutes-step), we use that property to control
4203
	the steps between the minutes in the list of the selector. We have
4204
	added a new function to the API to create a widget changing the
4205
	step: hildon_time_selector_new_step.
4206
4207
2009-01-20  Alejandro G. Castro  <alex@igalia.com>
4208
4209
	* src/hildon-time-selector.c,
4210
	(hildon_time_selector_class_init),
4211
	(hildon_time_selector_constructor),
4212
	(hildon_time_selector_init): Overrided the construct function when
4213
	creating the time selector object. We have moved the minutes model
4214
	handling code from the init to the new construction function:
4215
	hildon_time_selector_constructor.
4216
4217
2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4218
4219
	* examples/hildon-date-button-example.c: (main): Use the new
4220
	hildon_date_button_new_with_year_range() method in the example.
4221
	* src/hildon-date-button.c:
4222
	(+hildon_date_button_new_with_year_range): New public method
4223
	to conveniently create a HildonDateButton with a custom year range
4224
	in its HildonDateSelector.
4225
	* src/hildon-date-button.h: Add the new public method definition.
4226
4227
	Fixes: NB#97908 (Not possible to change the year range in
4228
	HildonDateSelector/HildonDateButton)
4229
4230
2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4231
4232
	* src/hildon-date-selector.c:
4233
	(+hildon_date_selector_set_property),
4234
	(+hildon_date_selector_get_property),
4235
	(hildon_date_selector_class_init): Install new properties "min-year"
4236
	and "max-year" to define boundaries for the year column.
4237
	(_create_year_model): Use the boundary properties to populate the model.
4238
	(+hildon_date_selector_new_with_year_range): New public method to
4239
	create a HildonDateSelector with a user defined year range.
4240
	(hildon_date_selector_select_current_date): Use the new boundaries to
4241
	calculate the iterator of current year.
4242
	* src/hildon-date-selector.h: Add the new public method definition.
4243
4244
2009-01-20  Claudio Saavedra  <csaavedra@igalia.com>
4245
4246
	* src/hildon-date-selector.c: (+hildon_date_selector_class_init):
4247
	Install a constructor method.
4248
	(+hildon_date_selector_construct_ui): construct the widget.
4249
	(+hildon_date_selector_constructor): new constructor.
4250
	(+hildon_date_selector_init): move out widget construction code to
4251
	the new constructor.
4252
4253
2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4254
4255
	* src/hildon-date-selector.c: (hildon_date_selector_get_date): Check
4256
	that there's actually a month or year selected before obtaining them.
4257
	* src/hildon-picker-dialog.c: (_restore_current_selection): Block emission
4258
	of the HildonTouchSelector::changed signal, as it was emitted on every
4259
	single item selection.
4260
4261
	Fix some warnings and possible crashers due to the selection restoring.
4262
4263
2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4264
4265
	* src/hildon-picker-button.c: (hildon_picker_button_clicked): Connect
4266
	the signal handlers only after creating the dialog instead of on every
4267
	button click.
4268
4269
2009-01-19  Alberto Garcia  <agarcia@igalia.com>
4270
4271
	* src/hildon-button.c (hildon_button_init)
4272
	* src/hildon-check-button.c (hildon_check_button_init)
4273
	* src/hildon-gtk.c (button_common_init): Don't let buttons get the
4274
	focus when clicked by default.
4275
4276
2009-01-19  Claudio Saavedra  <csaavedra@igalia.com>
4277
4278
	* src/hildon-date-button.c: (hildon_date_button_init): Remove an unneeded
4279
	g_object_unref().
4280
4281
2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
4282
4283
	Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
4284
	Alejandro G. Castro  (alex@igalia.com)
4285
4286
	* src/hildon-picker-dialog.c:
4287
	(hildon_picker_dialog_class_init): install new "center-on-show"
4288
	property.
4289
	(hildon_picker_dialog_init): initialize center_on_show to TRUE.
4290
	(hildon_picker_dialog_set_property): add setter code for the new
4291
	property.
4292
	(hildon_picker_dialog_get_property): add getter code for the new
4293
	property.
4294
	(hildon_picker_dialog_show): Ensure visibility of selected items in the
4295
	HildonTouchSelector when "center-on-show" is TRUE, which is enabled by
4296
	default.
4297
4298
	Fixes: NB#92849 (Selected item is not always visible when
4299
	HildonTouchSelector is shown)
4300
4301
2009-01-16  Claudio Saavedra  <csaavedra@igalia.com>
4302
4303
	Based on a patch by Alejandro Pinheiro (apinheiro@igalia.com) and
4304
	Alejandro G. Castro  (alex@igalia.com)
4305
4306
	* src/hildon-touch-selector.c:
4307
	(_create_new_column): Do not connect to the "realize" signal of	the
4308
	pannable area.
4309
	(hildon_touch_selector_append_column): center on the selected items
4310
	when a new column is appended.
4311
	(hildon_touch_selector_select_iter): Factor out the code to select a
4312
	column to hildon_touch_selector_scroll_to().
4313
	(+search_nearest_element): Method to retrieve the nearest selected
4314
	element to the visible area of the pannable area in a column.
4315
	(+on_realize_cb): scroll to the initially selected item.
4316
	(+hildon_touch_selector_scroll_to): Scroll to the given GtkTreePath if
4317
	the pannable area is realized, otherwise delay this until it is.
4318
	(+_hildon_touch_selector_center_on_selected_items): Centers on the
4319
	selected items of a given column.
4320
	(+hildon_touch_selector_center_on_selected): Public method to center
4321
	all columns on the nearest selected item.
4322
	* src/hildon-touch-selector.h: Add definition for
4323
	hildon_touch_selector_center_on_selected().
4324
4325
	Implement public API to ensure visibility of all selected items in
4326
	a HildonTouchSelector.
4327
4328
2009-01-16  Alejandro G. Castro  <alex@igalia.com>
4329
4330
	Fixed a problem in the fading when calling the scroll_to API, and
4331
	improve scrollbar fading handling.
4332
4333
	* src/hildon-pannable-area.c,
4334
	(hildon_pannable_area_grab_notify): avoid the timeout when the
4335
	alpha is zero.
4336
	(hildon_pannable_area_button_press_cb),
4337
	(hildon_pannable_area_motion_notify_cb): Code style changes.
4338
	(hildon_pannable_area_button_release_cb): Review the conditions
4339
	when releasing the mouse button to avoid unrequired fading
4340
	timeouts.
4341
	(hildon_pannable_area_scroll_to): Do not calculate and set the
4342
	velocity if the scroll is not required.
4343
4344
2009-01-15  Alberto Garcia  <agarcia@igalia.com>
4345
4346
	* src/hildon-picker-dialog.c (_hildon_picker_dialog_set_selector):
4347
	Don't check whether the new selector is NULL: it cannot be.
4348
	Hold a reference to the selector while doing the replacement.
4349
4350
2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
4351
4352
	* src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
4353
	unnecessary size_request in a removed widget.
4354
4355
2009-01-15  Claudio Saavedra  <csaavedra@igalia.com>
4356
4357
	* src/hildon-picker-dialog.c: (_hildon_picker_dialog_set_selector): Remove
4358
	an unnecessary reference tracking that was leaking.
4359
4360
2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4361
4362
	Added delayed motion notify event handling, this way we can
4363
	discard redrawing if more than 25 events arrive per second.
4364
4365
	* src/hildon-pannable-area.c,
4366
	(hildon_pannable_area_init): Initialized the new private atributes
4367
	controlling this timeout
4368
	(hildon_pannable_area_dispose): Remove the timeout that controls
4369
	the motion notify events.
4370
	(hildon_pannable_area_scroll): Added a condition to control the
4371
	use of the acceleration.
4372
	(hildon_pannable_area_motion_event_scroll_timeout),
4373
	(hildon_pannable_area_motion_event_scroll): Added this two
4374
	functions, they handle the motion notify events inside the
4375
	timeout.
4376
	(hildon_pannable_area_motion_notify_cb): Replaced the direct call
4377
	to the scroll method with the new function.
4378
	(hildon_pannable_area_button_release_cb): We have to remove the
4379
	timeout handler and move to the last position if the last motion
4380
	events were not handled.
4381
4382
	Fixes: NB#97028 (Pannable area updates on every motion event)
4383
4384
2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4385
4386
	* src/hildon-pannable-area.c,
4387
	(hildon_pannable_area_get_topmost): Added a new parameter to
4388
	filter the the windows that do not include those events. Added
4389
	also a condition when finding the window to filter windows that do
4390
	not ask for those events.
4391
	(hildon_pannable_area_button_press_cb),
4392
	(hildon_pannable_area_button_release_cb),
4393
	(hildon_pannable_get_child_widget_at): Reviewed the call the the
4394
	topmost function, we have added the new parameter.
4395
4396
	Fixes: NB#97458 (Pannable area prevents propagation of button
4397
	press events)
4398
4399
2009-01-15  Alejandro G. Castro  <alex@igalia.com>
4400
4401
	* src/hildon-pannable-area.c,
4402
	(hildon_pannable_area_initial_effect): Added controls before
4403
	launching the timeout and the idle functions.
4404
	(hildon_pannable_area_scroll_indicator_fade): Reviewed the logic
4405
	of the method, in some situations it can return with TRUE and 0 in
4406
	the timeout.
4407
	(hildon_pannable_area_button_press_cb): We do not need to set
4408
	DELAY for fading out here.
4409
4410
	Fixes: NB#95709 (Invalid casts in HildonPannableArea(?))
4411
4412
2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4413
4414
	* src/hildon-picker-dialog.c: (_clean_current_selection): Only perform
4415
	post-cleaning if the selection is not NULL.
4416
4417
2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4418
4419
	* src/hildon-picker-dialog.c: (_restore_current_selection): Unselect
4420
	all items before restoring the selection.
4421
4422
2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4423
4424
	* src/hildon-touch-selector.c:
4425
	(+hildon_touch_selector_unselect_all):
4426
	* src/hildon-touch-selector.h: New API to unselect all items in a
4427
	column of the touch selector.
4428
4429
2009-01-14  Alejandro G. Castro  <alex@igalia.com>
4430
4431
	* src/hildon-pannable-area.c,
4432
	(hildon_pannable_area_redraw): Added a call to the refresh
4433
	function inside the redraw because apparently in some cases the
4434
	change in the adjustment does not imply a size allocate.
4435
4436
	Fixes: NB#96837 (HildonPannableArea - scroll indicator shown
4437
	despite the view not being scrollable)
4438
4439
2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4440
4441
	* src/hildon-picker-dialog.c (_dialog_update_title): Fix memory
4442
	leak. Check for NULL before attempting to set the window title.
4443
4444
2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4445
4446
	* src/hildon-picker-dialog.c (hildon_picker_dialog_show): Decide
4447
	whether to show or not the 'Done' button each time the dialog is
4448
	shown, as it depends on the HildonTouchSelector selection mode.
4449
4450
	Fixes: NB#96226 (In multiple selection mode Done button is shown
4451
	sometimes in listpicker)
4452
4453
2009-01-14  Claudio Saavedra  <csaavedra@igalia.com>
4454
4455
	* src/hildon-picker-dialog.c: (_save_current_selection): Do not query
4456
	for the number of columns in the HildonTouchSelector more than once.
4457
4458
2009-01-14  Alberto Garcia  <agarcia@igalia.com>
4459
4460
	* src/hildon-touch-selector.c: Minor documentation fixes.
4461
4462
	* src/hildon-picker-dialog.c (+_dialog_update_title)
4463
	(_select_on_selector_changed_cb)
4464
	(_update_title_on_selector_changed_cb)
4465
	(on_selector_columns_changed): Update dialog title when there's no
4466
	'Done' button and also when the number of columns in the selector
4467
	changes.
4468
	Code refactoring.
4469
4470
	* src/hildon-picker-button.c (hildon_picker_button_finalize)
4471
	(+_selection_changed, hildon_picker_button_on_dialog_response)
4472
	(hildon_picker_button_selector_selection_changed)
4473
	(+hildon_picker_button_selector_columns_changed)
4474
	(hildon_picker_button_set_selector): Update button value and emit
4475
	'value-changed' when the number of columns in the selector
4476
	changes.
4477
	Code refactoring.
4478
4479
	Fixes: NB#96225 (Dialog titles are not shown according to the
4480
	values selected in the list picker)
4481
4482
2009-01-13  Alberto Garcia  <agarcia@igalia.com>
4483
4484
	* src/hildon-edit-toolbar.c (hildon_edit_toolbar_init)
4485
	(hildon_edit_toolbar_class_init, hildon_edit_toolbar_style_set):
4486
	New "arrow-width" and "arrow-height" style properties to set the
4487
	size of the arrow button.
4488
	Set name of arrow button ("hildon-edit-toolbar-arrow").
4489
4490
	Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
4491
	graphics from theme)
4492
4493
2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4494
4495
	* src/hildon-picker-button.c:
4496
	(hildon_picker_button_selector_selection_changed): Use
4497
	GTK_WIDGET_VISIBLE instead of gtk_window_is_active() to check whether
4498
	the dialog is present.
4499
4500
	Fixes: NB#96202 (FKB causes HildonPickerButton's value update before
4501
	the selection is accepted in the dialog)
4502
4503
2009-01-13  Alberto Garcia  <agarcia@igalia.com>
4504
4505
	* src/hildon-color-chooser.h
4506
	* src/hildon-color-chooser-dialog.h:
4507
	Added G_BEGIN_DECLS and G_END_DECLS
4508
4509
2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4510
4511
	(_clean_current_selection): plug a leak in the list.
4512
4513
2009-01-13  Claudio Saavedra  <csaavedra@igalia.com>
4514
4515
	* src/hildon-picker-dialog.c:
4516
	(+free_path_list): Method to free a GList of GtkTreePaths.
4517
	(_clean_current_selection), (_save_current_selection),
4518
	(_restore_current_selection): Save the current selection in
4519
	as a list of lists, to support multiple selection properly.
4520
4521
2009-01-12  Alberto Garcia  <agarcia@igalia.com>
4522
4523
	patch by Claudio Saavedra (csaavedra@igalia.com)
4524
4525
	* src/hildon-text-view.c: (+hildon_text_view_button_press_event):
4526
	Store the press position.
4527
	(+hildon_text_view_button_release_event): If the release position is
4528
	close enough to the press position, move the cursor here. Otherwise,
4529
	ignore.
4530
	(hildon_text_view_class_init): Override GtkTextView press, release, and
4531
	motion event handlers, disabling this way text selection through
4532
	pointer interaction, and allowing the container widget to handle the
4533
	motion event.
4534
4535
	Fixes: NB#95828 (HildonTextView functionality)
4536
4537
2009-01-12  Alberto Garcia  <agarcia@igalia.com>
4538
4539
	Based on a patch by Iván Gómez (igomez@igalia.com)
4540
4541
	* src/hildon-button.[ch]
4542
	* src/hildon-calendar.c
4543
	* src/hildon-check-button.c
4544
	* src/hildon-date-editor.c
4545
	* src/hildon-date-selector.c
4546
	* src/hildon-picker-button.c
4547
	* src/hildon-time-editor.c
4548
	* src/hildon-time-selector.c
4549
	* src/hildon-touch-selector.[ch]:
4550
	Documentation updates
4551
4552
2009-01-12  Alejandro G. Castro  <alex@igalia.com>
4553
4554
	* src/hildon-pannable-area.c,
4555
	(hildon_pannable_area_motion_notify_cb): Remove the extra DND
4556
	threshold, it was required due to X events handling.
4557
4558
2009-01-12  Alejandro G. Castro  <alex@igalia.com>
4559
4560
	* src/hildon-pannable-area.c,
4561
	(hildon_pannable_area_grab_notify),
4562
	(hildon_pannable_area_initial_effect),
4563
	(hildon_pannable_area_button_press_cb),
4564
	(hildon_pannable_area_button_release_cb),
4565
	(hildon_pannable_area_scroll_cb),
4566
	(hildon_pannable_area_scroll_to): Review the timeout management of
4567
	the scrollbar, the frecuency was incorrectly set.
4568
4569
2009-01-09  Claudio Saavedra  <csaavedra@igalia.com>
4570
4571
	* src/hildon-picker-button.c:
4572
	(+hildon_picker_button_on_dialog_response),
4573
	(hildon_picker_button_clicked): Present the dialog instead of
4574
	running it with gtk_dialog_run().
4575
4576
	Fixes: NB#97015 (HildonPickerButton shouldn't gtk_dialog_run() the
4577
	picker dialog)
4578
4579
2009-01-07  Alberto Garcia  <agarcia@igalia.com>
4580
4581
	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4582
	(hildon_app_menu_finalize): When a window is hidden it doesn't
4583
	emit notify::is-topmost, so make sure than the menu also
4584
	disappears in that case.
4585
	(parent_window_topmost_notify): Renamed from parent_window_hidden
4586
4587
	Fixes: NB#94460 (stackable window's menu is not closed when its
4588
	window is hidden)
4589
4590
2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4591
4592
	* src/hildon-touch-selector-entry.c:
4593
	(+hildon_touch_selector_entry_set_input_mode),
4594
	(+hildon_touch_selector_entry_get_input_mode):
4595
	* src/hildon-touch-selector-entry.h: New methods to access the input
4596
	mode in the selector's entry.
4597
4598
	Fixes: NB#93410 (API required for setting IM mode in
4599
	HildonTouchSelectorEntry)
4600
4601
2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4602
4603
	* configure.ac: post release version bump.
4604
	* debian/changelog: version bump
4605
4606
2009-01-07  Claudio Saavedra  <csaavedra@igalia.com>
4607
4608
	[Release 2.1.34]
4609
4610
	* NEWS: Updates.
4611
	* configure.ac: Bump version.
4612
	* debian/changelog: Updates.
4613
4614
2008-12-19  Claudio Saavedra  <csaavedra@igalia.com>
4615
4616
	* src/hildon-touch-selector.c:
4617
	(_hildon_touch_selector_has_multiple_selection): No need
4618
	to initialize the variables here.
4619
4620
2008-12-17  Alberto Garcia  <agarcia@igalia.com>
4621
4622
	* src/hildon-note-private.h
4623
	* src/hildon-note.c (event_box_press_event, hildon_note_init)
4624
	(hildon_note_finalize, hildon_note_rebuild): Close information
4625
	notes when they receive a button press.
4626
4627
	Fixes: NB#89890 (Information notes does not get disappeared after
4628
	few seconds)
4629
4630
2008-12-17  Claudio Saavedra  <csaavedra@igalia.com>
4631
4632
	* src/hildon-wizard-dialog.c: (create_title): Remove translation
4633
	mark from the wizard title, as it's not really necessary. Also,
4634
	do not display the page title if not set.
4635
4636
2008-12-17  Alberto Garcia  <agarcia@igalia.com>
4637
4638
	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4639
	(parent_window_hidden): Use the window's "is-topmost" property to
4640
	detect when to hide the menu.
4641
4642
2008-12-16  Alberto Garcia  <agarcia@igalia.com>
4643
4644
	* src/hildon-app-menu.c (hildon_app_menu_set_parent_window)
4645
	(hildon_app_menu_finalize): If the parent window of the menu is
4646
	hidden, hide the menu too.
4647
4648
	Fixes: NB#94460 (stackable window's menu is not closed when its
4649
	window is hidden)
4650
4651
2008-12-16  Alberto Garcia  <agarcia@igalia.com>
4652
4653
	* debian/changelog
4654
	* debian/libhildon1-examples.install
4655
	* debian/rules
4656
	* examples/Makefile.am:
4657
	Use dh_install to install all examples.
4658
	Use DEB_SRCDIR instead of defining SOURCE_DIR
4659
4660
2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4661
4662
	* configure.ac: post release version bump.
4663
	* debian/changelog: version bump
4664
4665
2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4666
4667
	[Release 2.1.32]
4668
4669
	* NEWS: updates
4670
	* configure.ac: bump version
4671
	* debian/changelog: updates
4672
	* debian/control: bump gtk+ dependency
4673
4674
2008-12-16  Claudio Saavedra  <csaavedra@igalia.com>
4675
4676
	patch by Christian Dywan (christian@imendio.com)
4677
4678
	* src/hildon-gtk.c: (hildon_gtk_hscale_new),
4679
	(hildon_gtk_vscale_new): Use the appropriate GtkScale property.
4680
4681
2008-12-15  Alberto Garcia  <agarcia@igalia.com>
4682
4683
	* src/hildon-check-button.c (hildon_check_button_init)
4684
	(hildon_check_button_class_init, hildon_check_button_style_set)
4685
	(hildon_check_button_apply_style):
4686
	New "checkbox-size" style property.
4687
4688
	Fixes: NB#95714 (GtkCellView in HildonCheckButton should be
4689
	larger / configurable size)
4690
4691
2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
4692
4693
	* configure.ac: post release version bump.
4694
	* debian/changelog: version bump
4695
4696
2008-12-15  Claudio Saavedra  <csaavedra@igalia.com>
4697
4698
	[Release 2.1.30]
4699
4700
	* NEWS: updates
4701
	* configure.ac: bump version
4702
	* debian/changelog: updates
4703
4704
2008-12-12  Alberto Garcia  <agarcia@igalia.com>
4705
4706
	* doc/hildon-sections.txt
4707
	* src/hildon-pannable-area.c
4708
	* src/hildon-program.c
4709
	* src/hildon-time-editor.c
4710
	* src/hildon-touch-selector-entry.c:
4711
4712
	More documentation updates.
4713
4714
2008-12-12  Alberto Garcia  <agarcia@igalia.com>
4715
4716
	* doc/hildon-sections.txt
4717
	* src/hildon-caption.c
4718
	* src/hildon-code-dialog.c
4719
	* src/hildon-color-button.c
4720
	* src/hildon-controlbar.c
4721
	* src/hildon-date-editor.c
4722
	* src/hildon-date-selector.c
4723
	* src/hildon-edit-toolbar.c
4724
	* src/hildon-find-toolbar.c
4725
	* src/hildon-font-selection-dialog.c
4726
	* src/hildon-gtk.c
4727
	* src/hildon-program.c
4728
	* src/hildon-range-editor.c
4729
	* src/hildon-seekbar.c
4730
	* src/hildon-time-editor.c
4731
	* src/hildon-time-selector.c
4732
	* src/hildon-volumebar-range.c
4733
	* src/hildon-volumebar.c
4734
	* src/hildon-vvolumebar.c
4735
	* src/hildon-weekday-picker.c
4736
	* src/hildon-window.c
4737
	* src/hildon-wizard-dialog.c:
4738
4739
	Lots of documentation fixes.
4740
4741
2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4742
4743
	Patch contributed by Iván Gómez (igomez@igalia.com)
4744
4745
	* src/hildon-check-button.c:
4746
	* src/hildon-date-button.c:
4747
	* src/hildon-date-selector.c:
4748
	* src/hildon-dialog.c:
4749
	* src/hildon-edit-toolbar.c:
4750
	* src/hildon-entry.c:
4751
	* src/hildon-picker-button.c:
4752
	* src/hildon-program.c:
4753
	* src/hildon-text-view.c:
4754
	* src/hildon-time-button.c:
4755
	* src/hildon-touch-selector-entry.c:
4756
	* src/hildon-window-stack.c:
4757
4758
	Add more "since" tags to the new API.
4759
4760
2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4761
4762
	* doc/hildon-sections.txt: Add below method.
4763
	* src/hildon-gtk.c: (+hildon_gtk_vscale_new): New vertical
4764
	version for the hildonized scale.
4765
	* src/hildon-gtk.h: Add the definition.
4766
4767
	Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4768
4769
2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4770
4771
	* doc/hildon-sections.txt: Add missing entries for new methods.
4772
4773
2008-12-12  Alejandro G. Castro	 <alex@igalia.com>
4774
4775
	Added API to pannable are in order to get its adjustments. We
4776
	added two properties to manage the values we had in the private
4777
	structure.
4778
4779
	* src/hildon-pannable-area.c:
4780
	(hildon_pannable_area_class_init): Added hadjustment and
4781
	vadjustment properties in order to expose horizontal and vertical
4782
	adjustment.
4783
	(hildon_pannable_area_get_property),
4784
	(hildon_pannable_area_set_property): Added code to handle the new
4785
	properties
4786
	(hildon_pannable_area_get_hadjustment),
4787
	(hildon_pannable_area_get_vadjustment): API functions to get the
4788
	adjustments
4789
	* src/hildon-pannable-area.h:
4790
	(hildon_pannable_area_get_hadjustment),
4791
	(hildon_pannable_area_get_vadjustment): API functions to get the
4792
	adjustments
4793
4794
2008-12-12  Alejandro G. Castro	 <alex@igalia.com>
4795
4796
	Fixed some leaks, after valgrinding.
4797
4798
	* src/hildon-touch-selector.c:
4799
	(_default_print_func): Fixed a leak.
4800
	(hildon_touch_selector_append_column): Fixed a leak.
4801
	* src/hildon-date-button.c:
4802
	(hildon_date_button_init): Fixed a leak.
4803
	* src/hildon-date-selector.c
4804
	(hildon_date_selector_finalize): Fixed a leak.
4805
4806
2008-12-12  Claudio Saavedra  <csaavedra@igalia.com>
4807
4808
	Based on a patch by Christian Dywan (christian@imendio.com)
4809
4810
	* src/hildon-gtk.c: (+hildon_gtk_hscale_new): Create a hildonized style
4811
	GtkHScale.
4812
	* src/hildon-gtk.h: Add definition.
4813
4814
	Fixes: NB#93744 (Tapping should jump to location on GtkScale)
4815
4816
2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4817
4818
	* src/hildon-picker-button.c: (hildon_picker_button_init),
4819
	(hildon_picker_button_new): Set the HildonButton::style property
4820
	in the init method, to propagate the value to the derived classes.
4821
4822
2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4823
4824
	* src/hildon-button.c: (hildon_button_class_init): Do not make
4825
	the "style" property a construct property.
4826
4827
2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4828
4829
	* src/hildon-wizard-dialog.h
4830
	* src/hildon-wizard-dialog.c
4831
	(hildon_wizard_dialog_set_forward_page_func)
4832
	* src/hildon-pannable-area.h
4833
	* src/hildon-pannable-area.c
4834
	(hildon_pannable_area_set_size_request_policy):
4835
	Documentation fixes.
4836
4837
2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4838
4839
	* doc/hildon-sections.txt: Fixed warning about unused symbols.
4840
4841
2008-12-11  Alberto Garcia  <agarcia@igalia.com>
4842
4843
	* doc/hildon-sections.txt: Added sections file.
4844
4845
2008-12-11  Claudio Saavedra  <csaavedra@igalia.com>
4846
4847
	* AUTHORS: Updates.
4848
	* src/*.[ch]: Updates.
4849
4850
2008-12-10  Thomas Thurman  <thomas.thurman@collabora.co.uk>
4851
4852
        * examples/hildon-progress-indicator-example.c: new file
4853
        * examples/Makefile.am: include the new example program
4854
4855
2008-12-10  Alberto Garcia  <agarcia@igalia.com>
4856
4857
	* src/hildon-wizard-dialog.c (destroy): Fix compilation warning
4858
4859
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4860
4861
	* configure.ac: post release version bump
4862
	* debian/changelog: version bump
4863
4864
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4865
4866
	[Release 2.1.28]
4867
4868
	* NEWS: updates
4869
	* configure.ac: bump version
4870
	* debian/changelog: updates
4871
	* debian/control: bump gtk+ dependency
4872
4873
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4874
4875
	* src/hildon-dialog.c: Mark as deprecated.
4876
	* src/hildon-dialog.h: Mark as deprecated.
4877
	* src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive
4878
	from HildonDialog and still work, even if
4879
	HILDON_DISABLE_DEPRECATED is defined. This is required as we can't currently
4880
	break the ABI and simply make HildonPickerDialog derive from GtkDialog.
4881
4882
	Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
4883
	maemo changes) instead)
4884
4885
2008-12-09  Alejandro G. Castro	 <alex@igalia.com>
4886
4887
	* src/hildon-pannable_area.h:
4888
	* src/hildon-pannable_area.c:
4889
	(hildon_pannable_area_class_init),
4890
	(hildon_pannable_area_set_property),
4891
	(hildon_pannable_area_get_property),
4892
	(hildon_pannable_area_size_request),
4893
	(hildon_pannable_area_get_size_request_policy),
4894
	(hildon_pannable_area_set_size_request_policy): Added new API
4895
	allowing applications to control the request policy. Now they can
4896
	choose to use the minimum (HILDON_MOVEMENT_MINIMUM) size or the
4897
	children allocation (HILDON_MOVEMENT_CHILDREN).
4898
4899
2008-12-09  Alberto Garcia  <agarcia@igalia.com>
4900
4901
	* src/hildon-gtk.h
4902
	* src/hildon-gtk.c
4903
	(hildon_gtk_tree_view_set_ui_mode)
4904
	(hildon_gtk_icon_view_set_ui_mode): New functions to change the UI
4905
	mode of treeviews and iconviews.
4906
4907
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4908
4909
	* src/hildon-touch-selector-entry.c:
4910
	(hildon_touch_selector_entry_init): Use a HildonEntry instead
4911
	of a GtkEntry to get proper theming.
4912
4913
	Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
4914
	widget, not GtkEntry)
4915
4916
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4917
4918
	* src/hildon-wizard-dialog.c: (response): Move forward if there is
4919
	no HildonWizardDialogPageFunc.
4920
4921
2008-12-09  Claudio Saavedra  <csaavedra@igalia.com>
4922
4923
	Patch contributed by Iván Gómez (igomez@igalia.com)
4924
4925
	* src/hildon-app-menu.c:
4926
	* src/hildon-button.c:
4927
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init):
4928
	* src/hildon-stackable-window.c:
4929
	* src/hildon-time-selector.c:
4930
	* src/hildon-touch-selector.c:
4931
	* src/hildon-window.c:
4932
4933
	Add more "since" tags to the new API in hildon 2.2.
4934
4935
2008-12-05  Tim Janik  <timj@imendio.com>
4936
4937
	Patch contributed by Christian Dywan (christian@imendio.com)
4938
4939
	* src/hildon-gtk.h: removed hildon_gtk_widget_set_theme_size() and
4940
	HildonSizeType, which are supplied by Gtk+ now.
4941
4942
	* src/hildon-dialog.c: leave theming and sizing of buttons to GtkDialog.
4943
4944
	Partially fixes NB#90867 (Deprecate HildonDialog and use GtkDialog
4945
	(with maemo changes) instead)
4946
4947
2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4948
4949
	Patch contributed by Iván Gómez (igomez@igalia.com)
4950
4951
	* src/hildon-pannable-area.c: Add "since" tags to the new API in
4952
	hildon 2.2.
4953
4954
2008-12-05  Claudio Saavedra  <csaavedra@igalia.com>
4955
4956
	* examples/hildon-wizard-dialog-example.c: (on_page_switch),
4957
	(some_page_func), (main): Update the example to use a
4958
	HildonWizardDialogPageFunc function.
4959
4960
	* src/hildon-wizard-dialog-private.h: Add private data for
4961
	the HildonWizardDialogPageFunc function usage.
4962
4963
	* src/hildon-wizard-dialog.c: (hildon_wizard_dialog_class_init),
4964
	(destroy), (hildon_wizard_dialog_init), (response),
4965
	(hildon_wizard_dialog_set_forward_page_func):
4966
	* src/hildon-wizard-dialog.h: Add a HildonWizardDialogPageFunc function,
4967
	that applications can use to stop a HildonWizardDialog to jump to
4968
	the next page.
4969
4970
	Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
4971
	next page)
4972
4973
2008-12-04  Alberto Garcia  <agarcia@igalia.com>
4974
4975
	* src/hildon-program.h
4976
	* src/hildon-program-private.h
4977
	* src/hildon-program.c (hildon_program_init)
4978
	(hildon_program_set_common_app_menu)
4979
	(hildon_program_get_common_app_menu):
4980
	New API for setting a common HildonAppMenu for all
4981
	HildonStackableWindows registered with the HildonProgram.
4982
4983
	* src/hildon-stackable-window.c
4984
	(hildon_stackable_window_toggle_menu):
4985
	Use the common HildonAppMenu if a window doesn't have a specific
4986
	one.
4987
4988
	* src/hildon-app-menu-private.h
4989
	* src/hildon-app-menu.c
4990
	(hildon_app_menu_get_parent_window):
4991
	Function to obtain the window a HildonAppMenu is attached to.
4992
	(hildon_app_menu_set_parent_window):
4993
	Hide the menu if the parent window is set to NULL.
4994
4995
2008-12-04  Claudio Saavedra  <csaavedra@igalia.com>
4996
4997
	* src/hildon-gtk.c: (hildon_gtk_tree_view_new): Explicitly
4998
	set GtkTreeView::enable-search to FALSE, to avoid the interactive
4999
	search widget to popup.
5000
5001
2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
5002
5003
	* configure.ac: post release version bump
5004
	* debian/changelog: version bump
5005
5006
2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
5007
5008
	[Release 2.1.26]
5009
5010
	* NEWS: updates
5011
	* configure.ac: bump version
5012
	* debian/changelog: updates
5013
5014
2008-12-02  Alberto Garcia  <agarcia@igalia.com>
5015
5016
	Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
5017
5018
	* src/hildon-window-stack.c (hildon_window_stack_get_leader_window)
5019
	(hildon_window_stack_window_realized)
5020
	(hildon_window_stack_remove, _hildon_window_stack_do_push):
5021
	Set the leader GdkWindow when a window is stacked and realized,
5022
	unset it when it's unstacked.
5023
	(hildon_window_stack_finalize): Destroy the leader GdkWindow.
5024
5025
	Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
5026
5027
2008-12-02  Alberto Garcia  <agarcia@igalia.com>
5028
5029
	* src/hildon-stackable-window.h
5030
	* src/hildon-window-stack.h:
5031
	Protect definition of HildonWindowStack using the preprocessor.
5032
5033
2008-12-02  Alberto Garcia  <agarcia@igalia.com>
5034
5035
	* src/hildon-app-menu.c (hildon_app_menu_repack_items):
5036
	Fix warning if all menu items are hidden.
5037
5038
2008-12-02  Claudio Saavedra  <csaavedra@igalia.com>
5039
5040
	Patch contributed by Daniel Borgmann (danielb@openismus.com)
5041
5042
	* src/hildon-controlbar.c:
5043
	* src/hildon-hvolumebar.c:
5044
	* src/hildon-vvolumebar.c: (hildon_vvolumebar_size_allocate):
5045
	Multiple scale size defines updates.
5046
5047
	Fixes: NB#94322 (Scale Updates)
5048
5049
2008-12-02  Alberto Garcia  <agarcia@igalia.com>
5050
5051
	* examples/hildon-app-menu-example.c (create_menu)
5052
	Show items after adding them to the menu, as in the future the
5053
	menu will no longer call gtk_widget_show() on the added items.
5054
5055
	* src/hildon-app-menu.c:
5056
	Update example as explained above.
5057
5058
2008-12-02  Alberto Garcia  <agarcia@igalia.com>
5059
5060
	* src/hildon-app-menu.c
5061
	(hildon_app_menu_insert, hildon_app_menu_add_filter):
5062
	Make sure that all menu items have finger height.
5063
5064
2008-12-01  Alejandro Pinheiro  <apinheiro@igalia.com>
5065
5066
	* src/hildon-picker-dialog.c:
5067
	(_on_dialog_response), (_save_current_selection),
5068
	(_restore_current_selection), (_clean_current_selection),
5069
	(hildon_picker_dialog_finalize), (hildon_picker_dialog_show)
5070
	Defined new functions in order to save the current internal selector
5071
	selection previous open the dialog, in case that the use cancel the
5072
	interaction, so the widget restores the previous selection.
5073
5074
	Fixes: NB#92032 (In calendar application, date values in 'new event' 
5075
	are not proper)
5076
5077
	(requires_done_button): use of macro HILDON_TOUCH_SELECTOR_HEIGHT
5078
5079
2008-11-28  Alberto Garcia  <agarcia@igalia.com>
5080
5081
	* src/hildon-button.c: Add a reference to the button examples in
5082
	hildon-button-example.c
5083
5084
	* examples/hildon-button-example.c: Added examples of the most
5085
	common button layouts.
5086
5087
2008-11-28  Alberto Garcia  <agarcia@igalia.com>
5088
5089
	* src/hildon-app-menu.c (hildon_app_menu_show)
5090
	(hildon_app_menu_class_init): Don't show the menu if it's empty.
5091
5092
	Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
5093
5094
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5095
5096
	* src/hildon-picker-dialog.c:
5097
	(hildon_picker_dialog_init): Initialize	the signal id for
5098
	HildonTouchSelector::columns-changed.
5099
	(+on_selector_columns_changed): Set up the interaction mode everytime a
5100
	column is added or removed from the HildonTouchSelector.
5101
	(_hildon_picker_dialog_set_selector): Connect to
5102
	HildonTouchSelector::columns-changed and keep track of it.
5103
5104
	Make sure to update the interaction mode of the dialog everytime a
5105
	column is added	or removed in the HildonTouchSelector.
5106
5107
	Fixes: NB#93228 (Done button is not shown always in listpicker)
5108
5109
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5110
5111
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init): Add
5112
	a new ::columns-changed signal.
5113
	(hildon_touch_selector_append_column): Emit ::columns-changed.
5114
	(hildon_touch_selector_remove_column): Emit ::columns-changed.
5115
5116
	Add a ::columns-changed signal, emitted when the number of columns in a
5117
	HildonTouchSelector changes.
5118
5119
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5120
5121
	* src/hildon-picker-dialog.c: (+setup_interaction_mode),
5122
	(_hildon_picker_dialog_set_selector): Factor out the code
5123
	to set up the dialog interaction mode.
5124
5125
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5126
5127
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_init),
5128
	(_hildon_picker_dialog_set_selector): Rename signal_id private variable
5129
	to signal_changed_id.
5130
5131
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5132
5133
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
5134
	Minor doc. fixes.
5135
5136
2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>
5137
5138
	* src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
5139
	Updated the logical ids related to ampm format, as now it is required to
5140
	show it correctly localized even on languages with no default
5141
	abbreviations for am or pm
5142
	(_check_am_pm_format): check correctly the 24h format gconf property
5143
5144
	Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
5145
5146
2008-11-27  Alberto Garcia  <agarcia@igalia.com>
5147
5148
	* src/hildon-button.c: Documentation updates.
5149
5150
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5151
5152
	* src/hildon-marshalers.list: Add BOOLEAN:VOID.
5153
	* src/hildon-caption.c: (hildon_caption_class_init):
5154
	* src/hildon-color-button.c: (hildon_color_button_class_init):
5155
	* src/hildon-find-toolbar.c: (hildon_find_toolbar_class_init):
5156
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
5157
	* src/hildon-volumebar.c: (hildon_volumebar_class_init):
5158
	* src/hildon-weekday-picker.c: (hildon_weekday_picker_class_init):
5159
5160
	Remove deprecated GTK+ marshalers and replace them with the ones
5161
	provided by GLib, for those available, add a marshaler for
5162
	BOOLEAN:VOID, which is not available in GLib, and use it.
5163
5164
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5165
5166
	* src/hildon-touch-selector.c: (_default_print_func): Do not reuse
5167
	the text from the previous column if there is no
5168
	HildonTouchSelectorColumn::text-property set.
5169
5170
2008-11-27  Alberto Garcia  <agarcia@igalia.com>
5171
5172
	* src/hildon-button.h
5173
	* src/hildon-button.c (hildon_button_set_property)
5174
	(hildon_button_get_property, hildon_button_class_init)
5175
	(hildon_button_set_style, hildon_button_get_style):
5176
	New "style" property to change the visual appearance of the
5177
	button.
5178
5179
	* src/hildon-picker-button.c (hildon_picker_button_new):
5180
	Set the new "style" property to HILDON_BUTTON_STYLE_PICKER.
5181
5182
	Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
5183
	HildonButton look like PickerButton)
5184
5185
2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
5186
5187
	* src/hildon-touch-selector.c: (_default_print_func): Get the correct
5188
	column while building the default string.
5189
5190
2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
5191
5192
	* src/hildon-touch-selector.c: (_create_new_column): Do not disable the
5193
	scroll indicator by default.
5194
5195
	Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
5196
5197
2008-11-25  Claudio Saavedra  <csaavedra@igalia.com>
5198
5199
	* src/hildon-main.c: Fix the documentation for hildon_init()
5200
5201
2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5202
5203
	* doc/hildon-docs.sgml
5204
	* doc/hildon.types
5205
	* src/Makefile.am
5206
	* src/hildon.h
5207
	* src/hildon-window-stack-private.h
5208
	* src/hildon-window-stack.h
5209
	* src/hildon-window-stack.c:
5210
	New HildonWindowStack object, that adds support for multiple
5211
	stacks of windows per process.
5212
5213
	* src/hildon-stackable-window-private.h
5214
	* src/hildon-stackable-window.h
5215
	* src/hildon-stackable-window.c (hildon_stackable_window_set_stack)
5216
	(hildon_stackable_window_get_stack, hildon_stackable_window_map)
5217
	(hildon_stackable_window_show, hildon_stackable_window_hide)
5218
	(hildon_stackable_window_class_init)
5219
	(hildon_stackable_window_init):
5220
	Use HildonWindowStack for stack management.
5221
5222
	* src/hildon-program.c (hildon_program_pop_window_stack)
5223
	(hildon_program_peek_window_stack)
5224
	(hildon_program_go_to_root_window):
5225
	Add a fallback implementation to the deprecated functions using
5226
	HildonWindowStack.
5227
5228
	* examples/hildon-stackable-window-example.c:
5229
	Use the new HildonWindowStack API.
5230
5231
2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5232
5233
	* src/hildon-stackable-window-private.h
5234
	* src/hildon-stackable-window.c (hildon_stackable_window_show)
5235
	(hildon_stackable_window_hide, hildon_stackable_window_init):
5236
	Remove all window stack management.
5237
5238
	* src/hildon-program-private.h
5239
	* src/hildon-program.h
5240
	* src/hildon-program.c (hildon_program_init)
5241
	(hildon_program_pop_window_stack)
5242
	(hildon_program_peek_window_stack)
5243
	(hildon_program_go_to_root_window):
5244
	Remove all window stack management and mark functions as
5245
	deprecated.
5246
5247
2008-11-25  Alberto Garcia  <agarcia@igalia.com>
5248
5249
	* src/hildon-app-menu.c (hildon_app_menu_realize):
5250
	Use the XA_ATOM type for the _NET_WM_WINDOW_TYPE property.
5251
5252
2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5253
5254
	* configure.ac: post release version bump
5255
	* debian/changelog: version bump
5256
5257
2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5258
5259
	[Release 2.1.24]
5260
5261
	* NEWS: updates
5262
	* configure.ac: bump version
5263
	* debian/changelog: updates
5264
5265
2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
5266
5267
	Based on initial code by Christian Dywan (christian@imendio.com)
5268
5269
	* doc/hildon-docs.sgml: Add section for hildon-main.
5270
	* examples/*.c: (main): Replace gtk_main() calls with hildon_gtk_main().
5271
	* src/Makefile.am: Add new hildon-main.[ch]
5272
	* src/hildon-defines.h: Update the icon sizes.
5273
	* src/hildon-main.c: (+hildon_init), (+hildon_gtk_init): Add
5274
	new library initialization files and register icon sizes.
5275
	* src/hildon-main.h: New declarations.
5276
	* src/hildon.h: Include hildon-main.h
5277
5278
	Add new initialization functions to the library. These methods
5279
	will register the hildon specific icon sizes and can be used in the
5280
	future for other hildon specific bits.
5281
5282
	Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
5283
5284
2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
5285
5286
	* src/hildon-window.c: (hildon_window_realize),
5287
	(hildon_window_notify), (-hildon_window_update_title): Do not set
5288
	the application name in the window title.
5289
5290
	Fixes: NB#89754 (Applications shouldn't display their names in the
5291
	window title)
5292
5293
2008-11-21  Claudio Saavedra  <csaavedra@igalia.com>
5294
5295
	* src/hildon-note-private.h:
5296
	* src/hildon-note.c: (hildon_note_set_property),
5297
	(hildon_note_get_property), (hildon_note_class_init),
5298
	(hildon_note_init), (hildon_note_finalize),
5299
	(hildon_note_new_confirmation_with_icon_name),
5300
	(hildon_note_new_information_with_icon_name):
5301
5302
	No need to mark as deprecated the actual code. Revert
5303
	to avoid missing symbols in widgets using deprecated API.
5304
5305
2008-11-20  Alberto Garcia  <agarcia@igalia.com>
5306
5307
	Based on a patch by Claudio Saavedra (csaavedra@igalia.com)
5308
5309
	* src/hildon-volumebar.h
5310
	* src/hildon-volumebar.c (hildon_volumebar_set_range_insensitive_message)
5311
	(hildon_volumebar_set_range_insensitive_messagef): Mark as deprecated.
5312
5313
	* src/hildon-helper.h
5314
	* src/hildon-helper.c (hildon_helper_set_insensitive_message)
5315
	(hildon_helper_set_insensitive_messagef): Mark as deprecated.
5316
5317
	* examples/Makefile.am:
5318
	Deprecate hildon-insensitive-example
5319
5320
	Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
5321
5322
2008-11-20  Alberto Garcia  <agarcia@igalia.com>
5323
5324
	* examples/hildon-pannable-area-buttons-scroll-example.c:
5325
	Make all buttons finger height
5326
5327
2008-11-19  Alejandro Pinheiro  <apinheiro@igalia.com>
5328
5329
	* src/hildon-touch-selector.c: updated the HildonTouchSelector::changed
5330
	documentation
5331
	* src/hildon-date-selector.c: (_update_day_model): Modified in order to
5332
	update the day model only if it is really required, and to avoid the
5333
	full-reconstruction aproach. Now it only add or remove the required days.
5334
5335
	The purpose of this is avoid superfluous HildonTouchSelector::changed
5336
	signals
5337
5338
	Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
5339
	with strange parameters)
5340
5341
2008-11-19  Claudio Saavedra  <csaavedra@igalia.com>
5342
5343
	Patch contributed by Adam Endrodi (adam.endrodi@blumsoft.eu)
5344
5345
	* src/hildon-note.c: (hildon_note_init), (hildon_note_realize): Set properly
5346
	the WINDOW_TYPE property.
5347
5348
	Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
5349
5350
2008-11-19  Alberto Garcia  <agarcia@igalia.com>
5351
5352
	* doc/gtk-doc.make:
5353
	Fix dependency to allow parallel compilation with make -jX
5354
5355
2008-11-18  Claudio Saavedra  <csaavedra@igalia.com>
5356
5357
	* src/hildon-color-chooser-dialog.c: Use theme colors for the selected
5358
	color frame and some minor tweaks to make it more consistent with
5359
	current theming.
5360
5361
	Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
5362
	highlighted but not visible)
5363
5364
2008-11-14  Alejandro G. Castro	 <alex@igalia.com>
5365
5366
	* examples/Makefile.am: Fixed typo in the Makefile.am.
5367
5368
2008-11-14  Alejandro G. Castro	 <alex@igalia.com>
5369
5370
	Reviewed the use of MAEMO_GTK define, now we add the define in the
5371
	compilation line, and we also add it to the pc file.
5372
5373
	* configure.ac: Added MAEMO_GTK define to the compilation command
5374
	and removed it from the config.h.
5375
5376
	* pkgconfig/hildon.pc.in: Added MAEMO_GTK, that way applications
5377
	do not have to take care about this define if the library was
5378
	compiled with it.
5379
5380
	* src/hildon-gtk.c:
5381
	* src/hildon-gtk.h: Replaced MAEMO_CHANGES with MAEMO_GTK.
5382
5383
2008-11-14  Alejandro G. Castro	 <alex@igalia.com>
5384
5385
	* examples/Makefile.am,
5386
	* examples/hildon-pannable-area-buttons-scroll-example.c,
5387
	* examples/hildon-pannable-area-gesture-signals-example.c,
5388
	* examples/hildon-pannable-area-scroll-jump-example.c,
5389
	* examples/hildon-pannable-area-tree-view-example.c:
5390
	Renamed the pannable area examples, now they have more meaningful
5391
	names.
5392
5393
2008-11-13  Alejandro Pinheiro	 <apinheiro@igalia.com>
5394
5395
	* src/hildon-touch-selector.c:
5396
	(hildon_touch_selector_set_column_selection_mode): Used of
5397
	GTK_SELECTION_BROWSE instead of GTK_SELECTION_SINGLE gtk tree selection
5398
	mode setting HILDON_TOUCH_SELECTOR_SELECTION_MODE_SINGLE. Added a check
5399
	to avoid re-seting the same selection mode.
5400
5401
	Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
5402
	breaks HildonPickerDialog)
5403
5404
2008-11-13  Alejandro G. Castro	 <alex@igalia.com>
5405
5406
	* examples/Makefile.am: Fixed problem with the USE_MAEMO_GTK
5407
	conditional in the Makefile.am
5408
5409
2008-11-12  Claudio Saavedra  <csaavedra@igalia.com>
5410
5411
	* src/hildon-window.c (-find_findtoolbar_index), (-find_findtoolbar):
5412
	Remove unused methods.
5413
5414
2008-11-12  Alberto Garcia  <agarcia@igalia.com>
5415
5416
	* src/hildon-button.c (hildon_button_init):
5417
	Make button images center-aligned by default
5418
5419
2008-11-12  Alejandro G. Castro	 <alex@igalia.com>
5420
5421
	* src/hildon-gtk.c:
5422
	* src/hildon-gtk.h: Fixed compilation problem with MAEMO_CHANGES
5423
	activated, we have to think about how to deal with both defines
5424
	MAEMO_GTK and MAEMO_CHANGES.
5425
5426
2008-11-12  Alberto Garcia  <agarcia@igalia.com>
5427
5428
	* examples/hildon-app-menu-example.c (create_menu): Make all
5429
	buttons finger size.
5430
5431
2008-11-11  Alejandro G. Castro	 <alex@igalia.com>
5432
5433
	Fixed the compilation without maemo gtk adding ifdefs with
5434
	MAEMO_GTK define to the code, we have to check this version more
5435
	carefully.
5436
5437
	* examples/Makefile.am: Added control to avoid some examples that
5438
	just make sense with maemo gtk.
5439
5440
	* src/hildon-gtk.c:
5441
	* src/hildon-gtk.h: Remove some functions that use the maemo gtk
5442
	hildon modes with the define.
5443
5444
	* examples/hildon-edit-toolbar-example.c,
5445
	(create_icon_view): Create the icon view without hildon-gtk
5446
	helpers if we are not using maemo gtk.
5447
5448
	* src/hildon-touch-selector.c,
5449
	(_create_new_column): Create the treeview without hildon-gtk
5450
	helpers if we are not using maemo gtk.
5451
5452
2008-11-11  Alejandro G. Castro	 <alex@igalia.com>
5453
5454
	* src/hildon-pnnable-area.c,
5455
	(hildon_pannable_area_dispose),
5456
	(hildon_pannable_area_button_press_cb),
5457
	(hildon_pannable_area_child_mapped),
5458
	(hildon_pannable_area_add),
5459
	(hildon_pannable_area_remove): Added code to control the position
5460
	of the event_window when adding and removing children from the
5461
	pannable. We have to raise the event window when the child is
5462
	mapped.
5463
5464
	Fixes: NB#89811 (Not able to select first image thumbnail in multi
5465
	selection mode using custom widget inside pannable)
5466
5467
2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
5468
5469
	* configure.ac: post release version bump
5470
	* debian/changelog: version bump
5471
5472
2008-11-11  Claudio Saavedra  <csaavedra@igalia.com>
5473
5474
	[Release 2.1.22]
5475
5476
	* NEWS: updates
5477
	* configure.ac: bump version
5478
	* debian/changelog: updates
5479
5480
2008-11-10  Alejandro Pinheiro  <apinheiro@igalia.com>
5481
5482
	* src/hildon-touch-selector.c: (_create_new_column): Disable treeview
5483
	search mode, in order to avoid lose the focus on the treeview when
5484
	a hw key (like enter) is pressed.
5485
5486
	Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
5487
	in HildonDateSelector dialog)
5488
5489
2008-11-06  Alejandro Pinheiro  <apinheiro@igalia.com>
5490
5491
	* debian/rules: Added --enable-maintainer-mode
5492
	* Makefile.am: Added ACLOCAL_AMFLAGS
5493
5494
	This allows to properly regenerate the Makefiles if you modify the
5495
	configure.ac or any Makefile.am.
5496
5497
2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5498
5499
	* examples/hildon-app-menu-example.c: (main): Do not set RC style
5500
	properties, not needed at all.
5501
5502
2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5503
5504
	* src/hildon-note-private.h: Add strings for the icon and stock_icon
5505
	properties.
5506
	* src/hildon-note.c: (hildon_note_set_property),
5507
	(hildon_note_get_property), (hildon_note_class_init),
5508
	(hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild),
5509
	(hildon_note_new_confirmation_add_buttons): Remove icons.
5510
	(hildon_note_new_confirmation_with_icon_name): Deprecate.
5511
	(hildon_note_new_information_with_icon_name): Deprecate.
5512
	(hildon_note_new_confirmation): Act directly, without calling
5513
	the deprecated constructor.
5514
	(hildon_note_new_information): Act directly, without calling
5515
	the deprecated constructor.
5516
	* src/hildon-note.h: Mark deprecate methods as such.
5517
	* tests/check-hildon-note.c: (create_hildon_note_suite): Do
5518
	not run tests on the deprecated methods if built with deprecation
5519
	disabled.
5520
5521
	Fixes: NB#91688 (Never show icons in information notes/confirmation
5522
	notes)
5523
5524
2008-11-06  Claudio Saavedra  <csaavedra@igalia.com>
5525
5526
	* src/hildon-app-menu.c: (hildon_app_menu_set_parent_window),
5527
	(hildon_app_menu_key_press): Remove leftover usage of the
5528
	private structure in HildonAppMenu struct.
5529
	* src/hildon-app-menu.h: Remove leftover private structure
5530
	from the HildonAppMenu struct.
5531
5532
	Fixes a crasher when using the HildonAppMenu.
5533
5534
2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
5535
5536
	* src/hildon-picker-dialog.c: Use appropriate logical id
5537
	for the default "Done" text.
5538
5539
2008-11-05  Claudio Saavedra  <csaavedra@igalia.com>
5540
5541
	* configure.ac: post release version bump
5542
	* debian/changelog: version bump
5543
5544
2008-11-05  Alejandro Pinheiro  <apinheiro@igalia.com>
5545
5546
	Modified the way to scroll to the current selection just when the touch
5547
	selector is shown on the screen, avoiding a g_idle. Added too a property
5548
	to configure this behaviour. See hildon_pannable_area_jump_to_child
5549
	documentation for more information.
5550
5551
	* src/hildon-touch-selector.c
5552
	Removed unused CENTER_ON_SELECTED_ITEM_DELAY macro
5553
	Added 'initial-scroll' property
5554
	(hildon_touch_selector_set_property): Added
5555
	(hildon_touch_selector_map): Removed as not required anymore
5556
	(_hildon_touch_selector_on_selected_items): Modified in order to manage
5557
	only a concrete column, instead of iterate along all the columns
5558
5559
2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5560
5561
	[Release 2.1.20]
5562
5563
	* NEWS: updates
5564
	* configure.ac: bump version
5565
	* debian/changelog: updates
5566
5567
2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5568
5569
	* src/hildon-button.c: (hildon_button_set_arrangement): Fix some
5570
	compilation time warnings.
5571
5572
2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5573
5574
	* src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
5575
	the default value for HildonPannableArea::mov-mode to
5576
	HILDON_PANNABLE_AREA_MODE_VERT.
5577
5578
	Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)
5579
5580
2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5581
5582
	Reverting following commit:
5583
5584
	2008-10-13  Alberto Garcia  <agarcia@igalia.com>
5585
5586
	  * src/hildon-app-menu-private.h
5587
	  * src/hildon-app-menu.[ch]
5588
	  * src/hildon-button.[ch]
5589
	  * src/hildon-check-button.[ch]
5590
	  * src/hildon-entry.[ch]
5591
	  * src/hildon-pannable-area.[ch]
5592
	  * src/hildon-text-view.[ch]:
5593
	  Added private field to the object's structure.
5594
5595
	because it causes an ABI breakage. We will need to introduce these
5596
	changes later at some point. See NB#91636 for an extensive
5597
	explanation and status.
5598
5599
2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
5600
5601
	Patch contributed by Daniel Borgmann (danielb@openismus.com)
5602
5603
	* src/hildon-window.c: (paint_toolbar): Update toolbar sizes and
5604
	remove special cases that are no longer necessary.
5605
5606
	Fixes: NB#91016 (Change toolbar sizes, simplification)
5607
5608
2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
5609
5610
	* src/hildon-note.c: (hildon_note_rebuild): Make sure the cancel button
5611
	is shown in the cancel note.
5612
5613
2008-11-03  Claudio Saavedra  <csaavedra@igalia.com>
5614
5615
	* src/hildon-controlbar.c: (hildon_controlbar_init): Remove steppers.
5616
	* src/hildon-seekbar.c: (hildon_seekbar_class_init),
5617
	(hildon_seekbar_init): Remove steppers, remove expose event.
5618
	* src/hildon-volumebar-range.c: (hildon_volumebar_range_init): Remove steppers.
5619
5620
	Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets)
5621
5622
2008-10-31  Claudio Saavedra  <csaavedra@igalia.com>
5623
5624
	* src/hildon-button.c: (hildon_button_set_arrangement): Set the value
5625
	label font to "SmallSystemFont" for vertically arranged buttons.
5626
5627
	Fixes: NB#90662 (HildonButton "value" and "detail" text is
5628
	unformatted)
5629
5630
2008-10-31  Alberto Garcia  <agarcia@igalia.com>
5631
5632
	* src/hildon-check-button.c
5633
	(hildon_check_button_set_active, hildon_check_button_clicked):
5634
	Don't access private parts directly, use getters instead.
5635
5636
2008-10-31  Alberto Garcia  <agarcia@igalia.com>
5637
5638
	* src/hildon-check-button.c (hildon_check_button_new):
5639
	Align the contents of the check button to the left.
5640
5641
2008-10-30  Alejandro G. Castro	 <alex@igalia.com>
5642
5643
	* src/hildon-pannable-area.c,
5644
	(hildon_pannable_area_scroll_to),
5645
	(hildon_pannable_area_jump_to),
5646
	(hildon_pannable_area_scroll_to_child),
5647
	(hildon_pannable_area_jump_to_child): Replace the mapped
5648
	precondition of these functions with the realized, it is the
5649
	correct state of the widget in this case. Changed the
5650
	documentation according to this modification.
5651
5652
2008-10-30  Alejandro G. Castro	 <alex@igalia.com>
5653
5654
	Added a new EXTRA_CFLAGS option to add the deprecated define to
5655
	the compilation command. This way we can avoid using the define in
5656
	the documentation compilation.
5657
5658
	* configure.ac: Defined EXTRA_CFLAGS.
5659
5660
	* examples/Makefile.am:
5661
	* src/Makefile.am:
5662
	* tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
5663
5664
2008-10-30  Alejandro Pinheiro  <apinheiro@igalia.com>
5665
5666
	* src/hildon-picker-dialog.c:
5667
	Defined a utility macro with the desired touch selector height
5668
	Removed currently unused separator, and title_label variables from
5669
	private structure.
5670
	(hildon_picker_dialog_init): Removed code related to the creation
5671
	of unused private variables title_label and separator.
5672
	(_hildon_picker_dialog_set_selector): Added gtk_widget_set_size_request
5673
	to ensure correct visualization of the touch selector inside the dialog.
5674
	* src/hildon-touch-selector.c
5675
	(hildon_touch_selector_init): Removed a gtk_widget_set_size_request to
5676
	ensure a concrete height of the widget.
5677
5678
2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5679
5680
	* src/Makefile.am:
5681
	* tests/Makefile.am:
5682
5683
	Remove spurious whitespaces.
5684
5685
2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5686
5687
	* src/hildon-code-dialog.c: (hildon_code_dialog_init): Fix a
5688
	compilation warning after the cancel button removal.
5689
5690
2008-10-30  Alejandro G. Castro	 <alex@igalia.com>
5691
5692
	Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATED
5693
5694
	* configure.ac: Added an AM_CONDITIONAL in order to use in the
5695
	Makefile.am, that way we can choose not to compile some examples
5696
	and tests of the deprecated widgets.
5697
5698
	* examples/Makefile.am: Divided the sources in deprecated and
5699
	non-deprecated.
5700
5701
	* src/Makefile.am: Added undef statement of the deprecated
5702
	symbol to the enums file generation process.
5703
5704
	* src/hildon-color-chooser-dialog.c
5705
	* src/hildon-color-chooser-dialog.h
5706
	* src/hildon-color-button.c
5707
	* src/hildon-color-button.h
5708
	* src/hildon-color-chooser.c
5709
	* src/hildon-color-chooser.h
5710
	* src/hildon-controlbar.c
5711
	* src/hildon-controlbar.h
5712
	* src/hildon-date-editor.c
5713
	* src/hildon-date-editor.h
5714
	* src/hildon-hvolumebar.c
5715
	* src/hildon-hvolumebar.h
5716
	* src/hildon-private.c
5717
	* src/hildon-private.h
5718
	* src/hildon-range-editor.c
5719
	* src/hildon-range-editor.h
5720
	* src/hildon-seekbar.c
5721
	* src/hildon-seekbar.h
5722
	* src/hildon-time-editor.c
5723
	* src/hildon-time-editor.h
5724
	* src/hildon-time-picker.c
5725
	* src/hildon-time-picker.h
5726
	* src/hildon-volumebar.c
5727
	* src/hildon-volumebar.h
5728
	* src/hildon-vvolumebar.c
5729
	* src/hildon-vvolumebar.h
5730
	* src/hildon-bread-crumb-trail.h
5731
	* src/hildon-bread-crumb-trail.c
5732
	* src/hildon-calendar-popup.c
5733
	* src/hildon-calendar-popup.h
5734
	* src/hildon-weekday-picker.c:
5735
	* src/hildon-weekday-picker.h:
5736
	* src/hildon-bread-crumb-widget.c:
5737
	* src/hildon-bread-crumb-widget.h:
5738
	* src/hildon-bread-crumb.c:
5739
	* src/hildon-bread-crumb.h:
5740
	* src/hildon-calendar.c:
5741
	* src/hildon-calendar.h:
5742
	* src/hildon-caption.c:
5743
	* src/hildon-code-dialog.c:
5744
	* src/hildon-code-dialog.h:
5745
	* src/hildon-font-selection-dialog.c:
5746
	* src/hildon-font-selection-dialog.h:
5747
	* src/hildon-get-password-dialog.c:
5748
	* src/hildon-get-password-dialog.h:
5749
	* src/hildon-login-dialog.c:
5750
	* src/hildon-login-dialog.h:
5751
	* src/hildon-number-editor.c:
5752
	* src/hildon-number-editor.h:
5753
	* src/hildon-set-password-dialog.c:
5754
	* src/hildon-set-password-dialog.h:
5755
	* src/hildon-sort-dialog.c:
5756
	* src/hildon-sort-dialog.h: This is the list of deprecated
5757
	widgets.
5758
5759
	* src/hildon-touch-selector.c:
5760
	* src/hildon-window.c: Added undef statement to avoid compilation
5761
	warnings
5762
5763
	* tests/Makefile.am: Divided the sources in deprecated and
5764
	non-deprecated.
5765
5766
	* tests/check_test.c,
5767
	(configure_tests): Marked the deprecated code that was adding
5768
	suites with deprecated tests.
5769
5770
	Fixes: NB#91135 (Deprecate legacy hildon widgets)
5771
5772
2008-10-30  Claudio Saavedra  <csaavedra@igalia.com>
5773
5774
	* src/hildon-touch-selector.c: (_default_print_func): Do not
5775
	duplicate a string returned by gtk_tree_model_get(), it is already
5776
	allocated for us.
5777
5778
	Fixes: NB#91192 (Memory leak in HildonTouchSelector default print
5779
	function)
5780
5781
2008-10-28  Alejandro G. Castro	 <alex@igalia.com>
5782
5783
	* src/hildon-pannable-area.c
5784
	(hildon_pannable_area_add_with_viewport): Reviewed the complete
5785
	method, it had problems when adding a widget with viewport the
5786
	second time. Now checks if it already has a viewport and uses it.
5787
5788
	Fixes: NB#90994 (HildonPannableArea does not connect "destroyed"
5789
	on child)
5790
5791
2008-10-28  Alejandro G. Castro	 <alex@igalia.com>
5792
5793
	* src/hildon-pannable-area.c,
5794
	(hildon_pannable_area_scroll_to),
5795
	(hildon_pannable_area_jump_to),
5796
	(hildon_pannable_area_scroll_to_child),
5797
	(hildon_pannable_area_jump_to_child): Added a precondition to the
5798
	scroll and jump to functions: the widget must be mapped before we
5799
	can safely call these functions. We have also added documentation
5800
	to the functions to explain how to use them in this situation.
5801
5802
5803
2008-10-28  Alejandro G. Castro	 <alex@igalia.com>
5804
5805
	Reviewed the threading handling of the pannable widget, we have
5806
	used the gdk_threads_add_timeout function instead of the usual
5807
	glib handlers. This avoids some problems with the threads.
5808
5809
	* src/hildon-pannable-area.c (hildon_pannable_area_grab_notify),
5810
	(hildon_pannable_area_initial_effect),
5811
	(hildon_pannable_area_scroll_indicator_fade),
5812
	(hildon_pannable_area_button_press_cb),
5813
	(hildon_pannable_area_timeout),
5814
	(hildon_pannable_area_motion_notify_cb),
5815
	(hildon_pannable_area_button_release_cb),
5816
	(hildon_pannable_area_scroll_cb),
5817
	(hildon_pannable_area_scroll_to): Removed the
5818
	GDK_THREAD_ENTER/LEAVE and replaced g_timeout_add with
5819
	gdk_threads_add_timeout.
5820
5821
	Fixes: NB#89541 (Crash in pannable area when closing picker dialog)
5822
5823
2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5824
5825
	[Release 2.1.18]
5826
5827
	* NEWS: updates
5828
	* configure.ac: bump version
5829
	* debian/changelog: updates
5830
5831
2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5832
5833
	* src/hildon-calendar-popup.c: (hildon_calendar_popup_init):
5834
	* src/hildon-code-dialog.c: (hildon_code_dialog_init):
5835
	* src/hildon-color-chooser-dialog.c:
5836
	(hildon_color_chooser_dialog_init):
5837
	* src/hildon-font-selection-dialog.c:
5838
	(hildon_font_selection_dialog_init):
5839
	* src/hildon-login-dialog.c: (hildon_login_dialog_init):
5840
5841
	Remove all cancel/close-like dialogs, as these are not going to be
5842
	displayed at all.
5843
5844
2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5845
5846
	* src/hildon-note.c: (hildon_note_rebuild),
5847
	(hildon_note_new_confirmation_add_buttons): Explicitely show the buttons
5848
	when needed.
5849
5850
	Fixes: NB#90661 (Delete dialog is displayed without NO button)
5851
5852
2008-10-27  Claudio Saavedra  <csaavedra@igalia.com>
5853
5854
	* src/hildon-note.c: (hildon_note_new_confirmation_add_buttons): Make
5855
	sure all buttons are shown, even the Cancel/Close-like ones.
5856
5857
	Fixes: NB#90861 (Custom Confirmation dialogs should be
5858
	protected from cancel button removal)
5859
5860
2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5861
5862
	* debian/control: Change libhildon1-examples dependency from libhildon1
5863
	to libhildon1-dev
5864
	* debian/libhildon1-examples.install
5865
	* debian/rules
5866
	* Makefile.am: Modified the final install directory for the examples on
5867
	package libhildon1-examples
5868
	* Makefile.static: Update clean target in order to remove all the binary
5869
	examples
5870
5871
	Changes suggested by Claudio after review new libhildon1-examples package
5872
5873
2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>
5874
5875
	* src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
5876
	* src/hildon-touch-selector.c: Ditto.
5877
5878
2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
5879
5880
	* debian/control: Added new package libhildon1-examples, in order to pack
5881
	the current hildon examples as documentation
5882
	* debian/rules: Not to compress .c files, modify some includes on the
5883
	examples (as normally are compiled locally, but when installed it will
5884
	require to include the installed libhildon1 library), and rename
5885
	Makefile.static
5886
	* examples/Makefile.am: Added examplesdir and examples_DATA, in order to
5887
	install all the example files on the new example package
5888
	* examples/Makefile.static: Added static makefile that can be used to
5889
	compile the examples, once installed the new example package
5890
	* examples: Most of the examples were modified in order to grant that
5891
	all use only '#include "hildon.h"', in order to be easy to prepare
5892
	it on the example package
5893
5894
2008-10-23  Alberto Garcia  <agarcia@igalia.com>
5895
5896
	* debian/control
5897
	* debian/libhildon1-dev.install
5898
	* debian/libhildon1-doc.install:
5899
	Move all gtk-doc files to a separate libhildon1-doc package.
5900
5901
2008-10-23  Daniel Borgmann  <danielb@openismus.com>
5902
5903
	reviewed by:  Claudio Saavedra  <csaavedra@igalia.com>
5904
5905
	* src/hildon-gtk.c (hildon_gtk_menu_new): Change capitalization
5906
5907
2008-10-22  Alejandro Pinheiro  <apinheiro@igalia.com>
5908
5909
	* debian/rules: Fixed a error in order to avoid unnecessary calls
5910
	to autogen.sh on package building
5911
5912
2008-10-22  Alberto Garcia  <agarcia@igalia.com>
5913
5914
	* examples/hildon-app-menu-example.c: Add keyboard accelerator.
5915
5916
2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5917
5918
	* src/hildon-picker-dialog.h: Add missing HildonTouchSelector
5919
	header include.
5920
5921
2008-10-21  Alberto Garcia  <agarcia@igalia.com>
5922
5923
	* src/hildon-picker-button.c
5924
	(hildon_picker_button_finalize):
5925
	Free priv->done_button_text
5926
5927
	* src/hildon-time-button.c
5928
	(hildon_time_button_set_time)
5929
	* src/hildon-picker-button.c
5930
	(hildon_picker_button_clicked)
5931
	(hildon_picker_button_selector_selection_changed)
5932
	(hildon_picker_button_set_selector)
5933
	* src/hildon-date-button.c
5934
	(hildon_date_button_set_date):
5935
	Free strings returned by hildon_touch_selector_get_current_text()
5936
5937
	* src/hildon-button.c (hildon_button_construct_child):
5938
	Fix leaks in priv->image and priv->label_box
5939
5940
	Fixes: NB#90535 (Memory leak in picker button)
5941
5942
2008-10-21  Claudio Saavedra  <csaavedra@igalia.com>
5943
5944
	* src/hildon-button.c: (hildon_button_get_property): Do not access
5945
	private elements directly, use getters instead.
5946
5947
2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5948
5949
	* src/hildon-app-menu-private.h
5950
	* src/hildon-app-menu.c
5951
	(hildon_app_menu_init, hildon_app_menu_set_parent_window):
5952
	Store the menu's parent window.
5953
5954
	* src/hildon-stackable-window.c
5955
	(hildon_stackable_window_toggle_menu)
5956
	(hildon_stackable_window_finalize):
5957
	Set the menu's parent window when the menu is shown, unset it when
5958
	it is destroyed.
5959
5960
	* src/hildon-app-menu.c
5961
	(hildon_app_menu_hide_idle, hildon_app_menu_key_press)
5962
	(hildon_app_menu_class_init):
5963
	Send unhandled keyboard accelerators to the parent window.
5964
5965
2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5966
5967
	* src/hildon-stackable-window.c
5968
	(hildon_stackable_window_finalize): Unref the menu, don't destroy it
5969
5970
2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5971
5972
	* configure.ac: post release version bump
5973
5974
2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5975
5976
	* NEWS: Updates
5977
	* configure.ac: Bump version
5978
	* debian/changelog: Updates
5979
	* debian/rules: Set PKG_CONFIG_PATH to make docs build with
5980
	gtk-doc 1.10.
5981
5982
2008-10-20  Alberto Garcia  <agarcia@igalia.com>
5983
5984
	Patch contributed by Daniel Borgmann (danielb@openismus.com)
5985
5986
	* src/hildon-gtk.h
5987
	* src/hildon-gtk.c (hildon_gtk_menu_new): New function to create a
5988
	GtkMenu with Hildon style.
5989
5990
2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
5991
5992
	* src/hildon-picker-button.c:
5993
	(hildon_picker_button_set_done_button_text): Set the dialog's
5994
	done button text here as well.
5995
5996
	Fixes: NB#90232 (Picker button does not set the label on done button
5997
	for the second time)
5998
5999
2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
6000
6001
	* src/hildon-picker-button.c: (hildon_picker_button_clicked): Update
6002
	warning message.
6003
6004
2008-10-16  Alberto Garcia  <agarcia@igalia.com>
6005
6006
	* src/hildon-app-menu.c (hildon_app_menu_insert)
6007
	(hildon_app_menu_add_filter, can_activate_accel): Allow items in
6008
	the HildonAppMenu to be activatable using keyboard accelerators
6009
	when the menu is not being shown.
6010
6011
	Fixes: NB#89935 (Shortcuts for menu buttons are not working)
6012
6013
2008-10-16  Alberto Garcia  <agarcia@igalia.com>
6014
6015
	* src/hildon-stackable-window.c
6016
	(hildon_stackable_window_show):
6017
	Don't hide old windows automatically when new windows are shown:
6018
	this is now a task for the window manager.
6019
	(hildon_stackable_window_class_init)
6020
	(hildon_stackable_window_hide):
6021
	Remove windows from the stack everytime they're hidden.
6022
	(hildon_stackable_window_realize):
6023
	Don't change the _NET_WM_WINDOW_TYPE property. Use
6024
	_HILDON_STACKABLE_WINDOW instead for the window manager to manage
6025
	it as a stackable window.
6026
6027
	* src/hildon-program.c
6028
	(hildon_program_pop_window_stack):
6029
	Just hide the window to remove it from the stack.
6030
	(hildon_program_go_to_root_window):
6031
	Don't call gtk_widget_show(), this is now a task for the window
6032
	manager.
6033
6034
	Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
6035
6036
2008-10-15  Alberto Garcia  <agarcia@igalia.com>
6037
6038
	* src/hildon-button.c
6039
	(hildon_button_construct_child):
6040
	Don't pack anything in the button until text or image are
6041
	set. This allows adding a custom child after creating the button
6042
	with hildon_button_new().
6043
	(hildon_button_finalize, hildon_button_class_init)
6044
	(hildon_button_init, hildon_button_set_arrangement): Destroy the
6045
	alignment and the label box even when they're not packed in the
6046
	button.
6047
6048
2008-10-14  Alejandro Pinheiro	 <apinheiro@igalia.com>
6049
6050
	* src/hildon-touch-selector.h:
6051
	Set parent_instance and parent_class as GtkVBox and GtkVboxClass, as
6052
	currently the type definition was using GTK_TYPE_VBOX
6053
	* src/hildon-touch-selector.c:
6054
	Added some implementation notes in order to clarify that any other widget
6055
	added without the column related API will not be included on the
6056
	selection logic, and how the widget is freed, as some people ask about
6057
	it.
6058
	(hildon_touch_selector_remove): Reimplemented in order to free properly
6059
	the column related data when you remove the private hbox.
6060
	* doc/hildon.types: Added the type hildon_touch_selector_column, in order
6061
	to get a proper HildonTouchSelectorColumn documentation
6062
6063
2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
6064
6065
	* src/hildon-touch-selector-entry.c:
6066
	(hildon_touch_selector_entry_print_func): Return NULL if there is no
6067
	text in the GtkEntry and there is no item selected. Fixes a
6068
	potential crasher.
6069
6070
2008-10-13  Alberto Garcia  <agarcia@igalia.com>
6071
6072
	* src/hildon-app-menu-private.h
6073
	* src/hildon-app-menu.[ch]
6074
	* src/hildon-button.[ch]
6075
	* src/hildon-check-button.[ch]
6076
	* src/hildon-entry.[ch]
6077
	* src/hildon-pannable-area.[ch]
6078
	* src/hildon-text-view.[ch]:
6079
	Added private field to the object's structure.
6080
6081
2008-10-13  Claudio Saavedra  <csaavedra@igalia.com>
6082
6083
	* configure.ac: post-release version bump
6084
6085
2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
6086
6087
	[Release 2.1.14]
6088
6089
	* configure.ac: pre-release version bump
6090
	* NEWS: updates.
6091
	* debian/changelog: updates.
6092
6093
2008-10-10  Claudio Saavedra  <csaavedra@igalia.com>
6094
6095
	* src/hildon-picker-button.c: (hildon_picker_button_finalize):
6096
	Disconnect the handler for HildonTouchSelector::changed.
6097
6098
	(hildon_picker_button_selector_selection_changed): Update the button
6099
	value if the selection change was not triggered by the
6100
	HildonPickerDialog.
6101
6102
	(hildon_picker_button_set_selector): connect to
6103
	HildonTouchSelector::changed.
6104
6105
	Fixes: NB#89650 (Picker button is not updated, when selection in
6106
	selector has changed)
6107
6108
2008-10-09  Alejandro Pinheiro	 <apinheiro@igalia.com>
6109
6110
	* src/hildon-picker-dialog.c
6111
	(hildon_picker_dialog_realize): Removed as not required
6112
	(hildon_picker_dialog_class_init): Avoid to redefine widget->realize
6113
	* src/hildon-picker-button.c
6114
	(_current_selector_empty): New function, checks if the selector is empty
6115
	(hildon_picker_button_clicked): Now it checks (using _current_selector_empty)
6116
	if the current selector is empty, in order to avoid to show the dialog
6117
	close the dialog in this case (and shows a g_warning).
6118
6119
	Fixes: NB#88946 (Hildon Picker button should disable itself if there are no values)
6120
6121
2008-10-09  Alejandro G. Castro	 <alex@igalia.com>
6122
6123
	* src/hildon-pannable-area.c,
6124
	(hildon_pannable_area_scroll): Added clause to stop movement when
6125
	the child of pannable is smaller than one page.
6126
	(hildon_pannable_area_scroll_to): Added conditions to avoid
6127
	starting the scrolling movement if the child is smaller than one
6128
	page, the complete child is in the screen, we do not have to move.
6129
6130
	Fixes: NB#89632 (Picker button selection doesn't change on first click)
6131
6132
2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6133
6134
	* src/hildon-app-menu.c: Removed the 'columns' property, as now
6135
	this is managed automatically by the widget when the size of the
6136
	screen changes.
6137
6138
2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6139
6140
	* src/hildon-picker-button.c
6141
	(hildon_picker_button_set_done_button_text): Make a copy of the
6142
	text, and free the previous value.
6143
6144
2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
6145
6146
	* src/hildon-touch-selector-entry.c:
6147
	(hildon_touch_selector_entry_print_func): Return the selected row's
6148
	text if the entry is empty.
6149
6150
	Fixes: NB#89651 (HildonTouchSelectorEntry title is <unnamed>, when
6151
	entry is empty)
6152
6153
2008-10-09  Claudio Saavedra  <csaavedra@igalia.com>
6154
6155
	* src/hildon-touch-selector-entry.c: Minor docs fixes.
6156
6157
2008-10-09  Alberto Garcia  <agarcia@igalia.com>
6158
6159
	* doc/hildon.types
6160
	* src/hildon-check-button.h
6161
	* src/hildon-check-button.c
6162
	* examples/hildon-check-button-example.c:
6163
	HildonCheckButton is now a new widget. 'toggled' signal added.
6164
6165
2008-10-08  Alberto Garcia  <agarcia@igalia.com>
6166
6167
	* src/hildon-program-private.h
6168
	* src/hildon-program.c (hildon_program_init)
6169
	(hildon_program_finalize): Removed unused variables group_leader
6170
	and name from HildonProgramPrivate.
6171
6172
2008-10-08  Alberto Garcia  <agarcia@igalia.com>
6173
6174
	* src/hildon-check-button.c (hildon_check_button_set_active)
6175
	(hildon_check_button_get_active, hildon_check_button_new): Use
6176
	g_object_[gs]et_qdata() instead of g_object_[gs]et_data().
6177
6178
2008-10-08  Alejandro Pinheiro	 <apinheiro@igalia.com>
6179
6180
	* src/hildon-touch-selector.h
6181
	(hildon_touch_selector_set_column_attributes): added deprecation
6182
	guard HILDON_DISABLE_DEPRECATED
6183
	* src/hildon-time-selector.c
6184
	(hildon_time_selector_set_time)
6185
	(hildon_time_selector_get_time): Fixed a typo on documentation
6186
	* src/hildon-touch-selector.c: update HildonTouchSelector and
6187
	HildonTouchSelectorColumn documentation
6188
	* src/hildon-touch-selector-entry.c: update "text-column" property
6189
	documentation
6190
	* doc/hildon-docs.sgml: added hildon-touch-selector-column in order
6191
	to be added to the general documentation.
6192
6193
2008-10-08  Alejandro G. Castro	 <alex@igalia.com>
6194
6195
	* examples/hildon-pannable-area-example-4.c,
6196
	(main),
6197
	* examples/hildon-pannable-area-example.c,
6198
	(main): Modified the code in order to use the container add, with
6199
	viewport treeviews could have problems if they are really big.
6200
6201
2008-10-06  Alejandro G. Castro	 <alex@igalia.com>
6202
6203
	* src/hildon-weekday-picker.c,
6204
	* src/hildon-weekday-picker.h: Removed the deprecated symbols after
6205
	the agreement regarding deprecation in the library.
6206
6207
2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
6208
6209
	* examples/hildon-picker-button-multicolumn-example.c:
6210
	(main): Use custom "done" button text.
6211
6212
	* src/hildon-picker-button.c: (hildon_picker_button_get_property),
6213
	(hildon_picker_button_set_property),
6214
	(hildon_picker_button_clicked), (hildon_picker_button_class_init),
6215
	(hildon_picker_button_init),
6216
	(+hildon_picker_button_get_done_button_text),
6217
	(+hildon_picker_button_set_done_button_text): New methods to customize
6218
	the "done" button label in the launched HildonPickerDialog. Also,
6219
	make it a property.
6220
6221
	* src/hildon-picker-button.h: add the public API.
6222
6223
2008-10-06  Claudio Saavedra  <csaavedra@igalia.com>
6224
6225
	* src/hildon-date-selector.h:
6226
	* src/hildon-picker-dialog.h:
6227
	* src/hildon-time-selector.h:
6228
	* src/hildon-touch-selector-column.h:
6229
	* src/hildon-touch-selector.h:
6230
6231
	Set the G_GNUC_CONST macro properly in the hildon_*_get_type()
6232
	declarations. Fixes gtk-doc warnings.
6233
6234
2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6235
6236
	* src/hildon-picker-dialog.h
6237
	* src/hildon-picker-dialog.c (hildon_picker_dialog_init):
6238
	Make HildonPickerDialog derive from HildonDialog, not GtkDialog
6239
6240
	Fixes: NB#89329 (selectors in picker dialog are not visible when a
6241
	long text is set as label for done button)
6242
6243
2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6244
6245
	* src/hildon-dialog.c (hildon_dialog_add_button):
6246
	Set fixed width to all buttons in the HildonDialog.
6247
6248
2008-10-06  Alberto Garcia  <agarcia@igalia.com>
6249
6250
	Patch contributed by Daniel Borgmann (danielb@openismus.com)
6251
6252
	* src/hildon-gtk.c (hildon_gtk_widget_set_theme_size):
6253
	Set widget name using class name plus "-finger" or "-thumb".
6254
6255
2008-10-03  Alberto Garcia  <agarcia@igalia.com>
6256
6257
	* src/hildon-check-button.c (hildon_check_button_set_active): Emit
6258
	'clicked' when the state of the button is manually changed.
6259
6260
2008-10-02  Alberto Garcia  <agarcia@igalia.com>
6261
6262
	* src/hildon-app-menu.c (hildon_app_menu_realize)
6263
	(hildon_app_menu_unrealize, hildon_app_menu_init)
6264
	(hildon_app_menu_class_init, item_visibility_changed):
6265
	Change the menu layout when the size of the screen changes.
6266
	(hildon_app_menu_set_columns, hildon_app_menu_set_property):
6267
	Show warning only when changing the number of colums using the
6268
	property.
6269
6270
2008-10-02  Claudio Saavedra  <csaavedra@igalia.com>
6271
6272
	* debian/compat: Set to 5
6273
	* debian/control: Update dependencies.
6274
	* debian/libhildon1-dbg.install: Remove.
6275
	* debian/libhildon1-dev.install: Update according to cdbs paths.
6276
	* debian/libhildon1.install: Update according to cdbs paths.
6277
	* debian/rules: Switch to cdbs.
6278
6279
2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6280
6281
	* src/hildon-app-menu.c (hildon_app_menu_repack_filters):
6282
	'item' variable renamed to 'filter'
6283
6284
2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6285
6286
	* src/hildon-app-menu.c (hildon_app_menu_insert)
6287
	(hildon_app_menu_add_filter, remove_item_from_list)
6288
	(hildon_app_menu_repack_filters, hildon_app_menu_finalize):
6289
	Don't leak hidden items when the menu is destroyed.
6290
6291
2008-10-01  Alberto Garcia  <agarcia@igalia.com>
6292
6293
	* src/hildon-app-menu.c (hildon_app_menu_insert)
6294
	(hildon_app_menu_reorder_child, hildon_app_menu_add_filter)
6295
	(hildon_app_menu_set_columns, item_visibility_changed)
6296
	(filter_visibility_changed, hildon_app_menu_repack_filters)
6297
	(hildon_app_menu_repack_items):
6298
	Repack items and filters separately.
6299
6300
	Don't repack all items, change only the ones that are needed to
6301
	update the layout.
6302
6303
2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
6304
6305
	* src/Makefile.am: added hildon-touch-selector-column.h
6306
6307
2008-10-01  Alejandro Pinheiro <apinheiro@igalia.com>
6308
6309
	* src/hildon-touch-selector.c: added the property "text-column" to the
6310
	class HildonTouchSelectorColumn, and related get/set functions
6311
	(_default_printf_func): updated to use "text-column" property
6312
	* src/hildon-touch-selector-entry.c: mark as deprecated the property
6313
	"text-column" in his documentation, as this is now included on
6314
	HildonTouchSelectorColumn. The get/set_property can still be used,
6315
	working as a wrapper to the concrete column "text-column" property
6316
	(_text_column_modified): callback added in order to handle the signal
6317
	"notify::text-column" of the concrete HildonTouchSelectorColumn
6318
	(hildon_touch_selector_entry_get_text_column)
6319
	(hildon_touch_selector_entry_set_text_column): Added documentation, and
6320
	modified in order to use the HildonTouchSelectorColumn "text-column"
6321
	property
6322
	* src/hildon-time-selector.c:
6323
	* src/hildon-date-selector.c:
6324
	* examples/hildon-touch-selector-example.c
6325
	* examples/hildon-touch-selector-multi-cells-example.c
6326
	* examples/hildon-picker-button-multicolumn-example.c
6327
	Set the right value to "text-column" property on the creation of a new
6328
	column using hildon_touch_selector_append_column()
6329
6330
	Fixes: NB#88644 (Hardcoded first column of the model as text column)
6331
6332
2008-09-30  Alberto Garcia  <agarcia@igalia.com>
6333
6334
	* src/hildon-app-menu.c
6335
	(hildon_app_menu_construct_child, hildon_app_menu_init): When
6336
	updating the layout of the menu, don't create all widgets again,
6337
	just repack the items in their new places.
6338
6339
2008-09-30  Alejandro Pinheiro <apinheiro@igalia.com>
6340
6341
 	* src/hildon-time-selector.c
6342
 	(hildon_time_selector_get_time)
6343
 	(hildon_time_selector_set_time)
6344
 	Added documentation of these public methods
6345
6346
	* src/hildon-date-button.h
6347
	* src/hildon-touch-selector-column.h
6348
	* src/hildon-time-button.h
6349
	* src/hildon-picker-dialog.h
6350
	* src/hildon-time-selector.h
6351
	* src/hildon-picker-button.h
6352
	* src/hildon-touch-selector.h
6353
	* src/hildon-time-picker.h
6354
	* src/hildon-date-selector.h
6355
	* src/hildon-touch-selector-entry.h
6356
	Modified in order to use hildon-widgets code style
6357
6358
2008-09-30  Alejandro G. Castro	 <alex@igalia.com>
6359
6360
	Added deprecated support to the compilation process using
6361
	HILDON_DISABLE_DEPRECATED
6362
6363
	* configure.ac: Added the --disable-deprecated to the configure
6364
	script
6365
6366
	* src/hildon-weekday-picker.c:
6367
	* src/hildon-weekday-picker.h: Deprecated widget, example of how
6368
	to use the deprecated support. We will update the other deprecated
6369
	widgets status in a new patch.
6370
6371
2008-09-30  Alejandro G. Castro	 <alex@igalia.com>
6372
6373
	* configure.ac: Fixed typo with fatal warnings support, the
6374
	variable name was not correct
6375
6376
2008-09-29  Alberto Garcia  <agarcia@igalia.com>
6377
6378
	* src/hildon-app-menu.c
6379
	* src/hildon-program.c: Update documentation.
6380
6381
2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6382
6383
	* configure.ac: Post-release version bump.
6384
6385
2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6386
6387
	[Release 2.1.12]
6388
6389
	* NEWS: Update.
6390
	* configure.ac: Pre-release version bump.
6391
	* debian/changelog: Updates.
6392
6393
2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
6394
6395
	* NEWS: Update news for previous releases.
6396
6397
2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6398
6399
	* examples/hildon-touch-selector-multi-cells-example.c:
6400
	(create_selector): Update the example to use
6401
	hildon_touch_selector_append_column() with a NULL renderer and set
6402
	the renderers later.
6403
	* src/hildon-touch-selector.c: (_create_new_column): Do not warn if
6404
	passed a NULL renderer. This is documented behavior now.
6405
6406
	Allow passing a NULL renderer to hildon_touch_selector_append_column().
6407
	This must be used if the developer wants full control on the layout of
6408
	the renderers to be added to the column.
6409
6410
	Fixes: NB#88680 (Limiting API in HildonTouchSelector)
6411
6412
2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6413
6414
	* src/hildon-touch-selector.c: Documentation fixes.
6415
6416
2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
6417
6418
	* src/hildon-wizard-dialog-private.h: Remove image and box.
6419
	* src/hildon-wizard-dialog.c: (hildon_wizard_dialog_init),
6420
	(hildon_wizard_dialog_set_property), (response): Completely remove
6421
	image/icon support, and the containers required for the layout.
6422
6423
	Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
6424
6425
2008-09-25  Alberto Garcia  <agarcia@igalia.com>
6426
6427
	* src/hildon-app-menu.c: Updated documentation.
6428
6429
	* src/hildon-stackable-window.c
6430
	(hildon_stackable_window_set_main_menu): Unref the old menu after
6431
	ref'ing the new one.
6432
6433
2008-09-25  Alberto Garcia  <agarcia@igalia.com>
6434
6435
	* src/hildon-stackable-window.c
6436
	(hildon_stackable_window_set_main_menu): Unref the previous menu
6437
	instead of destroying it.
6438
6439
	* src/hildon-app-menu.c (hildon_app_menu_init): Re-enforce the
6440
	floating reference and set has_user_ref_count to FALSE to make
6441
	HildonAppMenu act like a normal ref-counted widget and not a
6442
	toplevel widget.
6443
6444
	Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
6445
	changed)
6446
6447
2008-09-25  Alejandro Pinheiro  <apinheiro@igalia.com>
6448
6449
	* src/hildon-touch-selector-column.h: new file
6450
	* src/hildon-touch-selector.h
6451
	* src/hildon-touch-selector.c
6452
	Implemented GtkCellLayout interface, in order to allow to configure
6453
	the cell layout on each individual selector column
6454
	(hildon_touch_selector_set_column_attributes): marked as deprecated
6455
	* examples/hildon-touch-selector-multi-cells-example.c
6456
	Example of how to use the GtkCellLayout interface on the selector
6457
6458
	Fixes: NB#88680 (Limiting API in HildonTouchSelector)
6459
6460
2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6461
6462
	* src/hildon-app-menu.h
6463
	* src/hildon-app-menu.c
6464
	(hildon_app_menu_insert, hildon_app_menu_reorder_child)
6465
	(hildon_app_menu_append, hildon_app_menu_prepend):
6466
	New methods to prepend, insert and move items in the menu.
6467
6468
2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6469
6470
	* src/hildon-wizard-dialog.c:
6471
6472
	(hildon_wizard_dialog_init): Update logical IDs and remove cancel
6473
	button.
6474
	(create_title): Update logical IDs and related code.
6475
	(response): No need to handle HILDON_WIZARD_DIALOG_CANCEL.
6476
6477
	* src/hildon-wizard-dialog.h: Note that
6478
	HILDON_WIZARD_DIALOG_CANCEL should be marked as deprecated at some
6479
	point, as it is not used anymore.
6480
6481
	Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
6482
6483
2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6484
6485
	* src/hildon-note.c:
6486
	(hildon_note_rebuild): Update logical IDs. Ensure "Cancel" button is
6487
	shown.  Do not display an icon in confirmation notes nor information
6488
	notes.
6489
	(hildon_note_set_button_text): Update logical ID for cancel button.
6490
6491
	Fixes: NB#88850 (Update HildonNote button strings + signals)
6492
6493
2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6494
6495
	* src/hildon-stackable-window.c
6496
	(hildon_stackable_window_set_main_menu): Fix compilation warning.
6497
6498
2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6499
6500
	* src/hildon-app-menu-private.h
6501
	* src/hildon-app-menu.c (hildon_app_menu_set_columns)
6502
	(hildon_app_menu_set_property, hildon_app_menu_construct_child)
6503
	(hildon_app_menu_init, hildon_app_menu_class_init): Added
6504
	temporary property 'columns' to change the number of columns.
6505
6506
2008-09-24  Claudio Saavedra  <csaavedra@igalia.com>
6507
6508
	Patch contributed by Kimmo Hämäläinen (kimmo.hamalainen@nokia.com)
6509
6510
	* examples/hildon-note-example.c: (on_information_clicked),
6511
	(on_confirmation_clicked), (on_progress_clicked), (main): Add
6512
	debugging information.
6513
	* src/hildon-note-private.h: Remove close_if_pressed_outside,
6514
	not needed anymore.
6515
	* src/hildon-note.c: (hildon_note_class_init), (hildon_note_init),
6516
	(hildon_note_rebuild): Remove special handling of tapping outside/inside
6517
	in order to close: this will be handled by the WM from now on.
6518
6519
	Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
6520
6521
2008-09-24  Alberto Garcia  <agarcia@igalia.com>
6522
6523
	* src/hildon-app-menu-private.h
6524
	* src/hildon-app-menu.c
6525
	(hildon_app_menu_append, hildon_app_menu_add_filter)
6526
	(button_visibility_changed, hildon_app_menu_apply_style)
6527
	(hildon_app_menu_style_set, hildon_app_menu_construct_child)
6528
	(hildon_app_menu_init, hildon_app_menu_finalize): Update the
6529
	layout everytime a button (item or filter) is shown or hidden.
6530
6531
	* src/hildon-stackable-window.c
6532
	(hildon_stackable_window_set_main_menu): Destroy the old menu when
6533
	setting a new one.
6534
6535
2008-09-22  Alejandro Pinheiro <apinheiro@igalia.com>
6536
6537
	* src/hildon-touch-selector.c:
6538
	(hildon_touch_selector_class_init): added gtkrc bits in order to ensure
6539
	that the treeview inside the touch selector is in fremantle hildon mode
6540
	* examples/hildon-date-button-example.c
6541
	* examples/hildon-picker-button-multicolumn-example.c
6542
	* examples/hildon-touch-selector-entry-example.c
6543
	* examples/hildon-touch-selector-example.c
6544
	* examples/hildon-time-button-example.c
6545
	* examples/hildon-picker-button-example.c:
6546
	(main): Remove the gtkrc bits, now hadled by hildon-touch-selector.c
6547
6548
2008-09-22  Claudio Saavedra  <csaavedra@igalia.com>
6549
6550
	* examples/hildon-text-view-example.c: (main): Remove the
6551
	gtkrc bits, now handled by the theme.
6552
6553
2008-09-22  Alberto Garcia  <agarcia@igalia.com>
6554
6555
	* src/hildon-picker-button.c (hildon_picker_button_set_active):
6556
	Fix memory leak
6557
6558
2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6559
6560
	* po/Makefile.am: Install properly the mo files.
6561
	* po/en_GB.po: Update translation, to ease testing purposes.
6562
6563
2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6564
6565
	* examples/hildon-picker-button-example.c: (main): Select an item
6566
	in the selector before setting it to the button.
6567
6568
2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6569
6570
	* src/hildon-picker-button.c: (hildon_picker_button_set_selector):
6571
	Update button's value if the selector has an item active.
6572
6573
	Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
6574
	'value' with the selector)
6575
6576
2008-09-19  Claudio Saavedra  <csaavedra@igalia.com>
6577
6578
	* src/hildon-picker-button.c: (+hildon_picker_button_finalize): unref
6579
	the HildonTouchSelector	and destroy the underlying HildonPickerDialog.
6580
	(hildon_picker_button_class_init): Plug the finalize method.
6581
	(hildon_picker_button_set_selector): If there's a previously set
6582
	selector, unref'it before setting a new one.
6583
6584
	Fixes: NB#88720 (HildonPickerButton leaks a reference to the
6585
	HildonTouchSelector)
6586
6587
2008-09-16  Claudio Saavedra  <csaavedra@igalia.com>
6588
6589
	* src/hildon-touch-selector-entry.c:
6590
	(hildon_touch_selector_entry_changed): Check if there is no text
6591
	selected before setting the entry text.
6592
	Fixes: NB#88576
6593
6594
2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6595
6596
	* src/hildon-touch-selector.h
6597
	* src/hildon-touch-selector.c
6598
	(hildon_touch_selector_get_active)
6599
	(hildon_touch_selector_set_active): New methods to set/get the
6600
	index of the selected item.
6601
6602
	* src/hildon-picker-button.h
6603
	* src/hildon-picker-button.c
6604
	(hildon_picker_button_get_active)
6605
	(hildon_picker_button_set_active): New methods to set/get the
6606
	index of the selected item.
6607
6608
2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
6609
6610
	* configure.ac: post-release version bump.
6611
6612
2008-09-15  Claudio Saavedra  <csaavedra@igalia.com>
6613
6614
	Release 2.1.10-1.
6615
6616
	* configure.ac: Pre-release version bump.
6617
	* debian/changelog: Updates.
6618
	* debian/control: Add myself as maintainer and depend on l10n
6619
	packages.
6620
6621
2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6622
6623
	* src/hildon-window.c
6624
	(hildon_window_set_main_menu)
6625
	* src/hildon-stackable-window.c
6626
	(hildon_stackable_window_set_main_menu):
6627
	Updated documentation.
6628
6629
2008-09-15  Alberto Garcia  <agarcia@igalia.com>
6630
6631
	* src/hildon-date-selector.c (hildon_date_selector_finalize):
6632
	Don't free selector->priv manually.
6633
	Fixes: NB#88414
6634
6635
2008-09-12  Alejandro G. Castro	 <alex@igalia.com>
6636
6637
	* src/hildon-gtk.c,
6638
	(hildon_gtk_window_set_progress_indicator):
6639
	* src/hildon-gtk.h: Added the new API
6640
	hildon_gtk_window_set_progress_indicator, it changes the state of
6641
	the window progress hint.
6642
6643
2008-09-12  Alberto Garcia  <agarcia@igalia.com>
6644
6645
	* src/hildon-button.c
6646
	* src/hildon-stackable-window.c: Minor documentation updates.
6647
6648
2008-09-12  Alberto Garcia  <agarcia@igalia.com>
6649
6650
	* src/hildon-stackable-window.c: Updated documentation.
6651
6652
2008-09-12  Claudio Saavedra  <csaavedra@igalia.com>
6653
6654
	* src/hildon-defines.h: Update margins definitions
6655
	to the Fremantle sizes.
6656
	Fixes: NB#88364
6657
6658
2008-09-12  Alejandro G. Castro	 <alex@igalia.com>
6659
6660
	* src/hildon-touch-selector.c,
6661
	(_hildon_touch_selector_set_model): Cleaning the code after
6662
	review, removed g_print and #if 0 from the code.
6663
6664
2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6665
6666
	* src/hildon-edit-toolbar.c: Update documentation.
6667
6668
2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6669
6670
	* src/hildon-check-button.h
6671
	* src/hildon-check-button.c
6672
	(hildon_check_button_set_label, hildon_check_button_get_label)
6673
	* examples/hildon-check-button-example.c
6674
	(button_clicked_cb):
6675
	Removed deprecated methods.
6676
6677
2008-09-11  Alberto Garcia  <agarcia@igalia.com>
6678
6679
	* src/hildon-text-view.c:
6680
	Add sample code to the documentation.
6681
6682
	* src/hildon-entry.h
6683
	* src/hildon-text-view.h:
6684
	Minor cosmetic changes.
6685
6686
	* src/hildon-entry.c:
6687
	Add sample code to the documentation.
6688
	(hildon_entry_init, hildon_entry_refresh_contents):
6689
	Don't allow NULL values in the placeholder.
6690
6691
2008-09-10  Alberto Garcia  <agarcia@igalia.com>
6692
6693
	* doc/hildon-docs.sgml
6694
	* doc/hildon.types
6695
	* examples/Makefile.am
6696
	* examples/hildon-text-view-example.c
6697
	* src/Makefile.am
6698
	* src/hildon-text-view.c
6699
	* src/hildon-text-view.h
6700
	* src/hildon.h:
6701
	New HildonTextView widget, with example.
6702
6703
2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6704
6705
	* po/POTFILES.in: Add missing files with translatable strings.
6706
	Partially fixes NB#88287.
6707
6708
2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6709
6710
	* examples/hildon-pannable-area-example-2.c: (main): No need to
6711
	set the cellrenderer height inside hildon touch lists, the theme does
6712
	that for us.
6713
6714
2008-09-10  Claudio Saavedra  <csaavedra@igalia.com>
6715
6716
	* examples/hildon-entry-example.c: (main): Remove the gtkrc bits, now
6717
	they are integrated in the theme.
6718
6719
2008-09-09  Alberto Garcia  <agarcia@igalia.com>
6720
6721
	* examples/hildon-entry-example.c: Update the example adding
6722
	widgets to modify the text and the placeholder of the HildonEntry.
6723
6724
	* src/hildon-entry.c: Show the placeholder everytime the widget
6725
	is empty and loses the focus.
6726
6727
2008-09-09  Alejandro G. Castro	 <alex@igalia.com>
6728
6729
	Patch contributed by Daniil Ivanov (ext-danil.ivanoc@nokia.com)
6730
6731
	* src/hildon-pannable-area.c,
6732
	(hildon_pannable_area_size_request): Fixed bug in height
6733
	requisition, avoid increasing size and add border twice.
6734
6735
2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6736
6737
	* configure.ac: postrelease version bump.
6738
6739
2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>
6740
6741
	Release 2.1.8-1.
6742
6743
	* configure.ac: Prerelease version bump.
6744
	* debian/changelog: update.
6745
	* debian/rules: make -dbg package contain useful debugging symbols.
6746
6747
2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6748
6749
	* src/hildon-dialog.h
6750
	* src/hildon-dialog.c
6751
	(hildon_dialog_add_button, hildon_dialog_add_buttons):
6752
	New methods to add buttons with finger size.
6753
	(hildon_dialog_new_with_buttons):
6754
	Create buttons with finger size.
6755
6756
	* examples/hildon-dialog-example.c (main): Use HildonDialog
6757
	methods to add buttons.
6758
6759
2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6760
6761
	* src/hildon-entry.c: Updated HildonButton documentation.
6762
6763
2008-09-08  Alberto Garcia  <agarcia@igalia.com>
6764
6765
	* src/hildon-button.c (hildon_button_set_arrangement): Pack the
6766
	button value label with (FALSE, FALSE) to prevent NB#88126 from
6767
	being triggered.
6768
6769
2008-09-08  Alejandro G. Castro	 <alex@igalia.com>
6770
6771
	* examples/hildon-pannable-area-example.c,
6772
	(main): Removed examples panning a vbox inside a pannable
6773
	area. Check bug NB#87965
6774
6775
2008-09-08  Alejandro G. Castro	 <alex@igalia.com>
6776
6777
	Patch contributed by Kris Rietveld (kris@imendio.com)
6778
6779
	* src/hildon-pannable-area.c,
6780
	(hildon_pannable_area_get_topmost): replaced the get_geometry with
6781
	get_size and get_position, this saves an X server roundtrip.
6782
6783
2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6784
6785
	* doc/hildon-docs.sgml
6786
	* doc/hildon.types
6787
	* examples/Makefile.am
6788
	* examples/hildon-entry-example.c
6789
	* src/Makefile.am
6790
	* src/hildon-entry.c
6791
	* src/hildon-entry.h
6792
	* src/hildon.h:
6793
	New HildonEntry widget, with example.
6794
6795
2008-09-05  Alberto Garcia  <agarcia@igalia.com>
6796
6797
	* src/hildon-button.c (hildon_button_construct_child): Pack the
6798
	image with expand == fill == FALSE. This is a workaround for a bug
6799
	in GtkBox.
6800
6801
2008-09-05  Claudio Saavedra  <csaavedra@igalia.com>
6802
6803
	* examples/hildon-pannable-area-example-2.c: (main): Use the stock
6804
	labels for the text column, to make it more look more dynamic.
6805
6806
2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6807
6808
	* src/hildon-time-selector.c
6809
	Define gettext auxiliar macro N_
6810
	(_create_minutes_model)
6811
	(_create_hours_model)
6812
	(_create_ampm_model): use of strftime in order to fill the model
6813
	* src/hildon-date-selector.c
6814
	(hildon_date_selector_finalize):
6815
	(_locales_init): remove the logic related to get the name of the months
6816
	using nl_langinfo, as it is not required anymore
6817
	(_create_day_model)
6818
	(_create_year_model)
6819
	(_create_month_model)
6820
	(_update_day_model): use of strftime in order to fill the model properly
6821
6822
6823
2008-09-04  Alberto Garcia  <agarcia@igalia.com>
6824
6825
	* src/hildon-button.h
6826
	* src/hildon-button.c (hildon_button_get_image): New method to
6827
	retrieve the image.
6828
6829
2008-09-04  Claudio Saavedra  <csaavedra@igalia.com>
6830
6831
	* src/hildon-touch-selector.c:
6832
	(hildon_touch_selector_remove_column): Remove from the correct parent
6833
	and also remove the list element and free it.
6834
	Fixes: NB#88049
6835
6836
2008-09-04  Alejandro Pinheiro  <apinheiro@igalia.com>
6837
6838
	* src/hildon-time-selector.c
6839
	(_create_hours_model): change the range on 12h ampm format in order to use
6840
	a 12-11 range instead of previous 01-12 range
6841
	(hildon_time_selector_set_time): change the way to select the current time
6842
	on 12h ampm format, due the change on the range
6843
	(hildon_time_selector_get_time): fix the hour returned on 12 ampm format
6844
	Fixes: NB#88036
6845
6846
2008-09-03  Alejandro Pinheiro  <apinheiro@igalia.com>
6847
6848
	* src/hildon-touch-selector.c
6849
	(hildon_date_touch_selector_get_selected): fix the selection mode check,
6850
	in order to allow use this function on multiple row selection mode if
6851
	the column is different that the first one
6852
	Fixes: NB#88047
6853
6854
2008-09-03  Claudio Saavedra  <csaavedra@igalia.com>
6855
6856
	* src/hildon-time-selector.c: (_custom_print_func): Change the logical ids
6857
	to "wdgt_va_12h_time" and "wdgt_va_24h_time". Fixes NB#88045.
6858
6859
2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6860
6861
	* src/hildon-date-selector.h: clean some comments, now on the .c
6862
	* src/hildon-date-selector.c
6863
	(hildon_date_selector_select_month): first implementation
6864
	(hildon_date_selector_select_day): added documentation, reimplemented
6865
	using hildon_date_selector_select_current_date to avoid repeat code
6866
	Fixes: NB#88027
6867
6868
2008-09-02  Alejandro G. Castro	 <alex@igalia.com>
6869
6870
	Reviewed interaction logic based on device experiences, refactored
6871
	code.
6872
6873
	* src/hildon-pannable-area.c,
6874
	(hildon_pannable_area_class_init): Updated default vmax speed.
6875
	(hildon_pannable_area_calculate_velocity): Added this function, it
6876
	avoids duplicate valocity calculation. Adjusted calculation to
6877
	avoid problems with zero dist events.
6878
6879
	(hildon_pannable_area_motion_notify_cb): Now we use the
6880
	calculate_velocity function.
6881
6882
2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6883
6884
	* src/hildon-date-selector.c
6885
	(hildon_date_selector_select_current_date): fix the day range check
6886
	as it failed using the last day of the current month
6887
	Fixes NB#88023
6888
6889
2008-09-02  Alejandro Pinheiro  <apinheiro@igalia.com>
6890
6891
	* src/hildon-touch-selector.c
6892
	(hildon_touch_selector_get_num_columns): added a parameter validation
6893
	Fixes: NB#88022
6894
6895
2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6896
6897
	* examples/Makefile.am
6898
	* examples/hildon-edit-toolbar-example.c: Example of the
6899
	HildonEditToolbar widget.
6900
6901
2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6902
6903
	* configure.ac: postrelease version bump.
6904
6905
2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6906
6907
	Release 2.1.6-1.
6908
6909
	* configure.ac: prerelease version bump.
6910
	* debian/changelog: update.
6911
6912
2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6913
6914
	* examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
6915
	renderer to display stock icons in the touch list. Also, set the sizes
6916
	to the recommended in the style guide.
6917
6918
2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6919
	* src/hildon-touch-selector.h
6920
	(hildon_touch_selector_set_active_iter): renamed, now is
6921
	hildon_touch_selector_select_iter
6922
	(hildon_touch_selector_get_active_iter): renamed, now is
6923
	hildon_touch_selector_get_selected
6924
	(hildon_touch_selector_unselect_iter): added
6925
	* src/hildon-touch-selector.c
6926
	Update after API modification (methods renamed)
6927
	(hildon_touch_selector_select_iter): remove gtk_tree_view_set_cursor in
6928
	order to avoid problems selecting multiple elements on the column
6929
	(hildon_touch_selector_unselect_iter): added the implementation
6930
	* src/hildon-time-selector.c
6931
	* src/hildon-date-selector.c
6932
	* src/hildon-touch-selector-entry.c
6933
	Update methods calls after hildon-touch-selector.h API modification (methods
6934
	renamed)
6935
6936
2008-08-29  Alberto Garcia  <agarcia@igalia.com>
6937
6938
	* src/hildon-stackable-window.c
6939
	(hildon_stackable_window_finalize): Call the parent class's finalize.
6940
6941
2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6942
6943
	* examples/hildon-touch-selector-example.c: (create_selector): Use
6944
	gtk_cell_renderer_set_fixed_size() instead of a GValue to set the
6945
	cell height.
6946
6947
2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
6948
6949
	* examples/hildon-touch-selector-example.c: (create_selector): Do not
6950
	set a cell background color, to respect theming.
6951
6952
2008-08-28  Alberto Garcia  <agarcia@igalia.com>
6953
6954
	* doc/hildon-docs.sgml
6955
	* doc/hildon.types
6956
	* src/Makefile.am
6957
	* src/hildon-edit-toolbar.c
6958
	* src/hildon-edit-toolbar.h
6959
	* src/hildon.h: New HildonEditToolbar widget.
6960
6961
2008-08-28  Claudio Saavedra  <csaavedra@igalia.com>
6962
6963
	* examples/hildon-pannable-area-example-4.c: (main): Remove unneeded
6964
	extra GtkVBox.
6965
6966
2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6967
	* src/hildon-touch-selector.c
6968
	(_create_new_column): use g_object_set instead of two g_object_set_property
6969
6970
2008-08-28  Alejandro Pinheiro  <apinheiro@igalia.com>
6971
	* src/hildon-touch-selector.c
6972
	(_create_new_column): use of hildon_gtk_tree_view_new to create
6973
	the treeview, instead of use directly g_object_new
6974
	(_create_new_column): update the property name "vindicator-mode" for the
6975
	new one "vscrollbar-policy"
6976
	* examples/hildon-date-button-example.c
6977
	* examples/hildon-picker-button-multicolumn-example.c
6978
	* examples/hildon-touch-selector-entry-example.c
6979
	* examples/hildon-touch-selector-example.c
6980
	* examples/hildon-time-button-example.c
6981
	* examples/hildon-picker-button-example.c
6982
	Add a gtk_rc_parse_string in order to set the hildon-mode to HILDON_FREMANTLE
6983
	to all the treeviews inside a pannable area.
6984
6985
2008-08-27  Alberto Garcia  <agarcia@igalia.com>
6986
6987
	* src/hildon-button.h
6988
	* src/hildon-button.c (hildon_button_init)
6989
	(hildon_button_set_arrangement, hildon_button_set_alignment)
6990
	(hildon_button_set_title_alignment)
6991
	(hildon_button_set_value_alignment)
6992
	(hildon_button_set_image_alignment)
6993
	(hildon_button_construct_child): New methods to set the alignment
6994
	of the individual components of the button (title, value,
6995
	image). Also, new method to alter the xscale and yscale properties
6996
	of the GtkAlignment inside the button, so more complex layouts can
6997
	be created.
6998
6999
2008-08-27  Alberto Garcia  <agarcia@igalia.com>
7000
7001
	* src/hildon-button.c (hildon_button_style_set)
7002
	(hildon_button_class_init, hildon_button_set_arrangement)
7003
	(hildon_button_construct_child): Apply style properties
7004
	correctly. Use the 'image-spacing' style property too.
7005
7006
2008-08-26  Alberto Garcia  <agarcia@igalia.com>
7007
7008
	* src/hildon-app-menu.c (hildon_app_menu_style_set)
7009
	(hildon_app_menu_init, hildon_app_menu_class_init): Set style
7010
	correctly.
7011
7012
2008-08-26  Alejandro G. Castro	 <alex@igalia.com>
7013
7014
	* src/hildon-pannable-area.c,
7015
	(hildon_pannable_area_size_request): Fixed problem with
7016
	pannable-area size_request.
7017
7018
2008-08-26  Alejandro G. Castro	 <alex@igalia.com>
7019
7020
	Added management for the grab-focus to a child widget, like a
7021
	range, we need to fade out the scrollbar when releasing.
7022
7023
	* src/hildon-pannable-area.c,
7024
	(hildon_pannable_area_init): Connected the grab-focus signal to
7025
	the callback.
7026
	(hildon_pannable_area_grab_notify): Added this function in order
7027
	to manage the situation when the grab-focus ends. We have to
7028
	fade-out the scrollbar.
7029
7030
2008-08-25  Alberto Garcia  <agarcia@igalia.com>
7031
7032
	* src/hildon-app-menu.c: Minor documentation update.
7033
7034
2008-08-25  Alberto Garcia  <agarcia@igalia.com>
7035
7036
	* src/hildon-app-menu.c
7037
	* examples/hildon-app-menu-example.c (create_menu): Update
7038
	examples and documentation to explain how to connect callbacks.
7039
7040
2008-08-25  Alejandro Pinheiro <apinheiro@igalia.com>
7041
7042
	* examples/hildon-button-example.c
7043
	(vertical_buttons_window) (horizontal_buttons_window) (main): use of
7044
	hildon_stackable_window_new instead of gtk_window_new
7045
7046
2008-08-22  Alejandro G. Castro	 <alex@igalia.com>
7047
7048
	* src/hildon-pannable-area.c (hildon_pannable_area_class_init),
7049
	(hildon_pannable_area_init), (hildon_pannable_area_get_property),
7050
	(hildon_pannable_area_set_property),
7051
	(hildon_pannable_area_dispose), (hildon_pannable_area_realize),
7052
	(hildon_pannable_area_unrealize),
7053
	(hildon_pannable_area_size_request),
7054
	(hildon_pannable_area_size_allocate),
7055
	(hildon_pannable_area_style_set), (hildon_pannable_area_map),
7056
	(hildon_pannable_area_unmap), (rgb_from_gdkcolor),
7057
	(hildon_pannable_draw_vscroll), (hildon_pannable_draw_hscroll),
7058
	(hildon_pannable_area_initial_effect),
7059
	(hildon_pannable_area_redraw),
7060
	(hildon_pannable_area_scroll_indicator_fade),
7061
	(hildon_pannable_area_expose_event),
7062
	(hildon_pannable_area_get_topmost), (synth_crossing),
7063
	(hildon_pannable_area_button_press_cb),
7064
	(hildon_pannable_area_refresh), (hildon_pannable_axis_scroll),
7065
	(hildon_pannable_area_scroll), (hildon_pannable_area_timeout),
7066
	(hildon_pannable_area_motion_notify_cb),
7067
	(hildon_pannable_area_button_release_cb),
7068
	(hildon_pannable_area_scroll_cb), (hildon_pannable_area_add),
7069
	(hildon_pannable_area_remove),
7070
	(hildon_pannable_calculate_vel_factor): Widget refactorization,
7071
	chage the code layout to a more GtkWidget like. Review the use of
7072
	variables.
7073
7074
2008-08-21  Alejandro G. Castro	 <alex@igalia.com>
7075
7076
	* examples/hildon-pannable-area-example-4.c,
7077
	(main): Modified the name of the hindicator_mode to
7078
	hscrollbar_visible
7079
7080
	* src/hildon-pannable-area.c,
7081
	(hildon_pannable_area_class_init),
7082
	(hildon_pannable_area_motion_notify_cb),
7083
	(hildon_pannable_area_size_allocate): Reviewed the drawing logic,
7084
	we have reduced the amount of signals and managed reviewed its
7085
	rationale. Changed the default decelerate value.
7086
7087
	(hildon_pannable_area_add),
7088
	(hildon_pannable_area_redraw): Refactored functions.
7089
7090
	(hildon_pannable_area_init),
7091
	(hildon_pannable_area_get_property),
7092
	(hildon_pannable_area_set_property):
7093
	(hildon_pannable_draw_vscroll),
7094
	(hildon_pannable_draw_hscroll),
7095
	(hildon_pannable_area_initial_effect),
7096
	(hildon_pannable_area_expose_event),
7097
	(hildon_pannable_area_scroll),
7098
	(hildon_pannable_area_button_press_cb),
7099
	(hildon_pannable_area_realize): Replaced the names hindicator_mode
7100
	and vindicator_mode with hscrollbar_policy and
7101
	vscrollbar_policy. Replaced hscroll and vscroll with
7102
	hscroll_visible and vscroll_visible.
7103
7104
	(hildon_pannable_area_refresh): Refactor the function, remove
7105
	variables and check the calls to this function, added resize
7106
	conditions in case the children change their layout.
7107
7108
	(hildon_pannable_area_size_request): Added more detailed
7109
	size_request calculation.
7110
7111
7112
2008-08-21  Alejandro Pinheiro <apinheiro@igalia.com>
7113
7114
	* src/hildon-color-chooser.c
7115
	(init_borders): use the correct gtk_border_free instead of g_free, to
7116
	avoid a crash when this widget is used (ie: the three color selection
7117
	examples)
7118
7119
2008-08-20  Alejandro G. Castro	 <alex@igalia.com>
7120
7121
	* src/hildon-check-button.c,
7122
	(hildon_check_button_set_active): Fixed problem when setting the
7123
	active value, the widget was not redrawn.
7124
7125
2008-08-20  Alejandro G. Castro	 <alex@igalia.com>
7126
7127
	* src/hildon-pannable-area.c,
7128
	(hildon_pannable_area_refresh),
7129
	(hildon_pannable_area_scroll),
7130
	(hildon_pannable_area_motion_notify_cb): Small code style change.
7131
7132
	(hildon_pannable_area_class_init): Default initial_hint set to
7133
	FALSE, it is not in the specs.
7134
7135
	(hildon_pannable_area_initial_effect),
7136
	(hildon_pannable_area_expose_event),
7137
	(hildon_pannable_area_map),
7138
	(hildon_pannable_area_init): Moved the launching point of the
7139
	initial effect, it was in map but the sizes where not correct in
7140
	that method so we do not know if we have the reproduce it. Now it
7141
	is placed in the expose_event method and uses a variable to
7142
	reproduce it just once.
7143
7144
2008-08-19  Alejandro G. Castro	 <alex@igalia.com>
7145
7146
	* src/hildon-pannable-area.c,
7147
	(hildon_pannable_draw_vscroll),
7148
	(hildon_pannable_draw_hscroll): Fix error calculating the maximum
7149
	position allowed for the scrollbars.
7150
7151
	(hildon_pannable_area_size_allocate): Small style change.
7152
7153
2008-08-19  Alejandro G. Castro	 <alex@igalia.com>
7154
7155
	* src/hildon-pannable-area.c,
7156
	(hildon_pannable_area_scroll_indicator_fade),
7157
	(hildon_pannable_area_button_press_cb),
7158
	(hildon_pannable_area_button_release_cb),
7159
	(hildon_pannable_area_scroll_cb),
7160
	(hildon_pannable_area_expose_event),
7161
	(hildon_pannable_area_init): Added the define parameter
7162
	SCROLLBAR_FADE_DELAY to control the fade effect of the scrollbars
7163
	and refactor the fade variable.
7164
7165
2008-08-19  Alejandro G. Castro	 <alex@igalia.com>
7166
7167
	* src/hildon-pannable-area.c,
7168
	(hildon_pannable_area_redraw),
7169
	(hildon_pannable_area_scroll_indicator_fade): Refactored redraw
7170
	lines, we were reimplemeting the redraw code.
7171
7172
2008-08-18  Alejandro G. Castro	 <alex@igalia.com>
7173
7174
	* src/hildon-pannable-area.c,
7175
	(hildon_pannable_area_scroll_cb),
7176
	(hildon_pannable_area_realize),
7177
	(hildon_pannable_area_class_init): Added scroll_event management
7178
	for pannable area, now we can scroll the usual desktop method.
7179
7180
	(hildon_pannable_area_jump_to): Fixed the logic of the method, the
7181
	initialization of the parameters should depend on idle_id.
7182
7183
	(hildon_pannable_area_init),
7184
	(hildon_pannable_area_map): Small code style modifications
7185
7186
2008-08-18  Alejandro G. Castro	 <alex@igalia.com>
7187
7188
	* src/hildon-pannable-area.c
7189
	(hildon_pannable_area_button_press_cb),
7190
	(hildon_pannable_area_motion_notify_cb),
7191
	(hildon_pannable_area_button_release_cb),
7192
	(hildon_pannable_area_size_allocate),
7193
	(hildon_pannable_area_scroll_to): Improved the timeouts
7194
	management, we avoid creating them each time.
7195
7196
2008-08-14  Alejandro G. Castro	 <alex@igalia.com>
7197
7198
	* src/hildon-pannable-area.c:
7199
	(hildon_pannable_area_refresh),
7200
	(hildon_pannable_area_motion_notify_cb),
7201
	(hildon_pannable_area_class_init):
7202
	* src/hildon-pannable-area.h:
7203
	* src/hildon-touch-selector.c
7204
	(_create_new_column):
7205
	* examples/hildon-pannable-area-example-4.c:
7206
	(horizontal_movement),
7207
	(vertical_movement),
7208
	(main):
7209
	Replaced the names of enums in the HildonPannableArea:
7210
	   -  HILDON_PANNABLE_AREA_MOV_MODE_* ->
7211
	      HILDON_MOVEMENT_MODE_*
7212
	   -  HILDON_PANNABLE_AREA_MOV_* ->
7213
	      HILDON_MOVEMENT_*
7214
	   - Removed HildonPannableAreaIndicatorMode, now we
7215
	     use GtkPolicyType
7216
7217
2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7218
7219
	* examples/hildon-pannable-area-touch-grid-example.c
7220
	* examples/hildon-pannable-area-touch-list-example.c: Fix
7221
	compilation warnings.
7222
7223
2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7224
7225
	* src/hildon-gtk.c (hildon_gtk_button_new)
7226
	(hildon_gtk_toggle_button_new, hildon_gtk_radio_button_new)
7227
	(hildon_gtk_radio_button_new_from_widget): Make buttons show their
7228
	images overriding the value of the "gtk-button-images" setting.
7229
7230
2008-08-14  Alberto Garcia  <agarcia@igalia.com>
7231
7232
	* src/hildon-check-button.c (hildon_check_button_new):
7233
	Instead of using a custom container, display the label and the
7234
	checkbox using the standard GtkButton API.
7235
7236
	* examples/hildon-check-button-example.c (main): Don't use
7237
	hildon_check_button_set_label() anymore
7238
7239
	* src/hildon-check-button.h
7240
	* src/hildon-check-button.c
7241
	(hildon_check_button_set_label, hildon_check_button_get_label):
7242
	Set as deprecated, now we're using gtk_button_{get,set}_label()
7243
7244
2008-08-14  Alejandro G. Castro	 <alex@igalia.com>
7245
7246
	* src/hildon-pannable-area.c,
7247
	(hildon_pannable_area_get_topmost): Fixed bug with click in the
7248
	GtkTreeview first line we detected it after the inclusion of the
7249
	GtkWindowImpl in gtk+. We now check if the window is visible, not
7250
	just if the pointer is over the window.
7251
	(hildon_pannable_axis_scroll),
7252
	(hildon_pannable_area_expose_event): Small style changes.
7253
7254
2008-08-13  Alberto Garcia  <agarcia@igalia.com>
7255
7256
	* src/hildon-button.c: Update documentation.
7257
7258
2008-08-13  Alberto Garcia  <agarcia@igalia.com>
7259
7260
	* examples/hildon-button-example.c: Add a switch to show images in
7261
	the buttons.
7262
7263
2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
7264
7265
	* doc/hildon-docs.sgml: Some docs reorganization.
7266
7267
2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7268
7269
	* examples/hildon-pannable-area-touch-list-example.c
7270
	(create_tree_view)
7271
	* examples/hildon-pannable-area-touch-grid-example.c
7272
	(create_icon_view): Use gtk_{tree,icon}_view_new() and
7273
	hildon_gtk_{tree,icon}_view_new() instead of g_object_new().
7274
	Fix memory leak when setting the tree model.
7275
7276
2008-08-12  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
7277
7278
	Released 2.1.4
7279
7280
2008-08-12  Claudio Saavedra  <csaavedra@igalia.com>
7281
7282
	* doc/hildon.types: Remove duplicated hildon_window_get_type
7283
	* src/hildon-window.c: (hildon_window_class_init): Remove duplicated
7284
	documentation comment.
7285
7286
2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7287
7288
	* doc/Makefile.am: Complete list of private headers.
7289
7290
2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7291
7292
	* doc/hildon-docs.sgml
7293
	* src/hildon-app-menu.c
7294
	* src/hildon-bread-crumb.c
7295
	* src/hildon-button.c
7296
	* src/hildon-gtk.c
7297
	* src/hildon-program.c
7298
	* src/hildon-stackable-window.c
7299
	* src/hildon-window.c: Lots of documentation updates.
7300
7301
2008-08-12  Alberto Garcia  <agarcia@igalia.com>
7302
7303
	* debian/control: Depend on Gtk 2:2.12.9-0osso3
7304
7305
	* configure.ac: Require Gtk+ 2.12.9 at least
7306
7307
2008-08-12  Alejandro G. Castro	 <alex@igalia.com>
7308
7309
	* src/hildon-pannable-area.c
7310
	(hildon_pannable_area_scroll_indicator_fade),
7311
	(hildon_pannable_area_timeout): Added the GDK_THREADS_LEAVE macro
7312
	to protect the return of this timeout callbacks, avoiding deadlocks.
7313
7314
2008-08-12  Christian Dywan  <christian@imendio.com>
7315
7316
	* src/hildon-*.c
7317
	* src/hildon-*.h: Ensure a consistent include order,
7318
	include <gtk/gtk.h> instead of particular files and
7319
	only include the topmost header in the gtk stack. See NB #39857
7320
7321
2008-08-12  Christian Dywan  <christian@imendio.com>
7322
7323
	* src/hildon-picker-dialog.c
7324
	* src/hildon-touch-selector.c: Fix warnings about unused and
7325
	uninitialized variables.
7326
7327
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7328
7329
	* examples/Makefile.am
7330
	* examples/hildon-check-button-example.c: Example of the hildon
7331
	check button.
7332
7333
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7334
7335
	* src/hildon-window.h
7336
	* src/hildon-window.c (hildon_window_class_init)
7337
	(hildon_window_unset_program): Don't make
7338
	hildon_window_unset_program a virtual function anymore.
7339
7340
	* src/hildon-stackable-window.c: Update documentation
7341
7342
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7343
7344
	* doc/Makefile.am
7345
	* doc/hildon-docs.sgml
7346
	* doc/visual_index.xml
7347
	* src/hildon-defines.c
7348
	* src/hildon-gtk.c
7349
	* src/hildon-helper.c
7350
	* src/hildon-range-editor.c: Lots of documentation fixes.
7351
7352
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7353
7354
	* examples/hildon-picker-button-multicolumn-example.c
7355
	(create_touch_selector): Fix compilation warning.
7356
7357
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7358
7359
	* src/hildon-pannable-area.c (hildon_pannable_area_button_press_cb)
7360
	(hildon_pannable_area_button_release_cb)
7361
	(hildon_pannable_get_child_widget_at): Fix compilation warnings.
7362
7363
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7364
7365
	* src/hildon-button.c (hildon_button_add_image_size_group): Fix
7366
	assertion.
7367
7368
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7369
7370
	* src/hildon-bread-crumb-trail.h
7371
	* src/hildon-date-editor.c
7372
	* src/hildon-date-selector.c
7373
	* src/hildon-pannable-area.c
7374
	* src/hildon-picker-dialog.c
7375
	* src/hildon-time-selector.c
7376
	* src/hildon-touch-selector-entry.c
7377
	* src/hildon-touch-selector.c
7378
	* src/hildon-touch-selector.h: Misc documentation fixes
7379
7380
2008-08-11  Alberto Garcia  <agarcia@igalia.com>
7381
7382
	* examples/hildon-date-editor-example.c (main): Updated date
7383
	editor example.
7384
7385
	* examples/hildon-note-example.c (on_confirmation_clicked):
7386
	Updated confirmation note example.
7387
7388
	* src/hildon-date-editor.c
7389
	* src/hildon-note.c: Updated sample programs in documentation.
7390
	Fixes: NB#87437
7391
7392
2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7393
7394
	* src/hildon-date-button.h:
7395
	* src/hildon-picker-button.h:
7396
	* src/hildon-time-button.c:
7397
	* src/hildon-time-button.h:
7398
7399
	Some declarations changes to allow gtk-doc to document the widgets
7400
	properly.
7401
7402
2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7403
7404
	* src/hildon-date-button.c: Document the widget.
7405
	* src/hildon-time-button.c: Document the widget.
7406
7407
2008-08-08  Claudio Saavedra  <csaavedra@igalia.com>
7408
7409
	* src/hildon-picker-button.c: Document the widget.
7410
	* src/hildon-touch-selector-entry.c: Document the widget.
7411
7412
2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7413
7414
	* doc/hildon-docs.sgml
7415
	* src/Makefile.am
7416
	* src/hildon.h
7417
	* src/hildon-check-button.h
7418
	* src/hildon-check-button.c: New functions to create the Hildon
7419
	Touch Checkbox.
7420
7421
	* src/hildon-gtk.h
7422
	* src/hildon-gtk.c (hildon_gtk_check_button_new): Removed.
7423
7424
2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7425
7426
	* src/hildon-button.h
7427
	* src/hildon-button.c
7428
	(hildon_button_add_title_size_group)
7429
	(hildon_button_add_value_size_group)
7430
	(hildon_button_add_image_size_group)
7431
	(hildon_button_add_size_groups): New functions to set size groups
7432
	for the button labels and image.
7433
	(hildon_button_new_full): Removed
7434
7435
2008-08-08  Alejandro Pinheiro <apinheiro@igalia.com>
7436
7437
	* src/hildon-time-selector.c
7438
	(_check_ampm_format): use of g_warning instead of g_error with a gconf error
7439
	in order to avoid a crash if gconf is not available
7440
7441
2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7442
7443
	* src/hildon-button.c (hildon_button_set_arrangement)
7444
	(hildon_button_construct_child): Don't construct the button child
7445
	before setting the arrangement.
7446
7447
2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7448
7449
	* src/hildon-program-private.h
7450
	* src/hildon-program.c
7451
	* src/hildon-program.h
7452
	(_hildon_program_remove_from_stack, _hildon_program_add_to_stack)
7453
	(hildon_program_peek_window_stack)
7454
	(hildon_program_pop_window_stack)
7455
	(hildon_program_go_to_root_window): HildonProgram now has a
7456
	separate list for stackable windows. Functions are provided to
7457
	manage that list with a stack-like API.
7458
7459
	* src/hildon-stackable-window.c: Stackable window management is
7460
	now much simpler with the new HildonProgram API. Windows no
7461
	longer need to be manually added to the program, they're
7462
	automatically pushed to the top of the stack when shown.
7463
7464
	* examples/hildon-stackable-window-example.c: Updated example to
7465
	reflect the API changes.
7466
7467
2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
7468
7469
	* src/hildon-touch-selector.c: Comment out unimplemented
7470
	hildon_touch_selector_insert_column() to avoid a compile warning.
7471
7472
2008-08-07  Claudio Saavedra  <csaavedra@igalia.com>
7473
7474
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7475
	(hildon_touch_selector_new), (hildon_touch_selector_remove_column),
7476
	(hildon_touch_selector_set_column_selection_mode),
7477
	(_hildon_touch_selector_set_model),
7478
	(hildon_touch_selector_set_model):
7479
7480
	Complete review of HildonTouchSelector documentation.
7481
7482
2008-08-08  Alberto Garcia  <agarcia@igalia.com>
7483
7484
	* doc/hildon-docs.sgml
7485
	* src/Makefile.am
7486
	* src/hildon.h
7487
	* src/hildon-gtk.h
7488
	* src/hildon-gtk.c: Convenience functions for standard Gtk
7489
	widgets, used to easily perform frequent operations.
7490
7491
	* src/hildon-button-helpers.h
7492
	* src/hildon-button-helpers.c: Removed in favour of hildon-gtk.[ch]
7493
7494
	* src/hildon-helper.h
7495
	* src/hildon-helper.c (hildon_helper_set_theme_size): Renamed to
7496
	hildon_gtk_widget_set_theme_size and moved to hildon-gtk.h
7497
7498
	* src/hildon-button.h
7499
	* src/hildon-button.c: Use the new hildon-gtk.[ch] functions.
7500
7501
2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7502
7503
	* src/hildon-button.c (hildon_button_init)
7504
	(hildon_button_set_arrangement, hildon_button_construct_child):
7505
	Pack the image and the labels inside the same GtkAlignment so
7506
	gtk_button_set_alignment() can be used
7507
7508
2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7509
7510
	* src/hildon-button.h
7511
	* src/hildon-button.c
7512
	(hildon_button_init, hildon_button_set_image)
7513
	(hildon_button_set_image_position)
7514
	(hildon_button_construct_child): New functions to add an image to
7515
	the HildonButton.
7516
7517
2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7518
7519
	* src/hildon-date-button.c
7520
	* src/hildon-picker-button.c
7521
	* src/hildon-time-button.c
7522
	* src/hildon-button.c:
7523
	(hildon_button_class_init): "size-flags" renamed to "size"
7524
	(hildon_button_set_title): Hide the title label if set to NULL.
7525
7526
2008-08-07  Alberto Garcia  <agarcia@igalia.com>
7527
7528
	HildonButtonFlags split into HildonButtonArrangement (to set the
7529
	button layout) and HildonSizeType (which can be used for any
7530
	widget).
7531
7532
	* src/hildon-button.h
7533
	* src/hildon-button.c
7534
	(hildon_button_class_init)
7535
	(hildon_button_set_arrangement)
7536
	(hildon_button_set_property): New "size-flags"
7537
	property. "arrangement-flags" renamed to "arrangement".
7538
	(hildon_button_new, hildon_button_new_with_text)
7539
	(hildon_button_new_full): Constructors updated to reflect type changes.
7540
7541
	* src/hildon-helper.h
7542
	* src/hildon-helper.c (hildon_helper_set_theme_size): New function
7543
	to set the size of a widget.
7544
7545
	* src/Makefile.am
7546
	* src/hildon.h
7547
	* src/hildon-button-helpers.c
7548
	* src/hildon-button-helpers.h: New hildon-button-helpers module.
7549
7550
	* src/hildon-date-button.c
7551
	* src/hildon-date-button.h
7552
	* src/hildon-picker-button.c
7553
	* src/hildon-picker-button.h
7554
	* src/hildon-time-button.c
7555
	* src/hildon-time-button.h: Updated widgets to reflect
7556
	HildonButton API changes.
7557
7558
	* examples/hildon-button-example.c
7559
	* examples/hildon-date-button-example.c
7560
	* examples/hildon-picker-button-example.c
7561
	* examples/hildon-picker-button-multicolumn-example.c
7562
	* examples/hildon-time-button-example.c
7563
	* examples/hildon-touch-selector-entry-example.c
7564
	* examples/hildon-touch-selector-example.c: Updated examples to
7565
	reflect HildonButton API changes.
7566
7567
2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7568
7569
	* doc/hildon-docs.sgml:
7570
	* doc/hildon.types:
7571
	* examples/Makefile.am:
7572
	* examples/hildon-touch-selector-entry-example.c:
7573
	* src/Makefile.am:
7574
	* src/hildon-touch-selector-entry.c:
7575
	* src/hildon-touch-selector-entry.h:
7576
	* src/hildon.h:
7577
7578
	Moved HildonTouchSelectorEntry from sandbox. Added its
7579
	documentation and examples.
7580
7581
2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7582
7583
	* src/hildon-touch-selector.h:
7584
	* examples/hildon-picker-button-multicolumn-example.c:
7585
	(hildon_touch_selector_append_text_column): Add a gboolean
7586
	parameter to determine if text must be centered in the column.
7587
7588
	* src/hildon-date-selector.c: (hildon_date_selector_init):
7589
	* src/hildon-time-selector.c: (hildon_time_selector_init):
7590
	* src/hildon-touch-selector.c: (hildon_touch_selector_new_text),
7591
	(create_touch_selector): Update widgets and example to reflect
7592
	the API change.
7593
7594
2008-08-06  Claudio Saavedra  <csaavedra@igalia.com>
7595
7596
	* src/hildon-touch-selector.c:
7597
	(hildon_touch_selector_set_active_iter): Set also the cursor in
7598
	the active row.
7599
7600
2008-08-06  Alberto Garcia  <agarcia@igalia.com>
7601
7602
	* doc/hildon-docs.sgml
7603
	* doc/hildon.types
7604
	* src/Makefile.am
7605
	* src/hildon-toggle-button.c
7606
	* src/hildon-toggle-button.h
7607
	* src/hildon.h: Removed HildonToggleButton widget, a derived
7608
	class is not necessary for this.
7609
7610
2008-08-06  Alejandro G. Castro	 <alex@igalia.com>
7611
7612
	* src/hildon-pannable-area.c,
7613
	(hildon_pannable_area_realize),
7614
	(hildon_pannable_area_size_allocate): Code refactoring, add tests
7615
	for negative sizes.
7616
7617
2008-08-05  Claudio Saavedra  <csaavedra@igalia.com>
7618
7619
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_init): Make the
7620
	"done" button the default widget for the dialog.
7621
7622
2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7623
7624
	* src/hildon-touch-selector.c:
7625
	(hildon_touch_selector_class_init),
7626
	(hildon_touch_selector_get_property),
7627
	(_hildon_touch_selector_set_model),
7628
	(_hildon_touch_selector_has_multiple_selection),
7629
	(hildon_touch_selector_has_multiple_selection):
7630
	Add a "has-multiple-selection" property with a virtual
7631
	has_multiple_selection() method to allow derived classes to
7632
	override the default value for it. See the method and property
7633
	documentation for details.
7634
7635
	* src/hildon-touch-selector.h: Add the new API.
7636
7637
	* src/hildon-picker-dialog.c: (requires_done_button): Call
7638
	hildon_touch_selector_has_multiple_selection() instead of
7639
	determining the need for a button itself.
7640
7641
2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7642
7643
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7644
	(_hildon_touch_selector_set_model),
7645
	(hildon_touch_selector_set_model): Move working code to
7646
	_hildon_touch_selector_set_mode(). Call the class method instead.
7647
7648
	* src/hildon-touch-selector.h: Add (*set_model) to
7649
	HildonTouchSelectorClass.
7650
7651
	Make hildon_touch_selector_set_model() a virtual method, so that
7652
	derived classes can extend it and do fancy stuff with the model.
7653
7654
2008-08-04  Claudio Saavedra  <csaavedra@igalia.com>
7655
7656
	* configure.ac: Set back the tarname in AC_INIT to hildon.
7657
7658
2008-08-04  Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
7659
7660
	Release 2.1.3
7661
7662
	* src/hildon-sound.c (hildon_play_system_sound): Use libcanberra
7663
	instead of libesd (NB#86876). Volume handling is still an open issue.
7664
7665
	* configure.ac, src/Makefile.am: Replace esd with libcanberra. Some
7666
	cleanups.
7667
7668
2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
7669
7670
	* src/hildon-touch-selector.c: (hildon_touch_selector_init),
7671
	(hildon_touch_selector_append_column): Make the widget a GtkVBox
7672
	derived class to ease placement of an entry widget in
7673
	HildonTouchSelectorEntry. Added a private GtkHBox, packed at the
7674
	end, where the selector columns are packed now.
7675
7676
2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
7677
7678
	* src/hildon-picker-button.c: Removed the simple _text() API.
7679
	* src/hildon-picker-button.h: Likewise.
7680
7681
	* src/hildon-touch-selector.h:
7682
	* src/hildon-touch-selector.c:
7683
	(hildon_touch_selector_new_text),
7684
	(hildon_touch_selector_append_text),
7685
	(hildon_touch_selector_prepend_text),
7686
	(hildon_touch_selector_insert_text):
7687
7688
	Moved the simple _text() API from HildonPickerButton to
7689
	HildonTouchPicker, to provide better escalability and not to tie
7690
	that API to HildonPickerButton.
7691
7692
	* examples/hildon-picker-button-example.c: (main): Example updated.
7693
7694
2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7695
7696
	* src/hildon-button.c: Updated documentation.
7697
7698
	* examples/hildon-button-example.c: Add the posibility to create
7699
	the buttons using horizontal layout for title and value.
7700
7701
2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7702
7703
	* src/hildon-app-menu-private.h
7704
	* src/hildon-app-menu.c (hildon_app_menu_add_filter)
7705
	(hildon_app_menu_init, hildon_app_menu_finalize): Don't use a
7706
	GtkSizeGroup for the filters, use the 'homogeneous' property of
7707
	the box instead.
7708
7709
2008-07-31  Alberto Garcia  <agarcia@igalia.com>
7710
7711
	* examples/hildon-button-example.c: Updated example.
7712
7713
2008-07-30  Claudio Saavedra  <csaavedra@igalia.com>
7714
7715
	* doc/hildon-docs.sgml:
7716
	* doc/hildon.types:
7717
7718
	Update documentation.
7719
7720
	* examples/Makefile.am: Update renamed examples.
7721
7722
	* examples/hildon-picker-button-multicolumn-example.c:
7723
	(create_touch_selector), (main): Update after the rename.
7724
7725
	* examples/hildon-touch-picker-example.c: Removed.
7726
	* examples/hildon-touch-selector-example.c: (value_changed),
7727
	(create_selector), (get_visible_content), (main): Renamed from
7728
	hildon-touch-picker-example.c
7729
7730
	* src/Makefile.am: Updated renamed files.
7731
7732
	* src/hildon-date-button.c: (hildon_date_button_init),
7733
	(hildon_date_button_get_date), (hildon_date_button_set_date):
7734
	* src/hildon-date-selector.c: (hildon_date_selector_init),
7735
	(_custom_print_func), (_update_day_model),
7736
	(_manage_selector_change_cb),
7737
	(hildon_date_selector_select_current_date),
7738
	(hildon_date_selector_get_date), (hildon_date_selector_select_day):
7739
	* src/hildon-date-selector.h:
7740
	* src/hildon-picker-button.c: (hildon_picker_button_get_property),
7741
	(hildon_picker_button_set_property),
7742
	(hildon_picker_button_clicked), (hildon_picker_button_class_init),
7743
	(hildon_picker_button_init), (hildon_picker_button_new_text),
7744
	(hildon_picker_button_append_text),
7745
	(hildon_picker_button_prepend_text),
7746
	(hildon_picker_button_insert_text),
7747
	(hildon_picker_button_set_selector),
7748
	(hildon_picker_button_get_selector):
7749
	* src/hildon-picker-button.h:
7750
	* src/hildon-picker-dialog.c: (hildon_picker_dialog_class_init),
7751
	(hildon_picker_dialog_init), (_select_on_selector_changed_cb),
7752
	(_update_title_on_selector_changed_cb), (requires_done_button),
7753
	(_hildon_picker_dialog_set_selector),
7754
	(hildon_picker_dialog_set_selector),
7755
	(hildon_picker_dialog_get_selector):
7756
	* src/hildon-picker-dialog.h:
7757
	* src/hildon-time-button.c: (hildon_time_button_init),
7758
	(hildon_time_button_get_time), (hildon_time_button_set_time):
7759
	* src/hildon-time-selector.c: (hildon_time_selector_init),
7760
	(_custom_print_func), (_manage_ampm_selection_cb), (_set_pm),
7761
	(hildon_time_selector_set_time), (hildon_time_selector_get_time):
7762
	* src/hildon-time-selector.h:
7763
	* src/hildon.h:
7764
7765
	Massive code updates after the rename.
7766
7767
	* src/hildon-touch-picker.c: Removed.
7768
	* src/hildon-touch-picker.h: Removed.
7769
7770
	* src/hildon-touch-selector.c: (hildon_touch_selector_class_init),
7771
	(hildon_touch_selector_init), (hildon_touch_selector_map),
7772
	(hildon_touch_selector_remove), (_default_print_func),
7773
	(_selection_changed_cb), (_create_new_column),
7774
	(hildon_touch_selector_new), (hildon_touch_selector_append_column),
7775
	(hildon_touch_selector_append_text_column),
7776
	(hildon_touch_selector_remove_column),
7777
	(hildon_touch_selector_set_column_attributes),
7778
	(hildon_touch_selector_insert_column),
7779
	(hildon_touch_selector_get_num_columns),
7780
	(hildon_touch_selector_get_column_selection_mode),
7781
	(hildon_touch_selector_set_column_selection_mode),
7782
	(hildon_touch_selector_set_print_func),
7783
	(hildon_touch_selector_get_print_func),
7784
	(hildon_touch_selector_get_active_iter),
7785
	(hildon_touch_selector_set_active_iter),
7786
	(hildon_touch_selector_get_selected_rows),
7787
	(hildon_touch_selector_get_model),
7788
	(hildon_touch_selector_set_model),
7789
	(hildon_touch_selector_get_current_text),
7790
	(_hildon_touch_selector_center_on_selected_items):
7791
	* src/hildon-touch-selector.h: Renamed from
7792
	hildon-touch-picker.[ch]
7793
7794
	Rename HildonTouchPicker to HildonTouchSelector. Updated all the
7795
	references, code examples, and related documentation.
7796
7797
2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7798
7799
	* doc/hildon-docs.sgml
7800
	* doc/hildon.types
7801
	* src/Makefile.am
7802
	* src/hildon-toggle-button.c
7803
	* src/hildon-toggle-button.h
7804
	* src/hildon.h: New HildonToggleButton widget.
7805
7806
2008-07-30  Alberto Garcia  <agarcia@igalia.com>
7807
7808
	* src/hildon-button.c: Add API documentation.
7809
	(hildon_button_set_size_groups): Check input parameters
7810
7811
2008-07-30  Alejandro G. Castro	 <alex@igalia.com>
7812
7813
	* src/hildon-pannable-area.c
7814
	(hildon_pannable_area_motion_notify_cb): Avoid the first jumpy
7815
	effect after reaching the movement thredshold. This way we start
7816
	using the distance after passing the thredshold.
7817
7818
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7819
7820
	* src/hildon-button.c: (hildon_button_set_property): Use the
7821
	appropriate g_value_get_flags() method.
7822
7823
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7824
7825
	* doc/hildon-docs.sgml:
7826
	* doc/hildon.types:
7827
7828
	 Add the touch pickers, picker dialogs, and picker button widgets
7829
	to the documentation.
7830
7831
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7832
7833
	* src/hildon-button.c: (hildon_button_set_property),
7834
	(hildon_button_class_init): Make "arrangement-flags" a proper
7835
	G_TYPE_FLAGS derived property.
7836
7837
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7838
7839
	* examples/Makefile.am: Add below examples.
7840
	* examples/hildon-date-button-example.c:
7841
	* examples/hildon-picker-button-example.c:
7842
	* examples/hildon-picker-button-multicolumn-example.c:
7843
	* examples/hildon-time-button-example.c:
7844
	* examples/hildon-touch-picker-example.c:
7845
7846
	Add examples for the recently added touch pickers,
7847
	picker dialogs,	and picker button widgets.
7848
7849
2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7850
7851
	* src/hildon-button.c: Add some API documentation
7852
7853
2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7854
7855
	* src/hildon-button.h
7856
	* src/hildon-button.c
7857
	(hildon_button_new)
7858
	(hildon_button_new_with_text): New constructor to create a button
7859
	with no text at all.
7860
	(hildon_button_init, hildon_button_set_arrangement)
7861
	(hildon_button_set_title, hildon_button_set_value)
7862
	(hildon_button_set_text)
7863
	(hildon_button_construct_child): Hide the value when it's not used
7864
	so the rest of the text is properly aligned.
7865
	Allow creating buttons with arbitrary widgets inside (not just
7866
	title/value labels).
7867
7868
	* examples/hildon-button-example.c (vertical_buttons_window)
7869
	(horizontal_buttons_window): Update example to use new API.
7870
7871
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7872
7873
	* src/Makefile.am: Added HildonTimeButton.
7874
	* src/hildon-time-button.c: Added missing LGPL header.
7875
	* src/hildon-time-button.h: Added missing LGPL header.
7876
	* src/hildon.h: Add hildon-time-button.h
7877
7878
	Copied HildonTimeButton from sandbox to trunk. Future work on this
7879
	widget must take place in trunk.
7880
7881
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7882
7883
	* src/Makefile.am: Added HildonDateButton.
7884
	* src/hildon-date-button.c: Update includes.
7885
	* src/hildon.h: Add hildon-date-button.h
7886
7887
	Copied HildonDateButton from sandbox to trunk. Future work on this
7888
	widget must take place in trunk.
7889
7890
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7891
7892
	* src/Makefile.am: Added HildonPickerButton.
7893
	* src/hildon-picker-button.h: Update includes.
7894
	* src/hildon.h: Add hildon-picker-button.h
7895
7896
	Copied HildonPickerButton from sandbox to trunk. Future work on
7897
	this widget must take place in trunk.
7898
7899
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7900
7901
	* src/Makefile.am: Added HildonPickerDialog.
7902
	* src/hildon-picker-dialog.c: Update includes.
7903
	* src/hildon.h: Add hildon-picker-dialog.h
7904
7905
	Copied HildonPickerDialog from sandbox to trunk. Future work
7906
	on this widget must take place in trunk.
7907
7908
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7909
7910
	* src/Makefile.am: Added HildonTimeSelector.
7911
	* src/hildon.h: Add hildon-time-selector.h
7912
7913
	Copied HildonTimeSelector widget from sandbox to trunk. Future
7914
	work on this widget must happen in trunk.
7915
7916
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7917
7918
	* src/Makefile.am: Added HildonDateSelector.
7919
	* src/hildon.h: Add hildon-date-selector.h
7920
7921
	Copied HildonDateSelector widget from sandbox to trunk.  Future
7922
	work on this widget must happen in trunk.
7923
7924
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7925
7926
	* src/Makefile.am: Added HildonTouchPicker.
7927
	* src/hildon-touch-picker.c: Update includes.
7928
	* src/hildon.h: Add hildon-touch-picker.h
7929
7930
	Copied HildonTouchPicker widget from sandbox to trunk. Future work
7931
	on this widget must happen in trunk.
7932
7933
2008-07-29  Claudio Saavedra  <csaavedra@igalia.com>
7934
7935
	* src/hildon-pannable-area.c:
7936
	(hildon_pannable_area_motion_notify_cb): Fix a typo.
7937
7938
2008-07-29  Alberto Garcia  <agarcia@igalia.com>
7939
7940
	* examples/hildon-app-menu-example.c (main): Let the window
7941
	destroy the menu.
7942
7943
2008-07-29  Alejandro G. Castro	 <alex@igalia.com>
7944
7945
	* src/hildon-pannable-area.c
7946
	(hildon_pannable_area_class_init): Set the min value of the
7947
	overshoot properties to zero, which points out that not
7948
	overshooting allowed.
7949
7950
2008-07-29  Alejandro G. Castro	 <alex@igalia.com>
7951
7952
	Modified the procedure to get the widget at a point inside the
7953
	pannable area when using the movement type signals. Now the user
7954
	has to call a function to get the child, that way we just
7955
	calculate the child in case the user really want to use it and not
7956
	all the time.
7957
7958
	* src/hildon-marshalers.list: Modified the marshallers, now we do
7959
	not have the widget as a parameter.
7960
7961
	* src/hildon-pannable-area.c
7962
	(hildon_pannable_area_motion_notify_cb),
7963
	(hildon_pannable_area_class_init),
7964
	(hildon_pannable_get_child_widget_at):  Removed the widget
7965
	parameter from the signal callback. We have also refactored the
7966
	emission of the signals.
7967
7968
	* src/hildon-pannable-area.h: Added a new method to the API to
7969
	calculate a widget at a point inside the pannable area,
7970
	hildon_pannable_get_child_widget_at.
7971
7972
	* examples/hildon-pannable-area-example-4.c
7973
	(horizontal_movement): Modified the example to use the new API,
7974
	added condition to control which widget is under the event. This
7975
	way we can avoid scrolling laterally over other widgets.
7976
7977
2008-07-29  Alejandro G. Castro	 <alex@igalia.com>
7978
7979
	* src/hildon-pannable-area.c
7980
	(hildon_pannable_area_motion_notify_cb): Fixed bug handling the
7981
	modes, we stop getting the pointer events due to returning the
7982
	callback without properly calling the get pointer again. Fixed
7983
	also an error using the hscroll and vscroll.
7984
7985
2008-07-28  Alberto Garcia  <agarcia@igalia.com>
7986
7987
	* src/hildon-app-menu-private.h
7988
	* src/hildon-app-menu.c (hildon_app_menu_button_press)
7989
	(hildon_app_menu_button_release, hildon_app_menu_init)
7990
	(hildon_app_menu_class_init): Don't hide the menu on button
7991
	release if the user didn't press outside first.
7992
7993
	* src/hildon-window.h
7994
	* src/hildon-window.c (hildon_window_toggle_menu)
7995
	(hildon_window_toggle_menu_real, hildon_window_class_init): Make
7996
	hildon_window_toggle_menu a virtual function for the stackable
7997
	window to override it.
7998
7999
	* src/hildon-stackable-window.h
8000
	* src/hildon-stackable-window-private.h
8001
	* src/hildon-stackable-window.c
8002
	(hildon_stackable_window_realize)
8003
	(hildon_stackable_window_finalize)
8004
	(hildon_stackable_window_class_init)
8005
	(hildon_stackable_window_init)
8006
	(hildon_stackable_window_set_main_menu): New function to set the
8007
	app menu of a HildonStackableWindow.
8008
8009
	* examples/hildon-app-menu-example.c: Remove the button to show
8010
	the app menu, now it'll be shown when clicking on the title bar
8011
	instead.
8012
8013
2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
8014
8015
	* src/hildon-button.c: (hildon_button_set_arrangement): Do not
8016
	set the widget name if the arrangement flags do not specify
8017
	a particular size.
8018
8019
2008-07-22  Claudio Saavedra  <csaavedra@igalia.com>
8020
8021
	* src/hildon-button.c: (hildon_button_set_property),
8022
	(hildon_button_class_init), (hildon_button_new_full),
8023
	(hildon_button_set_arrangement): Added "arrangement-flags"
8024
	property.
8025
8026
	Make the HildonButtonFlags a construction-only property, to allow
8027
	subclasses to set them properly.
8028
8029
2008-07-21 Tim Janik  <timj@imendio.com>
8030
8031
	* src/hildon-code-dialog.c (hildon_code_dialog_backspace): fixed up
8032
	insertion position after backspace, so additional digits are appended,
8033
	fixes Bug #85874.
8034
8035
2008-07-17  Alejandro G. Castro	 <alex@igalia.com>
8036
8037
	* src/hildon-pannable-area.c,
8038
	(hildon_pannable_area_get_topmost): Cleaned the code, removed the
8039
	TODO list, it was complete and removed the g_debug and g_print
8040
	lines.
8041
8042
2008-07-17  Alejandro G. Castro	 <alex@igalia.com>
8043
8044
	Added the movement modes to the hildon-pannable-area, with this
8045
	modes the developers can control in which directions the widget
8046
	can scroll. They can also connect to signals in order to do
8047
	something when that happens, allowing applications scroll. There
8048
	is an example uploaded showing how to use it.
8049
8050
	* examples/Makefile.am:
8051
	* examples/hildon-pannable-area-example-4.c: Added this example of
8052
	an application using the modes.
8053
8054
	* src/hildon-marshalers.list: Added a new marshaller for the new
8055
	signals.
8056
8057
	* src/hildon-pannable-area.h: Added new enumerations and flags in
8058
	order to control the movement modes and the new signals to warn
8059
	about the movements in the area.
8060
8061
	* src/hildon-pannable-area.c:
8062
	(hildon_pannable_axis_scroll),
8063
	(hildon_pannable_area_scroll),
8064
	(hildon_pannable_area_motion_notify_cb),
8065
	(hildon_pannable_area_get_property),
8066
	(hildon_pannable_area_set_property),
8067
	(hildon_pannable_area_map),
8068
	(hildon_pannable_area_class_init),
8069
	(hildon_pannable_area_init),
8070
	(hildon_pannable_area_jump_to): Added the modes to control the
8071
	movement in the widget. We have added properties to control it,
8072
	signals to warn about the movements and refactored some code.
8073
8074
2008-07-15  Alejandro G. Castro	 <alex@igalia.com>
8075
8076
	Changes required in order to allow vfast_factor set to zero to
8077
	work properly.
8078
8079
	* src/hildon-pannable-area.c:
8080
	(hildon_pannable_area_button_press_cb): Changed the condition, it
8081
	is required for not allowing click when vfast_factor is zero.
8082
	(hildon_pannable_area_timeout): Initialized velocity variables
8083
	when we stop moving, it was less than 1 but not zero and we need
8084
	to check zero in some situations.
8085
	(hildon_pannable_area_class_init): Changed the default value of
8086
	the speed factor, now the button_press is just sent in case the
8087
	speed is 2 per cent of the max speed.
8088
	(hildon_pannable_area_init): Initialization with 0.
8089
8090
2008-07-04  Alejandro G. Castro	 <alex@igalia.com>
8091
8092
	* src/hildon-pannable-area.c,
8093
	(hildon_pannable_area_get_topmost): replaced
8094
	gdk_window_get_children with gdk_window_peek_children, this way we
8095
	do not have to free the list because it is not a copy.
8096
8097
	(hildon_pannable_axis_scroll),
8098
	(hildon_pannable_area_scroll),
8099
	(hildon_pannable_area_timeout),
8100
	(hildon_pannable_area_motion_notify_cb): Code refactoring, removed
8101
	two parameters that were only used inside the
8102
	hildon_pannable_area_scroll function.
8103
8104
	* examples/hildon-pannable-area-example.c,
8105
	(get_sawtooth_label): Fixed small memory leak.
8106
8107
2008-07-03  Alejandro G. Castro	 <alex@igalia.com>
8108
8109
	More checks for the case where the overshoot is bigger than the
8110
	size of the widget.
8111
8112
	* src/hildon-pannable-area.c:
8113
	(hildon_pannable_draw_vscroll),
8114
	(hildon_pannable_draw_hscroll): with this new calculation we avoid
8115
	to draw the slider of the scrollbar under the other scrollbar.
8116
	(hildon_pannable_area_expose_event): added new checks to control
8117
	the drawing of the overshooting area rectangle, in case it is too
8118
	big for the area of the widget.
8119
	(hildon_pannable_area_size_allocate): add more checks to avoid
8120
	setting a position to the child widget outside the area.
8121
8122
2008-07-03  Alejandro G. Castro	 <alex@igalia.com>
8123
8124
	* src/hildon-pannable-area.c
8125
	(hildon_pannable_area_size_allocate): Added conditions to control
8126
	when overshooting is bigger than the allocated space for the
8127
	children, this avoids negative allocations.
8128
8129
2008-07-02  Alberto Garcia  <agarcia@igalia.com>
8130
8131
	* doc/hildon-docs.sgml
8132
	* doc/hildon.types
8133
	* examples/Makefile.am
8134
	* examples/hildon-button-example.c
8135
	* src/Makefile.am
8136
	* src/hildon-button.c
8137
	* src/hildon-button.h
8138
	* src/hildon.h:	Initial version of the new HildonButton widget,
8139
	with examples.
8140
8141
2008-07-02  Claudio Saavedra  <csaavedra@igalia.com>
8142
8143
	* src/hildon-pannable-area.c:
8144
	(hildon_pannable_area_button_press_cb),
8145
	(hildon_pannable_area_refresh), (hildon_pannable_area_scroll),
8146
	(hildon_pannable_area_motion_notify_cb),
8147
	(hildon_pannable_area_button_release_cb),
8148
	(hildon_pannable_area_expose_event), (hildon_pannable_area_remove),
8149
	(hildon_pannable_area_jump_to_child):
8150
8151
	Use gtk_bin_get_child() instead of accessing GtkBin.child directly.
8152
8153
2008-07-01  Alberto Garcia  <agarcia@igalia.com>
8154
8155
	* examples/Makefile.am
8156
	* examples/hildon-pannable-area-touch-grid-example.c
8157
	* examples/hildon-pannable-area-touch-list-example.c: Examples of
8158
	the Hildon Touch List and Hildon Touch Grid using the
8159
	HildonPannableArea widget.
8160
8161
2008-06-27  Alejandro G. Castro <alex@igalia.com>
8162
8163
	* src/hildon-pannable-area.c,
8164
	(hildon_pannable_area_button_press_cb),
8165
	(hildon_pannable_area_refresh),
8166
	(hildon_pannable_area_scroll),
8167
	(hildon_pannable_area_motion_notify_cb),
8168
	(hildon_pannable_area_button_release_cb),
8169
	(hildon_pannable_area_expose_event),
8170
	(hildon_pannable_area_add),
8171
	(hildon_pannable_area_remove),
8172
	(hildon_pannable_area_realize),
8173
	(hildon_pannable_area_size_allocate),
8174
	(hildon_pannable_area_class_init),
8175
	(hildon_pannable_area_init),
8176
	(hildon_pannable_area_scroll_to_child),
8177
	(hildon_pannable_area_jump_to_child): Fixed the problem of
8178
	removing the child from the GtkBin, we have rearranged the widget
8179
	hierarchy, now there is no GtkAlignment which was not doing
8180
	anything interesting but breaking some of the assumptions of
8181
	GtkContainer. Now developers if they want to add a GtkAlignment
8182
	they could, but it is not inside the area.
8183
8184
	We had to review the whole allocation/expose process, now it is
8185
	improved and we save at least three signals which would be saving
8186
	some time when rendering the widget. The allocation of the
8187
	scrollbars is now made in the allocate method as usual.
8188
8189
	We have also added some conditions in order to control when there
8190
	is no child of the pannable area. Maybe we will need more work
8191
	here.
8192
8193
2008-06-27  Alejandro G. Castro <alex@igalia.com>
8194
8195
	* src/hildon-pannable-area.c,
8196
	(hildon_pannable_area_dispose): Released the fade-out timeout when
8197
	disposing the widget.
8198
8199
2008-06-27  Alejandro G. Castro <alex@igalia.com>
8200
8201
	* src/hildon-pannable-area.c: Fixed problem when overshoot_max is
8202
	zero, we are going to use that property in order to deactivate the
8203
	overshooting
8204
	(hildon_pannable_axis_scroll),
8205
	(hildon_pannable_area_size_allocate): Added conditions to control
8206
	when overshoot_max is zero. Moved the gtk_adjustment_set_value
8207
	call, now it is called in all situations and we can remove calls
8208
	in the allocate method.
8209
	(hildon_pannable_area_map): Control the situation when
8210
	overshoot_max is zero, we do not need the timeout.
8211
	(hildon_pannable_area_class_init): Added documentation in order to
8212
	point out that setting zero to overshoot_max means deactivate
8213
	overshooting.
8214
8215
	NOTE: removed trailing whitespaces from my previous comments of
8216
	the Changelog.
8217
8218
2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
8219
8220
	* src/hildon-pannable-area.c
8221
	(hildon_pannable_area_get_property),
8222
	(hildon_pannable_area_set_property),
8223
	(hildon_pannable_area_map),
8224
	(hildon_pannable_area_class_init),
8225
	(hildon_pannable_area_init): Add a boolean "initial-hint" property
8226
	to cause the widget give a hint about its panning abilities upon
8227
	realization.
8228
8229
2008-06-26  Claudio Saavedra  <csaavedra@igalia.com>
8230
8231
	* src/hildon-pannable-area.c: Several documentation improvements.
8232
8233
2008-06-26  Alberto Garcia  <agarcia@igalia.com>
8234
8235
	* src/hildon-program.c
8236
	* src/hildon-stackable-window.c: Update documentation.
8237
8238
2008-06-26  Alberto Garcia  <agarcia@igalia.com>
8239
8240
	* src/hildon-stackable-window.c (get_previous_window_if_last):
8241
	Renamed get_last_window()
8242
	(hildon_stackable_window_map, hildon_stackable_window_unmap)
8243
	(hildon_stackable_window_unset_program):
8244
	Simplified code.
8245
	(get_previous_window_if_last):
8246
	Detect if the window hasn't been added to a HildonProgram.
8247
8248
2008-06-26  Alejandro G. Castro <alex@igalia.com>
8249
8250
	contributed and reviewed by: Claudio Saavedra <csaavedra@igalia.com>
8251
8252
	* src/hildon-pannable-area.c
8253
	(hildon_pannable_area_button_press_cb),
8254
	(hildon_pannable_axis_scroll),
8255
	(hildon_pannable_area_scroll),
8256
	(hildon_pannable_area_timeout),
8257
	(hildon_pannable_calculate_vel_factor),
8258
	(hildon_pannable_area_get_property),
8259
	(hildon_pannable_area_set_property),
8260
	(hildon_pannable_area_class_init),
8261
	(hildon_pannable_area_init),
8262
	(hildon_pannable_area_scroll_to),
8263
	(hildon_pannable_area_jump_to),
8264
	(hildon_pannable_area_scroll_to_child),
8265
	(hildon_pannable_area_jump_to_child):
8266
	* src/hildon-pannable-area.h: Added the new API functions:
8267
	hildon_pannable_area_scroll_to, hildon_pannable_area_jump_to,
8268
	hildon_pannable_area_scroll_to_child,
8269
	hildon_pannable_area_jump_to_child
8270
8271
8272
	* examples/Makefile.am
8273
	* examples/hildon-pannable-area-example-2.c
8274
	* examples/hildon-pannable-area-example-3.c: Added these two new
8275
	examples in order to test and show how the new APIs work.
8276
8277
2008-06-25  Alberto Garcia  <agarcia@igalia.com>
8278
8279
	* examples/hildon-stackable-window-example.c (new_window):
8280
	* src/Makefile.am (noinst_HEADERS):
8281
	* src/hildon-program.c (hildon_program_go_to_root_window):
8282
	* src/hildon-program.h:
8283
	* src/hildon-stackable-window-private.h:
8284
	* src/hildon-stackable-window.c:
8285
	* src/hildon-stackable-window.h:
8286
	Create hildon-stackable-window-private.h
8287
	Move hildon_stackable_window_go_to_root_window() to HildonProgram
8288
8289
	* examples/hildon-app-menu-example.c (create_menu):
8290
	* examples/hildon-hvolumebar-insensitive-example.c (main):
8291
	* examples/hildon-hvolumebar-timer-example.c (on_idle):
8292
	* examples/hildon-toolbar-seekbar-example.c (main):
8293
	* src/hildon-app-menu.c (hildon_app_menu_add_filter):
8294
	* src/hildon-banner.c (hildon_banner_set_property):
8295
	* src/hildon-dialog.c (hildon_dialog_new_with_buttons):
8296
	Fix compilation warnings
8297
8298
	* src/hildon-window.c:
8299
	Fix typo in doc
8300
8301
2008-06-24  Alberto Garcia  <agarcia@igalia.com>
8302
8303
	* src/hildon-stackable-window.c
8304
	(hildon_stackable_window_unset_program):
8305
	Calculate correctly whether to show the previous window if the
8306
	last one is removed from the stack.
8307
	(hildon_stackable_window_go_to_root_window):
8308
	Send delete events starting from the topmost window.
8309
	Stop if one of the windows is not destroyed.
8310
	Update doc.
8311
	(hildon_stackable_window_delete_event)
8312
	(hildon_stackable_window_class_init):
8313
	Ignore the delete event if the window is not the topmost one.
8314
8315
2008-06-24  Alejandro G. Castro <alex@igalia.com>
8316
8317
	* src/hildon-pannable-area.c
8318
	(hildon_pannable_area_expose_event): Fixed a problem when
8319
	selecting the background color of the scrollbars.
8320
8321
2008-06-23  Alberto Garcia  <agarcia@igalia.com>
8322
8323
	* examples/hildon-stackable-window-example.c
8324
	* src/hildon-stackable-window.c
8325
	* src/hildon-stackable-window.h
8326
	hildon_stackable_window_go_home() renamed to
8327
	hildon_stackable_window_go_to_root_window()
8328
	Send delete events to windows rather than closing them with
8329
	gtk_widget_destroy()
8330
8331
2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8332
8333
	* src/hildon-pannable-area.c
8334
	(hildon_pannable_area_button_release_cb): Fix overshooting in
8335
	accel mode.
8336
8337
2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
8338
8339
	* src/hildon-pannable-area.c
8340
	(hildon_pannable_area_init): Initially show the scroll indicators.
8341
	(hildon_pannable_area_map): Fade the scroll indicators out upon mapping.
8342
8343
	Add initial effect showing the widget is pannable.
8344
8345
2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8346
8347
	* src/hildon-pannable-area.c
8348
	(hildon_pannable_area_class_init)
8349
	(hildon_pannable_area_set_property)
8350
	(hildon_pannable_area_get_property)
8351
	(hildon_pannable_area_button_press_cb):
8352
	New 'velocity_fast_factor' property to decide which velocity is
8353
	considered fast.
8354
8355
2008-06-19  Claudio Saavedra  <csaavedra@igalia.com>
8356
8357
	* src/hildon-pannable-area.c
8358
	(hildon_pannable_draw_hscroll)
8359
	(hildon_pannable_draw_vscroll):
8360
	Use float variables to calculate the size of the scrollbars to
8361
	avoid error propagation and resizing during scrolling.
8362
8363
2008-06-19  Alberto Garcia  <agarcia@igalia.com>
8364
8365
	* src/hildon-pannable-area.c
8366
	(hildon_pannable_draw_vscroll)
8367
	(hildon_pannable_draw_hscroll):
8368
	Define a minimum size for the scroll bars
8369
8370
	* src/hildon-stackable-window.c
8371
	(hildon_stackable_window_go_home): Fix compilation warning
8372
	(get_last_window): Minor optimizations
8373
	(hildon_stackable_window_class_init): Fix initialization of
8374
	private structure.
8375
8376
2008-06-18  Alberto Garcia  <agarcia@igalia.com>
8377
8378
	* src/hildon-stackable-window.c: Fixed typos in doc
8379
8380
2008-06-18  Claudio Saavedra  <csaavedra@igalia.com>
8381
8382
	* src/hildon-pannable-area.c
8383
	(hildon_pannable_area_scroll):
8384
	Calculate here whether we need to scroll instead of using the booleans
8385
	that tell us whether to /draw/ the scrolling bars.
8386
8387
2008-06-17  Claudio Saavedra  <csaavedra@igalia.com>
8388
8389
	* src/hildon-app-menu.h
8390
	Update API.
8391
	* src/hildon-app-menu.c
8392
	(hildon_app_menu_init, hildon_app_menu_class_init): Remove
8393
	multiple filter groups related code and API. Now we support only
8394
	one filter group.
8395
	* examples/hildon-app-menu-example.c:
8396
	(create_menu):
8397
	Update to reflect API changes.
8398
8399
2008-06-16  Claudio Saavedra  <csaavedra@igalia.com>
8400
8401
	* src/hildon-stackable-window.c
8402
	(hildon_stackable_window_class_init):
8403
	Add hildon_stackable_window_realize.
8404
	(hildon_stackable_window_realize):
8405
	Append the window type _HILDON_WM_WINDOW_TYPE_STACKABLE to
8406
	the _NET_WM_WINDOW_TYPE hint. Window managers should use this type
8407
	to apply theming and behavior specific to HildonStackableWindow
8408
	windows.
8409
8410
2008-06-12  Alberto Garcia  <agarcia@igalia.com>
8411
8412
	* src/hildon-note.c (hildon_note_button_release):
8413
	Close information notes also when tapping on them
8414
8415
2008-06-12  Alejandro G. Castro <alex@igalia.com>
8416
8417
	Added BOUNCE_STEPS define to control the overshoot effect. Removed
8418
	ELASTICITY, refactor and review, fix some issues with drawing
8419
	scrollbars.
8420
8421
	* src/hildon-pannable-area.c:
8422
	(hildon_pannable_area_button_press_cb): removed the conditions to
8423
	avoid clicks when overshooting. It is not required
8424
8425
	(hildon_pannable_axis_scroll): Added BOUNCE_STEPS
8426
	define. Refatored and reviewed the code, now we do not need to
8427
	manage velocity in motion_notify.
8428
8429
	(hildon_pannable_area_motion_notify_cb): We have moved the code
8430
	that controls the area_scroll to the axis_scroll function and get
8431
	rid of duplicated code.
8432
8433
	(hildon_pannable_area_scroll): Remove the ELASTICITY define.
8434
8435
	(hildon_pannable_area_button_release_cb): Added BOUNCE_STEPS.
8436
8437
	(hildon_pannable_draw_vscroll),
8438
	(hildon_pannable_draw_hscroll): Fixed the problems with the
8439
	scrollbar drawing, now we do not use two surfaces, it is easier
8440
	and saves resources.
8441
8442
	(hildon_pannable_area_get_property): Style modification.
8443
8444
	(hildon_pannable_area_class_init): Changed some default values.
8445
8446
2008-06-12  Claudio Saavedra  <csaavedra@igalia.com>
8447
8448
	* src/hildon-stackable-window.c: Fix some typos in the
8449
	documentation.
8450
8451
2008-06-12  Alberto Garcia  <agarcia@igalia.com>
8452
8453
	* src/hildon-dialog.c:
8454
	Change indentation style
8455
8456
	* src/hildon-note.c
8457
	(hildon_note_button_release):
8458
	Use root coordinates to check if the release event happened
8459
	outside the widget.
8460
8461
	* src/hildon-app-menu.c
8462
	(hildon_app_menu_button_release):
8463
	Remove unnecessary check
8464
8465
	* examples/hildon-app-menu-example.c
8466
	(button_clicked):
8467
	Add cast to fix warning
8468
8469
	* src/hildon-app-menu.c
8470
	(hildon_app_menu_class_init):
8471
	New inner-border style property.
8472
	Set all default spacings to 16
8473
	(hildon_app_menu_init):
8474
	Use vertical-spacing to set the space between filter buttons and
8475
	regular menu buttons.
8476
	Set the default container border using the inner-border value.
8477
8478
	* examples/hildon-app-menu-example.c
8479
	(create_menu):
8480
	Don't set the menu border explicitly, now we have the inner-border
8481
	style property for that.
8482
8483
2008-06-11  Alberto Garcia  <agarcia@igalia.com>
8484
8485
	* src/hildon-app-menu.c (hildon_app_menu_init):
8486
	Make the window modal
8487
8488
	* src/hildon-note.c (hildon_note_map)
8489
	* src/hildon-app-menu.c (hildon_app_menu_map):
8490
	Destroy the grab window if we're unable to grab the pointer
8491
8492
	* src/hildon-app-menu-private.h
8493
	* src/hildon-app-menu.c
8494
	(hildon_app_menu_init, hildon_app_menu_finalize)
8495
	(hildon_app_menu_map, hildon_app_menu_unmap)
8496
	(hildon_app_menu_button_release)
8497
	(grab_transfer_window_get):
8498
	Bring back the grab window
8499
	(hildon_app_menu_realize):
8500
	Decorate the window, set WM hint for Matchbox
8501
8502
	* src/hildon-note.c (hildon_note_realize):
8503
	* src/hildon-banner.c (hildon_banner_realize):
8504
	Add WM hints for Matchbox
8505
8506
2008-06-10  Alberto Garcia  <agarcia@igalia.com>
8507
8508
	* src/hildon-app-menu-private.h
8509
	* src/hildon-app-menu.c
8510
	(hildon_app_menu_init, hildon_app_menu_finalize)
8511
	(hildon_app_menu_map, hildon_app_menu_unmap)
8512
	(hildon_app_menu_button_release):
8513
	Remove the grab window, it's not needed anymore
8514
8515
	* src/hildon-program.c
8516
	Fixed typo in documentation
8517
8518
	* src/hildon-app-menu.h
8519
	* src/hildon-app-menu.c
8520
	* examples/hildon-app-menu-example.c
8521
	Remove hildon_app_menu_popup(), use gtk_widget_show() instead
8522
8523
2008-06-09  Alberto Garcia  <agarcia@igalia.com>
8524
8525
	* src/hildon-note.c
8526
	Added new transfer_window and close_if_pressed_outside private
8527
	attributes.
8528
	(hildon_note_rebuild):
8529
	Don't add a cancel button to the information note. It will be
8530
	closed when tapping outside
8531
	Remove the comment about the OK button in the documentation
8532
	(hildon_note_realize):
8533
	Set the notification type hint
8534
	(hildon_note_map, hildon_note_unmap, grab_transfer_window_get):
8535
	Grab/ungrab pointer and keyboard if the note has to be closed when
8536
	tapping outside
8537
	(hildon_note_button_release):
8538
	Close the note when tapping outside (if applicable)
8539
8540
	* src/hildon-app-menu.c
8541
	Grab/ungrab pointer and keyboard on map/unmap
8542
	(hildon_app_menu_button_release, hildon_app_menu_class_init):
8543
	Close the menu on button release, not button press
8544
8545
	* src/hildon-banner.c
8546
	(hildon_banner_set_property)
8547
	(hildon_banner_check_position):
8548
	Make the banner use the full width of the screen
8549
	(hildon_banner_show_information)
8550
	(hildon_banner_show_information_with_markup):
8551
	Don't display an icon by default
8552
8553
2008-06-09  Alejandro G. Castro <alex@igalia.com>
8554
8555
	Added fading scrollbars and adapted all the overshooting code to
8556
	horizontal scrolling. We have also fixed bugs with overshooting
8557
	and current fading implementation.
8558
8559
	* src/hildon-pannable-area.c
8560
	(hildon_pannable_area_scroll_indicator_fade): Time out function
8561
	used to change the transparency of the scrollbars.
8562
8563
	(hildon_pannable_area_button_press_cb): Added horizontal overshot
8564
	control and fixed a problem with fading, we now remove the fade
8565
	timeout before adding a new one.
8566
8567
	(hildon_pannable_axis_scroll):
8568
	(hildon_pannable_area_scroll):
8569
	(hildon_pannable_area_timeout): Added this functions so we can use
8570
	the scroll code both for vertical and horizontal.
8571
8572
	(hildon_pannable_area_motion_notify_cb):
8573
	(hildon_pannable_area_button_release_cb): Added the horizontal
8574
	scrolling control, fixed a problem with the overshooting timeout.
8575
8576
	(rgb_from_gdkcolor): Added this function, it is used in the cairo
8577
	painting of the scrolls.
8578
8579
	(hildon_pannable_draw_vscroll):
8580
	(hildon_pannable_draw_hscroll):
8581
	(hildon_pannable_area_expose_event):
8582
	Draw both scrollbars and rectangles in the overshooting area.
8583
8584
	(hildon_pannable_area_get_property):
8585
	(hildon_pannable_area_set_property):
8586
	Modified the overshoot property to overshoot_max
8587
8588
	(hildon_pannable_area_map):
8589
	Replaced the comments symbols.
8590
8591
	(hildon_pannable_area_size_allocate):
8592
	(hildon_pannable_area_class_init):
8593
	(hildon_pannable_area_init): Added horizontal scroll, fading
8594
	effect properties, fixed a problem when overshooting in the bottom
8595
	of the widget.
8596
8597
	* examples/hildon-pannable-area-example.c:
8598
	(get_sawtooth_label): Now we use smaller sawtooths, the effect
8599
	looks better in the example.
8600
8601
2008-06-03  Alberto Garcia  <agarcia@igalia.com>
8602
8603
	* src/hildon-window.c
8604
	* src/hildon-window.h
8605
	(hildon_window_class_init)
8606
	(hildon_window_unset_program)
8607
	(hildon_window_unset_program_real):
8608
	Make unset_program a virtual function
8609
8610
	* src/hildon-stackable-window.c
8611
	* src/hildon-stackable-window.h
8612
	Added hildon_stackable_window_go_home()
8613
8614
	* examples/Makefile.am
8615
	* examples/hildon-stackable-window-example.c
8616
	HildonStackableWindow example
8617
8618
2008-06-03 Alejandro G. Castro <alex@igalia.com>
8619
8620
	* hildon-pannable-area.c: Added the overshoot property and removed
8621
	the OVERSHOOT define. Fixed an indent style error.
8622
	(hildon_pannable_area_motion_notify_cb):
8623
	(hildon_pannable_area_get_property):
8624
	(hildon_pannable_area_set_property): Add overshoot property.
8625
8626
	(hildon_pannable_area_scroll): replaced OVERSHOOT define with
8627
	overshoot property.
8628
8629
	(hildon_pannable_area_class_init): Installed the new property.
8630
8631
	* hildon-pannable-area-example.c: Added a sawtooth function, this
8632
	way it is easier to check the movement in the pannable.
8633
	(get_sawtooth_label): Added this function.
8634
	(main): Now we get the labels from the new get_sawtooth_label
8635
	function.
8636
8637
2008-05-26  Alberto Garcia  <agarcia@igalia.com>
8638
8639
	* src/hildon-app-menu.h
8640
	* src/hildon-app-menu.c
8641
	Renamed API variables for consistency
8642
8643
	(hildon_app_menu_popup): Use also the default window size to
8644
	decide where to place the menu
8645
8646
	(hildon_app_menu_init, hildon_app_menu_class_init): New
8647
	external-border style property
8648
8649
2008-05-26  Michael Natterer  <mitch@imendio.com>
8650
8651
	* src/hildon-time-editor.c (hildon_time_editor_class_init): The
8652
	widget_class->tap_and_hold_setup signal slot doesn't exist any
8653
	longer, stop overriding it.
8654
8655
	(hildon_time_editor_init): g_signal_connect() to the
8656
	tap-and-hold-setup signal instead.
8657
8658
	(hildon_time_editor_entry_keypress): add cast to fix warning.
8659
8660
2008-05-23  Alberto Garcia  <agarcia@igalia.com>
8661
8662
	* doc/hildon-docs.sgml
8663
	* doc/hildon.types
8664
	* examples/Makefile.am
8665
	* examples/hildon-app-menu-example.c
8666
	* src/Makefile.am
8667
	* src/hildon-app-menu-private.h
8668
	* src/hildon-app-menu.c
8669
	* src/hildon-app-menu.h
8670
	* src/hildon.h
8671
	New HildonAppMenu widget
8672
8673
2008-05-21 Alejandro G. Castro <alex@igalia.com>
8674
8675
	Rearranged the inheritance of the pannable area, now it inherits
8676
	from GtkBin. This will allow us to control the event_window and
8677
	the allocation process of the widget, required for some effects.
8678
8679
	* src/hildon-pannable-area.h: Replaced GtkEventBox structures with
8680
	GtkBin structures.  * src/hildon-pannable-area.c: Added the
8681
	event_window variable.
8682
	(hildon_pannable_area_button_press_cb):
8683
	(hildon_pannable_area_button_release_cb):
8684
	(hildon_pannable_area_motion_notify_cb):
8685
	Changed the signature of the method, now we override the event
8686
	callback instead of connecting to the signal.
8687
8688
	(hildon_pannable_area_realize):
8689
	(hildon_pannable_area_unrealize):
8690
	(hildon_pannable_area_map):
8691
	(hildon_pannable_area_unmap):
8692
	(hildon_pannable_area_size_allocate):
8693
	Added functions to control the widget construction. We add a
8694
	INPUT_ONLY window and we put it over the widgets inside the
8695
	container, this event_window handles the events.
8696
8697
	(hildon_pannable_area_class_init):
8698
	Replaced the signal connections with overrides of the event
8699
	callbacks.
8700
8701
2008-05-20 Alejandro G. Castro <alex@igalia.com>
8702
8703
	Bouncing effect added when touching the borders, you can change
8704
	the elasticity of the border changing the ELASTICITY define.
8705
8706
	* src/hildon-pannable-area.c: Added ELASTICITY define.
8707
	(hildon_pannable_area_timeout): Added inverse velocity when
8708
	touching the border of the child widget, that causes a bounce.
8709
8710
2008-05-20 Alejandro G. Castro <alex@igalia.com>
8711
8712
	Improved performance, we now do not go to the X server in order to
8713
	get the list of window children. Apparently the effect is the
8714
	same, we have to be careful and check if this breaks something in
8715
	any corner case.
8716
8717
	* src/hildon-pannable-area.c:
8718
	(get_ordered_children): Removed this function.
8719
	(hildon_pannable_area_get_topmost): Replaced the ad-hoc search of
8720
	the children windows function with gdk_window_get_children.
8721
8722
2008-05-20 Alejandro G. Castro <alex@igalia.com>
8723
8724
	* src/hildon-pannable-area.c:
8725
	(hildon_pannable_area_dispose): Fixed a crash when closing the
8726
	window and kinetics is activated.
8727
8728
2008-05-19  Alberto Garcia  <agarcia@igalia.com>
8729
8730
	* src/hildon-pannable-area.h
8731
	* src/hildon-pannable-area.c
8732
	Changed indentation style to meet the one used in Hildon
8733
8734
2008-05-19 Alejandro G. Castro <alex@igalia.com>
8735
8736
	Reviewed the interaction of the AUTO mode, now we use the time
8737
	attribute of the events and calculate the velocity in the motion,
8738
	doing a gimp like calculation. The velocity is calculated in each
8739
	motion event using the last velocity and the current one, the
8740
	SMOOTH_FACTOR controls the percentage of the new velocity we use.
8741
8742
	* src/hildon-pannable-area.c: Replaced the time based algorithm
8743
	for the AUTO mode.
8744
	(hildon_pannable_area_motion_notify_cb): now we do not launch the
8745
	timeout for the AUTO mode when we are still moving the cursor. We
8746
	added also the velocity calculation in this function.
8747
	(hildon_pannable_area_button_release_cb): launch the timeout in
8748
	case we are in AUTO mode. There are still some constants here that
8749
	come from the old implementation that should be reviewed and
8750
	handled properly.
8751
8752
2008-05-15  Alberto Garcia  <agarcia@igalia.com>
8753
8754
	* doc/hildon-docs.sgml
8755
	* doc/hildon.types
8756
	* src/Makefile.am
8757
	* src/hildon-stackable-window.c
8758
	* src/hildon-stackable-window.h
8759
	* src/hildon.h
8760
	New HildonStackableWindow widget
8761
8762
	* examples/hildon-dialog-example.c
8763
	* examples/hildon-pannable-area-example.c
8764
	Updated copyright
8765
8766
2008-05-14  Alberto Garcia  <agarcia@igalia.com>
8767
8768
	* src/hildon-dialog.c
8769
	(hildon_dialog_new_with_buttons): New constructor.
8770
8771
	* examples/hildon-dialog-example.c
8772
	(main): Update the example to use the new
8773
	hildon_dialog_new_with_buttons().
8774
8775
	* examples/hildon-pannable-area-example.c
8776
	(main): Update example.
8777
8778
2008-05-13 Alberto Garcia <agarcia@igalia.com>
8779
8780
	* doc/hildon-docs.sgml
8781
	* doc/hildon.types
8782
	Added HildonPannableArea to the documentation.
8783
8784
2008-05-13 Victor Jaquez <vjaquez@igalia.com>
8785
8786
	* doc/visual_index.xml
8787
	Fix reference to HildonLoginDialog in documentation
8788
8789
	* doc/hildon-docs.sgml
8790
	* doc/hildon.types
8791
	* examples/Makefile.am
8792
	* examples/hildon-dialog-example.c
8793
	* src/Makefile.am
8794
	* src/hildon-dialog.c
8795
	* src/hildon-dialog.h
8796
	* src/hildon.h
8797
	New HildonDialog widget.
8798
8799
2008-05-09 Alberto Garcia <agarcia@igalia.com>
8800
8801
	* src/hildon-pannable-area.c
8802
	Merge latest changes (r4318, r4342) from libmokoui trunk
8803
8804
2008-05-09 Alberto Garcia <agarcia@igalia.com>
8805
8806
	* examples/Makefile.am
8807
	* examples/hildon-pannable-area-example.c
8808
	* src/Makefile.am
8809
	* src/hildon-pannable-area.c
8810
	* src/hildon-pannable-area.h
8811
	* src/hildon.h
8812
	New HildonPannableArea widget.
8813
8814
2008-04-15 18:05:19    <timj@imendio.com>
8815
8816
	* src/hildon-banner.c: revert the recent change, that introduced
8817
	gtk_window_present() calls. this reopens:
8818
	  Bug 78481 - [freetest] information banners are hidden under browser menu
8819
	But resolves another variant of:
8820
	  Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8821
8822
2008-04-15 13:21:13    <timj@imendio.com>
8823
8824
	* src/hildon-banner.c: refetch layout pointer after GtkLabel possibly
8825
	recreated its layout, spotted by Kris. this fixes all remaining
8826
	artefacts and stability issues with the banner code. in particular:
8827
	Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8828
8829
2008-04-14 16:52:59    <timj@imendio.com>
8830
8831
	* src/hildon-banner.c: guard force_to_wrap_truncated() against
8832
	operating on unrealized widgets, fixes:
8833
	Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
8834
8835
	* src/hildon-banner-private.h: coalesce boolean fields into bitfield.
8836
8837
2008-04-09  Kristian Rietveld  <kris@imendio.com>
8838
8839
	Fixes: NB#77775: Media Player, Save Now playing list, too long name
8840
	makes banner disappear.
8841
	Fixes: NB#79182: info banner flickering with certain message lengts.
8842
8843
	* src/hildon-banner.c (hildon_banner_constructor),
8844
	(hildon_banner_init), (hildon_banner_set_text),
8845
	(hildon_banner_set_markup): call hildon_banner_reset_wrap_state(),
8846
	(hildon_banner_reset_wrap_state): new function: reset wrap flags to
8847
	FALSE, reset size requests of label and banner,
8848
	(force_to_wrap_truncated): when the text is too wide, always enforce
8849
	the maximum possible width instead of recalculating it from the
8850
	layout; enforce the maximum banner height of 3 lines,
8851
	(hildon_banner_init): set WORD_CHAR wrapping, this will result in
8852
	nicer wrapping and no truncated chars if space gets tight.
8853
8854
	* src/hildon-banner-private.h: add has_been_wrapped and
8855
	has_been_truncated fields.
8856
8857
2008-04-07  Sven Herzberg  <sven@imendio.com>
8858
8859
	Fixes: NB#78896: libhildon code inspection/coverity: uninitialised
8860
	local values in hildon_date_editor_size_allocate
8861
8862
	* src/hildon-date-editor.c: moved the real allocation code into the
8863
	if() branch
8864
8865
2008-04-07  Sven Herzberg  <sven@imendio.com>
8866
8867
	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8868
	local values in hildon_date_editor_size_allocate
8869
8870
	* src/hildon-date-editor.c: merged the two if() branches together
8871
8872
2008-04-07  Sven Herzberg  <sven@imendio.com>
8873
8874
	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8875
	local values in hildon_date_editor_size_allocate
8876
8877
	* src/hildon-date-editor.c: changed the arguments of the if()
8878
	conditions
8879
8880
2008-04-07  Sven Herzberg  <sven@imendio.com>
8881
8882
	Prepares: NB#78896: libhildon code inspection/coverity: uninitialised
8883
	local values in hildon_date_editor_size_allocate
8884
8885
	* src/hildon-date-editor.c: split the calculation of the allocation
8886
	from the real allocation
8887
8888
2008-03-27  Michael Natterer  <mitch@imendio.com>
8889
8890
	Fixes: NB#81696: The passcode is not overwritten even after
8891
	selecting
8892
8893
	* src/hildon-code-dialog.c
8894
	(hildon_code_dialog_button_clicked)
8895
	(hildon_code_dialog_im_commit): don't use gtk_entry_append_text()
8896
	because that doesn't overwrite selected text. Instead, emit the
8897
	"commit" signal on the entry's im_context so the entry's normal
8898
	insert logic is triggered. Set the cursor to the end of the entry
8899
	after each insert operation so that we *only* insert in the middle
8900
	of the text if something was selected.
8901
8902
2008-03-27  Michael Natterer  <mitch@imendio.com>
8903
8904
	Enable fixing: NB#79916 and NB#79918: The help topic for Color
8905
	selector cannot be opened
8906
8907
	* src/hildon-color-button.c: add signal "setup-dialog" and emit it
8908
	when the popup color selector is created. Please connect to this
8909
	signal in order to set the dialog's help ID.
8910
8911
2008-03-25  Sven Herzberg  <sven@imendio.com>
8912
8913
	Fixes: MB#1212: Hide info banners (infoprints) on click
8914
8915
	* src/hildon-banner.c: (simulate_close), (hildon_banner_timeout):
8916
	extracted the close event simulation into an extra function
8917
	(hildon_banner_button_press_event): simulate a close event and destroy
8918
	the widget if the event wasn't handled
8919
	(hildon_banner_class_init): added the button_press_event handler
8920
	(hildon_banner_init): added button-press events to the widget
8921
8922
2008-03-25  Sven Herzberg  <sven@imendio.com>
8923
8924
	Fixes: MB:#924: Hildon widgets doesn't support RTL mode
8925
	Patch from: Mohammad Anwari  <mdamt@maemo.org>
8926
8927
	* src/hildon-banner.c: let the HildonBanners pop up on the left side
8928
	instead of the right in RTL mode
8929
	* src/hildon-bread-crumb-trail.c: mirror the appearance of the
8930
	breadcrumb button list in RTL mode
8931
	* src/hildon-caption.c: mirror the appearance of the caption widget in
8932
	RTL mode
8933
	* src/hildon-date-editor.c: mirror appearance of the date editor in
8934
	RTL mode
8935
	* src/hildon-time-editor.c: mirror appearance of the time editor in
8936
	RTL mode
8937
	* src/hildon-window.c: fix the position of the popup in RTL mode
8938
8939
2008-03-25  Sven Herzberg  <sven@imendio.com>
8940
8941
	Amendment to the fix of NB#22072. Fix compilation.
8942
8943
	* src/hildon-banner.c: (hildon_banner_timeout): fix compilation
8944
8945
2008-03-19  Sven Herzberg  <sven@imendio.com>
8946
8947
	Fixes: NB#22072: Revisiting fix for "Implement robust timer handling
8948
	in Info Banner" bug
8949
8950
	* src/hildon-banner.c: (hildon_banner_timeout): reset the current
8951
	timeout id properly when the timeout will disappear this leaves no
8952
	artifacts around in the destroy(); there will only be the timeout
8953
	created by hildon_banner_ensure_timeout() and adding a new timeout
8954
	will also work if the timeout gets removed because the timeout_handler
8955
	returned FALSE
8956
8957
2008-03-19  Michael Natterer  <mitch@imendio.com>
8958
8959
	Fixes: NB#79791: Cannot set focus to Master volume using stylus
8960
8961
	* src/hildon-volumebar.c
8962
	* src/hildon-vvolumebar.c
8963
	* src/hildon-hvolumebar.c (init): remove UNSET_FLAGS(CAN_FOCUS) so
8964
	the widget becomes focussable at all.
8965
8966
	* src/hildon-volumebar.c: implement GtkWidget::grab_focus() and
8967
	set the focus to wither the mute button or the volumebar.
8968
8969
	Remove own "can-focus" property and instead listen to
8970
	notify::can-focus in order to update the widget's state.
8971
8972
	Implement GtkWidget::focus() and make sure we can also *leave* the
8973
	widget, not only enter it, depending on volumebar orientation and
8974
	requested focus direction.
8975
8976
	Clean up set_mute() to cooperate nicely with all the above.
8977
8978
2008-03-04  Michael Natterer  <mitch@imendio.com>
8979
8980
	Fixes: NB#78481: information banners are hidden under browser menu
8981
8982
	* src/hildon-banner.c: call gtk_window_present() on the banners so
8983
	they are risen if they are already visible.
8984
8985
2008-03-03  Sven Herzberg  <sven@imendio.com>
8986
8987
	Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
8988
8989
	* examples/hildon-window-menu-example.c: (main): extended the window
8990
	menu example to serve as a testcase for automatically added
8991
	accelerator groups, too
8992
	* src/hildon-window.c: (hildon_window_add_accel_group),
8993
	(hildon_window_set_menu): added patch by Tommi Komulainen
8994
8995
2008-03-03  Sven Herzberg  <sven@imendio.com>
8996
8997
	Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
8998
8999
	* src/hildon-window.c: (hildon_window_get_borders): don't imply any
9000
	knowledge about the border allocators used within GTK+
9001
9002
2008-02-26  Sven Herzberg  <sven@imendio.com>
9003
9004
	Fixes: MB#2981: Build with asserts broken
9005
9006
	* src/hildon-date-editor.c,
9007
	* src/hildon-number-editor.c,
9008
	* src/hildon-time-editor.c,
9009
	* src/hildon-weekday-picker.c: replace HILDON_IS_EDITOR_EDITOR by a
9010
	the proper GType instance check
9011
9012
2008-02-25  Sven Herzberg  <sven@imendio.com>
9013
9014
	Fixed: MB#1221: HildonWindow shouldn't call show_all for GtkMenu
9015
9016
	* doc/Makefile.am: tell gtk-doc about HILDON_DISABLE_DEPRECATED
9017
	* examples/hildon-window-menu-example.c: (main): explicitly show
9018
	the menu item
9019
	* src/hildon-window.c:
9020
	(hildon_window_set_main_menu): moved most of the code from set_menu()
9021
	to this place; skipped the call to gtk_widget_show_all(); also didn't
9022
	introduce gtk_widget_show() as gtk_menu_popup() will call that anyways
9023
	(hildon_window_set_menu): removed most of the code, just keep the
9024
	questionable gtk_widget_show_all()
9025
	* src/hildon-window.h: added the new function and deprecate the old
9026
	one
9027
9028
2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
9029
9030
	[2.0.1-1 release]
9031
9032
	* NEWS:
9033
	* configure.ac:
9034
	* debian/changelog: Updating.
9035
9036
2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
9037
9038
	* configure.ac:
9039
	* pkgconfig/Makefile.am:
9040
	* pkgconfig/hildon.pc.in:
9041
	* src/Makefile.am:
9042
9043
	Do not use PACKAGE_VERSION_MAJOR as the API revision,
9044
	use newly created API_MAJOR_VERSION.
9045
9046
2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
9047
9048
	[2.0.0-1 release]
9049
9050
	* NEWS:
9051
	* configure.ac:
9052
	* debian/changelog: Updating.
9053
9054
2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
9055
9056
	* src/hildon-color-chooser.c (hildon_color_chooser_class_init):
9057
9058
	Add outer_border style property, we use it but don't define it (!).
9059
9060
	Fixes NB#75310
9061
9062
2007-12-21  Xan Lopez  <xan.lopez@nokia.com>
9063
9064
	* examples/hildon-bread-crumb-trail-example.c (main):
9065
9066
	Add clear button.
9067
9068
	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_remove):
9069
9070
	Fix logic for the bread crumb trail node removal.
9071
9072
	Fixes: NB#78616
9073
9074
2007-12-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9075
9076
	[1.99.1-1 release]
9077
9078
	* NEWS:
9079
	* configure.ac:
9080
	* debian/changelog: Updating.
9081
9082
2007-11-08  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9083
9084
	Patch by Alejandro to get/set passwords dialogs accesibility.
9085
9086
	* hildon-1/src/hildon-get-password-dialog.c:
9087
	* hildon-1/src/hildon-set-password-dialog.c:
9088
	Set atk_set_name to the passwd entries in order to allow
9089
	accessibility by name on this entries.
9090
9091
2007-10-11  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9092
9093
	[1.99.0-2 release]
9094
9095
	* debian/changelog:
9096
	* debian/control: Updating gtk dep.
9097
9098
2007-10-10  Mohammad Anwari  <Mohammad.Anwari@nokia.com>
9099
9100
	* configure.ac, pkgconfig/hildon-1.pc: Turn on -DMAEMO_CHANGES only if
9101
	USE_MAEMO_GTK is enabled.
9102
9103
2007-10-10  Xan Lopez  <xan.lopez@nokia.com>
9104
9105
	* src/hildon-code-dialog.c (hildon_code_dialog_init): check for
9106
	MAEMO_GTK or GTK+ > 2.11 before using GTK_BUTTONBOX_CENTER mode.
9107
9108
2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9109
9110
	[1.99.0-1 release]
9111
9112
	* NEWS:
9113
	* configure.ac:
9114
	* debian/changelog: Updating.
9115
9116
2007-10-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9117
9118
	* examples/Makefile.am:
9119
	* examples/hildon-logical-color-example.c:
9120
	* src/hildon-helper.c: Fixing the way logical colors/fonts are being
9121
	applied + adding a test case. Fixes: NB#71660.
9122
9123
2007-10-08  Xan Lopez  <xan.lopez@nokia.com>
9124
9125
	* src/hildon-window.c (hildon_window_map): only map the vbox if it's supposed
9126
	to be visible, fixes warning on map for windows without toolbars.
9127
9128
2007-10-02  Xan Lopez  <xan.lopez@nokia.com>
9129
9130
	* src/hildon-seekbar.c: gtk_range_get_fill_level is available in GTK+ since
9131
	2.11.0, add a check for that besides the MAEMO_GTK check.
9132
9133
2007-09-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9134
9135
	[1.0.17-1 release]
9136
9137
	* NEWS:
9138
	* configure.ac:
9139
	* debian/changelog: Updating.
9140
9141
2007-09-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9142
9143
	* src/hildon-window.c: Applying patches by Xan to fix the toolbar
9144
	visibility. Fixes: NB#70842 and MB#615.
9145
9146
2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
9147
9148
	* src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
9149
	set the separator as no-show-all so it doesn't unintentionally appear when
9150
	someone does a show_all.
9151
9152
2007-09-25  Xan Lopez  <xan.lopez@nokia.com>
9153
9154
	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
9155
	(hildon_bread_crumb_trail_push_icon): Do not show the separator for the
9156
	toplevel item. Fixes: NB#62031
9157
9158
2007-09-24  Xan Lopez  <xan.lopez@nokia.com>
9159
9160
	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_icon):
9161
	fix the name of the function in the docs.
9162
9163
2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9164
9165
	[1.0.16-1 release]
9166
9167
	* NEWS:
9168
	* configure.ac:
9169
	* debian/changelog: Updating.
9170
9171
2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9172
9173
	* examples/hildon-banner-long-example.c: Adding a test-case for long
9174
	hildon banner.
9175
9176
	* src/hildon-find-toolbar.c: Fixing the get_last_index function.
9177
9178
2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9179
9180
	* src/hildon-color-chooser-dialog.c:
9181
	* src/hildon-color-chooser.c:
9182
	* src/hildon-font-selection-dialog.c: Adding two patches by Tommi to fix
9183
	memory leaks in font selector and color selector. Fixes: NB#70499 and
9184
	NB#70474.
9185
9186
2007-09-20  Johan Bilien  <johan.bilien@nokia.com>
9187
9188
	* src/hildon-helper.c: Fixed the leak of the a GList. Fixes: NB#70273.
9189
9190
2007-09-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9191
9192
	* src/hildon-code-dialog.c: Making the hardcoded WIDTH/HEIGHT values a
9193
	little bit bigger. Fixes: #NB63694.
9194
9195
2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9196
9197
	[1.0.15-1 release]
9198
9199
	* NEWS:
9200
	* configure.ac:
9201
	* debian/changelog: Updating.
9202
9203
2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9204
9205
	* doc/Makefile.am:
9206
	* doc/hildon-docs.sgml:
9207
	* doc/images/bread-crumb-trail.png:
9208
	* doc/images/calendar-popup.png:
9209
	* doc/images/caption.png:
9210
	* doc/images/code-dialog.png:
9211
	* doc/images/color-button.png:
9212
	* doc/images/color-chooser-dialog.png:
9213
	* doc/images/color-chooser.png:
9214
	* doc/images/controlbar.png:
9215
	* doc/images/date-editor.png:
9216
	* doc/images/font-selection-dialog.png:
9217
	* doc/images/get-password-dialog.png:
9218
	* doc/images/hvolumebar.png:
9219
	* doc/images/login-dialog.png:
9220
	* doc/images/note.png:
9221
	* doc/images/number-editor.png:
9222
	* doc/images/range-editor.png:
9223
	* doc/images/seekbar.png:
9224
	* doc/images/set-password-dialog.png:
9225
	* doc/images/sort-dialog.png:
9226
	* doc/images/time-editor.png:
9227
	* doc/images/time-picker.png:
9228
	* doc/images/vvolumebar.png:
9229
	* doc/images/weekday-picker.png: Adding the new generated widget shots.
9230
	Adding the bread-crumb-trial and helpers to the documentation.
9231
9232
2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9233
9234
	* examples/hildon-find-toolbar-example.c:
9235
	* src/hildon-find-toolbar.c:
9236
	* src/hildon-find-toolbar.h: FIxing the default history-append handler to
9237
	actually continue firing the other handlers if connected. Adding a new
9238
	function:
9239
	hildon_find_toolbar_get_last_index that gets the index of the most
9240
	recently added (last) item. Fixes: NB#52301.
9241
9242
2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9243
9244
	* src/hildon-caption.c: Applying a patch by Tommi to fix the focus
9245
	behaviour. Fixes: NB#68610.
9246
9247
2007-09-10  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9248
9249
	* src/hildon-banner.c: Actually reverting the previous change. It somehow
9250
	looks a bit worse.
9251
9252
2007-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9253
9254
	* src/hildon-banner.c: Changing the infobanner background pixmap to NULL
9255
	when realizing the banner. Should make the infonbanner effect a bit more
9256
	bearable.
9257
9258
2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9259
9260
	* src/hildon-volumebar.c:
9261
	* src/hildon-volumebar.h: Changing the GtkWidget to HildonVolumebar in
9262
	hildon_volumebar_set_range_insensitive_message and
9263
	hildon_volumebar_set_range_insensitive_messagef. Fixes MB#1848.
9264
9265
2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9266
9267
	* src/hildon-window.c: Fixing the border freeing on destroy.
9268
9269
2007-09-05  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9270
9271
	* src/hildon-code-dialog-private.h:
9272
	* src/hildon-code-dialog.c: Adding a patch by Tomas Junnonen to fix the
9273
	kw keyboard support in HildonCodeDialog.
9274
9275
2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9276
9277
	[1.0.14-1 release]
9278
9279
	* NEWS:
9280
	* configure.ac:
9281
	* debian/changelog: Updating.
9282
9283
2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9284
9285
	* src/hildon-date-editor.c:
9286
	* src/hildon-number-editor.c:
9287
	* src/hildon-private.c:
9288
	* src/hildon-private.h:
9289
	* src/hildon-time-editor.c:
9290
	* src/hildon-weekday-picker.c: A patch by Xan Lopez to fix focus
9291
	handling in subclassed composite widgets. Fixes: NB#66628.
9292
9293
2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9294
9295
	* src/hildon-window.c: Removing extra gtk_main_iteration () processing
9296
	from destroy_ callback as it introduces problems in async dbus signal
9297
	handlers. Fixes NB#66673.
9298
9299
2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9300
9301
	* examples/hildon-hvolumebar-example.c:
9302
	* src/hildon-volumebar.c: Improving the focus handling in the
9303
	volumebar widgets. Fixes NB#63955 and NB#65155. Also fixing the
9304
	set_property accessor so that "mute" property can be actually set. I'm
9305
	scared that nobody noticed it's totally broken.
9306
9307
2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9308
9309
	* debian/control: Use libesd0-dev or osso-esd-dev as esd dependancy.
9310
	Fixes NB#66548.
9311
9312
2007-08-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9313
9314
	* src/hildon-calendar.c:
9315
	* src/hildon-number-editor.c:
9316
	* src/hildon-time-picker.c: Changing the timeout repeat so that it
9317
	matches the spec of 6 chars per second. Fixes: NB#60489.
9318
9319
2007-08-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9320
9321
	* src/hildon-helper.c: Really fixing NB#58352. Looks like
9322
	gtk_style_lookup_color sometime returns FALSE even though color was
9323
	found and values were filled properly. Weird. Removing the warning for the
9324
	time being.
9325
9326
2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9327
9328
	* src/hildon-find-toolbar.c: Puting the combobox inside alignment to not
9329
	expand vertically. Adding some extra space to the find toolbar buttons to
9330
	make them thumbable. Fixes NB#66060.
9331
9332
2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9333
9334
	* src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
9335
	popup with "Ok" and "Cancel". Fixes NB#59299.
9336
9337
2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9338
9339
	* src/hildon-calendar.c: Process all window updates before executing next
9340
	timeout. Fixes: NB#54146.
9341
9342
2007-08-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9343
9344
	[1.0.13-1 release]
9345
9346
	* NEWS:
9347
	* configure.ac:
9348
	* debian/changelog: Updating.
9349
9350
2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
9351
9352
	* src/hildon-banner.c: (hildon_banner_client_event): connect directly to
9353
	the client event and ignore it, since we use the delete event to close
9354
	after timeouts.
9355
9356
2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9357
9358
	* src/hildon-helper.c: Remove the bogus warning about color not being
9359
	found. Fixes NB#58352.
9360
9361
2007-08-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9362
9363
	* examples/Makefile.am:
9364
	* examples/hildon-toolbar-seekbar-example.c: Adding an example to test a
9365
	HildonSeekbar widget inside a toolbar.
9366
9367
2007-08-16  Xan Lopez  <xan.lopez@nokia.com>
9368
9369
	* src/hildon-banner.c (hildon_banner_init): mark the banners as
9370
	temporary, depends on maemo-gtk >= 2.10.12-osso7. Also ignore the
9371
	delete event that will come from _GTK_DELETE_TEMPORARIES, as we
9372
	don't want to be closed by non-temporary windows on map.
9373
9374
	Also use G_DEFINE_TYPE instead of manually typed code.
9375
9376
2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9377
9378
	[1.0.12-1 release]
9379
9380
	* NEWS:
9381
	* configure.ac:
9382
	* debian/changelog:
9383
	* debian/rules: Updating.
9384
9385
2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9386
9387
	* examples/Makefile.am:
9388
	* examples/hildon-hvolumebar-timer-example.c: Adding an exmaple to debug
9389
	bug NB#61128. Strangely it works.
9390
9391
2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9392
9393
	* src/hildon-date-editor.c: When the date editor entry has been changed
9394
	but the numbers of characters < max, turn off the skip validation flag.
9395
	Prevents a situation when we enter first a valid year and later re-write
9396
	it with an invalid one. Fixes NB#60154.
9397
9398
2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9399
9400
	* src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
9401
	code dialog. Fixes NB#64355.
9402
9403
2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9404
9405
	* src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
9406
	switching the page. Fixes NB#49374.
9407
9408
	* examples/Makefile.am:
9409
	* examples/hildon-wizard-dialog-example.c: Adding an example for
9410
	HildonWizardDialog that shows how to handle manual sensitivity setting on
9411
	the wizard dialog.
9412
9413
2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9414
9415
	* configure.ac:
9416
	* src/Makefile.am:
9417
	* src/hildon-version.h.in:
9418
	* src/hildon.h: Adding the HILDON_CHECK_VERSION macro. Fixes: NB#62061.
9419
9420
2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9421
9422
	* src/hildon-volumebar.c: Updating the docs.
9423
9424
2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9425
9426
	[1.0.11-1 release]
9427
9428
	* NEWS:
9429
	* configure.ac:
9430
	* debian/changelog: Updating.
9431
9432
2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9433
9434
	* src/hildon-find-toolbar.c:
9435
	* src/hildon-find-toolbar.h: Adding a few new functions to control the
9436
	selected item: hildon_find_toolbar_set_active,
9437
	hildon_find_toolbar_set_active_iter, hildon_find_toolbar_get_active,
9438
	hildon_find_toolbar_get_active_iter . They correspond to respective
9439
	GtkComboBox functions.
9440
9441
	* examples/Makefile.am:
9442
	* examples/hildon-find-toolbar-example.c: Adding the example to test the
9443
	new functionality.
9444
9445
2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9446
9447
	* examples/Makefile.am:
9448
	* examples/hildon-seekbar-example.c: Adding the seekbar example to check
9449
	theming easily.
9450
9451
	* src/hildon-font-selection-dialog.c: Fixing the default focus for dialog
9452
	when font size > 32 and we pack a focusable widget inside. Actually using
9453
	the default response would work too, but since we don't show default
9454
	response state in any way (no theming) it would not be visible to the
9455
	user. Fixes NB#63430.
9456
9457
2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9458
9459
	* src/hildon-date-editor.c: Adding the missing variable setter in the
9460
	set_property handler. Fixes NB#54182.
9461
9462
2007-07-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9463
9464
	* src/hildon-window.h: Changing the long key press time from 1500ms to
9465
	800ms as requested in NB#63700. I have a bad feeling about this, let's
9466
	see... Fixes NB#63700.
9467
9468
2007-07-12  Tommi Komulainen  <tommi.komulainen@nokia.com>
9469
9470
	* src/hildon-time-picker.c (hildon_time_picker_class_init,
9471
	hildon_time_picker_map, hildon_time_picker_realize,
9472
	hildon_time_picker_style_set): Split the contents of map to more
9473
	appropriate functions; set window decorations on realize and update
9474
	arrows' size requisitions on style-set. Avoids unnecessary resizing.
9475
9476
2007-07-02  Xan Lopez <xan.lopez@nokia.com>
9477
9478
	[1.0.10-2 release]
9479
9480
	* NEWS:
9481
	* debian/changelog: Updating.
9482
9483
2007-07-02  Johan Bilien  <johan.bilien@nokia.com>
9484
9485
	* src/Makefile.am: fixed installation of the header files
9486
9487
2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9488
9489
	[1.0.10-1 release]
9490
9491
	* NEWS:
9492
	* configure.ac:
9493
	* debian/changelog: Updating.
9494
9495
2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9496
9497
	* configure.ac: Removing some remaining of --enable-xan.
9498
9499
2007-06-26  Xan Lopez  <xan.lopez@nokia.com>
9500
9501
	* src/hildon-date-editor.c: (hildon_date_editor_keypress):
9502
	* src/hildon-time-editor.c: (hildon_time_editor_entry_keypress):
9503
9504
	Move all focus crazyness to the rc files. This depends on gtk+2.0 >=
9505
	2.10.12-osso6 because the move-focus signal needs to be available in
9506
	GtkWidget.
9507
9508
2007-06-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9509
9510
	* examples/Makefile.am:
9511
	* examples/hildon-hvolumebar-insensitive-map-example.c: Adding an example
9512
	that makes a HildonVolumebar insensitive before mapping it. Seems to work
9513
	fine. Prolly NB#61128 is fixed now.
9514
9515
2007-06-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9516
9517
	* src/hildon-volumebar.c:
9518
	* src/hildon-volumebar.h: Adding the
9519
	hildon_volumebar_set_range_insensitive_message and
9520
	hildon_volumebar_set_range_insensitive_messagef functions to set
9521
	insensitive message on the slider of the volumebar. Fixes NB#61129.
9522
9523
	* examples/Makefile.am:
9524
	* examples/hildon-hvolumebar-insensitive-example.c: Adding an example to
9525
	test the new insensitive messsage functionality on HildonVolumebar.
9526
9527
2007-06-14  Xan Lopez  <xan.lopez@nokia.com>
9528
9529
	* src/hildon-private.c (hildon_private_composite_focus): make the focus handler
9530
	work again.
9531
9532
2007-06-13  Xan Lopez  <xan.lopez@nokia.com>
9533
9534
	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
9535
	http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
9536
	button on after clearing the trail.
9537
9538
2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9539
9540
	* src/hildon-code-dialog.c: Removing the separator from the dialog.
9541
9542
2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
9543
9544
	* src/Makefile.am: remove circular dependency in hildon-enum-types.h creation
9545
	by splitting the installed headers in generated and non-generated groups. Use
9546
	only the non-generated headers to create the hildon-enum-types.h file.
9547
9548
	* src/hildon-seekbar.h: gtkscale.h already includes gtkrange.h.
9549
9550
2007-06-12  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9551
9552
	* src/hildon-window.c: Hide the window before performing the destroy.
9553
	Should make the app closing a little tiny bit more snappy.
9554
9555
2007-06-12  Xan Lopez  <xan.lopez@nokia.com>
9556
9557
	* src/hildon-seekbar.c: add gtkrange.h header
9558
	* src/hildon-caption.c: remove unused variable
9559
9560
2007-06-08  Tommi Komulainen  <tommi.komulainen@nokia.com>
9561
9562
	* configure.ac: Remove dysfunctional AC_ARG_ENABLE. Pointed out by
9563
	Loic Minier.
9564
9565
2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9566
9567
	[1.0.9-1 release]
9568
9569
	* NEWS:
9570
	* configure.ac:
9571
	* debian/changelog: Updating.
9572
9573
2007-06-07  Tommi Komulainen  <tommi.komulainen@nokia.com>
9574
9575
	* src/hildon-window.c (hildon_window_window_state_event,
9576
	hildon_window_is_topmost_notify, hildon_window_class_init): Stop the
9577
	escape timeout on focus-out-event rather than notify::is-topmost; the
9578
	latter doesn't get called when menus pop up. Fixes: NB#52946, MB#1101
9579
9580
2007-06-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9581
9582
	* src/hildon-window.c: Adding a patch from Tommi Komulainen to pass the
9583
	correct timestamp and button to gtk_menu_popup. Fixes MB#1466.
9584
9585
2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
9586
9587
	* src/hildon-window: actually, you need to use the macro always, there's
9588
	no private pointer in the instance structure. We should have cleaned this up
9589
	when we had the chance...
9590
9591
2007-06-07  Xan Lopez  <xan.lopez@nokia.com>
9592
9593
	* src/hildon-window.c: do not get the private date from HildonWindow before
9594
	it passes the g_return_if_fail check. Once it's passed the test, there's no
9595
	need to g_assert that it exists. Do not create a HildonWindowPrivate variable
9596
	if you are only going to access the data once. Whitespace cleanups.
9597
9598
2007-06-04  Xan Lopez  <xan.lopez@nokia.com>
9599
9600
	* src/hildon-bread-crumb-trail.c: set children visible before allocation.
9601
	* src/hildon-bread-crumb-widget.c: set xalign to 0.0 for labels.
9602
9603
2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9604
9605
	[1.0.8-1 release]
9606
9607
	* NEWS:
9608
	* configure.ac:
9609
	* debian/changelog: Updating.
9610
9611
2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9612
9613
	* src/hildon-window.c: When destroying the window, remove (if exists) the
9614
	escape timeout handler. Fixes #NB59276.
9615
9616
2007-06-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9617
9618
	* src/hildon-banner.c: When realizing the widget, set the window
9619
	transiency. Setting the transiency in the gobject constructor is not
9620
	good, as the widget is not realized at that point. Fixes: #NB56624.
9621
9622
2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9623
9624
	* src/hildon-bread-crumb-trail.h (struct _HildonBreadCrumbTrailClass):
9625
	Add padding for future expansions.
9626
9627
2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9628
9629
	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_class_init):
9630
	Add a new signal "move-parent", bind Escape and BackSpace to it. The handler
9631
	will fake an activation on the previous to the last item of the trail, so
9632
	the effect can be overrided by the developer as usual.
9633
	Also change the callback for the back button to do the same thing, so its
9634
	effect can be overrided too. Fixes: NB#58982
9635
9636
2007-05-30  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9637
9638
	* src/hildon-caption.c: Implementing the proper focus grabbing in the
9639
	HildonCaption. Fixes NB#52379.
9640
9641
2007-05-30  Xan Lopez  <xan.lopez@nokia.com>
9642
9643
	* src/hildon-bread-crumb-trail.c (crumb_activated_cb): be very paranoid about
9644
	the internal state of the trail after the user has had the chance of executing
9645
	his handler for the signal. Specifically, it may happen that the activated button
9646
	is removed and the user still lets the default handler run. This would segfault
9647
	previously.
9648
9649
2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9650
9651
	* src/hildon-font-selection-dialog.c: When the font is really big, add the
9652
	scrollbar to the preview dialog. Fixes NB#54147.
9653
9654
2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9655
9656
	* src/hildon-date-editor.c: Changing the default max year to 2037. The
9657
	max/min year properties can be altered, so the client can modify it
9658
	anyways. 1970 - 2037 sounds like a sane default. Fixes NB#54147.
9659
9660
2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9661
9662
	* src/hildon-calendar.c: Removing the unused 'hildonlike' property, making
9663
	hildonlike by default. Fixing a problem with disappearing arrows when
9664
	scrolling through months and years. Fixes NB#54127.
9665
9666
2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9667
9668
	* examples/hildon-date-editor-example.c: Adding error callback to the date
9669
	editor example.
9670
9671
2007-05-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9672
9673
	[1.0.7-1 release]
9674
9675
	* NEWS:
9676
	* debian/changelog:
9677
	* configure.ac: Updating.
9678
9679
2007-05-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9680
9681
	* configure.ac: Adding a special '--enable-xan' configure option that
9682
	turns off the -Werror compilation setting. Usefull for development.
9683
9684
	* src/hildon-calendar.c:
9685
	* src/hildon-number-editor.c:
9686
	* src/hildon-time-picker.c: Adding the 5* multiplier to
9687
	gtk-timeout-update.
9688
9689
2007-05-24  Xan Lopez  <xan.lopez@nokia.com>
9690
9691
	* src/hildon-note.c (hildon_note_init): Use g_object_ref_sink
9692
	instead of g_object_ref + gtk_object_sink.
9693
9694
2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9695
9696
	[1.0.6-1 release]
9697
9698
	* NEWS:
9699
	* configure.ac:
9700
	* debian/changelog: Updating.
9701
9702
2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9703
9704
	* src/hildon-color-chooser-dialog.c:
9705
	* src/hildon-color-chooser.c: A few more GdkColor struct allocation fixes
9706
	straight from Tommi labs.
9707
9708
2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9709
9710
	* examples/hildon-finger-example.c: Correcting the header file path.
9711
9712
	* src/hildon-color-chooser-dialog.c: Allocate the color on the stack for
9713
	the changed signal. Fixes a small memory leak.
9714
9715
2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9716
9717
	* autogen.sh:
9718
	* debian/rules:
9719
	* src/hildon-banner.c: Importing several usefull fixes from the
9720
	ubuntu-mobile branch.
9721
9722
2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9723
9724
	* examples/Makefile.am:
9725
	* examples/hildon-finger-example.c: Adding a finger-checking code
9726
	example.
9727
9728
	* src/hildon-font-selection-dialog.c: Do not allocate the color
9729
	structure using the g_new. Fixes NB#54061.
9730
9731
2007-05-09  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9732
9733
	* src/hildon-helper.c: Correcting tabs in file.
9734
9735
2007-05-08  Xan Lopez  <xan.lopez@nokia.com>
9736
9737
	* src/hildon-bread-crumb-trail.c: Use set_child_visible only to
9738
	control the visibility of the children.
9739
9740
	* examples/hildon-bread-crumb-trail-example.c: Plug leak.
9741
9742
2007-05-07  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9743
9744
	[1.0.5-1 release]
9745
9746
	* NEWS:
9747
	* configure.ac:
9748
	* debian/changelog: Updating.
9749
9750
2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9751
9752
	* src/hildon-bread-crumb-trail.c:
9753
	(hildon_bread_crumb_trail_size_allocate):
9754
9755
	Make the back button always a square.
9756
9757
2007-05-04  Xan Lopez  <xan.lopez@nokia.com>
9758
9759
	* src/hildon-bread-crumb-trail.h: Include hildon-bread-crumb-widget.h
9760
	from the .c file as it's a private file.
9761
9762
2007-05-03  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9763
9764
	* examples/hildon-vvolumebar-example.c: The VVolumebar example now
9765
	uses slightly bigger height.
9766
9767
	* src/hildon-font-selection-dialog.c: Adding some checks before
9768
	freeing memory in the font selection dialog.
9769
9770
2007-05-02  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9771
9772
	* src/hildon-font-selection-dialog.c: Adding a small check when
9773
	freeing memory.
9774
9775
	* src/hildon-wizard-dialog.c: Applying a patch by Iain Holmes to fix
9776
	buttons sensitivity on page switching.
9777
9778
2007-04-27  Xan Lopez  <xan.lopez@nokia.com>
9779
9780
	* src/hildon-bread-crumb-trail.c: make the add method handle all the
9781
	internal details of adding a bread crumb to the trail.
9782
9783
2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9784
9785
	[1.0.4-1 release]
9786
9787
	* README:
9788
	* configure.ac:
9789
	* debian/changelog: Updating.
9790
9791
	* src/hildon-bread-crumb-trail.h:
9792
	* src/hildon-bread-crumb.h: Changing the API guard to
9793
	HILDON_ENABLE_UNSTABLE_API.
9794
9795
2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9796
9797
	[1.0.3-1 release]
9798
9799
	* NEWS:
9800
	* configure.ac:
9801
	* debian/changelog:
9802
	* debian/rules:
9803
	* src/hildon-helper.h: Updating.
9804
9805
2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9806
9807
	[1.0.2-1 release]
9808
9809
	* NEWS:
9810
	* configure.ac:
9811
	* debian/changelog:
9812
9813
2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9814
9815
	* README:
9816
	* configure.ac:
9817
	* src/hildon-helper.h: Small fix to make the package actually compile.
9818
9819
2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9820
9821
	* src/hildon-bread-crumb-trail.h:
9822
	* src/hildon-bread-crumb.h:
9823
9824
	Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
9825
	to define ENABLE_UNSTABLE_API in the code that includes these headers.
9826
9827
2007-04-25  Xan Lopez  <xan.lopez@nokia.com>
9828
9829
	* examples/hildon-bread-crumb-trail-example.c:
9830
	* src/Makefile.am:
9831
	* src/hildon-bread-crumb-trail.c:
9832
	* src/hildon-bread-crumb-trail.h:
9833
	* src/hildon-bread-crumb.c:
9834
	* src/hildon-bread-crumb.h:
9835
	* src/hildon-marshalers.list:
9836
	* src/hildon-bread-crumb-widget.c:
9837
	* src/hildon-bread-crumb-widget.h:
9838
9839
	Slight change in the widget design. The bread crumb trail API is
9840
	unchanged, but HildonBreadCrumb is now an interface. A *private*
9841
	implementation, hildon-bread-crumb-widget, is provided and used
9842
	internally by the trail for the push_text/push_icon functions.
9843
9844
	The generic push API is still available, so anyone can implement
9845
	and use its own bread crumb widget.
9846
9847
2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9848
9849
	* debian/rules: Fixing the shlibs.
9850
9851
2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9852
9853
	* src/hildon-banner.c: Fixing a problem with timed banners having
9854
	their parrent destroyed before they are.
9855
9856
2007-04-17  Xan Lopez  <xan.lopez@nokia.com>
9857
9858
	* src/hildon-bread-crumb.c:
9859
	* src/hildon-bread-crumb.h:
9860
9861
	Make the get_natural_size function a vfunc.
9862
9863
2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9864
9865
	* src/hildon-bread-crumb.c:
9866
	* src/hildon-bread-crumb-trail.c:
9867
9868
	Some cleanups.
9869
9870
2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9871
9872
	[1.0.1-1 release]
9873
9874
	* AUTHORS:
9875
	* NEWS:
9876
	* configure.ac:
9877
	* debian/changelog: Updating for release.
9878
9879
2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9880
9881
	* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
9882
	don't leak the pango layout.
9883
9884
2007-04-16  Xan Lopez  <xan.lopez@nokia.com>
9885
9886
	* src/hildon.h:
9887
	* examples/hildon-bread-crumb-trail-example.c:
9888
9889
	Fix example.
9890
9891
2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9892
9893
	* debian/changelog: Removing the bug-fixed entries that were actually
9894
	resolved as WONTFIX.
9895
9896
	* src/hildon-date-editor.c: Removing a redundant check. Fixes
9897
	NB#54182.
9898
9899
2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9900
9901
	* src/hildon-bread-crumb-trail.c:
9902
	* src/hildon-bread-crumb-trail.h:
9903
	* src/hildon-bread-crumb.c:
9904
	* src/hildon-bread-crumb.h:
9905
9906
	Untabify.
9907
9908
2007-04-13  Xan Lopez  <xan.lopez@nokia.com>
9909
9910
	* src/hildon-bread-crumb-trail.c: don't use the priv data of bct
9911
	until it's passed the type check.
9912
9913
2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9914
9915
	* examples/hildon-bread-crumb-trail-example.c
9916
9917
	Add license.
9918
9919
2007-04-12  Xan Lopez  <xan.lopez@nokia.com>
9920
9921
	* examples/Makefile.am
9922
	* examples/hildon-bread-crumb-trail-example.c
9923
	* src/Makefile.am
9924
	* src/hildon-bread-crumb-trail.c
9925
	* src/hildon-bread-crumb-trail.h
9926
	* src/hildon-bread-crumb.c
9927
	* src/hildon-bread-crumb.h
9928
9929
	New HildonBreadCrumbTrail widget.
9930
9931
2007-04-02  Lucas Rocha	 <lucas.rocha@nokia.com>
9932
9933
	* src/hildon-range-editor.c (hildon_range_editor_init),
9934
	src/hildon-seekbar.c (hildon_seekbar_get_fraction,
9935
	hildon_seekbar_set_fraction, hildon_seekbar_set_position),
9936
	src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
9937
	hildon_time_editor_class_init, hildon_time_editor_init),
9938
	src/hildon-get-password-dialog.c (invalid_input,
9939
	hildon_get_password_set_property, hildon_get_password_get_property,
9940
	create_contents, hildon_get_password_dialog_set_max_characters),
9941
	src/hildon-set-password-dialog.c (create_contents),
9942
	src/hildon-date-editor.c (hildon_date_editor_init),
9943
	src/hildon-login-dialog.c (hildon_login_dialog_init),
9944
	src/hildon-number-editor.c (hildon_number_editor_init),
9945
	src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
9946
	hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
9947
	the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
9948
	 configure option and adding the respective checks in the code.
9949
	* src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
9950
	hildon_calendar_drag_data_received): fixed some build warnings.
9951
9952
2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com>
9953
9954
	* debian/changelog: A 1.0.0 release notes.