aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/ChangeLog
blob: 5f433514e4dab2fcacdbb305bd8e7a853c0750e9 (plain) (blame)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
2004-04-22  Kidd Wang  <kidd.wang@sun.com>

    * calendar/ea-week-view.c: (ea_week_view_get_n_children): If the
    week view has no spans, there is no visible events in the view.

2004-03-15  JP Rosevear  <jpr@ximian.com>

    * calendar/ea-cal-view.h: fix include

2003-03-15  Hao Sheng  <hao.sheng@sun.com>

    * Contritbuted by Leon Zhang <leon.zhang@sun.com>
    * Makefile.am: add directory addressbook.
    * implement basic accessbility addressbook's minicard.
    add new directory and Files below:
        addressbook/
        addressbook/Makefile.am
        addressbook/ea-addressbook.c
        addressbook/ea-addressbook-view.c
        addressbook/ea-minicard.c
        addressbook/ea-minicard-view.c
        addressbook/ea-addressbook.h
        addressbook/ea-addressbook-view.h
        addressbook/ea-minicard.h
        addressbook/ea-minicard-view.h

2003-12-10  Bolian Yin <bolian.yin@sun.com>

    * calendar/ea-cal-view-event.c (ea_cal_view_event_get_index_in_parent): corret index error in week view.
    * calendar/ea-day-view-cell.c: impl. get_index_in_parent
    * calendar/ea-day-view-main-item.c: emit signal "active-descendant-changed", fix error in selection_interface_ref_selection.
    * widgets/ea-calendar-cell.c: impl. get_index_in_parent.
    * widgets/ea-calendar-item.c: change signature of e_calendar_item_get_offset_for_date, emit signal "active-descendant-changed".

2003-12-09  Andrew Wu <Yang.Wu@sun.com>

    * calendar/Makefile.am: add entries for new source files
    * calendar/ea-calendar-helpers.c: add cases for jump button.
    * calendar/ea-calendar.c: add cases for week view and week view main item.
    * calendar/ea-jump-button.c: new impl.
    * calendar/ea-week-view-cell.c: new impl.
    * calendar/ea-week-view-main-item.c: new impl.
    * calendar/ea-week-view.c: add main item as first child.
    
2003-12-05  Bolian Yin <bolian.yin@sun.com>
                                                                                
        * calendar/ea-cal-view-event.c (ea_cal_view_event_new): shortcut when cal_view is NULL.
        * calendar/ea-cal-view.c: Change an action name.
        * calendar/ea-calendar.c (ea_calendar_focus_watcher): add check for event atk object.
        * calendar/ea-week-view.c (ea_week_view_get_n_children): correct impl.
          (get_visible_text_item_count): removed.
                                                                                
2003-12-06  JP Rosevear <jpr@ximian.com>

    * */Makefile.am: Remove hard coded disable deprecated flags
    
2003-12-03  Ettore Perazzoli  <ettore@ximian.com>

    * calendar/Makefile.am (SHELL_IDLS): Only get Evolution.idl.

2003-11-11  Bolian Yin <bolian.yin@sun.com>
                                                                                
        Fixes #50538
                                                                                
        * new files:
                widgets/ea-calendar-cell.[hc]
                                                                                
        * widgets/ea-calendar-item: impl. atk selection and atk table interface.        

    * widgets/Makefile.am : use shared object library (.so)
                                                                                
2003-11-07  JP Rosevear <jpr@ximian.com>

    * calendar/Makefile.am (INCLUDES): don't include toplevel libical
    
2003-11-07  JP Rosevear <jpr@ximian.com>

    * Handle some more renaming
    
2003-11-07  JP Rosevear <jpr@ximian.com>

    * Reflect renaming of ECalView to ECalendarView

2003-11-04  Bolian Yin <bolian.yin@sun.com>

    Fixes # 48509

    * new files:
        ea-cell-table.h ea-cell-table.c
    * calendar/Makefile.am: add entries for new files
    * calendar/New files added:
        ea-day-view-main-item.c ea-day-view-main-item.h
        ea-day-view-cell.c ea-day-view-cell.h
    * Add debug info and remove some non-C99 compilers warnings.
    * calendar/ea-cal-view: add action interface. 

2003-10-09  Jeffrey Stedfast  <fejj@ximian.com>

    * calendar/Makefile.am: INCLUDE path fixes for changes made to
    libical build.

2003-08-27  Bolian Yin <bolian.yin@sun.com>

    * Makefile.am: add widgets directory; move calendar idl stuff to
    calendar directory; stop make a single shared lib for whole a11y
    stuff.

    * ea-factory.h: make factory macros available to GOBJECT

    * calendar/Makefile.am: add calendar idl stuff

    * calendar/ea-cal-view-event.c: add atkcomponent interface.

    * calendar/ea-gnome-calendar.c (ea_gcal_switch_view_cb): add
    details for "children_changed".

    * new widgets directory for widgets a11y stuff, new files are:
        widgets/Makefile.am, widgets/ea-calendar-item.c,
        widgets/ea-calendar-item.h, widgets/ea-widgets.c,
        widgets/ea-widgets.h

2003-08-20  Rodrigo Moya <rodrigo@ximian.com>

    * calendar/ea-cal-view-event.c (ea_cal_view_event_get_name):
    adapted to changes in ECalViewEvent.

2003-08-20  Bolian Yin <bolian.yin@sun.com>
    setup the a11y directory for evolution accessibility work
    New files are:
        ChangeLog
        ea-factory.h
        Makefile.am
        calendar/ea-calendar.c
        calendar/ea-calendar.h
        calendar/ea-calendar-helpers.c
        calendar/ea-calendar-helpers.h
        calendar/ea-cal-view.c
        calendar/ea-cal-view.h
        calendar/ea-cal-view-event.c
        calendar/ea-cal-view-event.h
        calendar/ea-day-view.c
        calendar/ea-day-view.h
        calendar/ea-week-view.c
        calendar/ea-week-view.h
        calendar/ea-gnome-calendar.c
        calendar/ea-gnome-calendar.h
        calendar/Makefile.am