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
|
indicator-keyboard (0.0.0+14.04.20131029.1-0ubuntu1) trusty; urgency=low
[ Dmitrijs Ledkovs ]
* Define "ubiquity" indicator profile, reusing the greeter object. (LP:
#1241539)
[ Ubuntu daily release ]
* Automatic snapshot from revision 155
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 29 Oct 2013 10:30:36 +0000
indicator-keyboard (0.0.0+13.10.20131010.1-0ubuntu1) saucy; urgency=low
[ William Hua ]
* Don't set LightDM's layout if we're in a session. (LP: 1226962).
(LP: #1226962)
[ Ubuntu daily release ]
* Automatic snapshot from revision 134
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 10 Oct 2013 12:36:09 +0000
indicator-keyboard (0.0.0+13.10.20131004-0ubuntu1) saucy; urgency=low
[ William Hua ]
* Set the selected user's first keyboard layout whenever it changes
under unity-greeter. (LP #1233945). (LP: #1233945)
[ Ubuntu daily release ]
* Automatic snapshot from revision 125
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 04 Oct 2013 02:28:12 +0000
indicator-keyboard (0.0.0+13.10.20130924.2-0ubuntu3) saucy; urgency=low
* Updated POTFILES.skip, seems to be required as well.
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 27 Sep 2013 17:09:25 +0200
indicator-keyboard (0.0.0+13.10.20130924.2-0ubuntu2) saucy; urgency=low
* Update translations template (workaround launchpad bug) (lp: #1223488)
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 27 Sep 2013 16:10:01 +0200
indicator-keyboard (0.0.0+13.10.20130924.2-0ubuntu1) saucy; urgency=low
[ William Hua ]
* Fall-back on old unity-greeter keyboard layouts in case migration
hasn't occurred. (LP: #1228489)
[ Ubuntu daily release ]
* Automatic snapshot from revision 116
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 24 Sep 2013 08:58:16 +0000
indicator-keyboard (0.0.0+13.10.20130829.1-0ubuntu1) saucy; urgency=low
[ William Hua ]
* Append input source suffix to accessible-desc as described in design
spec.
[ Ubuntu daily release ]
* Automatic snapshot from revision 112
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 29 Aug 2013 06:06:42 +0000
indicator-keyboard (0.0.0+13.10.20130829-0ubuntu1) saucy; urgency=low
[ Matthieu Baerts ]
* Added an 'accessible description' This description is used by other
applications (like Cairo-Dock) as label for this icon. (LP:
#1217855)
[ Ubuntu daily release ]
* Automatic snapshot from revision 110
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 29 Aug 2013 02:07:27 +0000
indicator-keyboard (0.0.0+13.10.20130822.4-0ubuntu1) saucy; urgency=low
[ William Hua ]
* Kill running gvfs instance after tests finish. Because the
XDG_RUNTIME_DIR was changed to be in the build-tree, a running gvfs
instance held a lock on a file in the directory, preventing it from
being cleaned properly, and preventing the build from finishing. So
we send a SIGTERM to the running gvfs-fused instance, allowing the
build to finish.
* Use accountsservice and make work under unity-greeter.
* Proper shutdown on SIGTERM.
[ Jeremy Bicha ]
* Don't build-depend on quilt and drop debian/README.source, thanks
Michael Terry!.
[ Ubuntu daily release ]
* Automatic snapshot from revision 108
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 22 Aug 2013 20:29:00 +0000
indicator-keyboard (0.0.0+13.10.20130821-0ubuntu1) saucy; urgency=low
[ Jeremy Bicha ]
* debian/control:
- Don't build-depend on vala-0.20-vapi
- Build-depend on dbus for tests
[ William Hua ]
* Initial Release.
[ Mathieu Trudel-Lapierre ]
* Automatic snapshot from revision 102 (bootstrap)
* debian/control:
- Packaging review, add comment to developers.
- Fix Vcs-Bzr, Vcs-Browser.
- Sort Build-Depends, use trailing commas.
- Improve long description.
* debian/rules:
- Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4.
- Override dh_autoreconf to run ./autogen.sh.
- Override dh_install to remove .la and .a files.
- Run dh_install with --fail-missing.
* debian/compat: bump to compat level 9.
* debian/source/format: make sure we're using format 1.0.
[ Ubuntu daily release ]
* Automatic snapshot from revision 103
-- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 21 Aug 2013 14:07:27 +0000
|