1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
2007-04-25 Xan Lopez <xan.lopez@nokia.com>
* examples/hildon-bread-crumb-trail-example.c:
* src/Makefile.am:
* src/hildon-bread-crumb-trail.c:
* src/hildon-bread-crumb-trail.h:
* src/hildon-bread-crumb.c:
* src/hildon-bread-crumb.h:
* src/hildon-marshalers.list:
* src/hildon-bread-crumb-widget.c:
* src/hildon-bread-crumb-widget.h:
Slight change in the widget design. The bread crumb trail API is
unchanged, but HildonBreadCrumb is now an interface. A *private*
implementation, hildon-bread-crumb-widget, is provided and used
internally by the trail for the push_text/push_icon functions.
The generic push API is still available, so anyone can implement
and use its own bread crumb widget.
2007-04-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* debian/rules: Fixing the shlibs.
2007-04-19 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* src/hildon-banner.c: Fixing a problem with timed banners having
their parrent destroyed before they are.
2007-04-17 Xan Lopez <xan.lopez@nokia.com>
* src/hildon-bread-crumb.c:
* src/hildon-bread-crumb.h:
Make the get_natural_size function a vfunc.
2007-04-16 Xan Lopez <xan.lopez@nokia.com>
* src/hildon-bread-crumb.c:
* src/hildon-bread-crumb-trail.c:
Some cleanups.
2007-04-16 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[1.0.1 release]
* AUTHORS:
* NEWS:
* configure.ac:
* debian/changelog: Updating for release.
2007-04-16 Xan Lopez <xan.lopez@nokia.com>
* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
don't leak the pango layout.
2007-04-16 Xan Lopez <xan.lopez@nokia.com>
* src/hildon.h:
* examples/hildon-bread-crumb-trail-example.c:
Fix example.
2007-04-16 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* debian/changelog: Removing the bug-fixed entries that were actually
resolved as WONTFIX.
* src/hildon-date-editor.c: Removing a redundant check. Fixes
NB#54182.
2007-04-13 Xan Lopez <xan.lopez@nokia.com>
* src/hildon-bread-crumb-trail.c:
* src/hildon-bread-crumb-trail.h:
* src/hildon-bread-crumb.c:
* src/hildon-bread-crumb.h:
Untabify.
2007-04-13 Xan Lopez <xan.lopez@nokia.com>
* src/hildon-bread-crumb-trail.c: don't use the priv data of bct
until it's passed the type check.
2007-04-12 Xan Lopez <xan.lopez@nokia.com>
* examples/hildon-bread-crumb-trail-example.c
Add license.
2007-04-12 Xan Lopez <xan.lopez@nokia.com>
* examples/Makefile.am
* examples/hildon-bread-crumb-trail-example.c
* src/Makefile.am
* src/hildon-bread-crumb-trail.c
* src/hildon-bread-crumb-trail.h
* src/hildon-bread-crumb.c
* src/hildon-bread-crumb.h
New HildonBreadCrumbTrail widget.
2007-04-02 Lucas Rocha <lucas.rocha@nokia.com>
* src/hildon-range-editor.c (hildon_range_editor_init),
src/hildon-seekbar.c (hildon_seekbar_get_fraction,
hildon_seekbar_set_fraction, hildon_seekbar_set_position),
src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
hildon_time_editor_class_init, hildon_time_editor_init),
src/hildon-get-password-dialog.c (invalid_input,
hildon_get_password_set_property, hildon_get_password_get_property,
create_contents, hildon_get_password_dialog_set_max_characters),
src/hildon-set-password-dialog.c (create_contents),
src/hildon-date-editor.c (hildon_date_editor_init),
src/hildon-login-dialog.c (hildon_login_dialog_init),
src/hildon-number-editor.c (hildon_number_editor_init),
src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
configure option and adding the respective checks in the code.
* src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
hildon_calendar_drag_data_received): fixed some build warnings.
2007-03-29 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
* debian/changelog: A 1.0.0 release notes.
|