aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
blob: 82154dfc2374de0789d83773aaf36dc5802edce6 (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
2004-12-29  JP Rosevear  <jpr@novell.com>

    * itip-view.h: new protos

    * itip-view.c (format_date_and_time_x): don't draw the leading
    zero in 12hr clock mode for the hour
    (set_sender_text): make intro statements closer to the UI design
    (set_description_text): display description
    (set_info_items): show info items, messages with icons
    (set_progress_text): show progress text item (for
    loading/searching calendars)
    (set_one_button): add a response button
    (set_buttons): set response buttons based on mode
    (itip_view_destroy): clear info items
    (itip_view_class_init): add response signal
    (itip_view_init): new areas for description, info items, buttons
    (itip_view_set_description): accessor
    (itip_view_get_description): ditto
    (itip_view_add_info_item): add an info item to the display
    (itip_view_clear_info_items): clear all items
    (itip_view_set_progress): set the progress message

    * itip-formatter.c: move over calendar loading, searching code,
    set more itip view properties

    * org-gnome-itip-formatter.eplug.in: add a config page item,
    doesn't do much right now

2004-12-22  JP Rosevear  <jpr@novell.com>

    * Initial checkin of new itip formatter