~ubuntu-branches/ubuntu/precise/gwibber/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-11-21 09:29:54 UTC
  • mfrom: (1.1.65)
  • Revision ID: package-import@ubuntu.com-20111121092954-v13j1zaju7dvqer3
Tags: 3.3.1-0ubuntu1
* New upstream release
  - Added a "debug" settings key to allow debug logging without running from 
    a terminal.  
  - Ensure _profile is passed a dict, if not it failed
  - Clean up indicator handling, setup the counts up front to ensure the 
    ordering is consistent.
  - Only trim the padding off the entry if we are running in the client.  
    This fixes the gray bar that was displayed below the poster entry 
    in gwibber-poster.
  - Translation fixes for liked and shared strings (LP: #833807)
  - Added LINGUAS file to ensure the po files make it in the 
    DIST (LP: #866038)
  - specify --shared-library when compiling the typelib, this fixes 
    GI (LP: #893125)
* lp_861903.patch, lp_882633.patch, and lp_884831.patch dropped, fixed 
  upstream
* debian/control
  - build depend on valac-0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
3
 
2011-10-23  Ken VanDine  <ken.vandine@canonical.com>
 
3
2011-11-21  Ken VanDine  <ken.vandine@canonical.com>
 
4
 
 
5
        bump for 3.3.1
 
6
 
 
7
2011-11-21  Ken VanDine  <ken.vandine@canonical.com>
 
8
 
 
9
        Use LIBGWIBBER_CURRENT to get the right lib
 
10
 
 
11
2011-11-19  Ken VanDine  <ken.vandine@canonical.com>
 
12
 
 
13
        added some missing deps
 
14
 
 
15
2011-11-19  Ken VanDine  <ken.vandine@canonical.com>
 
16
 
 
17
        specify --shared-library when compiling the typelib, this fixes GI
 
18
 
 
19
2011-11-16  Ken VanDine  <ken.vandine@canonical.com>
 
20
 
 
21
        Added LINGUAS file to ensure the po files make it in the DIST (LP: #866038)
 
22
 
 
23
2011-11-16  Ken VanDine  <ken.vandine@canonical.com>
 
24
 
 
25
        Build system cleanup for handing translations
 
26
 
 
27
2011-11-16  Ken VanDine  <ken.vandine@canonical.com>
 
28
 
 
29
        Translation fixes for liked and shared strings
 
30
 
 
31
2011-11-16  Ken VanDine  <ken.vandine@canonical.com>
 
32
 
 
33
        the pot file got removed somehow, adding it back
 
34
 
 
35
2011-11-14  Ken VanDine  <ken.vandine@canonical.com>
 
36
 
 
37
        Only trim the padding off the entry if we are running in the client.  This fixes the gray bar that was displayed below the poster entry in gwibber-poster.
 
38
 
 
39
2011-11-10  Ken VanDine  <ken.vandine@canonical.com>
 
40
 
 
41
        Only trim the padding off the entry if we are running in the client.  This fixes the gray bar that was displayed below the poster entry in gwibber-poster.
 
42
 
 
43
2011-11-10  Ken VanDine  <ken.vandine@canonical.com>
 
44
 
 
45
        dist fixes
 
46
 
 
47
2011-11-10  Ken VanDine  <ken.vandine@canonical.com>
 
48
 
 
49
        twitter: Updated twitter API key to use a clearly marked "Developers" key
 
50
 
 
51
2011-11-06  Ken VanDine  <ken.vandine@canonical.com>
 
52
 
 
53
        test: use dbus-test-runner to run tests
 
54
 
 
55
2011-11-06  Ken VanDine  <ken.vandine@canonical.com>
 
56
 
 
57
        test: make sure service starts in the source tree
 
58
 
 
59
2011-11-06  Ken VanDine  <ken.vandine@canonical.com>
 
60
 
 
61
        test: distcheck fixes
 
62
 
 
63
2011-11-06  Ken VanDine  <ken.vandine@canonical.com>
 
64
 
 
65
        test: make sure we start the service with the python path for the source tree
 
66
 
 
67
2011-11-06  Ken VanDine  <ken.vandine@canonical.com>
 
68
 
 
69
        test: distcheck fixes
 
70
 
 
71
2011-11-05  Ken VanDine  <ken.vandine@canonical.com>
 
72
 
 
73
        test: make the tests wait for the service to be online
 
74
 
 
75
2011-11-05  Ken VanDine  <ken.vandine@canonical.com>
 
76
 
 
77
        test: make the tests wait for the service to be online
 
78
 
 
79
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
80
 
 
81
        merged
 
82
 
 
83
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
84
 
 
85
        test: added gwibber db and log files to CLEANFILES
 
86
 
 
87
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
88
 
 
89
        test: create initial test account
 
90
 
 
91
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
92
 
 
93
        test: add more CLEANFILES
 
94
 
 
95
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
96
 
 
97
        test: updates to properly run the service with dbus-test-runner
 
98
 
 
99
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
100
 
 
101
        test: added infrastructure for starting the service in a test environment
 
102
 
 
103
2011-11-04  Ken VanDine  <ken.vandine@canonical.com>
 
104
 
 
105
        Added GWIBBER_PLUGIN_TEST_DIR to override pluggin path
 
106
 
 
107
2011-11-03  Ken VanDine  <ken.vandine@canonical.com>
 
108
 
 
109
        Added avatar_path test
 
110
 
 
111
2011-11-03  Ken VanDine  <ken.vandine@canonical.com>
 
112
 
 
113
        distcheck fix for avatar_string test
 
114
 
 
115
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
116
 
 
117
        merged trunk
 
118
 
 
119
2011-10-30  Ken VanDine  <ken.vandine@canonical.com>
 
120
 
 
121
        added tests for avatar_path
 
122
 
 
123
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
124
 
 
125
        Make sure the time label is the same height as the service icon to prevent resizing when using a small font.
 
126
 
 
127
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
128
 
 
129
        Fixed class name in python example
 
130
 
 
131
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
132
 
 
133
        Don't use Gtk.main_quit when we aren't using a Gtk main loop.  
 
134
 
 
135
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
136
 
 
137
        poster: set_resizable false
 
138
 
 
139
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
140
 
 
141
        Clean up indicator handling, setup the counts up front to ensure the ordering is consistent.
 
142
 
 
143
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
144
 
 
145
        ensure we set the logging levels without stepping on previous settings
 
146
 
 
147
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
148
 
 
149
        log url which failed on network failures
 
150
 
 
151
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
152
 
 
153
        Check for debug setting before parsing command line options
 
154
 
 
155
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
156
 
 
157
        Ensure _profile is passed a dict, if not it failed
 
158
 
 
159
2011-11-01  Ken VanDine  <ken.vandine@canonical.com>
 
160
 
 
161
        Added a debug settings key to allow debug logging without running from a terminal.  Set with:
 
162
        "gsettings set org.gwibber.preferences debug true"
 
163
 
 
164
2011-10-30  Ken VanDine  <ken.vandine@canonical.com>
 
165
 
 
166
        test: unit tests for Gwibber.Utils
 
167
 
 
168
2011-10-30  Ken VanDine  <ken.vandine@canonical.com>
 
169
 
 
170
        test: unit tests for Gwibber.Utils
 
171
 
 
172
2011-10-26  Ken VanDine  <ken.vandine@canonical.com>
 
173
 
 
174
        Revert fix for bug 812039 to fix a looping situation which caused the high CPU usage when the entry is being displayed.  (LP: #861903)
 
175
 
 
176
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
177
 
 
178
        Merged build warning fixes
 
179
 
 
180
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
181
 
 
182
        Added -Wno-unused-but-set-variable -Wno-unused-variable -Wno-error to MAINTAINER_CFLAGS, we want -Werror but it is breaking string.strip so disable it until we work that out.
 
183
 
 
184
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
185
 
 
186
        lens: fix build warnings
 
187
 
 
188
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
189
 
 
190
        include our vapidir
 
191
 
 
192
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
193
 
 
194
        * Updated to build and require valac-0.14
 
195
        * Dropped bundled gtk vapi files and require GTK >= 3.2
 
196
 
 
197
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
 
198
 
 
199
        * Updated to build and require valac-0.14
 
200
        * Dropped bundled gtk vapi files and require GTK >= 3.2
 
201
 
 
202
2011-10-25  Ken VanDine  <ken.vandine@canonical.com>
4
203
 
5
204
        rename the new async functions 
6
205
 
10
209
 
11
210
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
12
211
 
13
 
        prepare for 3.2.1
 
212
        version bump, 3.3.0
14
213
 
15
214
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
16
215
 
18
217
 
19
218
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
20
219
 
 
220
        revert disconnecting from the row changes signals, not it really hurts performance
 
221
 
 
222
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
 
223
 
 
224
        Merged startup speed improvements
 
225
 
 
226
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
 
227
 
21
228
        Added profiling output
22
229
 
23
230
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
24
231
 
 
232
        disconnect to the row added/removed/changed signals to prevent getting spammed with changes
 
233
 
 
234
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
 
235
 
25
236
        Add an index to speed up retrieving messages
26
237
 
27
238
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
34
245
 
35
246
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
36
247
 
37
 
        lens: refresh the results when the lens becomes active, but only if the stream_model has changed
38
 
 
39
 
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
40
 
 
41
 
        lens: don't clear the results model on an invalid search
42
 
 
43
 
2011-10-07  Ken VanDine  <ken.vandine@canonical.com>
44
 
 
45
 
        facebook redirects to the success url when a user clicks cancel, handle this case and prevent crash (LP: #712626 )
 
248
        Draw frame around the alignment, should look like a toolbar (Andrea Cimitan)
 
249
 
 
250
2011-10-21  Andrea Cimitan  <andrea.cimitan@canonical.com>
 
251
 
 
252
        Draw frame around the alignment, should look like a toolbar
 
253
 
 
254
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
 
255
 
 
256
        lens: added service icon to filter options, they are still ignored in libunity 4.24 but should work in the future.
 
257
 
 
258
2011-10-21  Ken VanDine  <ken.vandine@canonical.com>
 
259
 
 
260
        lens: added service icon to filter options, they are still ignored in libunity 4.24 but should work in the future.
 
261
 
 
262
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
263
 
 
264
        lens: Added account filter
 
265
 
 
266
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
267
 
 
268
        lens: connect to the account created and deleted signals so we can add/remove filter options as needed.  libunity doesn't seem to support changing filter options yet though
 
269
 
 
270
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
271
 
 
272
        lens: Added account filter
 
273
 
 
274
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
275
 
 
276
        merged latest trunk
 
277
 
 
278
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
279
 
 
280
        lens: refresh the results when the lens becomes active, but only if the stream_model has changed
 
281
 
 
282
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
283
 
 
284
        lens: refresh the results when the lens becomes active, but only if the stream_model has changed
 
285
 
 
286
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
287
 
 
288
        Fixed untranslatable string in follow/unfollow error message (LP: #878713)
 
289
 
 
290
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
291
 
 
292
        lens: don't clear the results model on an invalid search
 
293
 
 
294
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
295
 
 
296
        lens: don't clear the results model on an invalid search
 
297
 
 
298
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
299
 
 
300
        lens: Improve filtering by make stream filters check options instead of radio, this allows filtering on multiple streams
 
301
        lens: more exception handling
 
302
 
 
303
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
304
 
 
305
        Catch more exceptions
 
306
 
 
307
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
308
 
 
309
        Catch the correct exception
 
310
 
 
311
2011-10-20  Ken VanDine  <ken.vandine@canonical.com>
 
312
 
 
313
        Use a CheckOptionFilter instead of radio for filtering on streams
46
314
 
47
315
2011-10-07  Ken VanDine  <ken.vandine@canonical.com>
48
316