~ubuntu-desktop/indicator-me/ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-01-27 14:54:08 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110127145408-d2iohub8meins1yc
Tags: 0.2.12-0ubuntu1
* New upstream release
  - Rename for ubuntuone-preferences to ubuntuone-control-panel-gtk
  - Rename org.ayatana dbus interfaces com.canonical
* debian/control
  - Changed recommends for ubuntuone-client-gnome to 
    ubuntuone-control-panel-gtk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Generated by Makefile. Do not edit.
 
2
 
 
3
2011-01-27  Ken VanDine  <ken.vandine@canonical.com>
 
4
 
 
5
        version bump 0.2.12
 
6
 
 
7
2011-01-27  Ken VanDine  <ken.vandine@canonical.com>
 
8
 
 
9
        Rename for ubuntuone-preferences to ubuntuone-control-panel-gtk
 
10
 
 
11
2011-01-18  Ted Gould  <ted@gould.cx>
 
12
 
 
13
        Adding log domain and building AUTHORS and ChangeLog at dist
 
14
 
 
15
2011-01-17  Ted Gould  <ted@gould.cx>
 
16
 
 
17
        Commenting not to edit ChangeLog or AUTHORS
 
18
 
 
19
2011-01-17  Ted Gould  <ted@gould.cx>
 
20
 
 
21
        Building AUTHORS and ChangeLog on dist
 
22
 
 
23
2011-01-17  Ted Gould  <ted@gould.cx>
 
24
 
 
25
        Adding in log domains
 
26
 
 
27
2011-01-14  Ken VanDine  <ken.vandine@canonical.com>
 
28
 
 
29
        interface rename to com.canonical
 
30
 
 
31
2011-01-14  Ken VanDine  <ken.vandine@canonical.com>
 
32
 
 
33
        * check status_proxy_cancel for NULL to prevents dupes
 
34
        * cast user_data after checking for error from the dbus proxy
 
35
 
 
36
2011-01-13  Ken VanDine  <ken.vandine@canonical.com>
 
37
 
 
38
        Ported to libgwibber 0.0.7
 
39
 
 
40
2011-01-13  Ken VanDine  <ken.vandine@canonical.com>
 
41
 
 
42
        Ported service to gdbus
 
43
 
 
44
2011-01-13  Ken VanDine  <ken.vandine@canonical.com>
 
45
 
 
46
        Properly query for username and icon after connecting to the proxy
 
47
 
 
48
2011-01-12  Ken VanDine  <ken.vandine@canonical.com>
 
49
 
 
50
        Should be the last of the gdbus/dbusmenu 0.4 port
 
51
 
 
52
2011-01-10  Ken VanDine  <ken.vandine@canonical.com>
 
53
 
 
54
        Ported about_me_prop_change_cb and entry_prop_change_cb to dbusmenu-glib-0.4
 
55
 
 
56
2011-01-10  Ken VanDine  <ken.vandine@canonical.com>
 
57
 
 
58
        * ported to dbusmenu-glib-0.4 (LP: #701148)
 
59
        * removed check for dbusmenu-gtk, it isn't used
 
60
 
 
61
2010-10-15  David Barth  <david.barth@canonical.com>
 
62
 
 
63
        Fix entry focus issue LP:#37639
 
64
 
 
65
2010-10-05  David Barth  <david.barth@canonical.com>
 
66
 
 
67
        fix issue where the hint could stay in the entry on missed focus changes
 
68
 
 
69
2010-09-22  David Barth  <david.barth@canonical.com>
 
70
 
 
71
        bump release number
 
72
 
 
73
2010-09-22  David Barth  <david.barth@canonical.com>
 
74
 
 
75
        react on focus-out events, to restore the hint when the entry is empty
 
76
 
 
77
2010-09-22  David Barth  <david.barth@canonical.com>
 
78
 
 
79
        visual update on text or hint property changes
 
80
 
 
81
2010-09-22  David Barth  <david.barth@canonical.com>
 
82
 
 
83
        remove debug code
 
84
 
 
85
2010-09-22  David Barth  <david.barth@canonical.com>
 
86
 
 
87
        reference file for i18n; fix hint style
 
88
 
 
89
2010-09-21  David Barth  <david.barth@canonical.com>
 
90
 
 
91
        forgot to reference me-service-gwibber.c for translations
 
92
 
 
93
2010-09-21  David Barth  <david.barth@canonical.com>
 
94
 
 
95
        forgot to reference the gwibber gateway for translations
 
96
 
 
97
2010-09-21  David Barth  <david.barth@canonical.com>
 
98
 
 
99
        style the hint properly, even across service restarts
 
100
 
 
101
2010-09-21  David Barth  <david.barth@canonical.com>
 
102
 
 
103
        fix the hint to be consistently styled across service restarts
 
104
 
 
105
2010-09-20  David Barth  <david.barth@canonical.com>
 
106
 
 
107
        debug to help track an entry crasher
 
108
 
 
109
2010-09-22  David Barth  <david.barth@canonical.com>
 
110
 
 
111
        prevent the indicator from crashing after a service restart, by properly disconnecting signals attached to the text entry. Thanks to Cody Russell
 
112
 
 
113
2010-09-21  Cody Russell  <crussell@canonical.com>
 
114
 
 
115
        Remove some output.
 
116
 
 
117
2010-09-21  Cody Russell  <crussell@canonical.com>
 
118
 
 
119
        Don't unref the widget, destroy it.  But also disconnect stuff first.
 
120
 
 
121
2010-09-21  Cody Russell  <crussell@canonical.com>
 
122
 
 
123
        Disconnect some signals.
 
124
 
 
125
2010-09-16  David Barth  <david.barth@canonical.com>
 
126
 
 
127
        dummy diff to update to become the real 0.2.9 release
 
128
 
 
129
2010-09-16  David Barth  <david.barth@canonical.com>
 
130
 
 
131
        Fix for bug https://bugs.launchpad.net/indicator-me/+bug/565477 to remove checkmarks next to status menu items when the user is offline
 
132
 
 
133
2010-09-10  David Barth  <david.barth@canonical.com>
 
134
 
 
135
        or better, state the user is offline
 
136
 
 
137
2010-09-10  David Barth  <david.barth@canonical.com>
 
138
 
 
139
        clear check marks on status items when disconnected
 
140
 
 
141
2010-09-16  David Barth  <david.barth@canonical.com>
 
142
 
 
143
        releaseing 0.2.9 (hopefully)
 
144
 
 
145
2010-09-16  David Barth  <david.barth@canonical.com>
 
146
 
 
147
        add a hint in the broadcast field
 
148
 
 
149
2010-09-16  David Barth  <david.barth@canonical.com>
 
150
 
 
151
        Fix the entry hint to be shown at the right time
 
152
 
 
153
2010-09-15  David Barth  <david.barth@canonical.com>
 
154
 
 
155
        update the entry hint to reflect the actual account type that are enabled
 
156
 
 
157
2010-09-14  David Barth  <david.barth@canonical.com>
 
158
 
 
159
        some improvements, and more debug
 
160
 
 
161
2010-09-10  David Barth  <david.barth@canonical.com>
 
162
 
 
163
        some improvements
 
164
 
 
165
2010-09-10  David Barth  <david.barth@canonical.com>
 
166
 
 
167
        first attempt at putting a hint in the entry
 
168
 
 
169
2010-09-09  David Barth  <david.barth@canonical.com>
 
170
 
 
171
        restores the u1 menu item
 
172
 
 
173
2010-09-09  David Barth  <david.barth@canonical.com>
 
174
 
 
175
        restores the U1 menuitem
 
176
 
 
177
2010-08-26  David Barth  <david.barth@canonical.com>
 
178
 
 
179
        0.2.8
 
180
 
 
181
2010-08-26  David Barth  <david.barth@canonical.com>
 
182
 
 
183
        Use the -panel icons and rename hicolor icons included to -panel; thanks kenvandine
 
184
 
 
185
2010-08-26  Ken VanDine  <ken.vandine@canonical.com>
 
186
 
 
187
        Merged
 
188
 
 
189
2010-08-26  Ken VanDine  <ken.vandine@canonical.com>
 
190
 
 
191
        Use the -panel icons for status and rename the hicolor icons to end with the -panel suffix
 
192
 
 
193
2010-08-26  David Barth  <david.barth@canonical.com>
 
194
 
 
195
        switch to using -panel icons inside the menu; thanks mpt
 
196
 
 
197
2010-08-25  Matthew Paul Thomas  <mpt@canonical.com>
 
198
 
 
199
        Uses -panel icons in the panel.
 
200
 
 
201
2010-08-19  David Barth  <david.barth@canonical.com>
 
202
 
 
203
        0.2.7
 
204
 
 
205
2010-08-19  David Barth  <david.barth@canonical.com>
 
206
 
 
207
        merging ui adjustments
 
208
 
 
209
2010-08-19  David Barth  <david.barth@canonical.com>
 
210
 
 
211
        fixing param check noticed by Jason
 
212
 
 
213
2010-08-19  David Barth  <david.barth@canonical.com>
 
214
 
 
215
        use a simple "About me..." entry; user testing shows people don't associate with this local avatar
 
216
 
 
217
2010-07-28  David Barth  <david.barth@canonical.com>
 
218
 
 
219
        change to using a standard "About Me..." menu item at the bottom of the menu
 
220
 
 
221
2010-07-28  David Barth  <david.barth@canonical.com>
 
222
 
 
223
        disable the code for all of the avatar/about me item
 
224
 
 
225
2010-08-19  David Barth  <david.barth@canonical.com>
 
226
 
 
227
        remove the u1 preferences entry
 
228
 
 
229
2010-07-28  David Barth  <david.barth@canonical.com>
 
230
 
 
231
        drop the u1 preferences entry
 
232
 
 
233
2010-08-17  David Barth  <david.barth@canonical.com>
 
234
 
 
235
        libgwibber port, thanks to kenvandine\!
 
236
 
 
237
2010-08-17  Ken VanDine  <ken.vandine@canonical.com>
 
238
 
 
239
        check for send_enabled even if configured_accounts was TRUE before
 
240
 
 
241
2010-08-17  Ken VanDine  <ken.vandine@canonical.com>
 
242
 
 
243
        Don't set status based on configured accounts
 
244
 
 
245
2010-08-17  Ken VanDine  <ken.vandine@canonical.com>
 
246
 
 
247
        Don't set status to NOT_RUNNING if we get a response from gwibber
 
248
 
 
249
2010-08-17  Ken VanDine  <ken.vandine@canonical.com>
 
250
 
 
251
        remove a noop
 
252
 
 
253
2010-08-16  Ken VanDine  <ken.vandine@canonical.com>
 
254
 
 
255
        bump required libgwibber version to 0.0.4
 
256
 
 
257
2010-08-16  Ken VanDine  <ken.vandine@canonical.com>
 
258
 
 
259
        Rename some variables to be more clear
 
260
 
 
261
2010-08-16  Ken VanDine  <ken.vandine@canonical.com>
 
262
 
 
263
        Connect to the is_available signal for GwibberAccounts as well, and only try to connect to it when available.
 
264
 
 
265
2010-08-14  Ken VanDine  <ken.vandine@canonical.com>
 
266
 
 
267
        Ported to libgwibber
 
268
 
 
269
2010-08-14  Ken VanDine  <ken.vandine@canonical.com>
 
270
 
 
271
        * Renamed gwibber methods, prepending me_
 
272
        * Updated accounts dbus interface
 
273
 
 
274
2010-06-24  David Barth  <david.barth@canonical.com>
 
275
 
 
276
        merging in a fix for a leak with the ido entry whenever the connection changes
 
277
 
 
278
2010-03-31  Cody Russell  <crussell@canonical.com>
 
279
 
 
280
        Remove dbusmenu_client_add_type_handler()
 
281
 
 
282
2010-03-31  Cody Russell  <crussell@canonical.com>
 
283
 
 
284
        unref the the entry, and the dead status_proxy when we're disconnecting from the service, and add the entry again during reconnection.
 
285
 
 
286
2010-04-14  David Barth  <david.barth@canonical.com>
 
287
 
 
288
        reverting to 0.2.6 with just the -panel fix for #550956
 
289
 
 
290
2010-04-14  David Barth  <david.barth@canonical.com>
 
291
 
 
292
        just use the -panel icon, or fallback to the non-panel icon if absent
 
293
 
 
294
2010-04-14  David Barth  <david.barth@canonical.com>
 
295
 
 
296
        reverting to plain 0.2.6
 
297
 
 
298
2010-04-02  David Barth  <david.barth@canonical.com>
 
299
 
 
300
        use the default icon if the -panel version is not present
 
301
 
 
302
2010-04-01  David Barth  <david.barth@canonical.com>
 
303
 
 
304
        merging in a branch with the right panel icon and whic removes the frame around the icon
 
305
 
 
306
2010-03-31  David Barth  <david.barth@canonical.com>
 
307
 
 
308
        user the right -panel icon and remove the surrounding frame
 
309
 
 
310
2010-03-25  David Barth  <david.barth@canonical.com>
 
311
 
 
312
        syncing back with trunk
 
313
 
 
314
2010-03-23  David Barth  <david.barth@canonical.com>
 
315
 
 
316
        if visible, always enable the broadcast field, whenever gwibber is running or not
 
317
 
 
318
2010-03-23  David Barth  <david.barth@canonical.com>
 
319
 
 
320
        missing fallback icon for the user-indeterminate state
 
321
 
 
322
2010-03-24  David Barth  <david.barth@canonical.com>
 
323
 
 
324
        setting release number to 0.2.6
 
325
 
 
326
2010-03-24  David Barth  <david.barth@canonical.com>
 
327
 
 
328
        merging in a branch full of little fixes and typos
 
329
 
 
330
2010-03-24  David Barth  <david.barth@canonical.com>
 
331
 
 
332
        style & typo fixes ted pointed out in his review
 
333
 
 
334
2010-03-23  David Barth  <david.barth@canonical.com>
 
335
 
 
336
        display mode gconf key with dynamic menu update
 
337
 
 
338
2010-03-23  David Barth  <david.barth@canonical.com>
 
339
 
 
340
        display mode gconf key with dynamic menu update
 
341
 
 
342
2010-03-23  David Barth  <david.barth@canonical.com>
 
343
 
 
344
        Misc fixes:
 
345
        - if visible, always enable the broadcast field, whenever gwibber is running or not
 
346
        - missing fallback icon for the user-indeterminate state
 
347
        - fix typo in gwibber-service and more checks for parameters in the entry activate callback
 
348
        - fix some potential crashers and get rid of some spurious error message
 
349
 
 
350
2010-03-23  David Barth  <david.barth@canonical.com>
 
351
 
 
352
        fix typo in gwibber-service and more checks for parameters in the entry activate callback
 
353
 
 
354
2010-03-17  David Barth  <david.barth@canonical.com>
 
355
 
 
356
        fix some potential crashers and get rid of some spurious error message
 
357
 
 
358
2010-03-18  David Barth  <david.barth@canonical.com>
 
359
 
 
360
        merge of the gwibber-service branch
 
361
 
 
362
2010-03-17  David Barth  <david.barth@canonical.com>
 
363
 
 
364
        provide an accessor for the GwibberService singleton; remove the old gwibber_send API; and fix an embarassing typo in the last commit
 
365
 
 
366
2010-03-17  David Barth  <david.barth@canonical.com>
 
367
 
 
368
        fixing allocation / de-allocation issues pointed out by ted
 
369
 
 
370
2010-03-17  David Barth  <david.barth@canonical.com>
 
371
 
 
372
        monitor gwibber account changes to update the broadcast field status in real time
 
373
 
 
374
2010-03-16  David Barth  <david.barth@canonical.com>
 
375
 
 
376
        - turn gwibber-service into a full gobject implementation
 
377
        - monitor the service state (running or not)
 
378
        - detect broadcast accounts configured for sending
 
379
        - hide/show and disable/enable the broadcast field accordingly
 
380
 
 
381
2010-03-17  David Barth  <david.barth@canonical.com>
 
382
 
 
383
        merging in character-limit
 
384
 
 
385
2010-03-16  David Barth  <david.barth@canonical.com>
 
386
 
 
387
        character limit for the broadcast field
 
388
 
 
389
2010-03-17  David Barth  <david.barth@canonical.com>
 
390
 
 
391
        merging in radio-buttons-and-indeterminate-status
 
392
 
 
393
2010-03-16  David Barth  <david.barth@canonical.com>
 
394
 
 
395
        don't count offline states when computing the 'indeterminate' status
 
396
 
 
397
2010-03-15  David Barth  <david.barth@canonical.com>
 
398
 
 
399
        don't try to optimize too much now that we have the indeterminate state, and send status updates systematically
 
400
 
 
401
2010-03-15  David Barth  <david.barth@canonical.com>
 
402
 
 
403
        factoring in upstream fixes
 
404
 
 
405
2010-03-15  David Barth  <david.barth@canonical.com>
 
406
 
 
407
        oops, silly error
 
408
 
 
409
2010-03-15  David Barth  <david.barth@canonical.com>
 
410
 
 
411
        avoid messing with status maps and make the indeterminate status local to the me service
 
412
 
 
413
2010-03-15  David Barth  <david.barth@canonical.com>
 
414
 
 
415
        add the indeterminate state and rework the status menu items to add radio buttons
 
416
 
 
417
2010-03-15  Ted Gould  <ted@gould.cx>
 
418
 
 
419
        Updating to use libindicator image update function
 
420
 
 
421
2010-03-15  Ted Gould  <ted@gould.cx>
 
422
 
 
423
        Use the update function to change the default icon to fix theme update
 
424
 
 
425
2010-03-12  David Barth  <david.barth@canonical.com>
 
426
 
 
427
        merging auto-select-entry branch from bratsche
 
428
 
 
429
2010-03-11  Cody Russell  <crussell@canonical.com>
 
430
 
 
431
        Name
 
432
 
 
433
2010-03-11  Cody Russell  <crussell@canonical.com>
 
434
 
 
435
        Add select the IdoEntryMenuItem when the menu opens.
 
436
 
 
437
2010-03-11  David Barth  <david.barth@canonical.com>
 
438
 
 
439
        new release 0.2.5
 
440
 
 
441
2010-03-11  David Barth  <david.barth@canonical.com>
 
442
 
 
443
        merge panel icon fixes
 
444
 
 
445
2010-03-11  David Barth  <david.barth@canonical.com>
 
446
 
 
447
        less debug is better
 
448
 
 
449
2010-03-11  David Barth  <david.barth@canonical.com>
 
450
 
 
451
        add debug for the -panel icons
 
452
 
 
453
2010-03-11  David Barth  <david.barth@canonical.com>
 
454
 
 
455
        load the avatar icon as soon as we see the property, without waiting for an update
 
456
 
 
457
2010-03-11  David Barth  <david.barth@canonical.com>
 
458
 
 
459
        unused functions make errors
 
460
 
 
461
2010-03-11  David Barth  <david.barth@canonical.com>
 
462
 
 
463
        just rely on the property update to load the avatar icon
 
464
 
 
465
2010-03-11  David Barth  <david.barth@canonical.com>
 
466
 
 
467
        merge monitor-avatar branch
 
468
 
 
469
2010-03-11  David Barth  <david.barth@canonical.com>
 
470
 
 
471
        don't unref the image itself
 
472
 
 
473
2010-03-11  David Barth  <david.barth@canonical.com>
 
474
 
 
475
        unref image before replacing it
 
476
 
 
477
2010-03-11  David Barth  <david.barth@canonical.com>
 
478
 
 
479
        monitor the avatar file and update the icon property to trigger a reload
 
480
 
 
481
2010-03-11  David Barth  <david.barth@canonical.com>
 
482
 
 
483
        turn load_avatar in a public method; recycle the other part in a _task function for the idle loop
 
484
 
 
485
2010-03-11  David Barth  <david.barth@canonical.com>
 
486
 
 
487
        merging in add-account-entries-if-programs-present
 
488
 
 
489
2010-03-10  David Barth  <david.barth@canonical.com>
 
490
 
 
491
        add account setup entries only if programs present
 
492
 
 
493
2010-03-02  David Barth  <david.barth@canonical.com>
 
494
 
 
495
        bug fix merge
 
496
 
 
497
2010-03-02  David Barth  <david.barth@canonical.com>
 
498
 
 
499
        fix bug with load_avatar
 
500
 
 
501
2010-03-01  David Barth  <david.barth@canonical.com>
 
502
 
 
503
        avatar-support merged in
 
504
 
 
505
2010-03-01  David Barth  <david.barth@canonical.com>
 
506
 
 
507
        fixes for error cases and type truncations
 
508
 
 
509
2010-02-26  David Barth  <david.barth@canonical.com>
 
510
 
 
511
        add avatar support
 
512
 
 
513
2010-02-25  David Barth  <david.barth@canonical.com>
 
514
 
 
515
        merged new anonymous-mode branch
 
516
 
 
517
2010-02-24  David Barth  <david.barth@canonical.com>
 
518
 
 
519
        simplify: one proxy is enough; also query for the username, don't expect it to be signaled for change at startup...
 
520
 
 
521
2010-02-19  David Barth  <david.barth@canonical.com>
 
522
 
 
523
        anonymous mode with gconf option; also reworked how the me entry is created, so that it shows up even if the gecos field is empty
 
524
 
 
525
2010-02-18  David Barth  <david.barth@canonical.com>
 
526
 
 
527
        support for anonymous mode, using ME_MENU_ANONYMOUS_MODE=1
 
528
 
 
529
2010-02-24  Ted Gould  <ted@gould.cx>
 
530
 
 
531
        Updating the path to launch Empathy
 
532
 
 
533
2010-02-23  Ken VanDine  <ken.vandine@canonical.com>
 
534
 
 
535
        handle the the new executable for empathy-accounts in 2.29.91
 
536
 
 
537
2010-02-23  Ted Gould  <ted@gould.cx>
 
538
 
 
539
        Changing the name of the U1 binary.
 
540
 
 
541
2010-02-22  Ken VanDine  <ken.vandine@canonical.com>
 
542
 
 
543
        Fixed the path to ubuntuone-preferences
 
544
 
 
545
2010-02-18  David Barth  <david.barth@canonical.com>
 
546
 
 
547
        bumping version to 0.2.4
 
548
 
 
549
2010-02-18  David Barth  <david.barth@canonical.com>
 
550
 
 
551
        merging in new "Me" item
 
552
 
 
553
2010-02-18  David Barth  <david.barth@canonical.com>
 
554
 
 
555
        do g_return_val_if_fail in the right order; don't create a useless GtkObjectClass
 
556
 
 
557
2010-02-18  David Barth  <david.barth@canonical.com>
 
558
 
 
559
        re-indent files properly
 
560
 
 
561
2010-02-18  David Barth  <david.barth@canonical.com>
 
562
 
 
563
        square avatar frame, courtesy of Cody
 
564
 
 
565
2010-02-17  Cody Russell  <crussell@canonical.com>
 
566
 
 
567
        Square frame
 
568
 
 
569
2010-02-17  David Barth  <david.barth@canonical.com>
 
570
 
 
571
        added about-me entry; still need some layout improvements
 
572
 
 
573
2010-02-17  David Barth  <david.barth@canonical.com>
 
574
 
 
575
        use DBUSMENU prefix for entry type
 
576
 
 
577
2010-02-05  Ted Gould  <ted@gould.cx>
 
578
 
 
579
        Adjusting signal prototype for activate signal
 
580
 
 
581
2010-02-05  David Barth  <david.barth@canonical.com>
 
582
 
 
583
        ensure activate signal handlers now use the new timestamps
 
584
 
 
585
2010-02-04  Ted Gould  <ted@gould.cx>
 
586
 
 
587
        0.2.3
 
588
 
 
589
2010-02-04  Ted Gould  <ted@gould.cx>
 
590
 
 
591
        Activate change for dbusmenu 0.2.2
 
592
 
 
593
2010-02-02  Ted Gould  <ted@gould.cx>
 
594
 
 
595
        Changing prototype for dbusmenu signal change
 
596
 
 
597
2010-02-04  Ted Gould  <ted@gould.cx>
 
598
 
 
599
        0.2.2
 
600
 
 
601
2010-02-04  Ted Gould  <ted@gould.cx>
 
602
 
 
603
        Merging in basic gwibber support.
 
604
 
 
605
2010-02-04  David Barth  <david.barth@canonical.com>
 
606
 
 
607
        prevent NULL from causing havoc when using gtk_entry_set_text
 
608
 
 
609
2010-02-04  David Barth  <david.barth@canonical.com>
 
610
 
 
611
        updated property names to the new dbusmenu conventions, as of 0.2.2
 
612
 
 
613
2010-02-04  David Barth  <david.barth@canonical.com>
 
614
 
 
615
        changed the entry to a proper custom dbusmenu item; connected activate signal to use the new handle_event API; also connected a 'text' property to reset the text entry in the emnu
 
616
 
 
617
2010-02-03  David Barth  <david.barth@canonical.com>
 
618
 
 
619
        adding a text entry at the end of the menu
 
620
 
 
621
2010-02-02  David Barth  <david.barth@canonical.com>
 
622
 
 
623
        prototype with new accounts menu
 
624
 
 
625
2010-01-21  Ken VanDine  <ken.vandine@canonical.com>
 
626
 
 
627
        Adding autogen.sh to EXTRA_DIST
 
628
 
 
629
2010-01-21  Ken VanDine  <ken.vandine@canonical.com>
 
630
 
 
631
        added autogen.sh to EXTRA_DIST
 
632
 
 
633
2010-01-21  Ted Gould  <ted@gould.cx>
 
634
 
 
635
        0.2.1
 
636
 
 
637
2010-01-21  Ted Gould  <ted@gould.cx>
 
638
 
 
639
        Removing the COPYING.LGPL from EXTRA_DIST
 
640
 
 
641
2010-01-20  Ted Gould  <ted@gould.cx>
 
642
 
 
643
        Comments from the distro team regarding the build and licensing.
 
644
 
 
645
2010-01-11  Ted Gould  <ted@gould.cx>
 
646
 
 
647
        Changing from STATUSSERVICE to MESERVICE
 
648
 
 
649
2010-01-11  Ted Gould  <ted@gould.cx>
 
650
 
 
651
        Ignoring the service file.
 
652
 
 
653
2010-01-11  Ted Gould  <ted@gould.cx>
 
654
 
 
655
        Dropping the AC_SUBST after the PKG_CHECK_MODULES
 
656
 
 
657
2010-01-11  Ted Gould  <ted@gould.cx>
 
658
 
 
659
        Bumping up dbusmenu-glib version.
 
660
 
 
661
2010-01-11  Ted Gould  <ted@gould.cx>
 
662
 
 
663
        Removing the LGPL that we aren't using.
 
664
 
 
665
2010-01-11  Ted Gould  <ted@gould.cx>
 
666
 
 
667
        Removing POLKIT version
 
668
 
 
669
2010-01-12  Ken VanDine  <ken.vandine@canonical.com>
 
670
 
 
671
        Don't display the system-shutdown-panel icon in indicator-me
 
672
 
 
673
2010-01-12  Ken VanDine  <ken.vandine@canonical.com>
 
674
 
 
675
        Now that indicator-me is split off from indicator-session-applet, it doesn't make sense to display the system-shutdown icon when disconnected
 
676
 
 
677
2010-01-12  Ken VanDine  <ken.vandine@canonical.com>
 
678
 
 
679
        Fix to the MC5 name to watch.
 
680
 
 
681
2010-01-12  Ken VanDine  <ken.vandine@canonical.com>
 
682
 
 
683
        Watch for the proper dbus interface for MC5
 
684
 
 
685
2010-01-08  Ted Gould  <ted@gould.cx>
 
686
 
 
687
        0.2.0, at one point I realized this was a good version, I should listen to myself more.
 
688
 
 
689
2010-01-08  Ted Gould  <ted@gould.cx>
 
690
 
 
691
        0.0.1
 
692
 
 
693
2010-01-06  Ted Gould  <ted@gould.cx>
 
694
 
 
695
        Removing gconf as we're not using it.
 
696
 
 
697
2010-01-05  Ted Gould  <ted@gould.cx>
 
698
 
 
699
        Forgot to update POTFILES.in for the service file name change.
 
700
 
 
701
2010-01-05  Ted Gould  <ted@gould.cx>
 
702
 
 
703
        Left a couple files in extra dist
 
704
 
 
705
2010-01-05  Ted Gould  <ted@gould.cx>
 
706
 
 
707
        Turn this into a true me service by removing everything but the status setting and renaming the files appropriately.
 
708
 
 
709
2010-01-02  Ted Gould  <ted@gould.cx>
 
710
 
 
711
        Moving to an actual indicator service object.  Which gives us shutdown and versioning.
 
712
 
 
713
2010-01-02  Ted Gould  <ted@gould.cx>
 
714
 
 
715
        Moving the files names of the service to 'me'
 
716
 
 
717
2010-01-02  Ted Gould  <ted@gould.cx>
 
718
 
 
719
        Removing the 'Set Status' submenu
 
720
 
 
721
2010-01-02  Ted Gould  <ted@gould.cx>
 
722
 
 
723
        Ignoring folks
 
724
 
 
725
2009-12-24  Ted Gould  <ted@gould.cx>
 
726
 
 
727
        Merging in changes to indicator-session for dbusmenu updates and using libtelepathy
 
728
 
 
729
2009-12-22  Ted Gould  <ted@gould.cx>
 
730
 
 
731
        Merging in changes needed for the new libdbusmenu.
 
732
 
 
733
2009-12-18  Ted Gould  <ted@gould.cx>
 
734
 
 
735
        Settin' some bools
 
736
 
 
737
2009-12-18  Ted Gould  <ted@gould.cx>
 
738
 
 
739
        Setting booleans and values oh my! 
 
740
 
 
741
2009-12-18  Ted Gould  <ted@gould.cx>
 
742
 
 
743
        Setting the values with booleans and remove setting the type
 
744
 
 
745
2009-12-18  Ted Gould  <ted@gould.cx>
 
746
 
 
747
        Need a newer dbusmenu
 
748
 
 
749
2009-12-08  Ted Gould  <ted@gould.cx>
 
750
 
 
751
        Update to use libtelepathy instead of libempathy
 
752
 
 
753
2009-12-08  Ken VanDine  <ken.vandine@canonical.com>
 
754
 
 
755
        Added missing files to EXTRA_DIST
 
756
 
 
757
2009-12-08  Ken VanDine  <ken.vandine@canonical.com>
 
758
 
 
759
        Ported from libempathy to telepathy-glib
 
760
 
 
761
2009-12-24  Ted Gould  <ted@gould.cx>
 
762
 
 
763
        Changing the #define to be ME
 
764
 
 
765
2009-12-24  Ted Gould  <ted@gould.cx>
 
766
 
 
767
        Description of the indicator.
 
768
 
 
769
2009-12-24  Ted Gould  <ted@gould.cx>
 
770
 
 
771
        Shuffling the image lifecycle so that it can be created in a few different ways.  Also, we we're set to not connected it'll then set the icon back to 'offline'
 
772
 
 
773
2009-12-24  Ted Gould  <ted@gould.cx>
 
774
 
 
775
        Removing and reshuffling a bunch of code.  Now compiles.
 
776
 
 
777
2009-12-24  Ted Gould  <ted@gould.cx>
 
778
 
 
779
        Killed all the globals we no longer wanted and added in a service manager.
 
780
 
 
781
2009-12-23  Ted Gould  <ted@gould.cx>
 
782
 
 
783
        Changing object names to IndicatorMe
 
784
 
 
785
2009-12-23  Ted Gould  <ted@gould.cx>
 
786
 
 
787
        Changing the status defines and then removeing the users and session ones.
 
788
 
 
789
2009-12-23  Ted Gould  <ted@gould.cx>
 
790
 
 
791
        Changing the name of the dbus API
 
792
 
 
793
2009-12-23  Ted Gould  <ted@gould.cx>
 
794
 
 
795
        Changing the name of the dbus interface file.
 
796
 
 
797
2009-11-20  Ted Gould  <ted@canonical.com>
 
798
 
 
799
        Removing some dead files.
 
800
 
 
801
2009-11-20  Ted Gould  <ted@canonical.com>
 
802
 
 
803
        Trying to go for indicator-me
 
804
 
 
805
2009-11-20  Ted Gould  <ted@canonical.com>
 
806
 
 
807
        Better init
 
808
 
 
809
2009-11-20  Ted Gould  <ted@canonical.com>
 
810
 
 
811
        Removing the 'actions' and cleaning up some of the other icons.
 
812
 
 
813
2009-11-20  Ted Gould  <ted@canonical.com>
 
814
 
 
815
        Making into one service that is 'me'.
 
816
 
 
817
2009-11-20  Ted Gould  <ted@canonical.com>
 
818
 
 
819
        Switchig to me and dropping down to a single item.
 
820
 
 
821
2009-11-20  Ted Gould  <ted@canonical.com>
 
822
 
 
823
        Changing to me
 
824
 
 
825
2009-11-05  Ted Gould  <ted@canonical.com>
 
826
 
 
827
        Updating to libindicator 0.3.0 API.
 
828
 
 
829
2009-11-04  Ted Gould  <ted@canonical.com>
 
830
 
 
831
        Porting over to the 0.3.0 API
 
832
 
 
833
2009-11-04  Ted Gould  <ted@canonical.com>
 
834
 
 
835
        Upping to libindicator 0.3.0
 
836
 
 
837
2009-10-10  Ted Gould  <ted@canonical.com>
 
838
 
 
839
        Listening for MC5 coming on and off the bus as EmpathyAccountManager was doing that for us before.
 
840
 
 
841
2009-10-08  Ted Gould  <ted@canonical.com>
 
842
 
 
843
        Checking to see if there is an MC5 there when we start.
 
844
 
 
845
2009-10-08  Ted Gould  <ted@canonical.com>
 
846
 
 
847
        Signaling a state change when disconnecting.
 
848
 
 
849
2009-10-08  Ted Gould  <ted@canonical.com>
 
850
 
 
851
        Dealing with DBus's stupid views of NULL.  If I wanted it like that I'd use Python.  I have values, or not.  Simple as that.
 
852
 
 
853
2009-10-08  Ted Gould  <ted@canonical.com>
 
854
 
 
855
        Debug message
 
856
 
 
857
2009-10-08  Ted Gould  <ted@canonical.com>
 
858
 
 
859
        Checking the name we're getting and the name we're loosing.
 
860
 
 
861
2009-10-08  Ted Gould  <ted@canonical.com>
 
862
 
 
863
        Adding a dbus proxy and setting up a signal handler for the namechange event which will start or stop the empathy account manager.
 
864
 
 
865
2009-10-08  Ted Gould  <ted@canonical.com>
 
866
 
 
867
        Moving the building of the EmpathyAccountManager to it's own function.
 
868
 
 
869
2009-10-08  Ted Gould  <ted@canonical.com>
 
870
 
 
871
        0.1.7
 
872
 
 
873
2009-10-08  Ted Gould  <ted@canonical.com>
 
874
 
 
875
        Changing the icon so that if you are disconnected it is 'system-shutdown-panel' and making sure that we see it sometimes by not allocating the EmpathyAccountManager isn't allocated until status is set.
 
876
 
 
877
2009-10-06  Ted Gould  <ted@canonical.com>
 
878
 
 
879
        Changing icon name again.  This is probably better WRT the icon naming spec.
 
880
 
 
881
2009-10-06  Ted Gould  <ted@canonical.com>
 
882
 
 
883
        Changing the icon name in the code.
 
884
 
 
885
2009-10-06  Ted Gould  <ted@canonical.com>
 
886
 
 
887
        Adding a new icon 'indicator-system-shutdown'
 
888
 
 
889
2009-10-06  Ted Gould  <ted@canonical.com>
 
890
 
 
891
        Making it so that the manager only gets created if the status is set.
 
892
 
 
893
2009-10-06  Ted Gould  <ted@canonical.com>
 
894
 
 
895
        Setting the default icon as well.
 
896
 
 
897
2009-10-06  Ted Gould  <ted@canonical.com>
 
898
 
 
899
        Use the shutdown icon in the disconnected state.
 
900
 
 
901
2009-10-08  Ted Gould  <ted@canonical.com>
 
902
 
 
903
        Better ignore
 
904
 
 
905
2009-10-07  Ted Gould  <ted@canonical.com>
 
906
 
 
907
        Make it so that when locking the screen on suspend we ensure that the screen actually locks.  Also stop the screen saver starting on suspend and hibernate.
 
908
 
 
909
2009-10-07  Ted Gould  <ted@canonical.com>
 
910
 
 
911
        Attaching Bug
 
912
 
 
913
2009-10-07  Ted Gould  <ted@canonical.com>
 
914
 
 
915
        Oops, forgot to say who we were.
 
916
 
 
917
2009-10-07  Ted Gould  <ted@canonical.com>
 
918
 
 
919
        Switching the sleep action to have a response so we can make sure to unthrottle the screensaver.
 
920
 
 
921
2009-10-07  Ted Gould  <ted@canonical.com>
 
922
 
 
923
        Adding throttle and unthrottle functions
 
924
 
 
925
2009-10-07  Ted Gould  <ted@canonical.com>
 
926
 
 
927
        Copyright headers
 
928
 
 
929
2009-10-07  Ted Gould  <ted@canonical.com>
 
930
 
 
931
        Building a GSS proxy and setting up a signal to it.  Then when we lock, we drop to a mainloop and wait for the screensaver to activate.
 
932
 
 
933
2009-10-06  Ted Gould  <ted@canonical.com>
 
934
 
 
935
        Linking into the lock screen helper.
 
936
 
 
937
2009-10-06  Ted Gould  <ted@canonical.com>
 
938
 
 
939
        Setting up the callback
 
940
 
 
941
2009-10-06  Ted Gould  <ted@canonical.com>
 
942
 
 
943
        Moving arround the lock screen code so that it's in a helper.
 
944
 
 
945
2009-10-06  Ted Gould  <ted@canonical.com>
 
946
 
 
947
        Creating the lock helper files.
 
948
 
 
949
2009-10-06  Ted Gould  <ted@canonical.com>
 
950
 
 
951
        Fixing the window icon for the logout and shutdown dialogs.
 
952
 
 
953
2009-10-05  Ted Gould  <ted@canonical.com>
 
954
 
 
955
        Also setting the icon on property changed.
 
956
 
 
957
2009-10-06  Ted Gould  <ted@canonical.com>
 
958
 
 
959
        Fix for async menu creation which caused it to be scrambled.
 
960
 
 
961
2009-10-04  Ted Gould  <ted@canonical.com>
 
962
 
 
963
        Switching from positioning items to having a major resort function to reposition everything.  This should be a little overkill, but should work nicely with the new async startup.
 
964
 
 
965
2009-10-05  Ted Gould  <ted@canonical.com>
 
966
 
 
967
        Changing string from 'New Session' to 'Switch User'
 
968
 
 
969
2009-10-05  Ted Gould  <ted@canonical.com>
 
970
 
 
971
        Switching the string from 'New Session' to 'Switch User'
 
972
 
 
973
2009-10-01  Ted Gould  <ted@canonical.com>
 
974
 
 
975
        0.1.6
 
976
 
 
977
2009-09-30  Cody Russell  <crussell@canonical.com>
 
978
 
 
979
        Setting the user list to always overflow as additional API is required in GDM to make it work well.
 
980
 
 
981
2009-09-29  Cody Russell  <crussell@canonical.com>
 
982
 
 
983
        Set MAXIMUM_USERS from 7 or 1
 
984
 
 
985
2009-09-30  Ted Gould  <ted@canonical.com>
 
986
 
 
987
        Making the lock screen item insensitive for guest accounts.
 
988
 
 
989
2009-09-29  Ted Gould  <ted@canonical.com>
 
990
 
 
991
        Checking to see if we're the guest user.  No locking the guest.
 
992
 
 
993
2009-09-29  Ted Gould  <ted@canonical.com>
 
994
 
 
995
        Grabbing the lock insensitivity branch.
 
996
 
 
997
2009-09-29  Ted Gould  <ted@canonical.com>
 
998
 
 
999
        Merging in a branch to make the lock item insensitive if autologin is configured in GDM.
 
1000
 
 
1001
2009-09-29  Ted Gould  <ted@canonical.com>
 
1002
 
 
1003
        Making the locking menu item a global and make it sensitive based on whether there is autologin.
 
1004
 
 
1005
2009-09-28  Ted Gould  <ted@canonical.com>
 
1006
 
 
1007
        Changing the start up of the services to be asynchronous.
 
1008
 
 
1009
2009-09-28  Ted Gould  <ted@canonical.com>
 
1010
 
 
1011
        Commenting the changes.
 
1012
 
 
1013
2009-09-28  Ted Gould  <ted@canonical.com>
 
1014
 
 
1015
        Oops, forgot to choose a service.
 
1016
 
 
1017
2009-09-28  Ted Gould  <ted@canonical.com>
 
1018
 
 
1019
        Whew, okay now all startup is two phased, asyncronous and pulled into a set of common functions.
 
1020
 
 
1021
2009-09-28  Ted Gould  <ted@canonical.com>
 
1022
 
 
1023
        Criticalizing the other services as well.
 
1024
 
 
1025
2009-09-28  Ted Gould  <ted@canonical.com>
 
1026
 
 
1027
        Adding a check for null on the client in reorder and making it so that the inability to start a service is no longer an error.  Just a critical.
 
1028
 
 
1029
2009-09-25  David Barth  <david.barth@canonical.com>
 
1030
 
 
1031
        Merging in a branch to remove the close button on the logout confirmation dialogs.
 
1032
 
 
1033
2009-09-25  David Barth  <david.barth@canonical.com>
 
1034
 
 
1035
        remove superfluous window buttons
 
1036
 
 
1037
2009-09-24  Ted Gould  <ted@canonical.com>
 
1038
 
 
1039
        Increasing to 0.1.5
 
1040
 
 
1041
2009-09-24  Ted Gould  <ted@canonical.com>
 
1042
 
 
1043
        Adding a cast for one of the 64-bit pointers.  We shouldn't need that many users, and it would require lots of memory hacks to fit that in here.
 
1044
 
 
1045
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1046
 
 
1047
        Merging in Cody's branch for fixing some user issues.
 
1048
 
 
1049
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1050
 
 
1051
        Clear the menu
 
1052
 
 
1053
2009-09-24  Ted Gould  <ted@canonical.com>
 
1054
 
 
1055
        Not checking with PK to see if we should show the dialog.  CK is broken.
 
1056
 
 
1057
2009-09-24  Ted Gould  <ted@canonical.com>
 
1058
 
 
1059
        Disabing PK Check to whether the dialog shows
 
1060
 
 
1061
2009-09-24  Ted Gould  <ted@canonical.com>
 
1062
 
 
1063
        Checking GDM to see whether we should lock on user switch.
 
1064
 
 
1065
2009-09-24  Ted Gould  <ted@canonical.com>
 
1066
 
 
1067
        Updating to trunk
 
1068
 
 
1069
2009-09-24  Ted Gould  <ted@canonical.com>
 
1070
 
 
1071
        Checking the gdm autologin setting to see if we should lock the screen on user switch or not.
 
1072
 
 
1073
2009-09-24  Ted Gould  <ted@canonical.com>
 
1074
 
 
1075
        Merging lock on sleep branch
 
1076
 
 
1077
2009-09-24  Ted Gould  <ted@canonical.com>
 
1078
 
 
1079
        Merging in all the user-service changes
 
1080
 
 
1081
2009-09-24  Ted Gould  <ted@canonical.com>
 
1082
 
 
1083
        Merging in the lock on sleep branch.
 
1084
 
 
1085
2009-09-24  Ted Gould  <ted@canonical.com>
 
1086
 
 
1087
        Ah, truth, you got me again!  Never will I trust you.
 
1088
 
 
1089
2009-09-24  Ted Gould  <ted@canonical.com>
 
1090
 
 
1091
        Wrong string!  Oops.
 
1092
 
 
1093
2009-09-24  Ted Gould  <ted@canonical.com>
 
1094
 
 
1095
        Setting up the signal handler to get changes to the value.
 
1096
 
 
1097
2009-09-24  Ted Gould  <ted@canonical.com>
 
1098
 
 
1099
        Getting the basic grabbing of the proxy and getting the autologin value.
 
1100
 
 
1101
2009-09-24  Ted Gould  <ted@canonical.com>
 
1102
 
 
1103
        Putting in the infrastructure to have GDM settings proxy
 
1104
 
 
1105
2009-09-23  Ted Gould  <ted@canonical.com>
 
1106
 
 
1107
        Stealing the lock screen function from the user-service and making it so that we lock on sleep.
 
1108
 
 
1109
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1110
 
 
1111
        Merge lp:~bratsche/indicator-session/users-service for bug #422052
 
1112
 
 
1113
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1114
 
 
1115
        Don't check range twice here
 
1116
 
 
1117
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1118
 
 
1119
        only add menuitems if the current seat can activate new sessions
 
1120
 
 
1121
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1122
 
 
1123
        Remove user_changed and users_icons_changed from the class
 
1124
 
 
1125
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1126
 
 
1127
        sort users
 
1128
 
 
1129
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1130
 
 
1131
        cleanup
 
1132
 
 
1133
2009-09-24  Cody Russell  <crussell@canonical.com>
 
1134
 
 
1135
        don't load all the users unless needed
 
1136
 
 
1137
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1138
 
 
1139
        expose users_service_dbus_can_activate_session()
 
1140
 
 
1141
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1142
 
 
1143
        use g_strcmp0
 
1144
 
 
1145
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1146
 
 
1147
        remove system proxy
 
1148
 
 
1149
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1150
 
 
1151
        remove the server code
 
1152
 
 
1153
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1154
 
 
1155
        remove session proxy fu
 
1156
 
 
1157
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1158
 
 
1159
        remove unnecessary stuff
 
1160
 
 
1161
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1162
 
 
1163
        don't need to dbus_g_object_type_install_info()
 
1164
 
 
1165
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1166
 
 
1167
        modify count in user_added()/user_removed()
 
1168
 
 
1169
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1170
 
 
1171
        add names
 
1172
 
 
1173
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1174
 
 
1175
        cleanup
 
1176
 
 
1177
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1178
 
 
1179
        add todo comment
 
1180
 
 
1181
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1182
 
 
1183
        move stuff around
 
1184
 
 
1185
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1186
 
 
1187
        merge up from trunk
 
1188
 
 
1189
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1190
 
 
1191
        cleanups and more session fu
 
1192
 
 
1193
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1194
 
 
1195
        session adding
 
1196
 
 
1197
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1198
 
 
1199
        user activation wip
 
1200
 
 
1201
2009-09-23  Cody Russell  <crussell@canonical.com>
 
1202
 
 
1203
        ck fu
 
1204
 
 
1205
2009-09-22  Cody Russell  <crussell@canonical.com>
 
1206
 
 
1207
        some refactoring
 
1208
 
 
1209
2009-09-22  Cody Russell  <crussell@canonical.com>
 
1210
 
 
1211
        cleanup
 
1212
 
 
1213
2009-09-22  Cody Russell  <crussell@canonical.com>
 
1214
 
 
1215
        fix dbus fu
 
1216
 
 
1217
2009-09-22  Cody Russell  <crussell@canonical.com>
 
1218
 
 
1219
        register marshallers
 
1220
 
 
1221
2009-09-22  Cody Russell  <crussell@canonical.com>
 
1222
 
 
1223
        dbus fu updates
 
1224
 
 
1225
2009-09-10  Cody Russell  <crussell@canonical.com>
 
1226
 
 
1227
        fixes for adding/removing users
 
1228
 
 
1229
2009-09-10  Cody Russell  <crussell@canonical.com>
 
1230
 
 
1231
        fix link problem
 
1232
 
 
1233
2009-09-10  Cody Russell  <crussell@canonical.com>
 
1234
 
 
1235
        work in progress
 
1236
 
 
1237
2009-09-24  Ted Gould  <ted@canonical.com>
 
1238
 
 
1239
        Merging in the MissionControl 5 branch to work with modern Empathy.
 
1240
 
 
1241
2009-09-23  Ted Gould  <ted@canonical.com>
 
1242
 
 
1243
        Don't set the status so that we notice when it comes back to us.
 
1244
 
 
1245
2009-09-23  Ted Gould  <ted@canonical.com>
 
1246
 
 
1247
        Bad string, should have been hidden.
 
1248
 
 
1249
2009-09-22  Ted Gould  <ted@canonical.com>
 
1250
 
 
1251
        Comments are good.
 
1252
 
 
1253
2009-09-22  Ted Gould  <ted@canonical.com>
 
1254
 
 
1255
        If the global status changes then we need to signal everyone else about it.
 
1256
 
 
1257
2009-09-22  Ted Gould  <ted@canonical.com>
 
1258
 
 
1259
        Putting in the TP Connection enum map
 
1260
 
 
1261
2009-09-22  Ted Gould  <ted@canonical.com>
 
1262
 
 
1263
        Connecting to change signal
 
1264
 
 
1265
2009-09-22  Ted Gould  <ted@canonical.com>
 
1266
 
 
1267
        Turning over to Empathy Account Manager.
 
1268
 
 
1269
2009-09-21  Ted Gould  <ted@canonical.com>
 
1270
 
 
1271
        Oh, got the header and it works too!  Nice.
 
1272
 
 
1273
2009-09-21  Ted Gould  <ted@canonical.com>
 
1274
 
 
1275
        Adding in a libempathy dependency.
 
1276
 
 
1277
2009-09-17  Ted Gould  <ted@canonical.com>
 
1278
 
 
1279
        Ignoring GConf schemas
 
1280
 
 
1281
2009-09-16  Ted Gould  <ted@canonical.com>
 
1282
 
 
1283
        Linking in the MC5 provider
 
1284
 
 
1285
2009-09-16  Ted Gould  <ted@canonical.com>
 
1286
 
 
1287
        Creating a status provider object for Mission Control 5 based on the Telepathy one.
 
1288
 
 
1289
2009-09-22  Martin Pitt  <martin.pitt@ubuntu.com>
 
1290
 
 
1291
        Patch from Martin to upgrade to the New PolicyKit API
 
1292
 
 
1293
2009-09-22  Martin Pitt  <martin.pitt@canonical.com>
 
1294
 
 
1295
        Port to polkit-1
 
1296
 
 
1297
2009-09-17  Ted Gould  <ted@canonical.com>
 
1298
 
 
1299
        Making a 0.1.4
 
1300
 
 
1301
2009-09-17  Ted Gould  <ted@canonical.com>
 
1302
 
 
1303
        Merging in the icon renaming fix branch
 
1304
 
 
1305
2009-09-16  Ted Gould  <ted@canonical.com>
 
1306
 
 
1307
        Using the right icon name.
 
1308
 
 
1309
2009-09-16  Ted Gould  <ted@canonical.com>
 
1310
 
 
1311
        Changing the icon names from online to available
 
1312
 
 
1313
2009-09-16  Ted Gould  <ted@canonical.com>
 
1314
 
 
1315
        Merging in design team requested fixes for labels and menu item placement.
 
1316
 
 
1317
2009-09-15  Ted Gould  <ted@canonical.com>
 
1318
 
 
1319
        Changing the menu item to be 'Set Status' instead of the current status.
 
1320
 
 
1321
2009-09-14  Ted Gould  <ted@canonical.com>
 
1322
 
 
1323
        Attaching bug
 
1324
 
 
1325
2009-09-14  Ted Gould  <ted@canonical.com>
 
1326
 
 
1327
        Moving lock screen from status to users service.
 
1328
 
 
1329
2009-09-14  Ted Gould  <ted@canonical.com>
 
1330
 
 
1331
        Changing label per design
 
1332
 
 
1333
2009-09-14  Ted Gould  <ted@canonical.com>
 
1334
 
 
1335
        Fixing shutdown text
 
1336
 
 
1337
2009-09-16  Ted Gould  <ted@canonical.com>
 
1338
 
 
1339
        Branch to init i18n in the various services
 
1340
 
 
1341
2009-09-15  Ted Gould  <ted@canonical.com>
 
1342
 
 
1343
        Adding bug in
 
1344
 
 
1345
2009-09-15  Ted Gould  <ted@canonical.com>
 
1346
 
 
1347
        Adding locale stuff in here too!  Fun.
 
1348
 
 
1349
2009-09-15  Ted Gould  <ted@canonical.com>
 
1350
 
 
1351
        Adding in gettext init stuff.
 
1352
 
 
1353
2009-09-10  Ted Gould  <ted@canonical.com>
 
1354
 
 
1355
        Making a 0.1.3
 
1356
 
 
1357
2009-09-10  Ted Gould  <ted@canonical.com>
 
1358
 
 
1359
        Merging in branch to remove some spaces in the menu labels.
 
1360
 
 
1361
2009-09-10  Ted Gould  <ted@canonical.com>
 
1362
 
 
1363
        Removing the space on the elipsis
 
1364
 
 
1365
2009-09-10  Ted Gould  <ted@canonical.com>
 
1366
 
 
1367
        Merging in the branch with icon fixes in it.
 
1368
 
 
1369
2009-09-10  Ted Gould  <ted@canonical.com>
 
1370
 
 
1371
        Setting the window icon now that we have the right path
 
1372
 
 
1373
2009-09-10  Ted Gould  <ted@canonical.com>
 
1374
 
 
1375
        Grabbing the icons from the indicator dir where we install them.
 
1376
 
 
1377
2009-09-10  Ted Gould  <ted@canonical.com>
 
1378
 
 
1379
        Merging in a branch to detect IM clients coming on and off the bus.
 
1380
 
 
1381
2009-09-10  Ted Gould  <ted@canonical.com>
 
1382
 
 
1383
        Trying to unblock LP
 
1384
 
 
1385
2009-09-10  Ted Gould  <ted@canonical.com>
 
1386
 
 
1387
        Adding in a debug message for Telepathy proxy.
 
1388
 
 
1389
2009-09-10  Ted Gould  <ted@canonical.com>
 
1390
 
 
1391
        Watching for Mission Control comming on the bus.
 
1392
 
 
1393
2009-09-10  Ted Gould  <ted@canonical.com>
 
1394
 
 
1395
        Checking to see if we have the proxy already.
 
1396
 
 
1397
2009-09-10  Ted Gould  <ted@canonical.com>
 
1398
 
 
1399
        Function to build the telepathy proxy.
 
1400
 
 
1401
2009-09-10  Ted Gould  <ted@canonical.com>
 
1402
 
 
1403
        Checking the global status on whether the menu items should be sensitive or not.
 
1404
 
 
1405
2009-09-10  Ted Gould  <ted@canonical.com>
 
1406
 
 
1407
        Watch dbus namechanges and see if Pidgin comes on the bus.
 
1408
 
 
1409
2009-09-10  Ted Gould  <ted@canonical.com>
 
1410
 
 
1411
        Splitting out the building of the Pidgin proxy into it's own function.
 
1412
 
 
1413
2009-09-10  Ted Gould  <ted@canonical.com>
 
1414
 
 
1415
        Adding disconnected to the telepathy handler.
 
1416
 
 
1417
2009-09-10  Ted Gould  <ted@canonical.com>
 
1418
 
 
1419
        Adding disconnected to the pidgin handler.
 
1420
 
 
1421
2009-09-10  Ted Gould  <ted@canonical.com>
 
1422
 
 
1423
        Adding in a disconnected status value and making it so that when it is the global status we should make the menu items to set status insensitive.
 
1424
 
 
1425
2009-09-10  Ted Gould  <ted@canonical.com>
 
1426
 
 
1427
        Merging branch by c-korn which adds a watcher for the GConf changes.
 
1428
 
 
1429
2009-09-08  Christoph Korn  <c_korn@gmx.de>
 
1430
 
 
1431
        The menu now immediately is updated when the gconf-key about the
 
1432
        logout/shutdown/restart confirmations is changed.
 
1433
 
 
1434
2009-09-08  Ted Gould  <ted@canonical.com>
 
1435
 
 
1436
        Turning into 0.1.2
 
1437
 
 
1438
2009-09-08  Christoph Korn  <c_korn@gmx.de>
 
1439
 
 
1440
        Adding a GConf key to suppress confirmation dialogs
 
1441
 
 
1442
2009-09-02  Christoph Korn  <c_korn@gmx.de>
 
1443
 
 
1444
        Added files which were missing in the previous commit.
 
1445
 
 
1446
2009-09-02  Christoph Korn  <korn@ubuntu>
 
1447
 
 
1448
        These patches introduce a gconf key whether the logout/restart/shutdown confirmations
 
1449
        should be shown or not.
 
1450
        Also the menu items should be suffixed by '...' accordingly.
 
1451
        However this only works after a restart.
 
1452
        
 
1453
        Bugs which get fixed are:
 
1454
        https://bugs.launchpad.net/indicator-session/+bug/422025
 
1455
        https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/421693
 
1456
        https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/419472
 
1457
 
 
1458
2009-09-04  Ted Gould  <ted@canonical.com>
 
1459
 
 
1460
        Removing the printing of the error messages as sometimes it doesn't exist.
 
1461
 
 
1462
2009-09-01  Ted Gould  <ted@canonical.com>
 
1463
 
 
1464
        Apparently the DBus interface will put a bad string in messages in some cases.  We don't really need it, so let's not risk it.
 
1465
 
 
1466
2009-09-03  Ted Gould  <ted@canonical.com>
 
1467
 
 
1468
        Bumping up number to 0.1.1 and fixing a couple depends.
 
1469
 
 
1470
2009-09-03  Ted Gould  <ted@canonical.com>
 
1471
 
 
1472
        Merging in fixes related to the dbusmenu 0.1.1 release
 
1473
 
 
1474
2009-09-03  Ted Gould  <ted@canonical.com>
 
1475
 
 
1476
        Set the type of the menuitem to be a image menuitem.
 
1477
 
 
1478
2009-09-03  Ted Gould  <ted@canonical.com>
 
1479
 
 
1480
        Switching to using the defines for all of the properties.
 
1481
 
 
1482
2009-09-03  Ted Gould  <ted@canonical.com>
 
1483
 
 
1484
        Switching to using the defines for the properties in the menus.
 
1485
 
 
1486
2009-09-03  Ted Gould  <ted@canonical.com>
 
1487
 
 
1488
        Have a quick check to see if we have something to put there.  If not, no menu item.
 
1489
 
 
1490
2009-09-03  Ted Gould  <ted@canonical.com>
 
1491
 
 
1492
        Needing dbusmenu 0.1.1
 
1493
 
 
1494
2009-08-27  Ted Gould  <ted@canonical.com>
 
1495
 
 
1496
        Merging in a branch to use the new dbusmenu API and make it more stable overall.
 
1497
 
 
1498
2009-08-27  Ted Gould  <ted@canonical.com>
 
1499
 
 
1500
        Updating to dbusmenu version 0.1.0
 
1501
 
 
1502
2009-08-27  Ted Gould  <ted@canonical.com>
 
1503
 
 
1504
        Instead of populating the menu on added, populate it on realization.
 
1505
 
 
1506
2009-08-27  Ted Gould  <ted@canonical.com>
 
1507
 
 
1508
        Bumping Dbusmenu version to 0.0.2
 
1509
 
 
1510
2009-08-25  Ted Gould  <ted@canonical.com>
 
1511
 
 
1512
        Merging in the more status branch that implements basic status for Pidgin and Telepathy.
 
1513
 
 
1514
2009-08-25  Ted Gould  <ted@canonical.com>
 
1515
 
 
1516
        Handling a missing session bus by displaying an error.
 
1517
 
 
1518
2009-08-24  Ted Gould  <ted@canonical.com>
 
1519
 
 
1520
        Should be starting with the least available and getting more so, instead of the other way around.
 
1521
 
 
1522
2009-08-24  Ted Gould  <ted@canonical.com>
 
1523
 
 
1524
        Didn't need that function.
 
1525
 
 
1526
2009-08-24  Ted Gould  <ted@canonical.com>
 
1527
 
 
1528
        At start up if we've got a proxy, let's start everything and get an initial status.
 
1529
 
 
1530
2009-08-24  Ted Gould  <ted@canonical.com>
 
1531
 
 
1532
        Support for setting status stollen from FUSA status manager (written by me) and signal handling
 
1533
 
 
1534
2009-08-24  Ted Gould  <ted@canonical.com>
 
1535
 
 
1536
        Connecting the telepathy stuff into the overall status service
 
1537
 
 
1538
2009-08-24  Ted Gould  <ted@canonical.com>
 
1539
 
 
1540
        Building up the proxy.  We need one, it's important.
 
1541
 
 
1542
2009-08-24  Ted Gould  <ted@canonical.com>
 
1543
 
 
1544
        Adding the basic status enums and maps in.
 
1545
 
 
1546
2009-08-19  Ted Gould  <ted@canonical.com>
 
1547
 
 
1548
        Using AM 1.11 silent mode
 
1549
 
 
1550
2009-08-17  Ted Gould  <ted@canonical.com>
 
1551
 
 
1552
        Getting more of a basis for Telepathy stuff
 
1553
 
 
1554
2009-08-17  Ted Gould  <ted@canonical.com>
 
1555
 
 
1556
        Some marshallers for the Telepathy status stuff.
 
1557
 
 
1558
2009-08-17  Ted Gould  <ted@canonical.com>
 
1559
 
 
1560
        Initially querying the status so that when we start, we get the right value.
 
1561
 
 
1562
2009-08-17  Ted Gould  <ted@canonical.com>
 
1563
 
 
1564
        Should update for local changes as well.
 
1565
 
 
1566
2009-08-17  Ted Gould  <ted@canonical.com>
 
1567
 
 
1568
        Now we can set the value in Pidgin and have it come back over the wire
 
1569
 
 
1570
2009-08-17  Ted Gould  <ted@canonical.com>
 
1571
 
 
1572
        Setting up a list of marshallers for the pidgin functionality
 
1573
 
 
1574
2009-08-17  Ted Gould  <ted@canonical.com>
 
1575
 
 
1576
        Pushing in Pidgin code, doesn't compile.
 
1577
 
 
1578
2009-08-18  Ted Gould  <ted@canonical.com>
 
1579
 
 
1580
        Merging in the rename from 'sus' to 'session'
 
1581
 
 
1582
2009-08-18  Ted Gould  <ted@canonical.com>
 
1583
 
 
1584
        Ignoring new build files
 
1585
 
 
1586
2009-08-18  Ted Gould  <ted@canonical.com>
 
1587
 
 
1588
        Changing the name from SUS to Session
 
1589
 
 
1590
2009-08-17  Ted Gould  <ted@canonical.com>
 
1591
 
 
1592
        Merging in the branch getting the status icons working.
 
1593
 
 
1594
2009-08-12  Ted Gould  <ted@canonical.com>
 
1595
 
 
1596
        Fixes from trunk
 
1597
 
 
1598
2009-08-12  Ted Gould  <ted@canonical.com>
 
1599
 
 
1600
        Failed logic
 
1601
 
 
1602
2009-08-12  Ted Gould  <ted@canonical.com>
 
1603
 
 
1604
        Oops, wrong signal name.  Now better.
 
1605
 
 
1606
2009-08-12  Ted Gould  <ted@canonical.com>
 
1607
 
 
1608
        Cleaning up the debug message.
 
1609
 
 
1610
2009-08-12  Ted Gould  <ted@canonical.com>
 
1611
 
 
1612
        Some debug messages
 
1613
 
 
1614
2009-08-08  Ted Gould  <ted@canonical.com>
 
1615
 
 
1616
        Cleaning up icon code so that we save the current one incase someone askes.
 
1617
 
 
1618
2009-08-08  Ted Gould  <ted@canonical.com>
 
1619
 
 
1620
        Shuffling around the DBus names so that everything is happier.
 
1621
 
 
1622
2009-08-08  Ted Gould  <ted@canonical.com>
 
1623
 
 
1624
        Fixing the build system to build the DBus interface better.
 
1625
 
 
1626
2009-08-08  Ted Gould  <ted@canonical.com>
 
1627
 
 
1628
        I suck
 
1629
 
 
1630
2009-08-08  Ted Gould  <ted@canonical.com>
 
1631
 
 
1632
        API naming change
 
1633
 
 
1634
2009-08-08  Ted Gould  <ted@canonical.com>
 
1635
 
 
1636
        connecting to the signal
 
1637
 
 
1638
2009-08-08  Ted Gould  <ted@canonical.com>
 
1639
 
 
1640
        Setting the icon from the callback of asking the value
 
1641
 
 
1642
2009-08-08  Ted Gould  <ted@canonical.com>
 
1643
 
 
1644
        Oh, now signals and callbacks, oh, my
 
1645
 
 
1646
2009-08-08  Ted Gould  <ted@canonical.com>
 
1647
 
 
1648
        Fixing a few things with the dbus stuff and starting to listen to the extra information on the service.
 
1649
 
 
1650
2009-08-08  Ted Gould  <ted@canonical.com>
 
1651
 
 
1652
        Fixing the local install of the icons
 
1653
 
 
1654
2009-08-08  Ted Gould  <ted@canonical.com>
 
1655
 
 
1656
        Switching icons directory to the one provided by package config
 
1657
 
 
1658
2009-08-08  Ted Gould  <ted@canonical.com>
 
1659
 
 
1660
        Showing the icon.  Silly.
 
1661
 
 
1662
2009-08-08  Ted Gould  <ted@canonical.com>
 
1663
 
 
1664
        Making dbus names valid, which is a little silly.
 
1665
 
 
1666
2009-08-08  Ted Gould  <ted@canonical.com>
 
1667
 
 
1668
        Changing the signal prototype to be strings instead of pointers.
 
1669
 
 
1670
2009-08-08  Ted Gould  <ted@canonical.com>
 
1671
 
 
1672
        Changing the icons to be singular for now.
 
1673
 
 
1674
2009-08-08  Ted Gould  <ted@canonical.com>
 
1675
 
 
1676
        Unused variable
 
1677
 
 
1678
2009-08-08  Ted Gould  <ted@canonical.com>
 
1679
 
 
1680
        Adding in -Wall and -Werror to things
 
1681
 
 
1682
2009-08-08  Ted Gould  <ted@canonical.com>
 
1683
 
 
1684
        Adding unistd.h header
 
1685
 
 
1686
2009-08-08  Ted Gould  <ted@canonical.com>
 
1687
 
 
1688
        Setting up signal handlers for the signal changing.  We still ask everyone, they better cache a value :)
 
1689
 
 
1690
2009-08-08  Ted Gould  <ted@canonical.com>
 
1691
 
 
1692
        Global status being used and thrown over d' bus
 
1693
 
 
1694
2009-08-08  Ted Gould  <ted@canonical.com>
 
1695
 
 
1696
        Brining in the concept of global status
 
1697
 
 
1698
2009-08-08  Ted Gould  <ted@canonical.com>
 
1699
 
 
1700
        Handling the signal better.  Now in the header file as well.
 
1701
 
 
1702
2009-08-08  Ted Gould  <ted@canonical.com>
 
1703
 
 
1704
        Better displose to free the proxy and ensuring that statuc changes get noted.
 
1705
 
 
1706
2009-08-12  Ted Gould  <ted@canonical.com>
 
1707
 
 
1708
        Fixes by the distro team found in their packaging of indicator-sus
 
1709
 
 
1710
2009-08-12  Ted Gould  <ted@canonical.com>
 
1711
 
 
1712
        Merging in fixes from the distro team to make packaging actually good.
 
1713
 
 
1714
2009-08-11  Alexander Sack  <asac@ubuntu.com>
 
1715
 
 
1716
        (merge lp:~indicator-applet-developers/indicator-applet/sus-ubuntu)
 
1717
        * Fixed Vcs-Bzr location, part of the  indicator-applet project
 
1718
        * specify Vcs-Bzr-Browser
 
1719
 
 
1720
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1721
 
 
1722
        specify Vcs-Bzr-Browser
 
1723
 
 
1724
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1725
 
 
1726
        Fixed Vcs-Bzr location, part of the  indicator-applet project
 
1727
 
 
1728
2009-08-11  Alexander Sack  <asac@ubuntu.com>
 
1729
 
 
1730
        releasing version 0.1-0ubuntu1
 
1731
 
 
1732
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1733
 
 
1734
        Depend on indicator-applet >= 0.2
 
1735
 
 
1736
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1737
 
 
1738
        Changed conflicts for gdm to <= 2.27.4-0ubuntu9
 
1739
 
 
1740
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1741
 
 
1742
        Added debian/watch 
 
1743
 
 
1744
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1745
 
 
1746
        Cleaning up linitian
 
1747
 
 
1748
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1749
 
 
1750
        * debian/control
 
1751
        - Set Homepage and Vcs-Bzr
 
1752
 
 
1753
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1754
 
 
1755
        * Include icons in the tarball
 
1756
        * Added license files
 
1757
        * Corrected the FSF address
 
1758
 
 
1759
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1760
 
 
1761
        Bumped standards version
 
1762
 
 
1763
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1764
 
 
1765
        Added copyright and license information
 
1766
 
 
1767
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1768
 
 
1769
        Ken VanDine 2009-08-11 Added license files
 
1770
        Ken VanDine 2009-08-11 Include the icons in dist
 
1771
        Ken VanDine 2009-08-11 Set version 0.1
 
1772
        Ken VanDine 2009-08-11 Correct the FSF address
 
1773
 
 
1774
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1775
 
 
1776
        Added license files
 
1777
 
 
1778
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1779
 
 
1780
        Include the icons in dist
 
1781
 
 
1782
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1783
 
 
1784
        Set version 0.1
 
1785
 
 
1786
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
1787
 
 
1788
        Correct the FSF address
 
1789
 
 
1790
2009-08-08  Ted Gould  <ted@canonical.com>
 
1791
 
 
1792
        releasing version 0.1~ppa6
 
1793
 
 
1794
2009-08-08  Ted Gould  <ted@canonical.com>
 
1795
 
 
1796
        debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or
 
1797
        lower to stop people from having problems with the PPA.
 
1798
 
 
1799
2009-08-07  Ted Gould  <ted@canonical.com>
 
1800
 
 
1801
        releasing version 0.1~ppa5
 
1802
 
 
1803
2009-08-07  Ted Gould  <ted@canonical.com>
 
1804
 
 
1805
        Legal headers on the source files.
 
1806
 
 
1807
2009-08-07  Ted Gould  <ted@canonical.com>
 
1808
 
 
1809
        releasing version 0.1~ppa4
 
1810
 
 
1811
2009-08-07  Ted Gould  <ted@canonical.com>
 
1812
 
 
1813
        Merging in status shuffle branch.
 
1814
 
 
1815
2009-08-07  Ted Gould  <ted@canonical.com>
 
1816
 
 
1817
        releasing version 0.1~ppa4~statusshuffle2
 
1818
 
 
1819
2009-08-07  Ted Gould  <ted@canonical.com>
 
1820
 
 
1821
        Better usage of the names.
 
1822
 
 
1823
2009-08-07  Ted Gould  <ted@canonical.com>
 
1824
 
 
1825
        releasing version 0.1~ppa4~statusshuffle1
 
1826
 
 
1827
2009-08-07  Ted Gould  <ted@canonical.com>
 
1828
 
 
1829
        Merging in status shuffle branch to package it.
 
1830
 
 
1831
2009-07-26  Ted Gould  <ted@canonical.com>
 
1832
 
 
1833
        releasing version 0.1~ppa3
 
1834
 
 
1835
2009-07-26  Ted Gould  <ted@canonical.com>
 
1836
 
 
1837
        Making sure merging will be easy in the future.
 
1838
 
 
1839
2009-07-26  Ted Gould  <ted@canonical.com>
 
1840
 
 
1841
        Fleshing out significantly.  Inital rerelease.
 
1842
 
 
1843
2009-07-26  Ted Gould  <ted@canonical.com>
 
1844
 
 
1845
        releasing version 0.1~ppa2~indicator9ubuntu9
 
1846
 
 
1847
2009-07-26  Ted Gould  <ted@canonical.com>
 
1848
 
 
1849
        * Lock screen works
 
1850
        * Pidgin proxy gets setup and doesn't crash
 
1851
 
 
1852
2009-07-24  Ted Gould  <ted@canonical.com>
 
1853
 
 
1854
        releasing version 0.1~ppa2~indicator9ubuntu8
 
1855
 
 
1856
2009-07-24  Ted Gould  <ted@canonical.com>
 
1857
 
 
1858
        Ah, forgot the service files.
 
1859
 
 
1860
2009-07-24  Ted Gould  <ted@canonical.com>
 
1861
 
 
1862
        releasing version 0.1~ppa2~indicator9ubuntu7
 
1863
 
 
1864
2009-07-24  Ted Gould  <ted@canonical.com>
 
1865
 
 
1866
        debian/control: Add binary dep on DeviceKit Power
 
1867
 
 
1868
2009-07-24  Ted Gould  <ted@canonical.com>
 
1869
 
 
1870
        * Adding in devkit power support for suspend/hibernate
 
1871
        * Changing namespace from com.ubuntu to org.ayatana
 
1872
 
 
1873
2009-07-23  Ted Gould  <ted@canonical.com>
 
1874
 
 
1875
        releasing version 0.1~ppa2~indicator9ubuntu5
 
1876
 
 
1877
2009-07-23  Ted Gould  <ted@canonical.com>
 
1878
 
 
1879
        debian/control: Adding a dep on polkit-gnome-dev
 
1880
 
 
1881
2009-07-23  Ted Gould  <ted@canonical.com>
 
1882
 
 
1883
        releasing version 0.1~ppa2~indicator9ubuntu4
 
1884
 
 
1885
2009-07-23  Ted Gould  <ted@canonical.com>
 
1886
 
 
1887
        Basically getting this session stuff working.  Well, all
 
1888
        the stuff that kills data.
 
1889
 
 
1890
2009-07-22  Ted Gould  <ted@canonical.com>
 
1891
 
 
1892
        releasing version 0.1~ppa2~indicator9ubuntu3
 
1893
 
 
1894
2009-07-22  Ted Gould  <ted@canonical.com>
 
1895
 
 
1896
        Wrong function, building a path instead of a filename.  Err.
 
1897
 
 
1898
2009-07-22  Ted Gould  <ted@canonical.com>
 
1899
 
 
1900
        releasing version 0.1~ppa2~indicator9ubuntu2
 
1901
 
 
1902
2009-07-22  Ted Gould  <ted@canonical.com>
 
1903
 
 
1904
        Adding a helper for the logout window.  And setting things
 
1905
        up to call it.
 
1906
 
 
1907
2009-07-21  Ted Gould  <ted@canonical.com>
 
1908
 
 
1909
        releasing version 0.1~ppa2~indicator9ubuntu1
 
1910
 
 
1911
2009-07-21  Ted Gould  <ted@canonical.com>
 
1912
 
 
1913
        Adding in lots of fun menu items.  This way the menu looks
 
1914
        more complete than it really is :)
 
1915
 
 
1916
2009-07-20  Ted Gould  <ted@canonical.com>
 
1917
 
 
1918
        releasing version 0.1~ppa2~indicator9
 
1919
 
 
1920
2009-07-20  Ted Gould  <ted@canonical.com>
 
1921
 
 
1922
        Updating the users daemon to have usable generic functions
 
1923
        but no dummy users.
 
1924
 
 
1925
2009-07-17  Ted Gould  <ted@canonical.com>
 
1926
 
 
1927
        releasing version 0.1~ppa2~indicator8
 
1928
 
 
1929
2009-07-17  Ted Gould  <ted@canonical.com>
 
1930
 
 
1931
        Going Karmic
 
1932
 
 
1933
2009-07-17  Ted Gould  <ted@canonical.com>
 
1934
 
 
1935
        Ignoring build files
 
1936
 
 
1937
2009-07-01  Ted Gould  <ted@canonical.com>
 
1938
 
 
1939
        releasing version 0.1~ppa2~indicator7
 
1940
 
 
1941
2009-07-01  Ted Gould  <ted@canonical.com>
 
1942
 
 
1943
        * Switching to DbusmenuGtkClient instead of DbusmenuGtkMenu
 
1944
        * Adding some dummy data to users.
 
1945
 
 
1946
2009-06-22  Ted Gould  <ted@canonical.com>
 
1947
 
 
1948
        releasing version 0.1~ppa2~indicator6
 
1949
 
 
1950
2009-06-22  Ted Gould  <ted@canonical.com>
 
1951
 
 
1952
        * Removing the .so versions
 
1953
        * Using the new dbusmenu signals instead of the GtkContainer
 
1954
        ones that don't really signal.
 
1955
 
 
1956
2009-06-19  Ted Gould  <ted@canonical.com>
 
1957
 
 
1958
        releasing version 0.1~ppa2~indicator5
 
1959
 
 
1960
2009-06-19  Ted Gould  <ted@canonical.com>
 
1961
 
 
1962
        Changing the signal names.
 
1963
 
 
1964
2009-06-19  Ted Gould  <ted@canonical.com>
 
1965
 
 
1966
        releasing version 0.1~ppa2~indicator4
 
1967
 
 
1968
2009-06-19  Ted Gould  <ted@canonical.com>
 
1969
 
 
1970
        Code to start merging in menus.
 
1971
 
 
1972
2009-06-19  Ted Gould  <ted@canonical.com>
 
1973
 
 
1974
        releasing version 0.1~ppa2~indicator3
 
1975
 
 
1976
2009-06-19  Ted Gould  <ted@canonical.com>
 
1977
 
 
1978
        debian/rules: Removing the .a/.la clutter in the install
 
1979
        directory.
 
1980
 
 
1981
2009-06-19  Ted Gould  <ted@canonical.com>
 
1982
 
 
1983
        Updating from branch, lazy loading the services.
 
1984
 
 
1985
2009-06-16  Ted Gould  <ted@canonical.com>
 
1986
 
 
1987
        releasing version 0.1~ppa2~indicator2
 
1988
 
 
1989
2009-06-16  Ted Gould  <ted@canonical.com>
 
1990
 
 
1991
        Updating the build to make proper service files
 
1992
 
 
1993
2009-06-15  Ted Gould  <ted@canonical.com>
 
1994
 
 
1995
        releasing version 0.1~ppa2~indicator1
 
1996
 
 
1997
2009-06-15  Ted Gould  <ted@canonical.com>
 
1998
 
 
1999
        Changing package name to indicator-sus
 
2000
 
 
2001
2009-06-15  Ted Gould  <ted@canonical.com>
 
2002
 
 
2003
        debian/control: Adding build depends on libindicator-dev,
 
2004
        libdbusmenu-glib-dev and libdbusmenu-gtk-dev
 
2005
 
 
2006
2009-06-15  Ted Gould  <ted@canonical.com>
 
2007
 
 
2008
        Upstream from the indicator branch.
 
2009
 
 
2010
2009-06-08  Ted Gould  <ted@canonical.com>
 
2011
 
 
2012
        Removing the packaging from trunk
 
2013
 
 
2014
2009-08-07  Ted Gould  <ted@canonical.com>
 
2015
 
 
2016
        I forgot to put legal agreements on the top of all the C/H files.  Oops.
 
2017
 
 
2018
2009-08-07  Ted Gould  <ted@canonical.com>
 
2019
 
 
2020
        Merging the branch for better status service.
 
2021
 
 
2022
2009-08-07  Ted Gould  <ted@canonical.com>
 
2023
 
 
2024
        Put the user's real name in the menu item.
 
2025
 
 
2026
2009-08-07  Ted Gould  <ted@canonical.com>
 
2027
 
 
2028
        Getting an image built for offline
 
2029
 
 
2030
2009-08-07  Ted Gould  <ted@canonical.com>
 
2031
 
 
2032
        A whole bunch of icons that are from our previous FUSA patches
 
2033
 
 
2034
2009-08-07  Ted Gould  <ted@canonical.com>
 
2035
 
 
2036
        Clean it up.
 
2037
 
 
2038
2009-08-07  Ted Gould  <ted@canonical.com>
 
2039
 
 
2040
        Using the user name
 
2041
 
 
2042
2009-08-06  Ted Gould  <ted@canonical.com>
 
2043
 
 
2044
        Some dummy code to get a name
 
2045
 
 
2046
2009-08-06  Ted Gould  <ted@canonical.com>
 
2047
 
 
2048
        Now we have privates.
 
2049
 
 
2050
2009-08-06  Ted Gould  <ted@canonical.com>
 
2051
 
 
2052
        More and better prototypes
 
2053
 
 
2054
2009-08-06  Ted Gould  <ted@canonical.com>
 
2055
 
 
2056
        Getting a new object to remove an error.
 
2057
 
 
2058
2009-08-06  Ted Gould  <ted@canonical.com>
 
2059
 
 
2060
        Adding a couple of signals in here.
 
2061
 
 
2062
2009-08-06  Ted Gould  <ted@canonical.com>
 
2063
 
 
2064
        ayatana.org
 
2065
 
 
2066
2009-08-06  Ted Gould  <ted@canonical.com>
 
2067
 
 
2068
        Doing a registration and a connection to DBus
 
2069
 
 
2070
2009-08-06  Ted Gould  <ted@canonical.com>
 
2071
 
 
2072
        Something global to track all the DBus stuff.
 
2073
 
 
2074
2009-08-06  Ted Gould  <ted@canonical.com>
 
2075
 
 
2076
        Putting the user name in a menu label.
 
2077
 
 
2078
2009-08-06  Ted Gould  <ted@canonical.com>
 
2079
 
 
2080
        Status submenu
 
2081
 
 
2082
2009-07-26  Ted Gould  <ted@canonical.com>
 
2083
 
 
2084
        Merging in the branch to port everything to libindicator and fleshing thigns out.
 
2085
 
 
2086
2009-07-26  Ted Gould  <ted@canonical.com>
 
2087
 
 
2088
        Setting up the Pidgin proxy
 
2089
 
 
2090
2009-07-26  Ted Gould  <ted@canonical.com>
 
2091
 
 
2092
        A function to lock the saver
 
2093
 
 
2094
2009-07-26  Ted Gould  <ted@canonical.com>
 
2095
 
 
2096
        Debug message
 
2097
 
 
2098
2009-07-26  Ted Gould  <ted@canonical.com>
 
2099
 
 
2100
        Using GET_CLASS instead of CLASS.  Oops
 
2101
 
 
2102
2009-07-24  Ted Gould  <ted@canonical.com>
 
2103
 
 
2104
        Changing the names in the service files as well.
 
2105
 
 
2106
2009-07-24  Ted Gould  <ted@canonical.com>
 
2107
 
 
2108
        Adding a debug message
 
2109
 
 
2110
2009-07-24  Ted Gould  <ted@canonical.com>
 
2111
 
 
2112
        Changing to the ayatana.org namespace
 
2113
 
 
2114
2009-07-24  Ted Gould  <ted@canonical.com>
 
2115
 
 
2116
        Whitespace, who hoo, I'm earning karma for this
 
2117
 
 
2118
2009-07-24  Ted Gould  <ted@canonical.com>
 
2119
 
 
2120
        Setting the visiblity of the menu items based on whether DKP reports that we have the functionality.
 
2121
 
 
2122
2009-07-24  Ted Gould  <ted@canonical.com>
 
2123
 
 
2124
        Checking the suspend and hibernate properties
 
2125
 
 
2126
2009-07-24  Ted Gould  <ted@canonical.com>
 
2127
 
 
2128
        Setting up change, and issuing a response
 
2129
 
 
2130
2009-07-24  Ted Gould  <ted@canonical.com>
 
2131
 
 
2132
        TODO list
 
2133
 
 
2134
2009-07-24  Ted Gould  <ted@canonical.com>
 
2135
 
 
2136
        Comment update
 
2137
 
 
2138
2009-07-23  Ted Gould  <ted@canonical.com>
 
2139
 
 
2140
        Adding in the function to make the calls to DKP
 
2141
 
 
2142
2009-07-23  Ted Gould  <ted@canonical.com>
 
2143
 
 
2144
        Building the DKP proxies
 
2145
 
 
2146
2009-07-23  Ted Gould  <ted@canonical.com>
 
2147
 
 
2148
        Adding in some DKp defines.
 
2149
 
 
2150
2009-07-23  Ted Gould  <ted@canonical.com>
 
2151
 
 
2152
        Some comments are always good.
 
2153
 
 
2154
2009-07-23  Ted Gould  <ted@canonical.com>
 
2155
 
 
2156
        Adding in the action code from our previous patches to FUSA
 
2157
 
 
2158
2009-07-23  Ted Gould  <ted@canonical.com>
 
2159
 
 
2160
        Now check for the PK dialog and otherwise run ours.  If we get restart, restart
 
2161
 
 
2162
2009-07-23  Ted Gould  <ted@canonical.com>
 
2163
 
 
2164
        Getting all the parameters working so that we can set the dialog type
 
2165
 
 
2166
2009-07-23  Ted Gould  <ted@canonical.com>
 
2167
 
 
2168
        Basic command line parsing.  Not working 100% yet.
 
2169
 
 
2170
2009-07-22  Ted Gould  <ted@canonical.com>
 
2171
 
 
2172
        Damn it, wrong function
 
2173
 
 
2174
2009-07-22  Ted Gould  <ted@canonical.com>
 
2175
 
 
2176
        Executing the helper, but it needs to be the one in the libexec path.
 
2177
 
 
2178
2009-07-22  Ted Gould  <ted@canonical.com>
 
2179
 
 
2180
        Make a dialog pop up.  Not really the right one, but one.
 
2181
 
 
2182
2009-07-22  Ted Gould  <ted@canonical.com>
 
2183
 
 
2184
        Switching to having a single handler and then everyone calling it with a parameter.
 
2185
 
 
2186
2009-07-21  Ted Gould  <ted@canonical.com>
 
2187
 
 
2188
        ifdef protection
 
2189
 
 
2190
2009-07-21  Ted Gould  <ted@canonical.com>
 
2191
 
 
2192
        Whoo, hoo, it builds
 
2193
 
 
2194
2009-07-21  Ted Gould  <ted@canonical.com>
 
2195
 
 
2196
        Bringing in all the GTK includes and libraries
 
2197
 
 
2198
2009-07-21  Ted Gould  <ted@canonical.com>
 
2199
 
 
2200
        Building a little dialog.  Now it's kinda linked into the build system.
 
2201
 
 
2202
2009-07-21  Ted Gould  <ted@canonical.com>
 
2203
 
 
2204
        Adding in lock screen.  This is all the menu items now.
 
2205
 
 
2206
2009-07-21  Ted Gould  <ted@canonical.com>
 
2207
 
 
2208
        Adding menu items for session stuff
 
2209
 
 
2210
2009-07-20  Ted Gould  <ted@canonical.com>
 
2211
 
 
2212
        Expanding command line option to make it easier to read
 
2213
 
 
2214
2009-07-20  Ted Gould  <ted@canonical.com>
 
2215
 
 
2216
        Turning everythign into a check and a way to start a new fancy login session
 
2217
 
 
2218
2009-07-20  Ted Gould  <ted@canonical.com>
 
2219
 
 
2220
        Setting the menu item to activate the guest user session
 
2221
 
 
2222
2009-07-20  Ted Gould  <ted@canonical.com>
 
2223
 
 
2224
        Switching from dummy users to useful menuitems
 
2225
 
 
2226
2009-06-30  Ted Gould  <ted@canonical.com>
 
2227
 
 
2228
        Ignoring some autogenerated files.
 
2229
 
 
2230
2009-06-30  Ted Gould  <ted@canonical.com>
 
2231
 
 
2232
        Moving the server to after the items makes things work better, but I'm curious why it's failing.  This is more a test for dbusmenu though which'll have better debug.
 
2233
 
 
2234
2009-06-30  Ted Gould  <ted@canonical.com>
 
2235
 
 
2236
        Getting some menuitems
 
2237
 
 
2238
2009-06-30  Ted Gould  <ted@canonical.com>
 
2239
 
 
2240
        Some debugging info.
 
2241
 
 
2242
2009-06-30  Ted Gould  <ted@canonical.com>
 
2243
 
 
2244
        Showing the loading item.  Atleast that works now.
 
2245
 
 
2246
2009-06-30  Ted Gould  <ted@canonical.com>
 
2247
 
 
2248
        Bah, I hate pointers some days.
 
2249
 
 
2250
2009-06-30  Ted Gould  <ted@canonical.com>
 
2251
 
 
2252
        Trying to flesh out the add function some more, but this commit doesn't build as apparently switches have to have integers now.  This takes half of the fun out of C if you can't use crazy function pointers everywhere!  Where's the sport in readable code?
 
2253
 
 
2254
2009-06-30  Ted Gould  <ted@canonical.com>
 
2255
 
 
2256
        Switching over the status menu too.  Woot!
 
2257
 
 
2258
2009-06-30  Ted Gould  <ted@canonical.com>
 
2259
 
 
2260
        Adding in stuff for the users menu.  Getting better at this.
 
2261
 
 
2262
2009-06-30  Ted Gould  <ted@canonical.com>
 
2263
 
 
2264
        Working more on changing the style of how things work for clients.  This is the session based items.
 
2265
 
 
2266
2009-06-26  Ted Gould  <ted@canonical.com>
 
2267
 
 
2268
        Phase one switch to the client instead of the menu
 
2269
 
 
2270
2009-06-22  Ted Gould  <ted@canonical.com>
 
2271
 
 
2272
        Using the new dbusmenu signal for item added
 
2273
 
 
2274
2009-06-22  Ted Gould  <ted@canonical.com>
 
2275
 
 
2276
        Removing the .so* stuff
 
2277
 
 
2278
2009-06-19  Ted Gould  <ted@canonical.com>
 
2279
 
 
2280
        Showing the added menu and adding in a loading item.
 
2281
 
 
2282
2009-06-19  Ted Gould  <ted@canonical.com>
 
2283
 
 
2284
        Oh, the signal is 'add' not 'added'.  How I love to have random strings without checking, all the elegance of Python.
 
2285
 
 
2286
2009-06-19  Ted Gould  <ted@canonical.com>
 
2287
 
 
2288
        Fleshing out the insertion function.  Let's get some menus.
 
2289
 
 
2290
2009-06-19  Ted Gould  <ted@canonical.com>
 
2291
 
 
2292
        Bubbling up the position information to a final function to put things on the main menu.
 
2293
 
 
2294
2009-06-19  Ted Gould  <ted@canonical.com>
 
2295
 
 
2296
        Adding in separators
 
2297
 
 
2298
2009-06-19  Ted Gould  <ted@canonical.com>
 
2299
 
 
2300
        Splitting out the menu loading and process starting code to make it lazy and push it into the idle loop.  No blocking DBus on startup.
 
2301
 
 
2302
2009-06-16  Ted Gould  <ted@canonical.com>
 
2303
 
 
2304
        Building the service files more correctly.
 
2305
 
 
2306
2009-06-12  Ted Gould  <ted@canonical.com>
 
2307
 
 
2308
        Okay, we need functions as we want a list of icons.
 
2309
 
 
2310
2009-06-12  Ted Gould  <ted@canonical.com>
 
2311
 
 
2312
        A quickly little object to put itself on DBus.
 
2313
 
 
2314
2009-06-12  Ted Gould  <ted@canonical.com>
 
2315
 
 
2316
        Brining in the client side of the API
 
2317
 
 
2318
2009-06-12  Ted Gould  <ted@canonical.com>
 
2319
 
 
2320
        Actually the client is the indicator.  Silly to have one binary be both client and server, heh.
 
2321
 
 
2322
2009-06-12  Ted Gould  <ted@canonical.com>
 
2323
 
 
2324
        Adding a DBus interface for the status specific stuff
 
2325
 
 
2326
2009-06-12  Ted Gould  <ted@canonical.com>
 
2327
 
 
2328
        Some comments describing the intentions of the functions.
 
2329
 
 
2330
2009-06-12  Ted Gould  <ted@canonical.com>
 
2331
 
 
2332
        Putting in the status translation tables.
 
2333
 
 
2334
2009-06-11  Ted Gould  <ted@canonical.com>
 
2335
 
 
2336
        Adding in a proxy to start gettin' us some Pidgin
 
2337
 
 
2338
2009-06-11  Ted Gould  <ted@canonical.com>
 
2339
 
 
2340
        Oops, what a mess up. But this sure makes things unhappy.  Nasty to debug segfault.
 
2341
 
 
2342
2009-06-11  Ted Gould  <ted@canonical.com>
 
2343
 
 
2344
        Okay, let's use these providers.  We're 733t now.
 
2345
 
 
2346
2009-06-11  Ted Gould  <ted@canonical.com>
 
2347
 
 
2348
        Starting to connect things together.  Let's get some Pidgin in there.
 
2349
 
 
2350
2009-06-11  Ted Gould  <ted@canonical.com>
 
2351
 
 
2352
        Now we're setting the status provider functions of the StatusProvider interface.
 
2353
 
 
2354
2009-06-11  Ted Gould  <ted@canonical.com>
 
2355
 
 
2356
        Preliminary pidgin wrappers.
 
2357
 
 
2358
2009-06-11  Ted Gould  <ted@canonical.com>
 
2359
 
 
2360
        Adding in a good ol' signal handler and even emits this puppy.  Whew.
 
2361
 
 
2362
2009-06-11  Ted Gould  <ted@canonical.com>
 
2363
 
 
2364
        Some public funtions and now they can be subclassed
 
2365
 
 
2366
2009-06-11  Ted Gould  <ted@canonical.com>
 
2367
 
 
2368
        Don't need a private or dispose or finalize.  This class is more of an interface.
 
2369
 
 
2370
2009-06-11  Ted Gould  <ted@canonical.com>
 
2371
 
 
2372
        Moving the enum into the provider object and changing the name everywhere.
 
2373
 
 
2374
2009-06-11  Ted Gould  <ted@canonical.com>
 
2375
 
 
2376
        Providing the first hints at an API
 
2377
 
 
2378
2009-06-11  Ted Gould  <ted@canonical.com>
 
2379
 
 
2380
        Adding in the basic (generated) framework for the status provider object
 
2381
 
 
2382
2009-06-10  Ted Gould  <ted@canonical.com>
 
2383
 
 
2384
        Oops, forgot about invisible.  I guess that's kinda expected though, as it's invisible.
 
2385
 
 
2386
2009-06-10  Ted Gould  <ted@canonical.com>
 
2387
 
 
2388
        Connecting in a callback.
 
2389
 
 
2390
2009-06-10  Ted Gould  <ted@canonical.com>
 
2391
 
 
2392
        Building the menuitems
 
2393
 
 
2394
2009-06-10  Ted Gould  <ted@canonical.com>
 
2395
 
 
2396
        Using the defines and strings that were in our patches to FUSA.  I wrote the code, so it is like other things © Canonical so there is no issue there.  There is other code in FUSA that is not.
 
2397
 
 
2398
2009-06-10  Ted Gould  <ted@canonical.com>
 
2399
 
 
2400
        Making sure to clean up the generated service files.  Whew.  Pass distcheck.
 
2401
 
 
2402
2009-06-10  Ted Gould  <ted@canonical.com>
 
2403
 
 
2404
        Adding in the DBus services directory with localinstall support
 
2405
 
 
2406
2009-06-10  Ted Gould  <ted@canonical.com>
 
2407
 
 
2408
        Adding a configure flag so that indicators can be installed locally for distcheck purposes.
 
2409
 
 
2410
2009-06-09  Ted Gould  <ted@canonical.com>
 
2411
 
 
2412
        Copying that code into the other two services.  Now we're dbus-y.
 
2413
 
 
2414
2009-06-09  Ted Gould  <ted@canonical.com>
 
2415
 
 
2416
        Bringing up a dbusmenu item.
 
2417
 
 
2418
2009-06-09  Ted Gould  <ted@canonical.com>
 
2419
 
 
2420
        Adding more dependencies and cflags and stuff to make the builds of the services more complete
 
2421
 
 
2422
2009-06-09  Ted Gould  <ted@canonical.com>
 
2423
 
 
2424
        Oh, stealing the methods used in PolicyKit for building these.  I dislike calling sed directly, but the results are fantastic.
 
2425
 
 
2426
2009-06-09  Ted Gould  <ted@canonical.com>
 
2427
 
 
2428
        Adding in a bunch of service files.  We're hip now.
 
2429
 
 
2430
2009-06-09  Ted Gould  <ted@canonical.com>
 
2431
 
 
2432
        Now we're building services.  Snazy.
 
2433
 
 
2434
2009-06-08  Ted Gould  <ted@canonical.com>
 
2435
 
 
2436
        Renaming the C file as well.
 
2437
 
 
2438
2009-06-08  Ted Gould  <ted@canonical.com>
 
2439
 
 
2440
        Changing the name to get rid of FUSA, which doesn't really make sense anymore.
 
2441
 
 
2442
2009-06-08  Ted Gould  <ted@canonical.com>
 
2443
 
 
2444
        Making things into a set of three user-daemons.
 
2445
 
 
2446
2009-06-08  Ted Gould  <ted@canonical.com>
 
2447
 
 
2448
        Switching the pkgconfig based directory.
 
2449
 
 
2450
2009-06-08  Ted Gould  <ted@canonical.com>
 
2451
 
 
2452
        Changing the build stuff for ye ol' fusa indicator
 
2453
 
 
2454
2009-06-08  Ted Gould  <ted@canonical.com>
 
2455
 
 
2456
        Adding in new deps and a version bump
 
2457
 
 
2458
2009-06-08  Ted Gould  <ted@canonical.com>
 
2459
 
 
2460
        Merging from trunk.  Splitting out packaging and getting all the files.
 
2461
 
 
2462
2009-06-08  Ted Gould  <ted@canonical.com>
 
2463
 
 
2464
        Removing packaing from trunk
 
2465
 
 
2466
2009-06-08  Ted Gould  <ted@canonical.com>
 
2467
 
 
2468
        Heh, forgot to put that file in.
 
2469
 
 
2470
2008-12-04  Ted Gould  <ted@canonical.com>
 
2471
 
 
2472
        FUSA-fying it
 
2473
 
 
2474
2008-12-04  Ted Gould  <ted@canonical.com>
 
2475
 
 
2476
        Ignore stuff
 
2477
 
 
2478
2008-12-04  Ted Gould  <ted@canonical.com>
 
2479
 
 
2480
        Moving the directory
 
2481
 
 
2482
2008-12-04  Ted Gould  <ted@canonical.com>
 
2483
 
 
2484
        Starting Debian Packaging
 
2485
 
 
2486
2008-12-04  Ted Gould  <ted@canonical.com>
 
2487
 
 
2488
        Showing by default.
 
2489
 
 
2490
2008-12-04  Ted Gould  <ted@canonical.com>
 
2491
 
 
2492
        Making the directory the same as the applet.  Should have done that first, eh.
 
2493
 
 
2494
2008-12-04  Ted Gould  <ted@canonical.com>
 
2495
 
 
2496
        Ignoring
 
2497
 
 
2498
2008-12-04  Ted Gould  <ted@canonical.com>
 
2499
 
 
2500
        Actually getting this all to build reasonably.
 
2501
 
 
2502
2008-12-04  Ted Gould  <ted@canonical.com>
 
2503
 
 
2504
        Checkmark checkin
 
2505