aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/ChangeLog
blob: 4d8e8b1ecb21d6ce1e986a9c21a7fe58e41d1130 (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
148
149
150
151
2009-04-09  Milan Crha  <mcrha@redhat.com>

    ** Fix for bug #574248

    * google-contacts-source.c: (plugin_google_contacts):
    * google-source.c: (plugin_google):
    Compare base URI case insensitively.

2009-04-07  Tobias Mueller  <tobiasmue@gnome.org>

    ** Fixes bug #578034

    * google-source.c (claim_error):
    Call gtk_message_dialog_new with a proper format string.

2009-02-26  Matthew Barnes  <mbarnes@redhat.com>

    ** Fixes part of bug #572950

    * Makefile.am:
    Fix ordering of -I compiler directives.  Patch by Daniel Macks.

2009-02-25  Milan Crha  <mcrha@redhat.com>

    ** Part of fix for bug #559719

    * google-contacts-source.c: (struct ui_data), (destroy_ui_data),
    (plugin_google_contacts): Use it's own/unique name for the property
    on the 'epl' and free the widget only if it wasn't freed yet.

2009-01-29  Milan Crha  <mcrha@redhat.com>

    ** Fix for bug #539467

    * google-contacts-source.h: (manage_google_group):
    * google-contacts-source.c: (manage_google_group),
    (ensure_google_contacts_source_group),
    (remove_google_contacts_source_group):
    * google-source.c: (ensure_google_source_group):
    Find group by its base uri, not by a localized name.

2008-11-07  Matthew Barnes  <mbarnes@redhat.com>

    ** Fix for bug #559518

    * google-source.c: (retrieve_list_clicked),
    (retrieve_list_sensitize), (plugin_google): Desensitizes the button 
    when the username field is blank.

2008-11-06  Bharath Acharya  <abharath@novell.com>

    ** Fix for bug #557726

    * google-contacts-source.c: (destroy_ui_data),
    (plugin_google_contacts): Destroy the widgets created by this group.

2008-09-24  Philip Withnall  <philip@tecnocode.co.uk>

    ** Fixes bug #553479

    * org-gnome-evolution-google.eplug.xml: String capitalisation
    improvements.

2008-08-27  Sankar P  <psankar@novell.com>

License Changes

    * google-source.c:

2008-08-20  Milan Crha  <mcrha@redhat.com>

    ** Fix for bug #525555

    * google-source.c: (print_uri_noproto): Removed.
    * google-source.c: (user_changed): Do not leak.
    * google-source.c: (plugin_google): Get username from source, not URL.

2008-08-14  Jörgen Scheibengruber  <mfcn@gmx.de>

    * google-contacts-source.c (on_ssl_cb_toggled),
    (seconds_to_interval), (interval_to_seconds),
    (on_interval_sb_value_changed), (on_interval_combo_changed),
    (plugin_google_contacts):

    Add ssl toggle; synch UI for refreshin with the google calendar plugin

2008-08-07  Milan Crha  <mcrha@redhat.com>

    ** Fix for bug #535745

    * google-source.c: (sanitize_user_mail), (construct_default_uri),
    (is_default_uri), (init_combo_values), (user_changed),
    (cal_combo_changed), (claim_error), (retrieve_list_clicked),
    (plugin_google): New widgets and functionality to retrieve list
    of subscribed calendars from the Google account and let user choose
    which one would be shown.

2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

    ** Fixes bug #544860

    * google-contacts-source.c (plugin_google_contacts):
    Add translator comments for split "update every" sentence.

2008-07-31  Matthew Barnes  <mbarnes@redhat.com>

    ** Fixes part of bug #545568

    * org-gnome-evolution-google.eplug.xml:
    Add "system_plugin=true" so it's not shown in the Plugin Manager.
    This plugin is not designed to be disabled by the user.

2008-05-24  Jörgen Scheibengruber  <mfcn@gmx.de>

    * Makefile.am:
    * google-contacts-source.c (ensure_google_contacts_source_group),
    (remove_google_contacts_source_group), (on_username_entry_changed),
    (on_update_cb_toggled), (on_interval_sb_value_changed),
    (plugin_google_contacts):
    * google-contacts-source.h:
    * google-source.c (e_plugin_lib_enable):
    * org-gnome-evolution-google.eplug.xml:
    Added a UI for the addressbook part

2008-03-31  Suman Manjunath  <msuman@novell.com>

    ** Fix for bug #346555

    * google-source.c: (plugin_google): 
    Fixed a mnemonic conflict. 

2008-01-25  Tor Lillqvist  <tml@novell.com>

    * Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo:
    s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.

2007-12-23  Nyall Dawson <nyall@zombiepigs.net>

    ** Fix for bug #503954

    * google-source.c: (is_email), (user_changed): Accept custom domain 
    names while setting up account.

2007-10-30  Sankar P  <psankar@novell.com>

    * ChangeLog:
    Every plugin should have a ChangeLog. Added.

    * google-source.c: 
    Commented an unused function. 
    Marked Debug statements conditional.