~ubuntu-branches/ubuntu/saucy/gnome-bluetooth/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2009-10-23 12:20:27 UTC
  • mto: (2.2.1 experimental) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20091023122027-qsz916rqtp277rmf
Tags: upstream-2.28.3
ImportĀ upstreamĀ versionĀ 2.28.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 2dea1802e5f8d2160ba1bbf6a7283f2773d791a3
 
2
Author: Bastien Nocera <hadess@hadess.net>
 
3
Date:   Tue Oct 20 14:36:59 2009 +0100
 
4
 
 
5
    2.28.3
 
6
 
 
7
 NEWS         |    4 ++++
 
8
 configure.ac |    2 +-
 
9
 2 files changed, 5 insertions(+), 1 deletions(-)
 
10
 
 
11
commit 4dd699f18339878bb672b3e211225ef0a11927ad
 
12
Author: Bastien Nocera <hadess@hadess.net>
 
13
Date:   Tue Oct 20 14:34:23 2009 +0100
 
14
 
 
15
    Make menu invisible when there's no adapters
 
16
    
 
17
    So we can be sure that the UI is up-to-date when that happens.
 
18
 
 
19
 applet/main.c |   15 ++++++++-------
 
20
 1 files changed, 8 insertions(+), 7 deletions(-)
 
21
 
 
22
commit 186fe455c072e5a6cd0465b0f42ed3f77000a148
 
23
Author: Bastien Nocera <hadess@hadess.net>
 
24
Date:   Tue Oct 20 14:32:21 2009 +0100
 
25
 
 
26
    Add KILLSWITCH_STATE_NO_ADAPTER killswich state
 
27
    
 
28
    As killswitches for adapters can come and go, make sure that
 
29
    we tell the front-ends when an adapter goes away, so they can
 
30
    update their UI.
 
31
 
 
32
 lib/bluetooth-killswitch.c |    6 ++++++
 
33
 lib/bluetooth-killswitch.h |    1 +
 
34
 2 files changed, 7 insertions(+), 0 deletions(-)
 
35
 
 
36
commit 2b92bb904b16bf4bf580730094345a17068ffe59
 
37
Author: Bastien Nocera <hadess@hadess.net>
 
38
Date:   Wed Oct 7 16:04:42 2009 +0100
 
39
 
 
40
    Remove rfkill warning spout, when it's not actually an error
 
41
 
 
42
 lib/bluetooth-killswitch.c |    2 +-
 
43
 1 files changed, 1 insertions(+), 1 deletions(-)
 
44
 
 
45
commit d8e9ce8425652937afc75a9be91195b3f7f005d0
 
46
Author: Bastien Nocera <hadess@hadess.net>
 
47
Date:   Tue Oct 20 13:43:36 2009 +0100
 
48
 
 
49
    Fix status label visibility in applet
 
50
    
 
51
    When the first killswitch is added after start
 
52
 
 
53
 applet/main.c |    7 +++++++
 
54
 1 files changed, 7 insertions(+), 0 deletions(-)
 
55
 
 
56
commit ce94b780d964636116a0372c979cdc9bdad270a9
 
57
Author: Bastien Nocera <hadess@hadess.net>
 
58
Date:   Tue Oct 20 13:06:58 2009 +0100
 
59
 
 
60
    2.28.2
 
61
 
 
62
 NEWS         |    7 +++++++
 
63
 configure.ac |    2 +-
 
64
 2 files changed, 8 insertions(+), 1 deletions(-)
 
65
 
 
66
commit a43df2307e0bf7b11bdae4adef6f0bf13e255147
 
67
Author: Zhang Miao <mymzhang@gmail.com>
 
68
Date:   Mon Oct 19 00:59:09 2009 +0800
 
69
 
 
70
    Added Simplified Chinese translation.
 
71
 
 
72
 help/Makefile.am    |    2 +-
 
73
 help/zh_CN/zh_CN.po |  559 +++++++++++++++++++++++++++++++++++++++++++++++++++
 
74
 2 files changed, 560 insertions(+), 1 deletions(-)
 
75
 
 
76
commit 2619a0a396baa2c3b9d440f07acc316e1e32fc3e
 
77
Author: Joshua Lock <josh@linux.intel.com>
 
78
Date:   Tue Oct 13 21:35:03 2009 +0100
 
79
 
 
80
    Only clean up the rfkill monitoring if it has actually been set up
 
81
    
 
82
    If the rfkill monitoring is never set up the cleanup code results in
 
83
    GLib-Critical assertion messages.
 
84
    Therefore only clean up the monitoring if the watch_id is greater than zero
 
85
    
 
86
    https://bugzilla.gnome.org/show_bug.cgi?id=598329
 
87
 
 
88
 lib/bluetooth-killswitch.c |    9 ++++++---
 
89
 1 files changed, 6 insertions(+), 3 deletions(-)
 
90
 
 
91
commit 8e9b67e7d05b085feb82ec947e29d2fc25e665e5
 
92
Author: Bastien Nocera <hadess@hadess.net>
 
93
Date:   Tue Oct 13 12:26:40 2009 +0100
 
94
 
 
95
    Additional fixes for killswitch add support
 
96
    
 
97
    We need to handle rfkill switches coming and going, and
 
98
    this is even more true now that simple Bluetooth adapters
 
99
    support a fake rfkill through power-down.
 
100
 
 
101
 applet/main.c |    7 ++++---
 
102
 1 files changed, 4 insertions(+), 3 deletions(-)
 
103
 
 
104
commit 3b8a9db6337eb0903a949105a0dd98f2fd3986e7
 
105
Author: Bryan Donlan <bdonlan@gmail.com>
 
106
Date:   Mon Oct 12 13:59:32 2009 -0400
 
107
 
 
108
    Fix crash when first killswitch is added after startup
 
109
    
 
110
    If the applet starts with no killswitches installed, the following code
 
111
    in main.c destroys the killswitch object:
 
112
    
 
113
    if (bluetooth_killswitch_has_killswitches (killswitch) == FALSE)
 
114
    {
 
115
        g_object_unref (killswitch);
 
116
        killswitch = NULL;
 
117
    }
 
118
    
 
119
    However, the destructor for the killswitch object
 
120
    (bluetooth_killswitch_finalize) fails to cleanup the io_watch set in its
 
121
    constructor. So when a killswitch is connected later, the event_cb for
 
122
    the killswitch object runs, and attempts to use the now-destructed
 
123
    killswitch object. The result is a crash.
 
124
    
 
125
    Moreover, just because we don't have a killswitch at startup doesn't
 
126
    mean we won't have one later.
 
127
    
 
128
    This patch corrects both issues, by fixing the finalizer, and removing
 
129
    the conditional destruction of the killswitch in main.c.
 
130
    
 
131
    Signed-off-by: Bryan Donlan <bdonlan@gmail.com>
 
132
    
 
133
    https://bugzilla.gnome.org/show_bug.cgi?id=598181
 
134
 
 
135
 applet/main.c              |    9 ++-------
 
136
 lib/bluetooth-killswitch.c |   15 +++++++++++----
 
137
 2 files changed, 13 insertions(+), 11 deletions(-)
 
138
 
 
139
commit 18e7d9ff349fb16d868658d0d4eb08475af1f1f5
 
140
Author: David Planella <david.planella@gmail.com>
 
141
Date:   Mon Oct 12 20:07:06 2009 +0200
 
142
 
 
143
    Updated Catalan translation
 
144
 
 
145
 po/ca.po |  451 ++++++++++++++++++++++++++++++++++++--------------------------
 
146
 1 files changed, 260 insertions(+), 191 deletions(-)
 
147
 
 
148
commit 2148e3eeb04704326edadd43006693a3d7b6552e
 
149
Author: Leonid Kanter <leon@asplinux.ru>
 
150
Date:   Tue Oct 6 12:52:05 2009 +0300
 
151
 
 
152
    Updated Russian translation
 
153
 
 
154
 po/ru.po |  564 +++++++++++++++++++++++++++++++++++---------------------------
 
155
 1 files changed, 321 insertions(+), 243 deletions(-)
 
156
 
 
157
commit 0622ea93f4e42d1599f2467e6bef5dca49cd99fd
 
158
Author: Bastien Nocera <hadess@hadess.net>
 
159
Date:   Tue Sep 29 11:36:58 2009 +0100
 
160
 
 
161
    Fix SMP build
 
162
 
 
163
 wizard/Makefile.am |    2 +-
 
164
 1 files changed, 1 insertions(+), 1 deletions(-)
 
165
 
1
166
commit 4abed47ac76f81ac8ef880859584b6ebc2e36605
2
167
Author: Bastien Nocera <hadess@hadess.net>
3
168
Date:   Tue Sep 29 02:04:28 2009 +0100