~mefrio-g/+junk/indicator-session-pantheon-shutdown

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: cody at elementaryos
  • Date: 2012-12-10 00:13:38 UTC
  • Revision ID: cody@elementaryos.org-20121210001338-379sxx4jo6r003d6
Initial import, version 0.3.96-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Generated by Makefile. Do not edit.
 
2
 
 
3
2012-04-05  Charles Kerr  <charles.kerr@canonical.com>
 
4
 
 
5
        0.3.96
 
6
 
 
7
2012-04-04  Charles Kerr  <charles.kerr@canonical.com>
 
8
 
 
9
        merge lp:~ted/indicator-session/no-system-desktop-files to remove the desktop files so they don't appear in the dash.
 
10
 
 
11
2012-04-04  Ted Gould  <ted@gould.cx>
 
12
 
 
13
        Attaching bug
 
14
 
 
15
2012-04-04  Ted Gould  <ted@gould.cx>
 
16
 
 
17
        Dropping the desktop files from translations
 
18
 
 
19
2012-04-04  Ted Gould  <ted@gould.cx>
 
20
 
 
21
        Dropping the desktop files from the build
 
22
 
 
23
2012-03-29  Charles Kerr  <charles.kerr@canonical.com>
 
24
 
 
25
        merge lp:~allanlesage/indicator-session/TDD to add gcov to the build for coverage statitistics
 
26
 
 
27
2012-03-29  Allan LeSage  <allanlesage@gmail.com>
 
28
 
 
29
        Advised changes to fix implicit declarations.
 
30
 
 
31
2012-03-28  Allan LeSage  <allanlesage@gmail.com>
 
32
 
 
33
        Merged from trunk.
 
34
 
 
35
2012-03-27  Allan LeSage  <allanlesage@gmail.com>
 
36
 
 
37
        Added gcov coverage tooling.
 
38
 
 
39
2012-03-21  Charles Kerr  <charles.kerr@canonical.com>
 
40
 
 
41
        0.3.95
 
42
 
 
43
2012-03-19  Charles Kerr  <charles.kerr@canonical.com>
 
44
 
 
45
        Merge lp:~charlesk/indicator-session/lp-957342 to fix a pair of indicator-session memory leaks.
 
46
 
 
47
2012-03-16  Charles Kerr  <charles.kerr@canonical.com>
 
48
 
 
49
        fix memory leak updating the username label -- gtk_label_set_text() takes a const char*, we don't need to g_strdup() the string before passing it in
 
50
 
 
51
2012-03-16  Charles Kerr  <charles.kerr@canonical.com>
 
52
 
 
53
        plug two more memory leaks. g_variant_get("s") makes a newly-allocated duplicated string, g_variant_get("&s") returns the internal const string.
 
54
 
 
55
2012-03-16  Charles Kerr  <charles.kerr@canonical.com>
 
56
 
 
57
        plug two leaked strings in keybinding_changed()
 
58
 
 
59
2012-03-16  Charles Kerr  <charles.kerr@canonical.com>
 
60
 
 
61
        to pull a const string from g_variant_get(), use a format string "&s", not "s"
 
62
 
 
63
2012-03-14  Charles Kerr  <charles.kerr@canonical.com>
 
64
 
 
65
        0.3.94
 
66
 
 
67
2012-03-12  Conor Curran  <conor.curran@canonical.com>
 
68
 
 
69
        mvo's fix for the apt menuitem
 
70
 
 
71
2012-03-08  Michael Vogt  <michael.vogt@ubuntu.com>
 
72
 
 
73
        src/apt-watcher.c: remove no longer needed code, this RestartRequired is a bit misleading as it about that the PK daemon got restarted not about system or session
 
74
 
 
75
2012-03-08  Michael Vogt  <michael.vogt@ubuntu.com>
 
76
 
 
77
        src/apt-watcher.c: check the pk_results_get_require_restart_worst() in get_updates() too
 
78
 
 
79
2012-03-09  Ted Gould  <ted@gould.cx>
 
80
 
 
81
        0.3.93
 
82
 
 
83
2012-03-06  Sebastien Bacher  <seb128@ubuntu.com>
 
84
 
 
85
        enforce locking that's still needed and will not be solved this cycle
 
86
 
 
87
2012-02-27  Sebastien Bacher  <seb128@ubuntu.com>
 
88
 
 
89
        Revert r239, there are still issues, to sort next cycle
 
90
 
 
91
2012-03-06  Conor Curran  <conor.curran@canonical.com>
 
92
 
 
93
        merge the icon change fix
 
94
 
 
95
2012-03-06  Conor Curran  <conor.curran@canonical.com>
 
96
 
 
97
        make sure to change the icon on the panel when we get a restart signal from package kit
 
98
 
 
99
2012-03-06  Conor Curran  <conor.curran@canonical.com>
 
100
 
 
101
        make sure to listen to the correct signal
 
102
 
 
103
2012-03-06  Conor Curran  <conor.curran@canonical.com>
 
104
 
 
105
        listen for the right signal
 
106
 
 
107
2012-02-23  Ted Gould  <ted@gould.cx>
 
108
 
 
109
        0.3.92
 
110
 
 
111
2012-02-23  Ted Gould  <ted@gould.cx>
 
112
 
 
113
        Make GUDev optional for arch's that can't support it
 
114
 
 
115
2012-02-23  Ted Gould  <ted@gould.cx>
 
116
 
 
117
        Don't include the header or the variable if we're not using GUDev
 
118
 
 
119
2012-02-23  Ted Gould  <ted@gould.cx>
 
120
 
 
121
        Move the variables into the list straight up as they'll be NULL if undefined
 
122
 
 
123
2012-02-23  Ted Gould  <ted@gould.cx>
 
124
 
 
125
        Making sure to distribute the files even if we don't use them to build.
 
126
 
 
127
2012-02-23  Evgeni Golov  <evgeni@debian.org>
 
128
 
 
129
        make gudev dep optional
 
130
        
 
131
        Debian has arches w/o udev (hurd-*, kfreebsd-*). These cannot build
 
132
        indicator-session currently because libgudev-1.0-dev is missing there.
 
133
        Make the gudev dep optional and thus make indicator-session buildable on
 
134
        non-Linux arches again.
 
135
 
 
136
2012-02-23  Ted Gould  <ted@gould.cx>
 
137
 
 
138
        Set the accessible descriptions with the icons
 
139
 
 
140
2012-02-22  Ted Gould  <ted@gould.cx>
 
141
 
 
142
        If we change the icon to show reboot we need to tell that to the a11y string as well
 
143
 
 
144
2012-02-22  Ted Gould  <ted@gould.cx>
 
145
 
 
146
        Add default accessible descriptions to the entries
 
147
 
 
148
2012-02-22  Ted Gould  <ted@gould.cx>
 
149
 
 
150
        Attaching bug
 
151
 
 
152
2012-02-14  Conor Curran  <conor.curran@canonical.com>
 
153
 
 
154
        merge roberts lock fix
 
155
 
 
156
2012-02-10  Robert Ancell  <robert.ancell@canonical.com>
 
157
 
 
158
        Don't lock the session when switching to another one - something else (ConsoleKit?) already does this and locks it regardless of if the setting has been configured.
 
159
        By explicitly doing the lock it means we can't override it inside GNOME screensaver to switch to the greeter instead, so this patch removes the code.
 
160
 
 
161
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
162
 
 
163
        prep for release 0.3.91
 
164
 
 
165
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
166
 
 
167
        merge in the pk api port branch and remove the apt transaction stuff
 
168
 
 
169
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
170
 
 
171
        merge request comments acted upon
 
172
 
 
173
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
174
 
 
175
        properly fix conflict and make sure to not check for updates 1 minute after starting the service or Pitti will kill me :)
 
176
 
 
177
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
178
 
 
179
        correct conflict
 
180
 
 
181
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
182
 
 
183
        get rid of the transaction as we don't need to worry about updates installing state
 
184
 
 
185
2012-02-08  Conor Curran  <conor.curran@canonical.com>
 
186
 
 
187
        pk kit compat layer seems to be sane
 
188
 
 
189
2012-02-07  Conor Curran  <conor.curran@canonical.com>
 
190
 
 
191
        no need to hold on to a reference to a pkclient instance
 
192
 
 
193
2012-02-07  Conor Curran  <conor.curran@canonical.com>
 
194
 
 
195
        apt watcher updates
 
196
 
 
197
2012-02-07  Conor Curran  <conor.curran@canonical.com>
 
198
 
 
199
        fetching available packages
 
200
 
 
201
2012-02-06  Conor Curran  <conor.curran@canonical.com>
 
202
 
 
203
        query for updates half complete
 
204
 
 
205
2012-02-06  Conor Curran  <conor.curran@canonical.com>
 
206
 
 
207
        we need to talk to dbus to listen for signals from package kit, the lib doesnt wrap the signals ...
 
208
 
 
209
2012-02-06  Conor Curran  <conor.curran@canonical.com>
 
210
 
 
211
        pkclient in place
 
212
 
 
213
2012-02-06  Conor Curran  <conor.curran@canonical.com>
 
214
 
 
215
        handle gtk3 box constructor changes
 
216
 
 
217
2012-02-07  Ted Gould  <ted@gould.cx>
 
218
 
 
219
        0.3.90
 
220
 
 
221
2012-02-07  Ted Gould  <ted@gould.cx>
 
222
 
 
223
        Screensaver code cleanup
 
224
 
 
225
2012-01-30  Marc Deslauriers  <marc.deslauriers@canonical.com>
 
226
 
 
227
        Remove dead GSS throttling code. Let gnome-settings-daemon
 
228
        handle locking the screen when UPower requests it.
 
229
 
 
230
2012-02-07  Ted Gould  <ted@gould.cx>
 
231
 
 
232
        Fix ordering of items on request
 
233
 
 
234
2011-10-26  Dmitry Shachnev  <mitya57@gmail.com>
 
235
 
 
236
        Swap return values of indicator_session_get_location
 
237
 
 
238
2012-02-07  Ted Gould  <ted@gould.cx>
 
239
 
 
240
        Removing GOA support
 
241
 
 
242
2012-02-02  Alberto Mardegan  <alberto.mardegan@canonical.com>
 
243
 
 
244
        Remove "Online accounts" from user menu
 
245
        
 
246
        The "Online accounts" feature is going to be removed from the control panel in Precise.
 
247
 
 
248
2012-02-07  Ted Gould  <ted@gould.cx>
 
249
 
 
250
        Fix GTK3 Box Deprecation
 
251
 
 
252
2012-02-07  Ted Gould  <ted@gould.cx>
 
253
 
 
254
        If we have GTK3 use the new gtk_box_new() function not the deprecated one
 
255
 
 
256
2012-02-07  Ted Gould  <ted@gould.cx>
 
257
 
 
258
        Adding flags into the build to make sure we know if we're GTK3 or not
 
259
 
 
260
2012-02-03  Ted Gould  <ted@gould.cx>
 
261
 
 
262
        Updating to dbusmenu 0.5.90
 
263
 
 
264
2012-01-31  Ted Gould  <ted@gould.cx>
 
265
 
 
266
        Modifying includes to not include libdbusmenu-gtk3 stuff
 
267
 
 
268
2012-01-31  Ted Gould  <ted@gould.cx>
 
269
 
 
270
        Updating required dbusmenu 0.5.90
 
271
 
 
272
2011-11-29  Ted Gould  <ted@gould.cx>
 
273
 
 
274
        Making the gtk logout helper and apt optional build time choices
 
275
 
 
276
2011-11-23  György Balló  <ballogy@freestart.hu>
 
277
 
 
278
        Make APT support optional
 
279
 
 
280
2011-11-23  György Balló  <ballogy@freestart.hu>
 
281
 
 
282
        Make GTK Logout Helper optional
 
283
 
 
284
2011-11-29  Ted Gould  <ted@gould.cx>
 
285
 
 
286
        Add name hints to the indicators
 
287
 
 
288
2011-11-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
289
 
 
290
        Export the indicators name hints
 
291
        
 
292
        Using the PACKAGE config.h variable both for the users and devices entries.
 
293
 
 
294
2011-10-28  Conor Curran  <conor.curran@canonical.com>
 
295
 
 
296
        bump version for release
 
297
 
 
298
2011-10-28  Conor Curran  <conor.curran@canonical.com>
 
299
 
 
300
        fix the invalid utf8 bug and update ignore file
 
301
 
 
302
2011-10-25  Conor Curran  <conor.curran@canonical.com>
 
303
 
 
304
        update the ignore file with the new translations
 
305
 
 
306
2011-10-25  Conor Curran  <conor.curran@canonical.com>
 
307
 
 
308
        tidy up
 
309
 
 
310
2011-10-25  Conor Curran  <conor.curran@canonical.com>
 
311
 
 
312
        removed the redundant max users limit on the user menu
 
313
 
 
314
2011-10-13  Ted Gould  <ted@gould.cx>
 
315
 
 
316
        0.3.7
 
317
 
 
318
2011-10-12  Ted Gould  <ted@gould.cx>
 
319
 
 
320
        Fix variant handling
 
321
 
 
322
2011-10-09  Ted Gould  <ted@gould.cx>
 
323
 
 
324
        Attach bug
 
325
 
 
326
2011-10-09  Ted Gould  <ted@gould.cx>
 
327
 
 
328
        Don't unref the parameters as we don't make a ref to it
 
329
 
 
330
2011-10-09  Ted Gould  <ted@gould.cx>
 
331
 
 
332
        Make sure to reference the variant, and unref the value we get
 
333
 
 
334
2011-10-12  Ted Gould  <ted@gould.cx>
 
335
 
 
336
        Check to ensure we have settings, else default values.
 
337
 
 
338
2011-10-12  Ted Gould  <ted@gould.cx>
 
339
 
 
340
        Okay, get all of them I guess
 
341
 
 
342
2011-10-10  Ted Gould  <ted@gould.cx>
 
343
 
 
344
        Use a temporary variable to defeat G_DISABLE_CHECKS
 
345
 
 
346
2011-10-08  Ted Gould  <ted@gould.cx>
 
347
 
 
348
        Error gracefully if we can't get our settings.
 
349
 
 
350
2011-10-12  Ted Gould  <ted@gould.cx>
 
351
 
 
352
        Okay, fixing again.  Now right.
 
353
 
 
354
2011-10-03  Ken VanDine  <ken.vandine@canonical.com>
 
355
 
 
356
        Fixed improperly mapped gconf to gsettings keys, fixes crasher (LP: #858798)
 
357
 
 
358
2011-09-27  Ted Gould  <ted@gould.cx>
 
359
 
 
360
        0.3.6
 
361
 
 
362
2011-09-27  Ted Gould  <ted@gould.cx>
 
363
 
 
364
        Merging in translations from LP
 
365
 
 
366
2011-09-27  Ted Gould  <ted@gould.cx>
 
367
 
 
368
        Fixing capitalization of input strings as well
 
369
 
 
370
2011-09-27  Ted Gould  <ted@gould.cx>
 
371
 
 
372
        Updating to trunk
 
373
 
 
374
2011-09-27  Ted Gould  <ted@gould.cx>
 
375
 
 
376
        Updating to current translations on Launchpad
 
377
 
 
378
2011-09-27  Ted Gould  <ted@gould.cx>
 
379
 
 
380
        Removing an error and fixing the parameters.
 
381
 
 
382
2011-09-27  Ted Gould  <ted@gould.cx>
 
383
 
 
384
        Make the dialog not abort and add invalids for the return to make sure it does less often
 
385
 
 
386
2011-09-27  Ted Gould  <ted@gould.cx>
 
387
 
 
388
        Update the icon instead of recreating it.
 
389
 
 
390
2011-09-26  Ted Gould  <ted@gould.cx>
 
391
 
 
392
        Switch changing restart to updating the image instead of recreating it.
 
393
 
 
394
2011-09-27  Ted Gould  <ted@gould.cx>
 
395
 
 
396
        Switch to using the XDG_SEAT_PATH env. variable instead of using DBus
 
397
 
 
398
2011-09-21  Robert Ancell  <robert.ancell@canonical.com>
 
399
 
 
400
        Don't use depcrecated org.freedesktop.DisplayManager.GetSeatForCookie, use XDG_SEAT_PATH instead
 
401
 
 
402
2011-09-26  Ted Gould  <ted@gould.cx>
 
403
 
 
404
        Adding categories to the desktop files
 
405
 
 
406
2011-09-21  Ted Gould  <ted@gould.cx>
 
407
 
 
408
        Fixing key names
 
409
 
 
410
2011-09-19  Ted Gould  <ted@gould.cx>
 
411
 
 
412
        Only grab reboot after a second delay
 
413
 
 
414
2011-09-16  Conor Curran  <conor.curran@canonical.com>
 
415
 
 
416
        removed startup rebootrequired query, it must have been returning true
 
417
 
 
418
2011-09-16  Ted Gould  <ted@gould.cx>
 
419
 
 
420
        Fix title case
 
421
 
 
422
2011-09-16  Jeremy Bicha  <jbicha@ubuntu.com>
 
423
 
 
424
        Use Title Case for "Restart to Complete Updates"
 
425
 
 
426
2011-09-14  Conor Curran  <conor.curran@canonical.com>
 
427
 
 
428
        fixes for apt handling
 
429
 
 
430
2011-09-14  Conor Curran  <conor.curran@canonical.com>
 
431
 
 
432
        merge further apt handling fixes
 
433
 
 
434
2011-09-14  Conor Curran  <conor.curran@canonical.com>
 
435
 
 
436
        apt property changed reboot required listened for and now the whole apt interaction does not happen until after 60 secs
 
437
 
 
438
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
439
 
 
440
        bump for release
 
441
 
 
442
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
443
 
 
444
        various switches for the strings on the panel and on the switch item
 
445
 
 
446
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
447
 
 
448
        show/hide the name from the panel
 
449
 
 
450
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
451
 
 
452
        user correct string on switch item unless user actually wants to show username
 
453
 
 
454
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
455
 
 
456
        add the new gsettings entry for toggling the visibility of the real name on the panel
 
457
 
 
458
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
459
 
 
460
        debugs for mystery bug
 
461
 
 
462
2011-09-07  Ted Gould  <ted@gould.cx>
 
463
 
 
464
        Lots of debug messages for the logout helper
 
465
 
 
466
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
467
 
 
468
        merge the display manager's has-guest-account work
 
469
 
 
470
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
471
 
 
472
        tidy up
 
473
 
 
474
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
475
 
 
476
        display manager HasGuestAccount now supported
 
477
 
 
478
2011-09-08  Conor Curran  <conor.curran@canonical.com>
 
479
 
 
480
        merge the apt handling fixes
 
481
 
 
482
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
483
 
 
484
        tidy up
 
485
 
 
486
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
487
 
 
488
        more hoop jumping for apt
 
489
 
 
490
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
491
 
 
492
        more hoop jumping for apt
 
493
 
 
494
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
495
 
 
496
        more revelations with regards the behaviour of the apt dbus 'api'
 
497
 
 
498
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
499
 
 
500
        refactor the apt state callback because the use case of real and simulation were proving far too disparate
 
501
 
 
502
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
503
 
 
504
        another bug found within the apt-menuitem
 
505
 
 
506
2011-09-07  Conor Curran  <conor.curran@canonical.com>
 
507
 
 
508
        merge null protection branch
 
509
 
 
510
2011-09-05  Conor Curran  <conor.curran@canonical.com>
 
511
 
 
512
        protect against a null pointer in the user-dbus-manager
 
513
 
 
514
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
515
 
 
516
        bump version for release
 
517
 
 
518
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
519
 
 
520
        added new gsettings entry to control visibility of the user menu
 
521
 
 
522
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
523
 
 
524
        updated the schema entry with the correct key
 
525
 
 
526
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
527
 
 
528
        updated the schema entry with the correct key
 
529
 
 
530
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
531
 
 
532
        change the actual key on the entry
 
533
 
 
534
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
535
 
 
536
        live cd user should now be turned off via new gsettings entry by casper
 
537
 
 
538
2011-09-06  Conor Curran  <conor.curran@canonical.com>
 
539
 
 
540
        added new field to gsettings to allow to hide the user menu
 
541
 
 
542
2011-09-05  Conor Curran  <conor.curran@canonical.com>
 
543
 
 
544
        old icon now used when in greeter mode
 
545
 
 
546
2011-09-02  Conor Curran  <conor.curran@canonical.com>
 
547
 
 
548
        make sure to flag restart state in greeter mode also with the right icon
 
549
 
 
550
2011-09-02  Conor Curran  <conor.curran@canonical.com>
 
551
 
 
552
        remove the greeter icon stuff
 
553
 
 
554
2011-09-02  Conor Curran  <conor.curran@canonical.com>
 
555
 
 
556
        bumped version in prep for release
 
557
 
 
558
2011-09-02  Conor Curran  <conor.curran@canonical.com>
 
559
 
 
560
        apt menuitem should now finally be working properly
 
561
 
 
562
2011-09-02  Conor Curran  <conor.curran@canonical.com>
 
563
 
 
564
        final apt menuitem bugs fixes
 
565
 
 
566
2011-09-01  Conor Curran  <conor.curran@canonical.com>
 
567
 
 
568
        ready for 0.3.4.1
 
569
 
 
570
2011-09-01  Conor Curran  <conor.curran@canonical.com>
 
571
 
 
572
        much easier of handling the greeter icon
 
573
 
 
574
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
575
 
 
576
        various apt handling fixes
 
577
 
 
578
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
579
 
 
580
        set the menuitem's disposition back to normal just in case
 
581
 
 
582
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
583
 
 
584
        tidy up
 
585
 
 
586
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
587
 
 
588
        make sure to bring up logout dialog from apt menuitem when restart is required
 
589
 
 
590
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
591
 
 
592
        tidy up
 
593
 
 
594
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
595
 
 
596
        restart signal actually being sent now properly
 
597
 
 
598
2011-08-31  Conor Curran  <conor.curran@canonical.com>
 
599
 
 
600
        apt race condition handled
 
601
 
 
602
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
603
 
 
604
        bump for release
 
605
 
 
606
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
607
 
 
608
        merge the guest fixes
 
609
 
 
610
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
611
 
 
612
        remove guest checking in generic user list, the guest user is never included in the user list returned therefore the check is pointless
 
613
 
 
614
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
615
 
 
616
        remove broken logic concerned with displaying the user menu
 
617
 
 
618
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
619
 
 
620
        fixed the guest session panel string
 
621
 
 
622
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
623
 
 
624
        bump for release
 
625
 
 
626
2011-08-30  Conor Curran  <conor.curran@canonical.com>
 
627
 
 
628
        protect against incorrect webcam detection
 
629
 
 
630
2011-08-26  Conor Curran  <conor.curran@canonical.com>
 
631
 
 
632
        merge in translation fix
 
633
 
 
634
2011-08-26  Conor Curran  <conor.curran@canonical.com>
 
635
 
 
636
        fixed the translation bug
 
637
 
 
638
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
639
 
 
640
        ted's str allocation fixes
 
641
 
 
642
2011-08-25  Ted Gould  <ted@gould.cx>
 
643
 
 
644
        Change the function to assume nothing about the parameters and always allocate a string
 
645
 
 
646
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
647
 
 
648
        bump for next release
 
649
 
 
650
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
651
 
 
652
        fixes for the min users and label on panel for guest
 
653
 
 
654
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
655
 
 
656
        fix the min users bug plus guest label utf8 issue
 
657
 
 
658
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
659
 
 
660
        protection against dodgy vendor ids provided by udev
 
661
 
 
662
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
663
 
 
664
        bumped the dbusmenu version depends
 
665
 
 
666
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
667
 
 
668
        updated po files and bumped for beta release
 
669
 
 
670
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
671
 
 
672
        branded attached devices menuitem labels
 
673
 
 
674
2011-08-25  Conor Curran  <conor.curran@canonical.com>
 
675
 
 
676
        fixed the translations
 
677
 
 
678
2011-08-23  Conor Curran  <conor.curran@canonical.com>
 
679
 
 
680
        set the alert state on the apt item when reboot is required
 
681
 
 
682
2011-08-23  Conor Curran  <conor.curran@canonical.com>
 
683
 
 
684
        user menu now shown if guest session is possible also guest name has been set on the panel
 
685
 
 
686
2011-08-23  Conor Curran  <conor.curran@canonical.com>
 
687
 
 
688
        removed bluetooth item and labels on webcams and scanners are now manufacturer specific
 
689
 
 
690
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
691
 
 
692
        merged teds string fixes and tests
 
693
 
 
694
2011-08-23  Ted Gould  <ted@gould.cx>
 
695
 
 
696
        Ignoring the test scripts
 
697
 
 
698
2011-08-23  Ted Gould  <ted@gould.cx>
 
699
 
 
700
        Fixing those ASCII quotes
 
701
 
 
702
2011-08-23  Ted Gould  <ted@gould.cx>
 
703
 
 
704
        Adding a test to look for various ASCII quotes
 
705
 
 
706
2011-08-23  Ted Gould  <ted@gould.cx>
 
707
 
 
708
        Fix the message
 
709
 
 
710
2011-08-23  Ted Gould  <ted@gould.cx>
 
711
 
 
712
        Add a test to test the space before an ellipsis at the end of a string
 
713
 
 
714
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
715
 
 
716
        merge the fixes for gtk2
 
717
 
 
718
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
719
 
 
720
        fix the dot alignment in the gtk2s user widget
 
721
 
 
722
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
723
 
 
724
        fix that broken trunk
 
725
 
 
726
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
727
 
 
728
        gtk2 user widget drawing fixed
 
729
 
 
730
2011-08-24  Conor Curran  <conor.curran@canonical.com>
 
731
 
 
732
        merged the desktop session files branch
 
733
 
 
734
2011-08-23  Ted Gould  <ted@gould.cx>
 
735
 
 
736
        Adding the bin directory as well
 
737
 
 
738
2011-08-23  Ted Gould  <ted@gould.cx>
 
739
 
 
740
        Making the desktop files actually install
 
741
 
 
742
2011-08-23  Ted Gould  <ted@gould.cx>
 
743
 
 
744
        Adding a lock screen desktop file as well
 
745
 
 
746
2011-08-23  Ted Gould  <ted@gould.cx>
 
747
 
 
748
        Fixing the TryExecs and the versions
 
749
 
 
750
2011-08-23  Ted Gould  <ted@gould.cx>
 
751
 
 
752
        Adding logout and restart desktop files as well
 
753
 
 
754
2011-08-23  Ted Gould  <ted@gould.cx>
 
755
 
 
756
        Adding a desktop file for shutting down
 
757
 
 
758
2011-08-23  Ted Gould  <ted@gould.cx>
 
759
 
 
760
        Activate prototype
 
761
 
 
762
2011-08-23  Conor Curran  <conor.curran@canonical.com>
 
763
 
 
764
        merged user, gsettings and other stuff
 
765
 
 
766
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
767
 
 
768
        uncomment signal subscription that doesn't work
 
769
 
 
770
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
771
 
 
772
        changed around the sync users so as it can be used to refresh the user list on any given event
 
773
 
 
774
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
775
 
 
776
        merged the dynamic users work
 
777
 
 
778
2011-08-19  Conor Curran  <conor.curran@canonical.com>
 
779
 
 
780
        remove the debugs
 
781
 
 
782
2011-08-19  Conor Curran  <conor.curran@canonical.com>
 
783
 
 
784
        users now dynamically responsive to addition and deletion of users
 
785
 
 
786
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
787
 
 
788
        don't draw border on default icon
 
789
 
 
790
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
791
 
 
792
        tidy up
 
793
 
 
794
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
795
 
 
796
        user icon border now being drawn and gtk2 dot also taken care of
 
797
 
 
798
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
799
 
 
800
        user images now being loaded into the user menu
 
801
 
 
802
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
803
 
 
804
        used the set aside defines for icon names
 
805
 
 
806
2011-08-22  Ted Gould  <ted@gould.cx>
 
807
 
 
808
        Add a user accounts item on the user menu
 
809
 
 
810
2011-08-21  Jeremy Bicha  <jbicha@ubuntu.com>
 
811
 
 
812
        Add User Accounts link to bottom of user menu
 
813
 
 
814
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
815
 
 
816
        ellipsis fixes
 
817
 
 
818
2011-08-19  Ted Gould  <ted@gould.cx>
 
819
 
 
820
        Ignoring the test-ellipsis script
 
821
 
 
822
2011-08-19  Ted Gould  <ted@gould.cx>
 
823
 
 
824
        Fix all the ellipsis
 
825
 
 
826
2011-08-19  Ted Gould  <ted@gould.cx>
 
827
 
 
828
        Ensuring a pass is a pass
 
829
 
 
830
2011-08-19  Ted Gould  <ted@gould.cx>
 
831
 
 
832
        Making a bit more generic by using GETTEXT_PACKAGE
 
833
 
 
834
2011-08-19  Ted Gould  <ted@gould.cx>
 
835
 
 
836
        Making a check to see if there is ellipsis in the user visible strings
 
837
 
 
838
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
839
 
 
840
        gsettings port
 
841
 
 
842
2011-08-19  Ted Gould  <ted@gould.cx>
 
843
 
 
844
        Using the right schema
 
845
 
 
846
2011-08-19  Ted Gould  <ted@gould.cx>
 
847
 
 
848
        Fixing key names
 
849
 
 
850
2011-08-19  Ted Gould  <ted@gould.cx>
 
851
 
 
852
        Don't have that yet
 
853
 
 
854
2011-08-19  Ted Gould  <ted@gould.cx>
 
855
 
 
856
        Ignoring GSettings generated files and the pot file
 
857
 
 
858
2011-08-19  Ted Gould  <ted@gould.cx>
 
859
 
 
860
        Adding GSettings Rule
 
861
 
 
862
2011-08-19  Ted Gould  <ted@gould.cx>
 
863
 
 
864
        Setting up convert script and completing the GSettings transition including translations
 
865
 
 
866
2011-08-19  Ted Gould  <ted@gould.cx>
 
867
 
 
868
        Adding GSettings schema and updating C files
 
869
 
 
870
2011-08-19  Ted Gould  <ted@gould.cx>
 
871
 
 
872
        Changing to using the GSettings signals for change
 
873
 
 
874
2011-08-19  Ted Gould  <ted@gould.cx>
 
875
 
 
876
        Changing name of ensure function
 
877
 
 
878
2011-08-19  Ted Gould  <ted@gould.cx>
 
879
 
 
880
        Removing the 'gconf' string
 
881
 
 
882
2011-08-19  Ted Gould  <ted@gould.cx>
 
883
 
 
884
        Fixing the comment
 
885
 
 
886
2011-08-19  Ted Gould  <ted@gould.cx>
 
887
 
 
888
        Setting the notifications to use the g_settings changed signals
 
889
 
 
890
2011-08-19  Ted Gould  <ted@gould.cx>
 
891
 
 
892
        Change name to settings helper
 
893
 
 
894
2011-08-19  Ted Gould  <ted@gould.cx>
 
895
 
 
896
        ignore generated file
 
897
 
 
898
2011-08-19  Ted Gould  <ted@gould.cx>
 
899
 
 
900
        Porting the keys for the device and user manager over to use gsettings
 
901
 
 
902
2011-08-19  Ted Gould  <ted@gould.cx>
 
903
 
 
904
        Comment out notifications so that we can get this compiling again.
 
905
 
 
906
2011-08-19  Ted Gould  <ted@gould.cx>
 
907
 
 
908
        Dropping gconf from build
 
909
 
 
910
2011-08-19  Ted Gould  <ted@gould.cx>
 
911
 
 
912
        Fix getting of all the keys to be settings functions
 
913
 
 
914
2011-08-19  Conor Curran  <conor.curran@canonical.com>
 
915
 
 
916
        the beginnings of using gsettings in the gconf helper
 
917
 
 
918
2011-08-19  Conor Curran  <conor.curran@canonical.com>
 
919
 
 
920
        converted the old gconf schema to gsettings
 
921
 
 
922
2011-08-22  Conor Curran  <conor.curran@canonical.com>
 
923
 
 
924
        bumped for release
 
925
 
 
926
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
927
 
 
928
        Ellipses fixes
 
929
 
 
930
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
931
 
 
932
        merged the ellipsis strings fixes
 
933
 
 
934
2011-06-12  Gabor Kelemen  <kelemeng@gnome.hu>
 
935
 
 
936
        Use ellipsis character instead of full stops. Fixes LP: 621339
 
937
 
 
938
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
939
 
 
940
        merge in the big fix branch
 
941
 
 
942
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
943
 
 
944
        greeter mode uses to flag whether we are showing the user menu or not
 
945
 
 
946
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
947
 
 
948
        merged mterry's move over to gsettings
 
949
 
 
950
2011-08-17  Michael Terry  <michael.terry@canonical.com>
 
951
 
 
952
        don't start/lock the screensaver from the login screen
 
953
 
 
954
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
955
 
 
956
        ted's merge in for correctly checking active sessions plus UI now correct with regards active sessions and guest session is also in
 
957
 
 
958
2011-08-17  Ted Gould  <ted@gould.cx>
 
959
 
 
960
        Debugging info and a protection
 
961
 
 
962
2011-08-17  Ted Gould  <ted@gould.cx>
 
963
 
 
964
        After setting up the signals get the initial list of sessions
 
965
 
 
966
2011-08-17  Ted Gould  <ted@gould.cx>
 
967
 
 
968
        Updated to DBus interface files currently in ConsoleKit and added the seat files as well
 
969
 
 
970
2011-08-17  Conor Curran  <conor.curran@canonical.com>
 
971
 
 
972
        added some trace to the add sessions for user method
 
973
 
 
974
2011-08-17  Conor Curran  <conor.curran@canonical.com>
 
975
 
 
976
        put guest item in place and fixed ticked icon on user menu
 
977
 
 
978
2011-08-18  Conor Curran  <conor.curran@canonical.com>
 
979
 
 
980
        updates item fix and restart awareness plus correct icons
 
981
 
 
982
2011-08-12  Conor Curran  <conor.curran@canonical.com>
 
983
 
 
984
        fixed the misguided software available flag
 
985
 
 
986
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
987
 
 
988
        bumped for new release
 
989
 
 
990
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
991
 
 
992
        restart fix
 
993
 
 
994
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
995
 
 
996
        add the restart to the shutdown dialog
 
997
 
 
998
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
999
 
 
1000
        updated the ignores
 
1001
 
 
1002
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
1003
 
 
1004
        add the new greeter mode
 
1005
 
 
1006
2011-08-03  Michael Terry  <michael.terry@canonical.com>
 
1007
 
 
1008
        when used in a greeter, don't show settings links, the user switcher, or log out links
 
1009
 
 
1010
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
1011
 
 
1012
        printer support corrected
 
1013
 
 
1014
2011-08-02  Michael Terry  <michael.terry@canonical.com>
 
1015
 
 
1016
        use correct printers command
 
1017
 
 
1018
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
1019
 
 
1020
        merge the gudev work
 
1021
 
 
1022
2011-08-09  Conor Curran  <conor.curran@canonical.com>
 
1023
 
 
1024
        segfault found and fixed
 
1025
 
 
1026
2011-08-09  Conor Curran  <conor.curran@canonical.com>
 
1027
 
 
1028
        fixed memory leaks
 
1029
 
 
1030
2011-08-05  Conor Curran  <conor.curran@canonical.com>
 
1031
 
 
1032
        cater for scsi type 3 and 6 devices
 
1033
 
 
1034
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1035
 
 
1036
        correct callbacks in place for scanners and webcams
 
1037
 
 
1038
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1039
 
 
1040
        trace around this seg fault
 
1041
 
 
1042
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1043
 
 
1044
        destroying hash tables in finalize
 
1045
 
 
1046
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1047
 
 
1048
        stop leaking tonnes of glists
 
1049
 
 
1050
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1051
 
 
1052
        duplicate key input error
 
1053
 
 
1054
2011-08-04  Conor Curran  <conor.curran@canonical.com>
 
1055
 
 
1056
        add scsi scanner detection support
 
1057
 
 
1058
2011-08-03  Conor Curran  <conor.curran@canonical.com>
 
1059
 
 
1060
        refactor of the udev mgr - working nicely
 
1061
 
 
1062
2011-08-03  Conor Curran  <conor.curran@canonical.com>
 
1063
 
 
1064
        webcams working nicely
 
1065
 
 
1066
2011-08-02  Conor Curran  <conor.curran@canonical.com>
 
1067
 
 
1068
        certain usb webcams sorted
 
1069
 
 
1070
2011-08-01  Conor Curran  <conor.curran@canonical.com>
 
1071
 
 
1072
        usb scanners in place
 
1073
 
 
1074
2011-08-01  Conor Curran  <conor.curran@canonical.com>
 
1075
 
 
1076
        usb scanner rules almost there
 
1077
 
 
1078
2011-07-29  Conor Curran  <conor.curran@canonical.com>
 
1079
 
 
1080
        half way through those usb scanner udev rules
 
1081
 
 
1082
2011-07-27  Conor Curran  <conor.curran@canonical.com>
 
1083
 
 
1084
        convenience method added to handle the insertion and startup detection of scanners
 
1085
 
 
1086
2011-07-27  Conor Curran  <conor.curran@canonical.com>
 
1087
 
 
1088
        refactor with a more generic utility function
 
1089
 
 
1090
2011-07-27  Conor Curran  <conor.curran@canonical.com>
 
1091
 
 
1092
        udev scanner detection working at startup
 
1093
 
 
1094
2011-07-26  Conor Curran  <conor.curran@canonical.com>
 
1095
 
 
1096
        pattern established as to how to handle these sane rules
 
1097
 
 
1098
2011-07-26  Conor Curran  <conor.curran@canonical.com>
 
1099
 
 
1100
        research trace for devices in udev
 
1101
 
 
1102
2011-07-26  Conor Curran  <conor.curran@canonical.com>
 
1103
 
 
1104
        fixed gudev segfault
 
1105
 
 
1106
2011-07-25  Conor Curran  <conor.curran@canonical.com>
 
1107
 
 
1108
        the beginnings of the udev work
 
1109
 
 
1110
2011-08-10  Conor Curran  <conor.curran@canonical.com>
 
1111
 
 
1112
        merged the lightdb dbus changes and the apt restartrequired awareness
 
1113
 
 
1114
2011-08-09  Conor Curran  <conor.curran@canonical.com>
 
1115
 
 
1116
        and the actual code
 
1117
 
 
1118
2011-08-05  Conor Curran  <conor.curran@canonical.com>
 
1119
 
 
1120
        watch for the restart flag and change the menuitem's title
 
1121
 
 
1122
2011-08-02  Michael Terry  <michael.terry@canonical.com>
 
1123
 
 
1124
        update to use LightDM's new interface
 
1125
 
 
1126
2011-07-28  Michael Terry  <michael.terry@canonical.com>
 
1127
 
 
1128
        update interface with LightDM
 
1129
 
 
1130
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1131
 
 
1132
        uncomment the disconnect method
 
1133
 
 
1134
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1135
 
 
1136
        moving to 0.3.0
 
1137
 
 
1138
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1139
 
 
1140
        added new files to the po index
 
1141
 
 
1142
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1143
 
 
1144
        bumped version in configure ac in prep for release
 
1145
 
 
1146
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1147
 
 
1148
        apt item partially working
 
1149
 
 
1150
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1151
 
 
1152
        apt progress now reflected dynamically in the menu
 
1153
 
 
1154
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1155
 
 
1156
        transaction object now properly disposed of
 
1157
 
 
1158
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1159
 
 
1160
        suspend plugged back in plus both it and hibernate menuitems should now be sensitive to changes coming from upower
 
1161
 
 
1162
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1163
 
 
1164
        Device menu torn apart and put back together, apt communication up and going
 
1165
 
 
1166
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1167
 
 
1168
        fixed issues
 
1169
 
 
1170
2011-07-21  Conor Curran  <conor.curran@canonical.com>
 
1171
 
 
1172
        apt transactions working nicely
 
1173
 
 
1174
2011-07-21  Conor Curran  <conor.curran@canonical.com>
 
1175
 
 
1176
        apt item now sensitive to updates available
 
1177
 
 
1178
2011-07-21  Conor Curran  <conor.curran@canonical.com>
 
1179
 
 
1180
        properties changed signal is being triggered
 
1181
 
 
1182
2011-07-21  Conor Curran  <conor.curran@canonical.com>
 
1183
 
 
1184
        transaction object in place
 
1185
 
 
1186
2011-07-21  Conor Curran  <conor.curran@canonical.com>
 
1187
 
 
1188
        trying to figure out if upgrades are needed in progress
 
1189
 
 
1190
2011-07-20  Conor Curran  <conor.curran@canonical.com>
 
1191
 
 
1192
        signals and methods from apt are working somewhat
 
1193
 
 
1194
2011-07-20  Conor Curran  <conor.curran@canonical.com>
 
1195
 
 
1196
        apt watcher now controlling menuitem with signals and methods in place
 
1197
 
 
1198
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1199
 
 
1200
        apt watcher coming along nicely
 
1201
 
 
1202
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1203
 
 
1204
        all items in place, now for the gudev backend
 
1205
 
 
1206
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1207
 
 
1208
        settings dialog in place
 
1209
 
 
1210
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1211
 
 
1212
        system added to device menu, more tidying as we go
 
1213
 
 
1214
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1215
 
 
1216
        add the udev mgr files
 
1217
 
 
1218
2011-07-22  Conor Curran  <conor.curran@canonical.com>
 
1219
 
 
1220
        merged Neil's pointer fix
 
1221
 
 
1222
2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>
 
1223
 
 
1224
        Always send the actual pointers to the entry not pointers to copies
 
1225
 
 
1226
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1227
 
 
1228
        merged in the device menu split out
 
1229
 
 
1230
2011-07-18  Conor Curran  <conor.curran@canonical.com>
 
1231
 
 
1232
        device menu has been isolated
 
1233
 
 
1234
2011-07-18  Conor Curran  <conor.curran@canonical.com>
 
1235
 
 
1236
        session menu mgr in progress
 
1237
 
 
1238
2011-07-19  Conor Curran  <conor.curran@canonical.com>
 
1239
 
 
1240
        merged dialog behaviour fix
 
1241
 
 
1242
2011-07-08  Daniel van Vugt  <vanvugt@gmail.com>
 
1243
 
 
1244
        Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357)
 
1245
 
 
1246
2011-07-18  Conor Curran  <conor.curran@canonical.com>
 
1247
 
 
1248
        user menu abstracted
 
1249
 
 
1250
2011-07-15  Conor Curran  <conor.curran@canonical.com>
 
1251
 
 
1252
        user menu nicely separated for now, next the session menu
 
1253
 
 
1254
2011-07-15  Conor Curran  <conor.curran@canonical.com>
 
1255
 
 
1256
        first step - it compiles
 
1257
 
 
1258
2011-07-15  Conor Curran  <conor.curran@canonical.com>
 
1259
 
 
1260
        please tidy up that user manager
 
1261
 
 
1262
2011-07-15  Conor Curran  <conor.curran@canonical.com>
 
1263
 
 
1264
        please tidy up that user manager
 
1265
 
 
1266
2011-07-18  Conor Curran  <conor.curran@canonical.com>
 
1267
 
 
1268
        merged Trevino's gtk2 compilation fix
 
1269
 
 
1270
2011-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
1271
 
 
1272
        configure.ac: include the indicator dir in output
 
1273
 
 
1274
2011-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
1275
 
 
1276
        Get support for gtk+2.0 back
 
1277
        
 
1278
        indicator-session can still be compiled with gtk, using the
 
1279
        --with-gtk=2 configure flag (I've changed it to match the
 
1280
        other indicators).
 
1281
 
 
1282
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1283
 
 
1284
        bumped release version
 
1285
 
 
1286
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1287
 
 
1288
        merge in the big menu reorg
 
1289
 
 
1290
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1291
 
 
1292
        changed default return value of get location to 0
 
1293
 
 
1294
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1295
 
 
1296
        ref sink instead of ref on the images and menus
 
1297
 
 
1298
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1299
 
 
1300
        get location overridden and debugs tidied up
 
1301
 
 
1302
2011-07-14  Conor Curran  <conor.curran@canonical.com>
 
1303
 
 
1304
        dynamic user menu hiding on the way#
 
1305
 
 
1306
2011-07-13  Conor Curran  <conor.curran@canonical.com>
 
1307
 
 
1308
        user label fixed for now
 
1309
 
 
1310
2011-07-13  Conor Curran  <conor.curran@canonical.com>
 
1311
 
 
1312
        tidied up signals and methods for the session service so as the users real name should be available and not the icon, icon should not change on the panel
 
1313
 
 
1314
2011-07-12  Conor Curran  <conor.curran@canonical.com>
 
1315
 
 
1316
        correct icon on the user panel
 
1317
 
 
1318
2011-07-12  Conor Curran  <conor.curran@canonical.com>
 
1319
 
 
1320
        radio button for is-current-user handled
 
1321
 
 
1322
2011-07-12  Conor Curran  <conor.curran@canonical.com>
 
1323
 
 
1324
        the beginnings of the custom user item
 
1325
 
 
1326
2011-07-11  Conor Curran  <conor.curran@canonical.com>
 
1327
 
 
1328
        online accounts item added@
 
1329
 
 
1330
2011-07-11  Conor Curran  <conor.curran@canonical.com>
 
1331
 
 
1332
        user account items shown, items rearranged
 
1333
 
 
1334
2011-07-11  Conor Curran  <conor.curran@canonical.com>
 
1335
 
 
1336
        tidied user menu
 
1337
 
 
1338
2011-07-11  Conor Curran  <conor.curran@canonical.com>
 
1339
 
 
1340
        merged trunk to keep up with changes
 
1341
 
 
1342
2011-07-07  Conor Curran  <conor.curran@canonical.com>
 
1343
 
 
1344
        icon updates for the user menu panel
 
1345
 
 
1346
2011-07-07  Conor Curran  <conor.curran@canonical.com>
 
1347
 
 
1348
        user label is now updated dynamically
 
1349
 
 
1350
2011-07-07  Conor Curran  <conor.curran@canonical.com>
 
1351
 
 
1352
        added the username to the panel
 
1353
 
 
1354
2011-07-07  Conor Curran  <conor.curran@canonical.com>
 
1355
 
 
1356
        icon now being shown on the panel for devices
 
1357
 
 
1358
2011-07-07  Conor Curran  <conor.curran@canonical.com>
 
1359
 
 
1360
        merged ted's fixes
 
1361
 
 
1362
2011-07-06  Ted Gould  <ted@gould.cx>
 
1363
 
 
1364
        Making sure that users has the same dbus name as session as there is one process.
 
1365
 
 
1366
2011-07-06  Ted Gould  <ted@gould.cx>
 
1367
 
 
1368
        Remvoing unused result
 
1369
 
 
1370
2011-07-06  Conor Curran  <conor.curran@canonical.com>
 
1371
 
 
1372
        tidy up
 
1373
 
 
1374
2011-07-05  Conor Curran  <conor.curran@canonical.com>
 
1375
 
 
1376
        code tidied, menu splittage in progress
 
1377
 
 
1378
2011-07-05  Conor Curran  <conor.curran@canonical.com>
 
1379
 
 
1380
        split out the menus
 
1381
 
 
1382
2011-07-04  Conor Curran  <conor.curran@canonical.com>
 
1383
 
 
1384
        menus split somewhat
 
1385
 
 
1386
2011-07-02  Conor Curran  <conor.curran@canonical.com>
 
1387
 
 
1388
        compiling at least
 
1389
 
 
1390
2011-07-01  Conor Curran  <conor.curran@canonical.com>
 
1391
 
 
1392
        initial menu reshuffle in progress
 
1393
 
 
1394
2011-07-07  Ted Gould  <ted@gould.cx>
 
1395
 
 
1396
        0.2.92
 
1397
 
 
1398
2011-07-07  Ted Gould  <ted@gould.cx>
 
1399
 
 
1400
        Adding in accounts-service-user.xml as well to dist.  Not sure why this isn't caught by distcheck.
 
1401
 
 
1402
2011-07-07  Ted Gould  <ted@gould.cx>
 
1403
 
 
1404
        0.2.91
 
1405
 
 
1406
2011-07-07  Ted Gould  <ted@gould.cx>
 
1407
 
 
1408
        LightDM integration
 
1409
 
 
1410
2011-07-05  Robert Ancell  <robert.ancell@canonical.com>
 
1411
 
 
1412
        Integrate with LightDM
 
1413
 
 
1414
2011-07-07  Ted Gould  <ted@gould.cx>
 
1415
 
 
1416
        Migrating to libindicator 0.4
 
1417
 
 
1418
2011-07-07  Ted Gould  <ted@gould.cx>
 
1419
 
 
1420
        Removing unused result variable
 
1421
 
 
1422
2011-06-21  Ted Gould  <ted@gould.cx>
 
1423
 
 
1424
        0.2.90
 
1425
 
 
1426
2011-06-10  Ted Gould  <ted@gould.cx>
 
1427
 
 
1428
        GTK3 Support
 
1429
 
 
1430
2011-05-26  Michael Terry  <michael.terry@canonical.com>
 
1431
 
 
1432
        port to gtk3; allow building with gtk2
 
1433
 
 
1434
2011-05-31  Ted Gould  <ted@gould.cx>
 
1435
 
 
1436
        Adding in support for switching to the classic session
 
1437
 
 
1438
2011-05-12  Ted Gould  <ted@gould.cx>
 
1439
 
 
1440
        Eh, forgot the .in.in files
 
1441
 
 
1442
2011-05-12  Ted Gould  <ted@gould.cx>
 
1443
 
 
1444
        Making the desktop translatable
 
1445
 
 
1446
2011-05-12  Ted Gould  <ted@gould.cx>
 
1447
 
 
1448
        Disting the shell files
 
1449
 
 
1450
2011-05-12  Ted Gould  <ted@gould.cx>
 
1451
 
 
1452
        Building and installing the files
 
1453
 
 
1454
2011-05-12  Ted Gould  <ted@gould.cx>
 
1455
 
 
1456
        Connecting in the build system
 
1457
 
 
1458
2011-05-12  Ted Gould  <ted@gould.cx>
 
1459
 
 
1460
        Getting the base files in.
 
1461
 
 
1462
2011-04-14  Ted Gould  <ted@gould.cx>
 
1463
 
 
1464
        0.2.17
 
1465
 
 
1466
2011-04-14  Ted Gould  <ted@gould.cx>
 
1467
 
 
1468
        Don't crash, especially for something so small
 
1469
 
 
1470
2011-04-13  Ted Gould  <ted@gould.cx>
 
1471
 
 
1472
        Attaching bug
 
1473
 
 
1474
2011-04-13  Ted Gould  <ted@gould.cx>
 
1475
 
 
1476
        It sucks that the icon wouldn't change, but eh, not worth aborting over.
 
1477
 
 
1478
2011-04-07  Ted Gould  <ted@gould.cx>
 
1479
 
 
1480
        0.2.16
 
1481
 
 
1482
2011-04-05  Ted Gould  <ted@gould.cx>
 
1483
 
 
1484
        Only warn when not getting the proxy, so we don't bring Unity down
 
1485
 
 
1486
2011-04-04  Ted Gould  <ted@gould.cx>
 
1487
 
 
1488
        Removing a g_error so we don't bring the whole kit-and-kaboodle down.
 
1489
 
 
1490
2011-03-10  Ted Gould  <ted@gould.cx>
 
1491
 
 
1492
        0.2.15
 
1493
 
 
1494
2011-03-10  Ted Gould  <ted@gould.cx>
 
1495
 
 
1496
        Use the --no-lock parameter
 
1497
 
 
1498
2011-03-10  Ted Gould  <ted@gould.cx>
 
1499
 
 
1500
        Add the --no-lock option to activate the session.
 
1501
 
 
1502
2011-03-10  Ted Gould  <ted@gould.cx>
 
1503
 
 
1504
        Looking in a directory for extra launchers
 
1505
 
 
1506
2011-03-10  Ted Gould  <ted@gould.cx>
 
1507
 
 
1508
        Embed the function so it's not one separator ever, but once per run
 
1509
 
 
1510
2011-03-10  Ted Gould  <ted@gould.cx>
 
1511
 
 
1512
        Add some cleanup and some comments
 
1513
 
 
1514
2011-03-10  Ted Gould  <ted@gould.cx>
 
1515
 
 
1516
        Sort the launchers
 
1517
 
 
1518
2011-03-10  Ted Gould  <ted@gould.cx>
 
1519
 
 
1520
        Reducing the scope of some of our variables
 
1521
 
 
1522
2011-03-10  Ted Gould  <ted@gould.cx>
 
1523
 
 
1524
        Closing the directory after we're done with it
 
1525
 
 
1526
2011-03-10  Ted Gould  <ted@gould.cx>
 
1527
 
 
1528
        Putting the appinfo's into a list so that we can sort them
 
1529
 
 
1530
2011-03-10  Martin Pitt  <martin.pitt@ubuntu.com>
 
1531
 
 
1532
        Drop support for indicator-session-extra.desktop
 
1533
 
 
1534
2011-03-10  Martin Pitt  <martin.pitt@canonical.com>
 
1535
 
 
1536
        Add support for extra launcher dir
 
1537
        
 
1538
        Hardcoding a single extra launcher path is impractical for distributions, as
 
1539
        multiple packages would collide on the name and wouldn't give any extra
 
1540
        customization possibility for OEMs.
 
1541
        
 
1542
        Obsolete /usr/share/applications/indicator-session-extra.desktop and instead
 
1543
        read /usr/share/indicators/session/applications/*.desktop
 
1544
        
 
1545
        https://launchpad.net/bugs/727823
 
1546
 
 
1547
2011-02-17  Ted Gould  <ted@gould.cx>
 
1548
 
 
1549
        0.2.14
 
1550
 
 
1551
2011-02-17  Ted Gould  <ted@gould.cx>
 
1552
 
 
1553
        Adding an accessible description
 
1554
 
 
1555
2011-02-17  Ted Gould  <ted@gould.cx>
 
1556
 
 
1557
        Increasing the libindicator version
 
1558
 
 
1559
2011-02-14  Luke Yelavich  <luke.yelavich@canonical.com>
 
1560
 
 
1561
        Make the word session translatable
 
1562
 
 
1563
2011-02-14  Luke Yelavich  <luke.yelavich@canonical.com>
 
1564
 
 
1565
        Add accessible_desc support
 
1566
 
 
1567
2011-02-11  Ted Gould  <ted@gould.cx>
 
1568
 
 
1569
        0.2.13
 
1570
 
 
1571
2011-02-08  Ted Gould  <ted@gould.cx>
 
1572
 
 
1573
        Make message dialog internals un-selectable
 
1574
 
 
1575
2011-02-06  Matthew Rasmus  <tareth.ml@gmail.com>
 
1576
 
 
1577
        Fix for lp:597317
 
1578
 
 
1579
2011-01-28  Ted Gould  <ted@gould.cx>
 
1580
 
 
1581
        0.2.12
 
1582
 
 
1583
2011-01-28  Ted Gould  <ted@gould.cx>
 
1584
 
 
1585
        Fixing prototypes to match dbusmenu
 
1586
 
 
1587
2011-01-18  Ted Gould  <ted@gould.cx>
 
1588
 
 
1589
        Fixing log domain and dist
 
1590
 
 
1591
2011-01-17  Ted Gould  <ted@gould.cx>
 
1592
 
 
1593
        Adding in log domains for messages
 
1594
 
 
1595
2011-01-17  Ted Gould  <ted@gould.cx>
 
1596
 
 
1597
        Oops, up to trunk we go.
 
1598
 
 
1599
2011-01-17  Ted Gould  <ted@gould.cx>
 
1600
 
 
1601
        Removing the indicator-users service file as we don't build this anymore.
 
1602
 
 
1603
2011-01-17  Ted Gould  <ted@gould.cx>
 
1604
 
 
1605
        Changing service files
 
1606
 
 
1607
2010-09-21  Ted Gould  <ted@gould.cx>
 
1608
 
 
1609
        Generating Changelog and AUTHORS by make dist
 
1610
 
 
1611
2011-01-14  Ken VanDine  <ken.vandine@canonical.com>
 
1612
 
 
1613
        version bump, 0.2.11
 
1614
 
 
1615
2011-01-13  Ken VanDine  <ken.vandine@canonical.com>
 
1616
 
 
1617
        dbus interface rename, com.canonical
 
1618
 
 
1619
2011-01-13  Ken VanDine  <ken.vandine@canonical.com>
 
1620
 
 
1621
        Merged gdbus/dbusmenu 0.4 port from Michael Terry
 
1622
 
 
1623
2011-01-11  Michael Terry  <mike@mterry.name>
 
1624
 
 
1625
        and cancel the cancel object
 
1626
 
 
1627
2011-01-11  Michael Terry  <mike@mterry.name>
 
1628
 
 
1629
        also dispose of canel object
 
1630
 
 
1631
2011-01-11  Michael Terry  <mike@mterry.name>
 
1632
 
 
1633
        port to gdbus and dbusmenu 0.4
 
1634
 
 
1635
2010-09-03  Ted Gould  <ted@gould.cx>
 
1636
 
 
1637
        Don't look at an invalid message.
 
1638
 
 
1639
2010-09-01  Ted Gould  <ted@gould.cx>
 
1640
 
 
1641
        Removing the error messages as it's not always initialized properly.
 
1642
 
 
1643
2010-08-12  Ted Gould  <ted@gould.cx>
 
1644
 
 
1645
        0.2.10
 
1646
 
 
1647
2010-08-12  Ted Gould  <ted@gould.cx>
 
1648
 
 
1649
        Fixing the lock screen functionality to match the new design.
 
1650
 
 
1651
2010-08-06  Ted Gould  <ted@gould.cx>
 
1652
 
 
1653
        Linking to bug 599848
 
1654
 
 
1655
2010-08-06  Ted Gould  <ted@gould.cx>
 
1656
 
 
1657
        Add and accel group to the indicator for the shortcut
 
1658
 
 
1659
2010-08-06  Ted Gould  <ted@gould.cx>
 
1660
 
 
1661
        Putting the shortcut on the menuitem
 
1662
 
 
1663
2010-08-06  Ted Gould  <ted@gould.cx>
 
1664
 
 
1665
        Set up the listener for the keybinding
 
1666
 
 
1667
2010-08-06  Ted Gould  <ted@gould.cx>
 
1668
 
 
1669
        Getting keybinding defines
 
1670
 
 
1671
2010-08-06  Ted Gould  <ted@gould.cx>
 
1672
 
 
1673
        Making it so that lock_screen always locks the screen
 
1674
 
 
1675
2010-08-06  Ted Gould  <ted@gould.cx>
 
1676
 
 
1677
        Removing the ability to have the menu item say anything other than 'Lock Screen'
 
1678
 
 
1679
2010-08-12  Ted Gould  <ted@gould.cx>
 
1680
 
 
1681
        Fixing captialization of the completion string.
 
1682
 
 
1683
2010-08-02  Cody Russell  <crussell@canonical.com>
 
1684
 
 
1685
        Bump version.
 
1686
 
 
1687
2010-08-02  Cody Russell  <crussell@canonical.com>
 
1688
 
 
1689
        Ellipsize
 
1690
 
 
1691
2010-07-31  vish  <vish@ubuntu.com>
 
1692
 
 
1693
        Changing 'Restart Required' to 'Restart To Complete Update'
 
1694
 
 
1695
2010-04-09  Ted Gould  <ted@gould.cx>
 
1696
 
 
1697
        0.2.8
 
1698
 
 
1699
2010-04-07  Ted Gould  <ted@gould.cx>
 
1700
 
 
1701
        Make restart and shutdown configurable with GConf
 
1702
 
 
1703
2010-04-06  Ted Gould  <ted@gould.cx>
 
1704
 
 
1705
        Check to see if the shutdown and restart items should be shown on first run.
 
1706
 
 
1707
2010-04-06  Ted Gould  <ted@gould.cx>
 
1708
 
 
1709
        Changing prototype to not have the same info twice.
 
1710
 
 
1711
2010-04-06  Ted Gould  <ted@gould.cx>
 
1712
 
 
1713
        Filling out everything to check and update the shutdown/restart items
 
1714
 
 
1715
2010-04-06  Ted Gould  <ted@gould.cx>
 
1716
 
 
1717
        Adding the restart and shutdown keys and functions to check them.
 
1718
 
 
1719
2010-04-06  Ted Gould  <ted@gould.cx>
 
1720
 
 
1721
        Formatting
 
1722
 
 
1723
2010-04-06  Ted Gould  <ted@gould.cx>
 
1724
 
 
1725
        Adding configuration options for the restart menuitem and the shutdown one.
 
1726
 
 
1727
2010-04-06  Ted Gould  <ted@gould.cx>
 
1728
 
 
1729
        Not printing a message that is sometimes invalid.
 
1730
 
 
1731
2010-04-01  Ted Gould  <ted@gould.cx>
 
1732
 
 
1733
        Seems that the message isn't always valid
 
1734
 
 
1735
2010-04-06  Ted Gould  <ted@gould.cx>
 
1736
 
 
1737
        Passing the right object in the guest activate callback.
 
1738
 
 
1739
2010-04-06  Ted Gould  <ted@gould.cx>
 
1740
 
 
1741
        Attaching bug
 
1742
 
 
1743
2010-04-06  Ted Gould  <ted@gould.cx>
 
1744
 
 
1745
        Adding some protection.  We should always use protection.
 
1746
 
 
1747
2010-04-06  Ted Gould  <ted@gould.cx>
 
1748
 
 
1749
        Actually pass the service in the callback
 
1750
 
 
1751
2010-03-31  Ted Gould  <ted@gould.cx>
 
1752
 
 
1753
        Switching 'Sleep' to 'Suspend'
 
1754
 
 
1755
2010-03-25  Ted Gould  <ted@gould.cx>
 
1756
 
 
1757
        Changing the menu item to 'Suspend'
 
1758
 
 
1759
2010-03-29  Ted Gould  <ted@gould.cx>
 
1760
 
 
1761
        Use contexts correctly.
 
1762
 
 
1763
2010-03-29  Gabor Kelemen  <kelemeng@gnome.hu>
 
1764
 
 
1765
        Use contexts properly
 
1766
 
 
1767
2010-03-25  Ted Gould  <ted@gould.cx>
 
1768
 
 
1769
        0.2.7
 
1770
 
 
1771
2010-03-25  Ted Gould  <ted@gould.cx>
 
1772
 
 
1773
        Adding a switch for translations that don't have a useful 'Switch From'
 
1774
 
 
1775
2010-03-24  Ted Gould  <ted@gould.cx>
 
1776
 
 
1777
        Adding in a check to see if the translator would like to fallback to not using the username.
 
1778
 
 
1779
2010-03-24  Ted Gould  <ted@gould.cx>
 
1780
 
 
1781
        Properly scale avatars if they are too large.
 
1782
 
 
1783
2010-03-24  Ted Gould  <ted@gould.cx>
 
1784
 
 
1785
        Flipping things around a little bit so that if we get an error, we'll still build the default icon.
 
1786
 
 
1787
2010-03-24  Ted Gould  <ted@gould.cx>
 
1788
 
 
1789
        Scale the avatars to be ICON_SIZE_MENU
 
1790
 
 
1791
2010-03-24  Ted Gould  <ted@gould.cx>
 
1792
 
 
1793
        String fix for some not backed out.
 
1794
 
 
1795
2010-03-23  Ted Gould  <ted@gould.cx>
 
1796
 
 
1797
        Fixes bug 545578
 
1798
 
 
1799
2010-03-23  Ted Gould  <ted@gould.cx>
 
1800
 
 
1801
        Missed the 'Switch Off' texts in the dialog.
 
1802
 
 
1803
2010-03-18  Ted Gould  <ted@gould.cx>
 
1804
 
 
1805
        0.2.6
 
1806
 
 
1807
2010-03-18  Ted Gould  <ted@gould.cx>
 
1808
 
 
1809
        Reverting from 'Switch Off' to 'Shut Down'
 
1810
 
 
1811
2010-03-18  Ted Gould  <ted@gould.cx>
 
1812
 
 
1813
        Handle updating of sessions and mark the guest account when it has an open session.
 
1814
 
 
1815
2010-03-17  Ted Gould  <ted@gould.cx>
 
1816
 
 
1817
        Linking to 436030
 
1818
 
 
1819
2010-03-17  Ted Gould  <ted@gould.cx>
 
1820
 
 
1821
        Watch for the logged in property changing and hide or show the logged in widget depending on it.
 
1822
 
 
1823
2010-03-17  Ted Gould  <ted@gould.cx>
 
1824
 
 
1825
        Some debugging an checking to ensure the menu item is not NULL
 
1826
 
 
1827
2010-03-17  Ted Gould  <ted@gould.cx>
 
1828
 
 
1829
        Uhg, false sucks.
 
1830
 
 
1831
2010-03-17  Ted Gould  <ted@gould.cx>
 
1832
 
 
1833
        Using defines to make sure the strings are right.
 
1834
 
 
1835
2010-03-17  Ted Gould  <ted@gould.cx>
 
1836
 
 
1837
        Switching to getting locked proxies.  Just to have more error handling.
 
1838
 
 
1839
2010-03-17  Ted Gould  <ted@gould.cx>
 
1840
 
 
1841
        Switching to the generated dbus interface
 
1842
 
 
1843
2010-03-17  Ted Gould  <ted@gould.cx>
 
1844
 
 
1845
        Grabbing the session interface from consolekit
 
1846
 
 
1847
2010-03-16  Ted Gould  <ted@gould.cx>
 
1848
 
 
1849
        Switching to using sesson proxies for the session we want to look at instead of our session
 
1850
 
 
1851
2010-03-16  Ted Gould  <ted@gould.cx>
 
1852
 
 
1853
        Setting the logged in parameter on the guest item and tracking the session ID of the guest session.
 
1854
 
 
1855
2010-03-16  Ted Gould  <ted@gould.cx>
 
1856
 
 
1857
        Setting the guest item once it gets built.
 
1858
 
 
1859
2010-03-16  Ted Gould  <ted@gould.cx>
 
1860
 
 
1861
        Adding a guest_item for the guest menu item and a function to set it.
 
1862
 
 
1863
2010-03-16  Ted Gould  <ted@gould.cx>
 
1864
 
 
1865
        When a session is added or removed we need to change the state of that user item.
 
1866
 
 
1867
2010-03-16  Ted Gould  <ted@gould.cx>
 
1868
 
 
1869
        Setting the menuitem for the user.
 
1870
 
 
1871
2010-03-16  Ted Gould  <ted@gould.cx>
 
1872
 
 
1873
        Adding a menuitem property to the user data structure.
 
1874
 
 
1875
2010-03-16  Ted Gould  <ted@gould.cx>
 
1876
 
 
1877
        Switching both of these function to using the generated header file.
 
1878
 
 
1879
2010-03-16  Ted Gould  <ted@gould.cx>
 
1880
 
 
1881
        Building a proxy to the local display factory
 
1882
 
 
1883
2010-03-16  Ted Gould  <ted@gould.cx>
 
1884
 
 
1885
        Adding in the GDM local display DBus interface spec.
 
1886
 
 
1887
2010-03-16  Ted Gould  <ted@gould.cx>
 
1888
 
 
1889
        Adding a way to activate the guest session through GDM
 
1890
 
 
1891
2010-03-18  Ted Gould  <ted@gould.cx>
 
1892
 
 
1893
        Only lock screensaver if the screensaver is set to lock.
 
1894
 
 
1895
2010-03-16  Ted Gould  <ted@gould.cx>
 
1896
 
 
1897
        Make sure to call to activate teh screensaver if we can't lock it.  Oh, and that takes a reply.
 
1898
 
 
1899
2010-03-16  Ted Gould  <ted@gould.cx>
 
1900
 
 
1901
        Splitting out the params here.
 
1902
 
 
1903
2010-03-16  Ted Gould  <ted@gould.cx>
 
1904
 
 
1905
        Forgot to make this static.
 
1906
 
 
1907
2010-03-16  Ted Gould  <ted@gould.cx>
 
1908
 
 
1909
        Adding lock-helper.c in as it has translatable strings now.
 
1910
 
 
1911
2010-03-16  Ted Gould  <ted@gould.cx>
 
1912
 
 
1913
        Adding in the mechanism to actually do the callback and change the label.
 
1914
 
 
1915
2010-03-16  Ted Gould  <ted@gould.cx>
 
1916
 
 
1917
        Connecting in the update item.
 
1918
 
 
1919
2010-03-16  Ted Gould  <ted@gould.cx>
 
1920
 
 
1921
        Adding a function for updating the logout menuitem.
 
1922
 
 
1923
2010-03-16  Ted Gould  <ted@gould.cx>
 
1924
 
 
1925
        Instead of making the item disabled, change the text when we won't lock the screen.
 
1926
 
 
1927
2010-03-16  Ted Gould  <ted@gould.cx>
 
1928
 
 
1929
        Sync up to trunk.
 
1930
 
 
1931
2010-03-16  Ted Gould  <ted@gould.cx>
 
1932
 
 
1933
        Bad boolean
 
1934
 
 
1935
2010-03-16  Ted Gould  <ted@gould.cx>
 
1936
 
 
1937
        Add in the key for locking the screen and making that part of will_lock
 
1938
 
 
1939
2010-03-18  Ted Gould  <ted@gould.cx>
 
1940
 
 
1941
        Using an icon for users or a stock item if they don't have an icon.
 
1942
 
 
1943
2010-03-17  Ted Gould  <ted@gould.cx>
 
1944
 
 
1945
        Linking to 436028
 
1946
 
 
1947
2010-03-17  Ted Gould  <ted@gould.cx>
 
1948
 
 
1949
        Getting the horizontal padding for a nice spacing between widgets.
 
1950
 
 
1951
2010-03-17  Ted Gould  <ted@gould.cx>
 
1952
 
 
1953
        Handling the file URIs
 
1954
 
 
1955
2010-03-17  Ted Gould  <ted@gould.cx>
 
1956
 
 
1957
        Moving debug message
 
1958
 
 
1959
2010-03-17  Ted Gould  <ted@gould.cx>
 
1960
 
 
1961
        Check to ensure the file exists.
 
1962
 
 
1963
2010-03-17  Ted Gould  <ted@gould.cx>
 
1964
 
 
1965
        Nice debugging message.
 
1966
 
 
1967
2010-03-17  Ted Gould  <ted@gould.cx>
 
1968
 
 
1969
        Using proper icon.
 
1970
 
 
1971
2010-03-17  Ted Gould  <ted@gould.cx>
 
1972
 
 
1973
        Setting the user icon
 
1974
 
 
1975
2010-03-17  Ted Gould  <ted@gould.cx>
 
1976
 
 
1977
        Building an icon based on teh icon props
 
1978
 
 
1979
2010-03-17  Ted Gould  <ted@gould.cx>
 
1980
 
 
1981
        Some properties for putting icons on the user items.
 
1982
 
 
1983
2010-03-17  Ted Gould  <ted@gould.cx>
 
1984
 
 
1985
        Changing the case of 'Switch From'
 
1986
 
 
1987
2010-03-17  Ted Gould  <ted@gould.cx>
 
1988
 
 
1989
        Updating the PO files and removing the fuzzy on the case change.
 
1990
 
 
1991
2010-03-17  Ted Gould  <ted@gould.cx>
 
1992
 
 
1993
        Updating to Ubuntu translations
 
1994
 
 
1995
2010-03-17  Ted Gould  <ted@gould.cx>
 
1996
 
 
1997
        Fix capitalization of 'Switch From'
 
1998
 
 
1999
2010-03-17  Ted Gould  <ted@gould.cx>
 
2000
 
 
2001
        Merging in the Ubuntu translations gotten as a tarball from Launchpad
 
2002
 
 
2003
2010-03-17  Ted Gould  <ted@gould.cx>
 
2004
 
 
2005
        Adding in new languages.
 
2006
 
 
2007
2010-03-17  Ted Gould  <ted@gould.cx>
 
2008
 
 
2009
        Adding in the Ubuntu Translator's translations
 
2010
 
 
2011
2010-03-16  Ted Gould  <ted@gould.cx>
 
2012
 
 
2013
        Track whether we've setup GConf notification and unregister on update.
 
2014
 
 
2015
2010-03-16  Ted Gould  <ted@gould.cx>
 
2016
 
 
2017
        Tracking the notifications, so that we can unregister them with new menus.
 
2018
 
 
2019
2010-03-16  Ted Gould  <ted@gould.cx>
 
2020
 
 
2021
        When switching users try to lock the screen
 
2022
 
 
2023
2010-03-15  Ted Gould  <ted@gould.cx>
 
2024
 
 
2025
        Switching the debug message to be more correct.
 
2026
 
 
2027
2010-03-15  Ted Gould  <ted@gould.cx>
 
2028
 
 
2029
        Making a small little wrapper to check the lockdown key.
 
2030
 
 
2031
2010-03-15  Ted Gould  <ted@gould.cx>
 
2032
 
 
2033
        Grabbing the screensaver gconf key branch
 
2034
 
 
2035
2010-03-15  Ted Gould  <ted@gould.cx>
 
2036
 
 
2037
        Lock the screen in the various activate functions.
 
2038
 
 
2039
2010-03-16  Ted Gould  <ted@gould.cx>
 
2040
 
 
2041
        If policy kit disables the suspend and hibernate don't show them.
 
2042
 
 
2043
2010-03-15  Ted Gould  <ted@gould.cx>
 
2044
 
 
2045
        Checking the error to make sure we're getting back reasonable data or reporting the error.
 
2046
 
 
2047
2010-03-15  Ted Gould  <ted@gould.cx>
 
2048
 
 
2049
        Use the upower allowed interface to check to see if PK is blocking suspend and hibernate
 
2050
 
 
2051
2010-03-15  Ted Gould  <ted@gould.cx>
 
2052
 
 
2053
        Grabbing the upower definition file so that we can build a client for it.
 
2054
 
 
2055
2010-03-15  Ted Gould  <ted@gould.cx>
 
2056
 
 
2057
        Adding properties for allowing the suspend and hibernate
 
2058
 
 
2059
2010-03-15  Ted Gould  <ted@gould.cx>
 
2060
 
 
2061
        Grab the branch doing screensaver stuff.
 
2062
 
 
2063
2010-03-16  Ted Gould  <ted@gould.cx>
 
2064
 
 
2065
        Adding a GConf key for showing the logout item.
 
2066
 
 
2067
2010-03-15  Ted Gould  <ted@gould.cx>
 
2068
 
 
2069
        Add in checking whether the logout button is shown, and get it changing with the others.
 
2070
 
 
2071
2010-03-15  Ted Gould  <ted@gould.cx>
 
2072
 
 
2073
        Update to handle the new key for showing the logout menu item.
 
2074
 
 
2075
2010-03-15  Ted Gould  <ted@gould.cx>
 
2076
 
 
2077
        Adding in a new gconf key for showing the logout button.
 
2078
 
 
2079
2010-03-16  Ted Gould  <ted@gould.cx>
 
2080
 
 
2081
        Watching for the screensaver lockdown GConf key.
 
2082
 
 
2083
2010-03-15  Ted Gould  <ted@gould.cx>
 
2084
 
 
2085
        Switching the suspend/hibernate handling to a cached value.  And that way we can regen the menus without looking up the values.
 
2086
 
 
2087
2010-03-15  Ted Gould  <ted@gould.cx>
 
2088
 
 
2089
        Only setup signals if we're building the proxy for the first time.
 
2090
 
 
2091
2010-03-15  Ted Gould  <ted@gould.cx>
 
2092
 
 
2093
        Adding some comments to describe a long function.
 
2094
 
 
2095
2010-03-15  Ted Gould  <ted@gould.cx>
 
2096
 
 
2097
        Handling the locking of the screen in the rebuild function.
 
2098
 
 
2099
2010-03-15  Ted Gould  <ted@gould.cx>
 
2100
 
 
2101
        Removing the lock separator as we don't need it anymore.
 
2102
 
 
2103
2010-03-15  Ted Gould  <ted@gould.cx>
 
2104
 
 
2105
        Changing the lockdown key to do all the switching instead of just the switch user item.
 
2106
 
 
2107
2010-03-15  Ted Gould  <ted@gould.cx>
 
2108
 
 
2109
        Switching from hiding entries to just rebuilding the menus.
 
2110
 
 
2111
2010-03-15  Ted Gould  <ted@gould.cx>
 
2112
 
 
2113
        Switching around the GConf notification setup to do an entire directory.
 
2114
 
 
2115
2010-03-15  Ted Gould  <ted@gould.cx>
 
2116
 
 
2117
        Tracking the separator next to the lock item as well.
 
2118
 
 
2119
2010-03-15  Ted Gould  <ted@gould.cx>
 
2120
 
 
2121
        Embarassing 4 letter word to forget.  Guess the compiler would add it back anyway though.
 
2122
 
 
2123
2010-03-15  Ted Gould  <ted@gould.cx>
 
2124
 
 
2125
        Reacting to changes in the screensaver lockdown key.
 
2126
 
 
2127
2010-03-15  Ted Gould  <ted@gould.cx>
 
2128
 
 
2129
        Changing the define name to have room for more locdown keys
 
2130
 
 
2131
2010-03-15  Ted Gould  <ted@gould.cx>
 
2132
 
 
2133
        Updating to latest trunk
 
2134
 
 
2135
2010-03-15  Ted Gould  <ted@gould.cx>
 
2136
 
 
2137
        Switching the names of the restart icons.
 
2138
 
 
2139
2010-03-12  Ted Gould  <ted@gould.cx>
 
2140
 
 
2141
        Making sure that if we can't get the icon, we leave it alone.
 
2142
 
 
2143
2010-03-12  Ted Gould  <ted@gould.cx>
 
2144
 
 
2145
        Switching to building with GIcon so that we don't have to add an icon, we can use fallbacks.
 
2146
 
 
2147
2010-03-12  Ted Gould  <ted@gould.cx>
 
2148
 
 
2149
        Restart icon name.
 
2150
 
 
2151
2010-03-12  Ted Gould  <ted@gould.cx>
 
2152
 
 
2153
        Merging in the panel restart icon branch
 
2154
 
 
2155
2010-03-12  Ted Gould  <ted@gould.cx>
 
2156
 
 
2157
        Changing the emblem to system-restart-panel
 
2158
 
 
2159
2010-03-15  Ted Gould  <ted@gould.cx>
 
2160
 
 
2161
        Allowing for a desktop file to be tacted on the end of the session menu.
 
2162
 
 
2163
2010-03-12  Ted Gould  <ted@gould.cx>
 
2164
 
 
2165
        Looking for a desktop file, and if it exists, putting it as a final menu item.
 
2166
 
 
2167
2010-03-12  Ted Gould  <ted@gould.cx>
 
2168
 
 
2169
        Adding in gio-unix for desktop file reading
 
2170
 
 
2171
2010-03-12  Ted Gould  <ted@gould.cx>
 
2172
 
 
2173
        Use the libindicator image helper to get fallbacks and nicer icons.
 
2174
 
 
2175
2010-03-12  Ted Gould  <ted@gould.cx>
 
2176
 
 
2177
        Using the libindicator helpers so we get things like fallbacks!  \o/
 
2178
 
 
2179
2010-03-12  Ted Gould  <ted@gould.cx>
 
2180
 
 
2181
        Upping libindicator dep to 0.3.5
 
2182
 
 
2183
2010-03-12  Ted Gould  <ted@gould.cx>
 
2184
 
 
2185
        The icon changed enough, we need to have the restart icon stuff.
 
2186
 
 
2187
2010-03-12  Ted Gould  <ted@gould.cx>
 
2188
 
 
2189
        Make it so the panel icon can switch between two values based on whether the user needs to restart
 
2190
 
 
2191
2010-03-12  Ted Gould  <ted@gould.cx>
 
2192
 
 
2193
        Merging to trunk to remove merge conflicts.
 
2194
 
 
2195
2010-03-12  Ted Gould  <ted@gould.cx>
 
2196
 
 
2197
        Keeping the names the same for now, until we have artwork.
 
2198
 
 
2199
2010-03-12  Ted Gould  <ted@gould.cx>
 
2200
 
 
2201
        Copyright headers
 
2202
 
 
2203
2010-03-12  Ted Gould  <ted@gould.cx>
 
2204
 
 
2205
        Making our service come up a little earlier
 
2206
 
 
2207
2010-03-12  Ted Gould  <ted@gould.cx>
 
2208
 
 
2209
        Protecting from a NULL object
 
2210
 
 
2211
2010-03-12  Ted Gould  <ted@gould.cx>
 
2212
 
 
2213
        Setting the icon when the restart is touched.
 
2214
 
 
2215
2010-03-12  Ted Gould  <ted@gould.cx>
 
2216
 
 
2217
        Moving the icon names into the shared header files
 
2218
 
 
2219
2010-03-12  Ted Gould  <ted@gould.cx>
 
2220
 
 
2221
        Getting the icon, but only when we're connected.
 
2222
 
 
2223
2010-03-12  Ted Gould  <ted@gould.cx>
 
2224
 
 
2225
        Setting the icon to something sensable
 
2226
 
 
2227
2010-03-12  Ted Gould  <ted@gould.cx>
 
2228
 
 
2229
        Icon name changing signal for updating the image.
 
2230
 
 
2231
2010-03-12  Ted Gould  <ted@gould.cx>
 
2232
 
 
2233
        Building us a proxy!  Now we are dangerous.
 
2234
 
 
2235
2010-03-12  Ted Gould  <ted@gould.cx>
 
2236
 
 
2237
        Add shared names for the dbus interfaces.
 
2238
 
 
2239
2010-03-12  Ted Gould  <ted@gould.cx>
 
2240
 
 
2241
        Creating our little dbus-object.
 
2242
 
 
2243
2010-03-12  Ted Gould  <ted@gould.cx>
 
2244
 
 
2245
        Build us a signal
 
2246
 
 
2247
2010-03-12  Ted Gould  <ted@gould.cx>
 
2248
 
 
2249
        providing a set_name function
 
2250
 
 
2251
2010-03-12  Ted Gould  <ted@gould.cx>
 
2252
 
 
2253
        Setting up the object and giving it a name.
 
2254
 
 
2255
2010-03-12  Ted Gould  <ted@gould.cx>
 
2256
 
 
2257
        Connecting and registering the dbus object.
 
2258
 
 
2259
2010-03-12  Ted Gould  <ted@gould.cx>
 
2260
 
 
2261
        Setting up session dbus interface client server stuff.
 
2262
 
 
2263
2010-03-12  Ted Gould  <ted@gould.cx>
 
2264
 
 
2265
        Adding in base objects
 
2266
 
 
2267
2010-03-12  Ted Gould  <ted@gould.cx>
 
2268
 
 
2269
        Simple starter object for making the dbus interface.
 
2270
 
 
2271
2010-03-12  Ted Gould  <ted@gould.cx>
 
2272
 
 
2273
        Use the library i18n libs to use the right translation domain.
 
2274
 
 
2275
2010-03-12  Ted Gould  <ted@gould.cx>
 
2276
 
 
2277
        Setting up the indicator to use library translations so they'll be grabbed from the right domain.
 
2278
 
 
2279
2010-03-12  Ted Gould  <ted@gould.cx>
 
2280
 
 
2281
        Putting the restart icon in the gutter by using a GtkImageMenuItem
 
2282
 
 
2283
2010-03-12  Ted Gould  <ted@gould.cx>
 
2284
 
 
2285
        Changing the service to use the new menu item
 
2286
 
 
2287
2010-03-12  Ted Gould  <ted@gould.cx>
 
2288
 
 
2289
        Adding in a handler and renderer for the restart required item
 
2290
 
 
2291
2010-03-11  Ted Gould  <ted@gould.cx>
 
2292
 
 
2293
        A bunch of properties to make our new menu item type.
 
2294
 
 
2295
2010-03-10  Ted Gould  <ted@gould.cx>
 
2296
 
 
2297
        Translation updates from OEM
 
2298
 
 
2299
2010-03-10  Kyle Nitzsche  <kyle.nitzsche@canonical.com>
 
2300
 
 
2301
        add LINGUAS with 31 languages and corresponding 31 po files, which adds 14 strings (10 fuzzy, 8 untransalted)
 
2302
 
 
2303
2010-03-10  Ted Gould  <ted@gould.cx>
 
2304
 
 
2305
        Match the prototyp of the signal correctly.
 
2306
 
 
2307
2010-03-10  Cody Russell  <crussell@canonical.com>
 
2308
 
 
2309
        Use gint64, not UserData*, for the callback to user-added signal.
 
2310
 
 
2311
2010-03-04  Ted Gould  <ted@gould.cx>
 
2312
 
 
2313
        0.2.5
 
2314
 
 
2315
2010-03-04  Ted Gould  <ted@gould.cx>
 
2316
 
 
2317
        Setting the icon and changing the text on the restart menu if one is required by update.
 
2318
 
 
2319
2010-03-03  Ted Gould  <ted@gould.cx>
 
2320
 
 
2321
        Some function comments.
 
2322
 
 
2323
2010-03-03  Ted Gould  <ted@gould.cx>
 
2324
 
 
2325
        Adds a file watcher to see if we should change the menuitem to warn that a restart is recommended.
 
2326
 
 
2327
2010-03-04  Ted Gould  <ted@gould.cx>
 
2328
 
 
2329
        Updating to new logout dialogs.
 
2330
 
 
2331
2010-03-03  Ted Gould  <ted@gould.cx>
 
2332
 
 
2333
        LGPL not needed with dropping the logout-dialog.c file.
 
2334
 
 
2335
2010-03-03  Ted Gould  <ted@gould.cx>
 
2336
 
 
2337
        Sync to trunk
 
2338
 
 
2339
2010-03-03  Ted Gould  <ted@gould.cx>
 
2340
 
 
2341
        Copyright headers
 
2342
 
 
2343
2010-03-03  Ted Gould  <ted@gould.cx>
 
2344
 
 
2345
        Slightly longer string for better wrapping.
 
2346
 
 
2347
2010-03-03  Ted Gould  <ted@gould.cx>
 
2348
 
 
2349
        Setting the default button.
 
2350
 
 
2351
2010-03-03  Ted Gould  <ted@gould.cx>
 
2352
 
 
2353
        String fixes and a comment.
 
2354
 
 
2355
2010-03-03  Ted Gould  <ted@gould.cx>
 
2356
 
 
2357
        Checking to see if we need updates and allowing that on logout dialogs.
 
2358
 
 
2359
2010-03-03  Ted Gould  <ted@gould.cx>
 
2360
 
 
2361
        Adding in different button strings if we need authentication.
 
2362
 
 
2363
2010-03-03  Ted Gould  <ted@gould.cx>
 
2364
 
 
2365
        Filling in the code to check and see if we can restart or stop.
 
2366
 
 
2367
2010-03-03  Ted Gould  <ted@gould.cx>
 
2368
 
 
2369
        Flattening the build tree.
 
2370
 
 
2371
2010-03-03  Ted Gould  <ted@gould.cx>
 
2372
 
 
2373
        Updating merge to new enums.
 
2374
 
 
2375
2010-03-03  Ted Gould  <ted@gould.cx>
 
2376
 
 
2377
        Merging in the consolekit branch to get the interface file.
 
2378
 
 
2379
2010-03-03  Ted Gould  <ted@gould.cx>
 
2380
 
 
2381
        Skeleton for checking the different states.
 
2382
 
 
2383
2010-03-03  Ted Gould  <ted@gould.cx>
 
2384
 
 
2385
        Removing the old ck-pk helpers.
 
2386
 
 
2387
2010-03-03  Ted Gould  <ted@gould.cx>
 
2388
 
 
2389
        Flipping button order
 
2390
 
 
2391
2010-03-03  Ted Gould  <ted@gould.cx>
 
2392
 
 
2393
        Putting the image in and cleaning up the props
 
2394
 
 
2395
2010-03-03  Ted Gould  <ted@gould.cx>
 
2396
 
 
2397
        Provide the basis for the window
 
2398
 
 
2399
2010-03-03  Ted Gould  <ted@gould.cx>
 
2400
 
 
2401
        Switching translatable file.
 
2402
 
 
2403
2010-03-03  Ted Gould  <ted@gould.cx>
 
2404
 
 
2405
        Adding in all the strings.
 
2406
 
 
2407
2010-02-24  Ted Gould  <ted@gould.cx>
 
2408
 
 
2409
        Changing to new enums and function prototypes.
 
2410
 
 
2411
2010-02-24  Ted Gould  <ted@gould.cx>
 
2412
 
 
2413
        Adding some types of dialog and a new function.
 
2414
 
 
2415
2010-02-23  Ted Gould  <ted@gould.cx>
 
2416
 
 
2417
        Place holder new object
 
2418
 
 
2419
2010-02-23  Ted Gould  <ted@gould.cx>
 
2420
 
 
2421
        Removing the old logout dialog.  It's been through too much, better to start over.
 
2422
 
 
2423
2010-03-03  Ted Gould  <ted@gould.cx>
 
2424
 
 
2425
        Changing strings to match distro wide sleep and switch off.
 
2426
 
 
2427
2010-03-03  Ted Gould  <ted@gould.cx>
 
2428
 
 
2429
        Suspends to sleep
 
2430
 
 
2431
2010-03-03  Ted Gould  <ted@gould.cx>
 
2432
 
 
2433
        Changing shutdowns to switch offs
 
2434
 
 
2435
2010-03-03  Ted Gould  <ted@gould.cx>
 
2436
 
 
2437
        Removing the current user from the list.
 
2438
 
 
2439
2010-03-02  Ted Gould  <ted@gould.cx>
 
2440
 
 
2441
        Switching things around a little bit.  Making sure we always go through the list to search for the guest account to see if it's logged in.  But, still not making menu entries.
 
2442
 
 
2443
2010-03-02  Ted Gould  <ted@gould.cx>
 
2444
 
 
2445
        Restructuring callbacks to not need the count variable.
 
2446
 
 
2447
2010-03-02  Ted Gould  <ted@gould.cx>
 
2448
 
 
2449
        Making it so that count is not a global and just calculated from the list.
 
2450
 
 
2451
2010-03-02  Ted Gould  <ted@gould.cx>
 
2452
 
 
2453
        Making it so that users is not a global and just grabbed everytime and used.
 
2454
 
 
2455
2010-03-02  Ted Gould  <ted@gould.cx>
 
2456
 
 
2457
        Check the UID to see if it's me
 
2458
 
 
2459
2010-03-03  Ted Gould  <ted@gould.cx>
 
2460
 
 
2461
        Sorting based on real names and conflict naming.
 
2462
 
 
2463
2010-03-02  Ted Gould  <ted@gould.cx>
 
2464
 
 
2465
        If we ARE a conflicted name then we need to fallback into displaying the user name.
 
2466
 
 
2467
2010-03-02  Ted Gould  <ted@gould.cx>
 
2468
 
 
2469
        Creating a field for the user that has the real name in it, and a place for that to conflict.
 
2470
 
 
2471
2010-03-02  Ted Gould  <ted@gould.cx>
 
2472
 
 
2473
        Sort by real name
 
2474
 
 
2475
2010-03-02  Ted Gould  <ted@gould.cx>
 
2476
 
 
2477
        Removing errors on getting sessions from CK and some other cleanups.
 
2478
 
 
2479
2010-03-01  Ted Gould  <ted@gould.cx>
 
2480
 
 
2481
        Switching to using the dbus client code.
 
2482
 
 
2483
2010-03-01  Ted Gould  <ted@gould.cx>
 
2484
 
 
2485
        Stealing the consolekit manager interface out of consolekit
 
2486
 
 
2487
2010-03-02  Ted Gould  <ted@gould.cx>
 
2488
 
 
2489
        Unreffing an allocated layout.
 
2490
 
 
2491
2010-03-01  Ted Gould  <ted@gould.cx>
 
2492
 
 
2493
        Unreffing the layout that we allocated
 
2494
 
 
2495
2010-02-25  Ted Gould  <ted@gould.cx>
 
2496
 
 
2497
        Stop forcing the decorations on.
 
2498
 
 
2499
2010-02-25  Cody Russell  <crussell@canonical.com>
 
2500
 
 
2501
        Don't set the gdk decorations.
 
2502
 
 
2503
2010-02-25  Ted Gould  <ted@gould.cx>
 
2504
 
 
2505
        Fixing ConsoleKit fallback to wait on responses.
 
2506
 
 
2507
2010-02-25  Ted Gould  <ted@gould.cx>
 
2508
 
 
2509
        can't really use async as we dont' have a mainloop here
 
2510
 
 
2511
2010-02-25  Ted Gould  <ted@gould.cx>
 
2512
 
 
2513
        Switching to getting a reply
 
2514
 
 
2515
2010-02-25  Ted Gould  <ted@gould.cx>
 
2516
 
 
2517
        0.2.4
 
2518
 
 
2519
2010-02-25  Ted Gould  <ted@gould.cx>
 
2520
 
 
2521
        Falling back to ConsoleKit when we can't talk to Gnome Session
 
2522
 
 
2523
2010-02-24  Ted Gould  <ted@gould.cx>
 
2524
 
 
2525
        Adding in shutdown and restart
 
2526
 
 
2527
2010-02-24  Ted Gould  <ted@gould.cx>
 
2528
 
 
2529
        Adding a fallback for now gnome-session detected.
 
2530
 
 
2531
2010-02-25  Ted Gould  <ted@gould.cx>
 
2532
 
 
2533
        Name changes for upower
 
2534
 
 
2535
2010-02-23  Ted Gould  <ted@gould.cx>
 
2536
 
 
2537
        Changed names to patch current upower
 
2538
 
 
2539
2010-02-19  Ted Gould  <ted@gould.cx>
 
2540
 
 
2541
        Fixing when we can't connect to GDM
 
2542
 
 
2543
2010-02-19  David Barth  <david.barth@canonical.com>
 
2544
 
 
2545
        prevent crash in g_error when gdm is not running
 
2546
 
 
2547
2010-02-18  Ted Gould  <ted@gould.cx>
 
2548
 
 
2549
        0.2.3
 
2550
 
 
2551
2010-02-18  Ted Gould  <ted@gould.cx>
 
2552
 
 
2553
        adding prototype for new user item
 
2554
 
 
2555
2010-02-18  Ted Gould  <ted@gould.cx>
 
2556
 
 
2557
        Adding in user items
 
2558
 
 
2559
2010-02-17  Ted Gould  <ted@gould.cx>
 
2560
 
 
2561
        Switching users over to user items
 
2562
 
 
2563
2010-02-17  Ted Gould  <ted@gould.cx>
 
2564
 
 
2565
        Switching the guest over to a user item.
 
2566
 
 
2567
2010-02-17  Ted Gould  <ted@gould.cx>
 
2568
 
 
2569
        Fleshing out the building of the user item
 
2570
 
 
2571
2010-02-17  Ted Gould  <ted@gould.cx>
 
2572
 
 
2573
        Registering a handler for our new type
 
2574
 
 
2575
2010-02-17  Ted Gould  <ted@gould.cx>
 
2576
 
 
2577
        Adding in some defines for our new menu type.
 
2578
 
 
2579
2010-02-17  Ted Gould  <ted@gould.cx>
 
2580
 
 
2581
        Building the make files
 
2582
 
 
2583
2010-02-17  Ted Gould  <ted@gould.cx>
 
2584
 
 
2585
        Adding a status directory and icons for accounts that are logged in
 
2586
 
 
2587
2010-02-18  Ted Gould  <ted@gould.cx>
 
2588
 
 
2589
        Switching label to be 'switch from'
 
2590
 
 
2591
2010-02-11  Ted Gould  <ted@gould.cx>
 
2592
 
 
2593
        Removing comment.
 
2594
 
 
2595
2010-02-11  Ted Gould  <ted@gould.cx>
 
2596
 
 
2597
        Adding in the ability to monitor style changes and re-evaluate.
 
2598
 
 
2599
2010-02-11  Ted Gould  <ted@gould.cx>
 
2600
 
 
2601
        Fixing a value
 
2602
 
 
2603
2010-02-11  Ted Gould  <ted@gould.cx>
 
2604
 
 
2605
        Calculating font size with PANGO_SCALE getting involved
 
2606
 
 
2607
2010-02-11  Ted Gould  <ted@gould.cx>
 
2608
 
 
2609
        Switching to using Pango to get the width
 
2610
 
 
2611
2010-02-11  Ted Gould  <ted@gould.cx>
 
2612
 
 
2613
        Make sure to realize the offscreen window
 
2614
 
 
2615
2010-02-11  Ted Gould  <ted@gould.cx>
 
2616
 
 
2617
        Get returns in better shape
 
2618
 
 
2619
2010-02-11  Ted Gould  <ted@gould.cx>
 
2620
 
 
2621
        Switching the menu item that we're creating.
 
2622
 
 
2623
2010-02-11  Ted Gould  <ted@gould.cx>
 
2624
 
 
2625
        Fleshing out the menu_switch function with a function that looks at the length of the label and sees if we need to ellipsize it or not.
 
2626
 
 
2627
2010-02-11  Ted Gould  <ted@gould.cx>
 
2628
 
 
2629
        Setting up the type handler
 
2630
 
 
2631
2010-02-11  Ted Gould  <ted@gould.cx>
 
2632
 
 
2633
        Building shared names for dbusmenu objects.
 
2634
 
 
2635
2010-02-11  Ted Gould  <ted@gould.cx>
 
2636
 
 
2637
        Woot, a dbusmenu, much better.
 
2638
 
 
2639
2010-02-11  Ted Gould  <ted@gould.cx>
 
2640
 
 
2641
        Refactoring so the menu is created in init.
 
2642
 
 
2643
2010-02-08  Ted Gould  <ted@gould.cx>
 
2644
 
 
2645
        First pass, get the string.
 
2646
 
 
2647
2010-02-17  Ted Gould  <ted@gould.cx>
 
2648
 
 
2649
        Switching from DevKit Power to upower
 
2650
 
 
2651
2010-02-17  Martin Pitt  <martin.pitt@canonical.com>
 
2652
 
 
2653
        Port from DeviceKit-power to upower
 
2654
 
 
2655
2010-02-17  Ted Gould  <ted@gould.cx>
 
2656
 
 
2657
        Fix the order of items to the new design spec
 
2658
 
 
2659
2010-02-16  David Barth  <david.barth@canonical.com>
 
2660
 
 
2661
        add forgotten separator and re-order the user switch entry according to the spec
 
2662
 
 
2663
2010-02-11  Ken VanDine  <ken.vandine@canonical.com>
 
2664
 
 
2665
        included autogen.sh in EXTRA_DIST to make packagers happy
 
2666
 
 
2667
2010-02-11  Ted Gould  <ted@gould.cx>
 
2668
 
 
2669
        0.2.2
 
2670
 
 
2671
2010-02-09  Ted Gould  <ted@gould.cx>
 
2672
 
 
2673
        Enabling and fixing user switching.
 
2674
 
 
2675
2010-02-09  Cody Russell  <crussell@canonical.com>
 
2676
 
 
2677
        The reincarnation of user switching
 
2678
 
 
2679
2010-02-08  Ted Gould  <ted@gould.cx>
 
2680
 
 
2681
        Removing GPM proxy as we're not using the setting.
 
2682
 
 
2683
2010-02-08  Ted Gould  <ted@gould.cx>
 
2684
 
 
2685
        Removing the callback into the lock helper for GDM autologin settings change.
 
2686
 
 
2687
2010-02-08  Ted Gould  <ted@gould.cx>
 
2688
 
 
2689
        Removing the gdm proxy creation and usage.
 
2690
 
 
2691
2010-02-08  Ted Gould  <ted@gould.cx>
 
2692
 
 
2693
        Kill screensaver autobuild proxy
 
2694
 
 
2695
2010-02-08  Ted Gould  <ted@gould.cx>
 
2696
 
 
2697
        Only get the screensaver proxy when needed.
 
2698
 
 
2699
2010-02-08  Ted Gould  <ted@gould.cx>
 
2700
 
 
2701
        Only building the proxy when we try to do something with the proxy.
 
2702
 
 
2703
2010-02-08  Ted Gould  <ted@gould.cx>
 
2704
 
 
2705
        Checking the lockdown key for user switching.
 
2706
 
 
2707
2010-02-08  Cody Russell  <crussell@canonical.com>
 
2708
 
 
2709
        Remove unnecessary cast
 
2710
 
 
2711
2010-02-08  Cody Russell  <crussell@canonical.com>
 
2712
 
 
2713
        Fixes
 
2714
 
 
2715
2010-02-08  Cody Russell  <crussell@canonical.com>
 
2716
 
 
2717
        Check switch_menuitem for NULL first
 
2718
 
 
2719
2010-02-08  Cody Russell  <crussell@canonical.com>
 
2720
 
 
2721
        Fix a typo
 
2722
 
 
2723
2010-02-08  Cody Russell  <crussell@canonical.com>
 
2724
 
 
2725
        Lockdown
 
2726
 
 
2727
2010-02-04  Ted Gould  <ted@gould.cx>
 
2728
 
 
2729
        0.2.1
 
2730
 
 
2731
2010-02-04  Ted Gould  <ted@gould.cx>
 
2732
 
 
2733
        Making the proxy track GNOME Screensaver
 
2734
 
 
2735
2010-02-04  Marc Deslauriers  <marc.deslauriers@canonical.com>
 
2736
 
 
2737
        - src/lock-helper.c: use dbus_g_proxy_new_for_name so when
 
2738
        gnome-screensaver gets respawned by D-Bus, indicator-session will
 
2739
        still be able to communicate with it. (LP: #484603)
 
2740
 
 
2741
2010-02-04  Ted Gould  <ted@gould.cx>
 
2742
 
 
2743
        Updating to new dbusmenu interfaces.
 
2744
 
 
2745
2010-02-02  Ted Gould  <ted@gould.cx>
 
2746
 
 
2747
        Changing more prototypes to match the new activate signal.
 
2748
 
 
2749
2010-02-02  Ted Gould  <ted@gould.cx>
 
2750
 
 
2751
        Changing the lock_screen function to match the new activate prototype.
 
2752
 
 
2753
2010-01-08  Ted Gould  <ted@gould.cx>
 
2754
 
 
2755
        0.2.0
 
2756
 
 
2757
2010-01-05  Ted Gould  <ted@gould.cx>
 
2758
 
 
2759
        Clean up POTFILES.in
 
2760
 
 
2761
2010-01-05  Ted Gould  <ted@gould.cx>
 
2762
 
 
2763
        Forgot to include user-service-dbus.h in the dist
 
2764
 
 
2765
2010-01-05  Ted Gould  <ted@gould.cx>
 
2766
 
 
2767
        Removing the status bits and pieces (they're now in indicator-me) and merging users and session so that we only have one service and one menu.  Nice and simple.
 
2768
 
 
2769
2010-01-04  Ted Gould  <ted@gould.cx>
 
2770
 
 
2771
        Adding in a separator
 
2772
 
 
2773
2010-01-04  Ted Gould  <ted@gould.cx>
 
2774
 
 
2775
        Cleaning out user-service.c
 
2776
 
 
2777
2010-01-04  Ted Gould  <ted@gould.cx>
 
2778
 
 
2779
        First pass at merging user-service in.
 
2780
 
 
2781
2010-01-04  Ted Gould  <ted@gould.cx>
 
2782
 
 
2783
        Switching the session service to using a IndicatorService object.
 
2784
 
 
2785
2010-01-04  Ted Gould  <ted@gould.cx>
 
2786
 
 
2787
        Trying to clean these two up for getting ready to merge.
 
2788
 
 
2789
2010-01-04  Ted Gould  <ted@gould.cx>
 
2790
 
 
2791
        Killing the user service
 
2792
 
 
2793
2009-12-24  Ted Gould  <ted@gould.cx>
 
2794
 
 
2795
        Simplifying the indicator so that it just gets a menu.  That's it! 
 
2796
 
 
2797
2009-12-24  Ted Gould  <ted@gould.cx>
 
2798
 
 
2799
        Removing more of the icons.
 
2800
 
 
2801
2009-12-24  Ted Gould  <ted@gould.cx>
 
2802
 
 
2803
        Removing status icons.
 
2804
 
 
2805
2009-12-24  Ted Gould  <ted@gould.cx>
 
2806
 
 
2807
        Dropping the status service file.
 
2808
 
 
2809
2009-12-24  Ted Gould  <ted@gould.cx>
 
2810
 
 
2811
        Brutal status rip out.
 
2812
 
 
2813
2009-12-22  Ted Gould  <ted@gould.cx>
 
2814
 
 
2815
        Merging in changes needed for the new libdbusmenu.
 
2816
 
 
2817
2009-12-18  Ted Gould  <ted@gould.cx>
 
2818
 
 
2819
        Settin' some bools
 
2820
 
 
2821
2009-12-18  Ted Gould  <ted@gould.cx>
 
2822
 
 
2823
        Setting booleans and values oh my! 
 
2824
 
 
2825
2009-12-18  Ted Gould  <ted@gould.cx>
 
2826
 
 
2827
        Setting the values with booleans and remove setting the type
 
2828
 
 
2829
2009-12-18  Ted Gould  <ted@gould.cx>
 
2830
 
 
2831
        Need a newer dbusmenu
 
2832
 
 
2833
2009-12-08  Ted Gould  <ted@gould.cx>
 
2834
 
 
2835
        Update to use libtelepathy instead of libempathy
 
2836
 
 
2837
2009-12-08  Ken VanDine  <ken.vandine@canonical.com>
 
2838
 
 
2839
        Added missing files to EXTRA_DIST
 
2840
 
 
2841
2009-12-08  Ken VanDine  <ken.vandine@canonical.com>
 
2842
 
 
2843
        Ported from libempathy to telepathy-glib
 
2844
 
 
2845
2009-11-05  Ted Gould  <ted@canonical.com>
 
2846
 
 
2847
        Updating to libindicator 0.3.0 API.
 
2848
 
 
2849
2009-11-04  Ted Gould  <ted@canonical.com>
 
2850
 
 
2851
        Porting over to the 0.3.0 API
 
2852
 
 
2853
2009-11-04  Ted Gould  <ted@canonical.com>
 
2854
 
 
2855
        Upping to libindicator 0.3.0
 
2856
 
 
2857
2009-10-10  Ted Gould  <ted@canonical.com>
 
2858
 
 
2859
        Listening for MC5 coming on and off the bus as EmpathyAccountManager was doing that for us before.
 
2860
 
 
2861
2009-10-08  Ted Gould  <ted@canonical.com>
 
2862
 
 
2863
        Checking to see if there is an MC5 there when we start.
 
2864
 
 
2865
2009-10-08  Ted Gould  <ted@canonical.com>
 
2866
 
 
2867
        Signaling a state change when disconnecting.
 
2868
 
 
2869
2009-10-08  Ted Gould  <ted@canonical.com>
 
2870
 
 
2871
        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.
 
2872
 
 
2873
2009-10-08  Ted Gould  <ted@canonical.com>
 
2874
 
 
2875
        Debug message
 
2876
 
 
2877
2009-10-08  Ted Gould  <ted@canonical.com>
 
2878
 
 
2879
        Checking the name we're getting and the name we're loosing.
 
2880
 
 
2881
2009-10-08  Ted Gould  <ted@canonical.com>
 
2882
 
 
2883
        Adding a dbus proxy and setting up a signal handler for the namechange event which will start or stop the empathy account manager.
 
2884
 
 
2885
2009-10-08  Ted Gould  <ted@canonical.com>
 
2886
 
 
2887
        Moving the building of the EmpathyAccountManager to it's own function.
 
2888
 
 
2889
2009-10-08  Ted Gould  <ted@canonical.com>
 
2890
 
 
2891
        0.1.7
 
2892
 
 
2893
2009-10-08  Ted Gould  <ted@canonical.com>
 
2894
 
 
2895
        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.
 
2896
 
 
2897
2009-10-06  Ted Gould  <ted@canonical.com>
 
2898
 
 
2899
        Changing icon name again.  This is probably better WRT the icon naming spec.
 
2900
 
 
2901
2009-10-06  Ted Gould  <ted@canonical.com>
 
2902
 
 
2903
        Changing the icon name in the code.
 
2904
 
 
2905
2009-10-06  Ted Gould  <ted@canonical.com>
 
2906
 
 
2907
        Adding a new icon 'indicator-system-shutdown'
 
2908
 
 
2909
2009-10-06  Ted Gould  <ted@canonical.com>
 
2910
 
 
2911
        Making it so that the manager only gets created if the status is set.
 
2912
 
 
2913
2009-10-06  Ted Gould  <ted@canonical.com>
 
2914
 
 
2915
        Setting the default icon as well.
 
2916
 
 
2917
2009-10-06  Ted Gould  <ted@canonical.com>
 
2918
 
 
2919
        Use the shutdown icon in the disconnected state.
 
2920
 
 
2921
2009-10-08  Ted Gould  <ted@canonical.com>
 
2922
 
 
2923
        Better ignore
 
2924
 
 
2925
2009-10-07  Ted Gould  <ted@canonical.com>
 
2926
 
 
2927
        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.
 
2928
 
 
2929
2009-10-07  Ted Gould  <ted@canonical.com>
 
2930
 
 
2931
        Attaching Bug
 
2932
 
 
2933
2009-10-07  Ted Gould  <ted@canonical.com>
 
2934
 
 
2935
        Oops, forgot to say who we were.
 
2936
 
 
2937
2009-10-07  Ted Gould  <ted@canonical.com>
 
2938
 
 
2939
        Switching the sleep action to have a response so we can make sure to unthrottle the screensaver.
 
2940
 
 
2941
2009-10-07  Ted Gould  <ted@canonical.com>
 
2942
 
 
2943
        Adding throttle and unthrottle functions
 
2944
 
 
2945
2009-10-07  Ted Gould  <ted@canonical.com>
 
2946
 
 
2947
        Copyright headers
 
2948
 
 
2949
2009-10-07  Ted Gould  <ted@canonical.com>
 
2950
 
 
2951
        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.
 
2952
 
 
2953
2009-10-06  Ted Gould  <ted@canonical.com>
 
2954
 
 
2955
        Linking into the lock screen helper.
 
2956
 
 
2957
2009-10-06  Ted Gould  <ted@canonical.com>
 
2958
 
 
2959
        Setting up the callback
 
2960
 
 
2961
2009-10-06  Ted Gould  <ted@canonical.com>
 
2962
 
 
2963
        Moving arround the lock screen code so that it's in a helper.
 
2964
 
 
2965
2009-10-06  Ted Gould  <ted@canonical.com>
 
2966
 
 
2967
        Creating the lock helper files.
 
2968
 
 
2969
2009-10-06  Ted Gould  <ted@canonical.com>
 
2970
 
 
2971
        Fixing the window icon for the logout and shutdown dialogs.
 
2972
 
 
2973
2009-10-05  Ted Gould  <ted@canonical.com>
 
2974
 
 
2975
        Also setting the icon on property changed.
 
2976
 
 
2977
2009-10-06  Ted Gould  <ted@canonical.com>
 
2978
 
 
2979
        Fix for async menu creation which caused it to be scrambled.
 
2980
 
 
2981
2009-10-04  Ted Gould  <ted@canonical.com>
 
2982
 
 
2983
        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.
 
2984
 
 
2985
2009-10-05  Ted Gould  <ted@canonical.com>
 
2986
 
 
2987
        Changing string from 'New Session' to 'Switch User'
 
2988
 
 
2989
2009-10-05  Ted Gould  <ted@canonical.com>
 
2990
 
 
2991
        Switching the string from 'New Session' to 'Switch User'
 
2992
 
 
2993
2009-10-01  Ted Gould  <ted@canonical.com>
 
2994
 
 
2995
        0.1.6
 
2996
 
 
2997
2009-09-30  Cody Russell  <crussell@canonical.com>
 
2998
 
 
2999
        Setting the user list to always overflow as additional API is required in GDM to make it work well.
 
3000
 
 
3001
2009-09-29  Cody Russell  <crussell@canonical.com>
 
3002
 
 
3003
        Set MAXIMUM_USERS from 7 or 1
 
3004
 
 
3005
2009-09-30  Ted Gould  <ted@canonical.com>
 
3006
 
 
3007
        Making the lock screen item insensitive for guest accounts.
 
3008
 
 
3009
2009-09-29  Ted Gould  <ted@canonical.com>
 
3010
 
 
3011
        Checking to see if we're the guest user.  No locking the guest.
 
3012
 
 
3013
2009-09-29  Ted Gould  <ted@canonical.com>
 
3014
 
 
3015
        Grabbing the lock insensitivity branch.
 
3016
 
 
3017
2009-09-29  Ted Gould  <ted@canonical.com>
 
3018
 
 
3019
        Merging in a branch to make the lock item insensitive if autologin is configured in GDM.
 
3020
 
 
3021
2009-09-29  Ted Gould  <ted@canonical.com>
 
3022
 
 
3023
        Making the locking menu item a global and make it sensitive based on whether there is autologin.
 
3024
 
 
3025
2009-09-28  Ted Gould  <ted@canonical.com>
 
3026
 
 
3027
        Changing the start up of the services to be asynchronous.
 
3028
 
 
3029
2009-09-28  Ted Gould  <ted@canonical.com>
 
3030
 
 
3031
        Commenting the changes.
 
3032
 
 
3033
2009-09-28  Ted Gould  <ted@canonical.com>
 
3034
 
 
3035
        Oops, forgot to choose a service.
 
3036
 
 
3037
2009-09-28  Ted Gould  <ted@canonical.com>
 
3038
 
 
3039
        Whew, okay now all startup is two phased, asyncronous and pulled into a set of common functions.
 
3040
 
 
3041
2009-09-28  Ted Gould  <ted@canonical.com>
 
3042
 
 
3043
        Criticalizing the other services as well.
 
3044
 
 
3045
2009-09-28  Ted Gould  <ted@canonical.com>
 
3046
 
 
3047
        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.
 
3048
 
 
3049
2009-09-25  David Barth  <david.barth@canonical.com>
 
3050
 
 
3051
        Merging in a branch to remove the close button on the logout confirmation dialogs.
 
3052
 
 
3053
2009-09-25  David Barth  <david.barth@canonical.com>
 
3054
 
 
3055
        remove superfluous window buttons
 
3056
 
 
3057
2009-09-24  Ted Gould  <ted@canonical.com>
 
3058
 
 
3059
        Increasing to 0.1.5
 
3060
 
 
3061
2009-09-24  Ted Gould  <ted@canonical.com>
 
3062
 
 
3063
        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.
 
3064
 
 
3065
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3066
 
 
3067
        Merging in Cody's branch for fixing some user issues.
 
3068
 
 
3069
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3070
 
 
3071
        Clear the menu
 
3072
 
 
3073
2009-09-24  Ted Gould  <ted@canonical.com>
 
3074
 
 
3075
        Not checking with PK to see if we should show the dialog.  CK is broken.
 
3076
 
 
3077
2009-09-24  Ted Gould  <ted@canonical.com>
 
3078
 
 
3079
        Disabing PK Check to whether the dialog shows
 
3080
 
 
3081
2009-09-24  Ted Gould  <ted@canonical.com>
 
3082
 
 
3083
        Checking GDM to see whether we should lock on user switch.
 
3084
 
 
3085
2009-09-24  Ted Gould  <ted@canonical.com>
 
3086
 
 
3087
        Updating to trunk
 
3088
 
 
3089
2009-09-24  Ted Gould  <ted@canonical.com>
 
3090
 
 
3091
        Checking the gdm autologin setting to see if we should lock the screen on user switch or not.
 
3092
 
 
3093
2009-09-24  Ted Gould  <ted@canonical.com>
 
3094
 
 
3095
        Merging lock on sleep branch
 
3096
 
 
3097
2009-09-24  Ted Gould  <ted@canonical.com>
 
3098
 
 
3099
        Merging in all the user-service changes
 
3100
 
 
3101
2009-09-24  Ted Gould  <ted@canonical.com>
 
3102
 
 
3103
        Merging in the lock on sleep branch.
 
3104
 
 
3105
2009-09-24  Ted Gould  <ted@canonical.com>
 
3106
 
 
3107
        Ah, truth, you got me again!  Never will I trust you.
 
3108
 
 
3109
2009-09-24  Ted Gould  <ted@canonical.com>
 
3110
 
 
3111
        Wrong string!  Oops.
 
3112
 
 
3113
2009-09-24  Ted Gould  <ted@canonical.com>
 
3114
 
 
3115
        Setting up the signal handler to get changes to the value.
 
3116
 
 
3117
2009-09-24  Ted Gould  <ted@canonical.com>
 
3118
 
 
3119
        Getting the basic grabbing of the proxy and getting the autologin value.
 
3120
 
 
3121
2009-09-24  Ted Gould  <ted@canonical.com>
 
3122
 
 
3123
        Putting in the infrastructure to have GDM settings proxy
 
3124
 
 
3125
2009-09-23  Ted Gould  <ted@canonical.com>
 
3126
 
 
3127
        Stealing the lock screen function from the user-service and making it so that we lock on sleep.
 
3128
 
 
3129
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3130
 
 
3131
        Merge lp:~bratsche/indicator-session/users-service for bug #422052
 
3132
 
 
3133
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3134
 
 
3135
        Don't check range twice here
 
3136
 
 
3137
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3138
 
 
3139
        only add menuitems if the current seat can activate new sessions
 
3140
 
 
3141
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3142
 
 
3143
        Remove user_changed and users_icons_changed from the class
 
3144
 
 
3145
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3146
 
 
3147
        sort users
 
3148
 
 
3149
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3150
 
 
3151
        cleanup
 
3152
 
 
3153
2009-09-24  Cody Russell  <crussell@canonical.com>
 
3154
 
 
3155
        don't load all the users unless needed
 
3156
 
 
3157
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3158
 
 
3159
        expose users_service_dbus_can_activate_session()
 
3160
 
 
3161
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3162
 
 
3163
        use g_strcmp0
 
3164
 
 
3165
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3166
 
 
3167
        remove system proxy
 
3168
 
 
3169
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3170
 
 
3171
        remove the server code
 
3172
 
 
3173
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3174
 
 
3175
        remove session proxy fu
 
3176
 
 
3177
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3178
 
 
3179
        remove unnecessary stuff
 
3180
 
 
3181
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3182
 
 
3183
        don't need to dbus_g_object_type_install_info()
 
3184
 
 
3185
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3186
 
 
3187
        modify count in user_added()/user_removed()
 
3188
 
 
3189
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3190
 
 
3191
        add names
 
3192
 
 
3193
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3194
 
 
3195
        cleanup
 
3196
 
 
3197
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3198
 
 
3199
        add todo comment
 
3200
 
 
3201
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3202
 
 
3203
        move stuff around
 
3204
 
 
3205
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3206
 
 
3207
        merge up from trunk
 
3208
 
 
3209
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3210
 
 
3211
        cleanups and more session fu
 
3212
 
 
3213
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3214
 
 
3215
        session adding
 
3216
 
 
3217
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3218
 
 
3219
        user activation wip
 
3220
 
 
3221
2009-09-23  Cody Russell  <crussell@canonical.com>
 
3222
 
 
3223
        ck fu
 
3224
 
 
3225
2009-09-22  Cody Russell  <crussell@canonical.com>
 
3226
 
 
3227
        some refactoring
 
3228
 
 
3229
2009-09-22  Cody Russell  <crussell@canonical.com>
 
3230
 
 
3231
        cleanup
 
3232
 
 
3233
2009-09-22  Cody Russell  <crussell@canonical.com>
 
3234
 
 
3235
        fix dbus fu
 
3236
 
 
3237
2009-09-22  Cody Russell  <crussell@canonical.com>
 
3238
 
 
3239
        register marshallers
 
3240
 
 
3241
2009-09-22  Cody Russell  <crussell@canonical.com>
 
3242
 
 
3243
        dbus fu updates
 
3244
 
 
3245
2009-09-10  Cody Russell  <crussell@canonical.com>
 
3246
 
 
3247
        fixes for adding/removing users
 
3248
 
 
3249
2009-09-10  Cody Russell  <crussell@canonical.com>
 
3250
 
 
3251
        fix link problem
 
3252
 
 
3253
2009-09-10  Cody Russell  <crussell@canonical.com>
 
3254
 
 
3255
        work in progress
 
3256
 
 
3257
2009-09-24  Ted Gould  <ted@canonical.com>
 
3258
 
 
3259
        Merging in the MissionControl 5 branch to work with modern Empathy.
 
3260
 
 
3261
2009-09-23  Ted Gould  <ted@canonical.com>
 
3262
 
 
3263
        Don't set the status so that we notice when it comes back to us.
 
3264
 
 
3265
2009-09-23  Ted Gould  <ted@canonical.com>
 
3266
 
 
3267
        Bad string, should have been hidden.
 
3268
 
 
3269
2009-09-22  Ted Gould  <ted@canonical.com>
 
3270
 
 
3271
        Comments are good.
 
3272
 
 
3273
2009-09-22  Ted Gould  <ted@canonical.com>
 
3274
 
 
3275
        If the global status changes then we need to signal everyone else about it.
 
3276
 
 
3277
2009-09-22  Ted Gould  <ted@canonical.com>
 
3278
 
 
3279
        Putting in the TP Connection enum map
 
3280
 
 
3281
2009-09-22  Ted Gould  <ted@canonical.com>
 
3282
 
 
3283
        Connecting to change signal
 
3284
 
 
3285
2009-09-22  Ted Gould  <ted@canonical.com>
 
3286
 
 
3287
        Turning over to Empathy Account Manager.
 
3288
 
 
3289
2009-09-21  Ted Gould  <ted@canonical.com>
 
3290
 
 
3291
        Oh, got the header and it works too!  Nice.
 
3292
 
 
3293
2009-09-21  Ted Gould  <ted@canonical.com>
 
3294
 
 
3295
        Adding in a libempathy dependency.
 
3296
 
 
3297
2009-09-17  Ted Gould  <ted@canonical.com>
 
3298
 
 
3299
        Ignoring GConf schemas
 
3300
 
 
3301
2009-09-16  Ted Gould  <ted@canonical.com>
 
3302
 
 
3303
        Linking in the MC5 provider
 
3304
 
 
3305
2009-09-16  Ted Gould  <ted@canonical.com>
 
3306
 
 
3307
        Creating a status provider object for Mission Control 5 based on the Telepathy one.
 
3308
 
 
3309
2009-09-22  Martin Pitt  <martin.pitt@ubuntu.com>
 
3310
 
 
3311
        Patch from Martin to upgrade to the New PolicyKit API
 
3312
 
 
3313
2009-09-22  Martin Pitt  <martin.pitt@canonical.com>
 
3314
 
 
3315
        Port to polkit-1
 
3316
 
 
3317
2009-09-17  Ted Gould  <ted@canonical.com>
 
3318
 
 
3319
        Making a 0.1.4
 
3320
 
 
3321
2009-09-17  Ted Gould  <ted@canonical.com>
 
3322
 
 
3323
        Merging in the icon renaming fix branch
 
3324
 
 
3325
2009-09-16  Ted Gould  <ted@canonical.com>
 
3326
 
 
3327
        Using the right icon name.
 
3328
 
 
3329
2009-09-16  Ted Gould  <ted@canonical.com>
 
3330
 
 
3331
        Changing the icon names from online to available
 
3332
 
 
3333
2009-09-16  Ted Gould  <ted@canonical.com>
 
3334
 
 
3335
        Merging in design team requested fixes for labels and menu item placement.
 
3336
 
 
3337
2009-09-15  Ted Gould  <ted@canonical.com>
 
3338
 
 
3339
        Changing the menu item to be 'Set Status' instead of the current status.
 
3340
 
 
3341
2009-09-14  Ted Gould  <ted@canonical.com>
 
3342
 
 
3343
        Attaching bug
 
3344
 
 
3345
2009-09-14  Ted Gould  <ted@canonical.com>
 
3346
 
 
3347
        Moving lock screen from status to users service.
 
3348
 
 
3349
2009-09-14  Ted Gould  <ted@canonical.com>
 
3350
 
 
3351
        Changing label per design
 
3352
 
 
3353
2009-09-14  Ted Gould  <ted@canonical.com>
 
3354
 
 
3355
        Fixing shutdown text
 
3356
 
 
3357
2009-09-16  Ted Gould  <ted@canonical.com>
 
3358
 
 
3359
        Branch to init i18n in the various services
 
3360
 
 
3361
2009-09-15  Ted Gould  <ted@canonical.com>
 
3362
 
 
3363
        Adding bug in
 
3364
 
 
3365
2009-09-15  Ted Gould  <ted@canonical.com>
 
3366
 
 
3367
        Adding locale stuff in here too!  Fun.
 
3368
 
 
3369
2009-09-15  Ted Gould  <ted@canonical.com>
 
3370
 
 
3371
        Adding in gettext init stuff.
 
3372
 
 
3373
2009-09-10  Ted Gould  <ted@canonical.com>
 
3374
 
 
3375
        Making a 0.1.3
 
3376
 
 
3377
2009-09-10  Ted Gould  <ted@canonical.com>
 
3378
 
 
3379
        Merging in branch to remove some spaces in the menu labels.
 
3380
 
 
3381
2009-09-10  Ted Gould  <ted@canonical.com>
 
3382
 
 
3383
        Removing the space on the elipsis
 
3384
 
 
3385
2009-09-10  Ted Gould  <ted@canonical.com>
 
3386
 
 
3387
        Merging in the branch with icon fixes in it.
 
3388
 
 
3389
2009-09-10  Ted Gould  <ted@canonical.com>
 
3390
 
 
3391
        Setting the window icon now that we have the right path
 
3392
 
 
3393
2009-09-10  Ted Gould  <ted@canonical.com>
 
3394
 
 
3395
        Grabbing the icons from the indicator dir where we install them.
 
3396
 
 
3397
2009-09-10  Ted Gould  <ted@canonical.com>
 
3398
 
 
3399
        Merging in a branch to detect IM clients coming on and off the bus.
 
3400
 
 
3401
2009-09-10  Ted Gould  <ted@canonical.com>
 
3402
 
 
3403
        Trying to unblock LP
 
3404
 
 
3405
2009-09-10  Ted Gould  <ted@canonical.com>
 
3406
 
 
3407
        Adding in a debug message for Telepathy proxy.
 
3408
 
 
3409
2009-09-10  Ted Gould  <ted@canonical.com>
 
3410
 
 
3411
        Watching for Mission Control comming on the bus.
 
3412
 
 
3413
2009-09-10  Ted Gould  <ted@canonical.com>
 
3414
 
 
3415
        Checking to see if we have the proxy already.
 
3416
 
 
3417
2009-09-10  Ted Gould  <ted@canonical.com>
 
3418
 
 
3419
        Function to build the telepathy proxy.
 
3420
 
 
3421
2009-09-10  Ted Gould  <ted@canonical.com>
 
3422
 
 
3423
        Checking the global status on whether the menu items should be sensitive or not.
 
3424
 
 
3425
2009-09-10  Ted Gould  <ted@canonical.com>
 
3426
 
 
3427
        Watch dbus namechanges and see if Pidgin comes on the bus.
 
3428
 
 
3429
2009-09-10  Ted Gould  <ted@canonical.com>
 
3430
 
 
3431
        Splitting out the building of the Pidgin proxy into it's own function.
 
3432
 
 
3433
2009-09-10  Ted Gould  <ted@canonical.com>
 
3434
 
 
3435
        Adding disconnected to the telepathy handler.
 
3436
 
 
3437
2009-09-10  Ted Gould  <ted@canonical.com>
 
3438
 
 
3439
        Adding disconnected to the pidgin handler.
 
3440
 
 
3441
2009-09-10  Ted Gould  <ted@canonical.com>
 
3442
 
 
3443
        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.
 
3444
 
 
3445
2009-09-10  Ted Gould  <ted@canonical.com>
 
3446
 
 
3447
        Merging branch by c-korn which adds a watcher for the GConf changes.
 
3448
 
 
3449
2009-09-08  Christoph Korn  <c_korn@gmx.de>
 
3450
 
 
3451
        The menu now immediately is updated when the gconf-key about the
 
3452
        logout/shutdown/restart confirmations is changed.
 
3453
 
 
3454
2009-09-08  Ted Gould  <ted@canonical.com>
 
3455
 
 
3456
        Turning into 0.1.2
 
3457
 
 
3458
2009-09-08  Christoph Korn  <c_korn@gmx.de>
 
3459
 
 
3460
        Adding a GConf key to suppress confirmation dialogs
 
3461
 
 
3462
2009-09-02  Christoph Korn  <c_korn@gmx.de>
 
3463
 
 
3464
        Added files which were missing in the previous commit.
 
3465
 
 
3466
2009-09-02  Christoph Korn  <korn@ubuntu>
 
3467
 
 
3468
        These patches introduce a gconf key whether the logout/restart/shutdown confirmations
 
3469
        should be shown or not.
 
3470
        Also the menu items should be suffixed by '...' accordingly.
 
3471
        However this only works after a restart.
 
3472
        
 
3473
        Bugs which get fixed are:
 
3474
        https://bugs.launchpad.net/indicator-session/+bug/422025
 
3475
        https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/421693
 
3476
        https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/419472
 
3477
 
 
3478
2009-09-04  Ted Gould  <ted@canonical.com>
 
3479
 
 
3480
        Removing the printing of the error messages as sometimes it doesn't exist.
 
3481
 
 
3482
2009-09-01  Ted Gould  <ted@canonical.com>
 
3483
 
 
3484
        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.
 
3485
 
 
3486
2009-09-03  Ted Gould  <ted@canonical.com>
 
3487
 
 
3488
        Bumping up number to 0.1.1 and fixing a couple depends.
 
3489
 
 
3490
2009-09-03  Ted Gould  <ted@canonical.com>
 
3491
 
 
3492
        Merging in fixes related to the dbusmenu 0.1.1 release
 
3493
 
 
3494
2009-09-03  Ted Gould  <ted@canonical.com>
 
3495
 
 
3496
        Set the type of the menuitem to be a image menuitem.
 
3497
 
 
3498
2009-09-03  Ted Gould  <ted@canonical.com>
 
3499
 
 
3500
        Switching to using the defines for all of the properties.
 
3501
 
 
3502
2009-09-03  Ted Gould  <ted@canonical.com>
 
3503
 
 
3504
        Switching to using the defines for the properties in the menus.
 
3505
 
 
3506
2009-09-03  Ted Gould  <ted@canonical.com>
 
3507
 
 
3508
        Have a quick check to see if we have something to put there.  If not, no menu item.
 
3509
 
 
3510
2009-09-03  Ted Gould  <ted@canonical.com>
 
3511
 
 
3512
        Needing dbusmenu 0.1.1
 
3513
 
 
3514
2009-08-27  Ted Gould  <ted@canonical.com>
 
3515
 
 
3516
        Merging in a branch to use the new dbusmenu API and make it more stable overall.
 
3517
 
 
3518
2009-08-27  Ted Gould  <ted@canonical.com>
 
3519
 
 
3520
        Updating to dbusmenu version 0.1.0
 
3521
 
 
3522
2009-08-27  Ted Gould  <ted@canonical.com>
 
3523
 
 
3524
        Instead of populating the menu on added, populate it on realization.
 
3525
 
 
3526
2009-08-27  Ted Gould  <ted@canonical.com>
 
3527
 
 
3528
        Bumping Dbusmenu version to 0.0.2
 
3529
 
 
3530
2009-08-25  Ted Gould  <ted@canonical.com>
 
3531
 
 
3532
        Merging in the more status branch that implements basic status for Pidgin and Telepathy.
 
3533
 
 
3534
2009-08-25  Ted Gould  <ted@canonical.com>
 
3535
 
 
3536
        Handling a missing session bus by displaying an error.
 
3537
 
 
3538
2009-08-24  Ted Gould  <ted@canonical.com>
 
3539
 
 
3540
        Should be starting with the least available and getting more so, instead of the other way around.
 
3541
 
 
3542
2009-08-24  Ted Gould  <ted@canonical.com>
 
3543
 
 
3544
        Didn't need that function.
 
3545
 
 
3546
2009-08-24  Ted Gould  <ted@canonical.com>
 
3547
 
 
3548
        At start up if we've got a proxy, let's start everything and get an initial status.
 
3549
 
 
3550
2009-08-24  Ted Gould  <ted@canonical.com>
 
3551
 
 
3552
        Support for setting status stollen from FUSA status manager (written by me) and signal handling
 
3553
 
 
3554
2009-08-24  Ted Gould  <ted@canonical.com>
 
3555
 
 
3556
        Connecting the telepathy stuff into the overall status service
 
3557
 
 
3558
2009-08-24  Ted Gould  <ted@canonical.com>
 
3559
 
 
3560
        Building up the proxy.  We need one, it's important.
 
3561
 
 
3562
2009-08-24  Ted Gould  <ted@canonical.com>
 
3563
 
 
3564
        Adding the basic status enums and maps in.
 
3565
 
 
3566
2009-08-19  Ted Gould  <ted@canonical.com>
 
3567
 
 
3568
        Using AM 1.11 silent mode
 
3569
 
 
3570
2009-08-17  Ted Gould  <ted@canonical.com>
 
3571
 
 
3572
        Getting more of a basis for Telepathy stuff
 
3573
 
 
3574
2009-08-17  Ted Gould  <ted@canonical.com>
 
3575
 
 
3576
        Some marshallers for the Telepathy status stuff.
 
3577
 
 
3578
2009-08-17  Ted Gould  <ted@canonical.com>
 
3579
 
 
3580
        Initially querying the status so that when we start, we get the right value.
 
3581
 
 
3582
2009-08-17  Ted Gould  <ted@canonical.com>
 
3583
 
 
3584
        Should update for local changes as well.
 
3585
 
 
3586
2009-08-17  Ted Gould  <ted@canonical.com>
 
3587
 
 
3588
        Now we can set the value in Pidgin and have it come back over the wire
 
3589
 
 
3590
2009-08-17  Ted Gould  <ted@canonical.com>
 
3591
 
 
3592
        Setting up a list of marshallers for the pidgin functionality
 
3593
 
 
3594
2009-08-17  Ted Gould  <ted@canonical.com>
 
3595
 
 
3596
        Pushing in Pidgin code, doesn't compile.
 
3597
 
 
3598
2009-08-18  Ted Gould  <ted@canonical.com>
 
3599
 
 
3600
        Merging in the rename from 'sus' to 'session'
 
3601
 
 
3602
2009-08-18  Ted Gould  <ted@canonical.com>
 
3603
 
 
3604
        Ignoring new build files
 
3605
 
 
3606
2009-08-18  Ted Gould  <ted@canonical.com>
 
3607
 
 
3608
        Changing the name from SUS to Session
 
3609
 
 
3610
2009-08-17  Ted Gould  <ted@canonical.com>
 
3611
 
 
3612
        Merging in the branch getting the status icons working.
 
3613
 
 
3614
2009-08-12  Ted Gould  <ted@canonical.com>
 
3615
 
 
3616
        Fixes from trunk
 
3617
 
 
3618
2009-08-12  Ted Gould  <ted@canonical.com>
 
3619
 
 
3620
        Failed logic
 
3621
 
 
3622
2009-08-12  Ted Gould  <ted@canonical.com>
 
3623
 
 
3624
        Oops, wrong signal name.  Now better.
 
3625
 
 
3626
2009-08-12  Ted Gould  <ted@canonical.com>
 
3627
 
 
3628
        Cleaning up the debug message.
 
3629
 
 
3630
2009-08-12  Ted Gould  <ted@canonical.com>
 
3631
 
 
3632
        Some debug messages
 
3633
 
 
3634
2009-08-08  Ted Gould  <ted@canonical.com>
 
3635
 
 
3636
        Cleaning up icon code so that we save the current one incase someone askes.
 
3637
 
 
3638
2009-08-08  Ted Gould  <ted@canonical.com>
 
3639
 
 
3640
        Shuffling around the DBus names so that everything is happier.
 
3641
 
 
3642
2009-08-08  Ted Gould  <ted@canonical.com>
 
3643
 
 
3644
        Fixing the build system to build the DBus interface better.
 
3645
 
 
3646
2009-08-08  Ted Gould  <ted@canonical.com>
 
3647
 
 
3648
        I suck
 
3649
 
 
3650
2009-08-08  Ted Gould  <ted@canonical.com>
 
3651
 
 
3652
        API naming change
 
3653
 
 
3654
2009-08-08  Ted Gould  <ted@canonical.com>
 
3655
 
 
3656
        connecting to the signal
 
3657
 
 
3658
2009-08-08  Ted Gould  <ted@canonical.com>
 
3659
 
 
3660
        Setting the icon from the callback of asking the value
 
3661
 
 
3662
2009-08-08  Ted Gould  <ted@canonical.com>
 
3663
 
 
3664
        Oh, now signals and callbacks, oh, my
 
3665
 
 
3666
2009-08-08  Ted Gould  <ted@canonical.com>
 
3667
 
 
3668
        Fixing a few things with the dbus stuff and starting to listen to the extra information on the service.
 
3669
 
 
3670
2009-08-08  Ted Gould  <ted@canonical.com>
 
3671
 
 
3672
        Fixing the local install of the icons
 
3673
 
 
3674
2009-08-08  Ted Gould  <ted@canonical.com>
 
3675
 
 
3676
        Switching icons directory to the one provided by package config
 
3677
 
 
3678
2009-08-08  Ted Gould  <ted@canonical.com>
 
3679
 
 
3680
        Showing the icon.  Silly.
 
3681
 
 
3682
2009-08-08  Ted Gould  <ted@canonical.com>
 
3683
 
 
3684
        Making dbus names valid, which is a little silly.
 
3685
 
 
3686
2009-08-08  Ted Gould  <ted@canonical.com>
 
3687
 
 
3688
        Changing the signal prototype to be strings instead of pointers.
 
3689
 
 
3690
2009-08-08  Ted Gould  <ted@canonical.com>
 
3691
 
 
3692
        Changing the icons to be singular for now.
 
3693
 
 
3694
2009-08-08  Ted Gould  <ted@canonical.com>
 
3695
 
 
3696
        Unused variable
 
3697
 
 
3698
2009-08-08  Ted Gould  <ted@canonical.com>
 
3699
 
 
3700
        Adding in -Wall and -Werror to things
 
3701
 
 
3702
2009-08-08  Ted Gould  <ted@canonical.com>
 
3703
 
 
3704
        Adding unistd.h header
 
3705
 
 
3706
2009-08-08  Ted Gould  <ted@canonical.com>
 
3707
 
 
3708
        Setting up signal handlers for the signal changing.  We still ask everyone, they better cache a value :)
 
3709
 
 
3710
2009-08-08  Ted Gould  <ted@canonical.com>
 
3711
 
 
3712
        Global status being used and thrown over d' bus
 
3713
 
 
3714
2009-08-08  Ted Gould  <ted@canonical.com>
 
3715
 
 
3716
        Brining in the concept of global status
 
3717
 
 
3718
2009-08-08  Ted Gould  <ted@canonical.com>
 
3719
 
 
3720
        Handling the signal better.  Now in the header file as well.
 
3721
 
 
3722
2009-08-08  Ted Gould  <ted@canonical.com>
 
3723
 
 
3724
        Better displose to free the proxy and ensuring that statuc changes get noted.
 
3725
 
 
3726
2009-08-12  Ted Gould  <ted@canonical.com>
 
3727
 
 
3728
        Fixes by the distro team found in their packaging of indicator-sus
 
3729
 
 
3730
2009-08-12  Ted Gould  <ted@canonical.com>
 
3731
 
 
3732
        Merging in fixes from the distro team to make packaging actually good.
 
3733
 
 
3734
2009-08-11  Alexander Sack  <asac@ubuntu.com>
 
3735
 
 
3736
        (merge lp:~indicator-applet-developers/indicator-applet/sus-ubuntu)
 
3737
        * Fixed Vcs-Bzr location, part of the  indicator-applet project
 
3738
        * specify Vcs-Bzr-Browser
 
3739
 
 
3740
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3741
 
 
3742
        specify Vcs-Bzr-Browser
 
3743
 
 
3744
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3745
 
 
3746
        Fixed Vcs-Bzr location, part of the  indicator-applet project
 
3747
 
 
3748
2009-08-11  Alexander Sack  <asac@ubuntu.com>
 
3749
 
 
3750
        releasing version 0.1-0ubuntu1
 
3751
 
 
3752
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3753
 
 
3754
        Depend on indicator-applet >= 0.2
 
3755
 
 
3756
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3757
 
 
3758
        Changed conflicts for gdm to <= 2.27.4-0ubuntu9
 
3759
 
 
3760
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3761
 
 
3762
        Added debian/watch 
 
3763
 
 
3764
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3765
 
 
3766
        Cleaning up linitian
 
3767
 
 
3768
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3769
 
 
3770
        * debian/control
 
3771
        - Set Homepage and Vcs-Bzr
 
3772
 
 
3773
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3774
 
 
3775
        * Include icons in the tarball
 
3776
        * Added license files
 
3777
        * Corrected the FSF address
 
3778
 
 
3779
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3780
 
 
3781
        Bumped standards version
 
3782
 
 
3783
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3784
 
 
3785
        Added copyright and license information
 
3786
 
 
3787
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3788
 
 
3789
        Ken VanDine 2009-08-11 Added license files
 
3790
        Ken VanDine 2009-08-11 Include the icons in dist
 
3791
        Ken VanDine 2009-08-11 Set version 0.1
 
3792
        Ken VanDine 2009-08-11 Correct the FSF address
 
3793
 
 
3794
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3795
 
 
3796
        Added license files
 
3797
 
 
3798
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3799
 
 
3800
        Include the icons in dist
 
3801
 
 
3802
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3803
 
 
3804
        Set version 0.1
 
3805
 
 
3806
2009-08-11  Ken VanDine  <ken.vandine@canonical.com>
 
3807
 
 
3808
        Correct the FSF address
 
3809
 
 
3810
2009-08-08  Ted Gould  <ted@canonical.com>
 
3811
 
 
3812
        releasing version 0.1~ppa6
 
3813
 
 
3814
2009-08-08  Ted Gould  <ted@canonical.com>
 
3815
 
 
3816
        debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or
 
3817
        lower to stop people from having problems with the PPA.
 
3818
 
 
3819
2009-08-07  Ted Gould  <ted@canonical.com>
 
3820
 
 
3821
        releasing version 0.1~ppa5
 
3822
 
 
3823
2009-08-07  Ted Gould  <ted@canonical.com>
 
3824
 
 
3825
        Legal headers on the source files.
 
3826
 
 
3827
2009-08-07  Ted Gould  <ted@canonical.com>
 
3828
 
 
3829
        releasing version 0.1~ppa4
 
3830
 
 
3831
2009-08-07  Ted Gould  <ted@canonical.com>
 
3832
 
 
3833
        Merging in status shuffle branch.
 
3834
 
 
3835
2009-08-07  Ted Gould  <ted@canonical.com>
 
3836
 
 
3837
        releasing version 0.1~ppa4~statusshuffle2
 
3838
 
 
3839
2009-08-07  Ted Gould  <ted@canonical.com>
 
3840
 
 
3841
        Better usage of the names.
 
3842
 
 
3843
2009-08-07  Ted Gould  <ted@canonical.com>
 
3844
 
 
3845
        releasing version 0.1~ppa4~statusshuffle1
 
3846
 
 
3847
2009-08-07  Ted Gould  <ted@canonical.com>
 
3848
 
 
3849
        Merging in status shuffle branch to package it.
 
3850
 
 
3851
2009-07-26  Ted Gould  <ted@canonical.com>
 
3852
 
 
3853
        releasing version 0.1~ppa3
 
3854
 
 
3855
2009-07-26  Ted Gould  <ted@canonical.com>
 
3856
 
 
3857
        Making sure merging will be easy in the future.
 
3858
 
 
3859
2009-07-26  Ted Gould  <ted@canonical.com>
 
3860
 
 
3861
        Fleshing out significantly.  Inital rerelease.
 
3862
 
 
3863
2009-07-26  Ted Gould  <ted@canonical.com>
 
3864
 
 
3865
        releasing version 0.1~ppa2~indicator9ubuntu9
 
3866
 
 
3867
2009-07-26  Ted Gould  <ted@canonical.com>
 
3868
 
 
3869
        * Lock screen works
 
3870
        * Pidgin proxy gets setup and doesn't crash
 
3871
 
 
3872
2009-07-24  Ted Gould  <ted@canonical.com>
 
3873
 
 
3874
        releasing version 0.1~ppa2~indicator9ubuntu8
 
3875
 
 
3876
2009-07-24  Ted Gould  <ted@canonical.com>
 
3877
 
 
3878
        Ah, forgot the service files.
 
3879
 
 
3880
2009-07-24  Ted Gould  <ted@canonical.com>
 
3881
 
 
3882
        releasing version 0.1~ppa2~indicator9ubuntu7
 
3883
 
 
3884
2009-07-24  Ted Gould  <ted@canonical.com>
 
3885
 
 
3886
        debian/control: Add binary dep on DeviceKit Power
 
3887
 
 
3888
2009-07-24  Ted Gould  <ted@canonical.com>
 
3889
 
 
3890
        * Adding in devkit power support for suspend/hibernate
 
3891
        * Changing namespace from com.ubuntu to org.ayatana
 
3892
 
 
3893
2009-07-23  Ted Gould  <ted@canonical.com>
 
3894
 
 
3895
        releasing version 0.1~ppa2~indicator9ubuntu5
 
3896
 
 
3897
2009-07-23  Ted Gould  <ted@canonical.com>
 
3898
 
 
3899
        debian/control: Adding a dep on polkit-gnome-dev
 
3900
 
 
3901
2009-07-23  Ted Gould  <ted@canonical.com>
 
3902
 
 
3903
        releasing version 0.1~ppa2~indicator9ubuntu4
 
3904
 
 
3905
2009-07-23  Ted Gould  <ted@canonical.com>
 
3906
 
 
3907
        Basically getting this session stuff working.  Well, all
 
3908
        the stuff that kills data.
 
3909
 
 
3910
2009-07-22  Ted Gould  <ted@canonical.com>
 
3911
 
 
3912
        releasing version 0.1~ppa2~indicator9ubuntu3
 
3913
 
 
3914
2009-07-22  Ted Gould  <ted@canonical.com>
 
3915
 
 
3916
        Wrong function, building a path instead of a filename.  Err.
 
3917
 
 
3918
2009-07-22  Ted Gould  <ted@canonical.com>
 
3919
 
 
3920
        releasing version 0.1~ppa2~indicator9ubuntu2
 
3921
 
 
3922
2009-07-22  Ted Gould  <ted@canonical.com>
 
3923
 
 
3924
        Adding a helper for the logout window.  And setting things
 
3925
        up to call it.
 
3926
 
 
3927
2009-07-21  Ted Gould  <ted@canonical.com>
 
3928
 
 
3929
        releasing version 0.1~ppa2~indicator9ubuntu1
 
3930
 
 
3931
2009-07-21  Ted Gould  <ted@canonical.com>
 
3932
 
 
3933
        Adding in lots of fun menu items.  This way the menu looks
 
3934
        more complete than it really is :)
 
3935
 
 
3936
2009-07-20  Ted Gould  <ted@canonical.com>
 
3937
 
 
3938
        releasing version 0.1~ppa2~indicator9
 
3939
 
 
3940
2009-07-20  Ted Gould  <ted@canonical.com>
 
3941
 
 
3942
        Updating the users daemon to have usable generic functions
 
3943
        but no dummy users.
 
3944
 
 
3945
2009-07-17  Ted Gould  <ted@canonical.com>
 
3946
 
 
3947
        releasing version 0.1~ppa2~indicator8
 
3948
 
 
3949
2009-07-17  Ted Gould  <ted@canonical.com>
 
3950
 
 
3951
        Going Karmic
 
3952
 
 
3953
2009-07-17  Ted Gould  <ted@canonical.com>
 
3954
 
 
3955
        Ignoring build files
 
3956
 
 
3957
2009-07-01  Ted Gould  <ted@canonical.com>
 
3958
 
 
3959
        releasing version 0.1~ppa2~indicator7
 
3960
 
 
3961
2009-07-01  Ted Gould  <ted@canonical.com>
 
3962
 
 
3963
        * Switching to DbusmenuGtkClient instead of DbusmenuGtkMenu
 
3964
        * Adding some dummy data to users.
 
3965
 
 
3966
2009-06-22  Ted Gould  <ted@canonical.com>
 
3967
 
 
3968
        releasing version 0.1~ppa2~indicator6
 
3969
 
 
3970
2009-06-22  Ted Gould  <ted@canonical.com>
 
3971
 
 
3972
        * Removing the .so versions
 
3973
        * Using the new dbusmenu signals instead of the GtkContainer
 
3974
        ones that don't really signal.
 
3975
 
 
3976
2009-06-19  Ted Gould  <ted@canonical.com>
 
3977
 
 
3978
        releasing version 0.1~ppa2~indicator5
 
3979
 
 
3980
2009-06-19  Ted Gould  <ted@canonical.com>
 
3981
 
 
3982
        Changing the signal names.
 
3983
 
 
3984
2009-06-19  Ted Gould  <ted@canonical.com>
 
3985
 
 
3986
        releasing version 0.1~ppa2~indicator4
 
3987
 
 
3988
2009-06-19  Ted Gould  <ted@canonical.com>
 
3989
 
 
3990
        Code to start merging in menus.
 
3991
 
 
3992
2009-06-19  Ted Gould  <ted@canonical.com>
 
3993
 
 
3994
        releasing version 0.1~ppa2~indicator3
 
3995
 
 
3996
2009-06-19  Ted Gould  <ted@canonical.com>
 
3997
 
 
3998
        debian/rules: Removing the .a/.la clutter in the install
 
3999
        directory.
 
4000
 
 
4001
2009-06-19  Ted Gould  <ted@canonical.com>
 
4002
 
 
4003
        Updating from branch, lazy loading the services.
 
4004
 
 
4005
2009-06-16  Ted Gould  <ted@canonical.com>
 
4006
 
 
4007
        releasing version 0.1~ppa2~indicator2
 
4008
 
 
4009
2009-06-16  Ted Gould  <ted@canonical.com>
 
4010
 
 
4011
        Updating the build to make proper service files
 
4012
 
 
4013
2009-06-15  Ted Gould  <ted@canonical.com>
 
4014
 
 
4015
        releasing version 0.1~ppa2~indicator1
 
4016
 
 
4017
2009-06-15  Ted Gould  <ted@canonical.com>
 
4018
 
 
4019
        Changing package name to indicator-sus
 
4020
 
 
4021
2009-06-15  Ted Gould  <ted@canonical.com>
 
4022
 
 
4023
        debian/control: Adding build depends on libindicator-dev,
 
4024
        libdbusmenu-glib-dev and libdbusmenu-gtk-dev
 
4025
 
 
4026
2009-06-15  Ted Gould  <ted@canonical.com>
 
4027
 
 
4028
        Upstream from the indicator branch.
 
4029
 
 
4030
2009-06-08  Ted Gould  <ted@canonical.com>
 
4031
 
 
4032
        Removing the packaging from trunk
 
4033
 
 
4034
2009-08-07  Ted Gould  <ted@canonical.com>
 
4035
 
 
4036
        I forgot to put legal agreements on the top of all the C/H files.  Oops.
 
4037
 
 
4038
2009-08-07  Ted Gould  <ted@canonical.com>
 
4039
 
 
4040
        Merging the branch for better status service.
 
4041
 
 
4042
2009-08-07  Ted Gould  <ted@canonical.com>
 
4043
 
 
4044
        Put the user's real name in the menu item.
 
4045
 
 
4046
2009-08-07  Ted Gould  <ted@canonical.com>
 
4047
 
 
4048
        Getting an image built for offline
 
4049
 
 
4050
2009-08-07  Ted Gould  <ted@canonical.com>
 
4051
 
 
4052
        A whole bunch of icons that are from our previous FUSA patches
 
4053
 
 
4054
2009-08-07  Ted Gould  <ted@canonical.com>
 
4055
 
 
4056
        Clean it up.
 
4057
 
 
4058
2009-08-07  Ted Gould  <ted@canonical.com>
 
4059
 
 
4060
        Using the user name
 
4061
 
 
4062
2009-08-06  Ted Gould  <ted@canonical.com>
 
4063
 
 
4064
        Some dummy code to get a name
 
4065
 
 
4066
2009-08-06  Ted Gould  <ted@canonical.com>
 
4067
 
 
4068
        Now we have privates.
 
4069
 
 
4070
2009-08-06  Ted Gould  <ted@canonical.com>
 
4071
 
 
4072
        More and better prototypes
 
4073
 
 
4074
2009-08-06  Ted Gould  <ted@canonical.com>
 
4075
 
 
4076
        Getting a new object to remove an error.
 
4077
 
 
4078
2009-08-06  Ted Gould  <ted@canonical.com>
 
4079
 
 
4080
        Adding a couple of signals in here.
 
4081
 
 
4082
2009-08-06  Ted Gould  <ted@canonical.com>
 
4083
 
 
4084
        ayatana.org
 
4085
 
 
4086
2009-08-06  Ted Gould  <ted@canonical.com>
 
4087
 
 
4088
        Doing a registration and a connection to DBus
 
4089
 
 
4090
2009-08-06  Ted Gould  <ted@canonical.com>
 
4091
 
 
4092
        Something global to track all the DBus stuff.
 
4093
 
 
4094
2009-08-06  Ted Gould  <ted@canonical.com>
 
4095
 
 
4096
        Putting the user name in a menu label.
 
4097
 
 
4098
2009-08-06  Ted Gould  <ted@canonical.com>
 
4099
 
 
4100
        Status submenu
 
4101
 
 
4102
2009-07-26  Ted Gould  <ted@canonical.com>
 
4103
 
 
4104
        Merging in the branch to port everything to libindicator and fleshing thigns out.
 
4105
 
 
4106
2009-07-26  Ted Gould  <ted@canonical.com>
 
4107
 
 
4108
        Setting up the Pidgin proxy
 
4109
 
 
4110
2009-07-26  Ted Gould  <ted@canonical.com>
 
4111
 
 
4112
        A function to lock the saver
 
4113
 
 
4114
2009-07-26  Ted Gould  <ted@canonical.com>
 
4115
 
 
4116
        Debug message
 
4117
 
 
4118
2009-07-26  Ted Gould  <ted@canonical.com>
 
4119
 
 
4120
        Using GET_CLASS instead of CLASS.  Oops
 
4121
 
 
4122
2009-07-24  Ted Gould  <ted@canonical.com>
 
4123
 
 
4124
        Changing the names in the service files as well.
 
4125
 
 
4126
2009-07-24  Ted Gould  <ted@canonical.com>
 
4127
 
 
4128
        Adding a debug message
 
4129
 
 
4130
2009-07-24  Ted Gould  <ted@canonical.com>
 
4131
 
 
4132
        Changing to the ayatana.org namespace
 
4133
 
 
4134
2009-07-24  Ted Gould  <ted@canonical.com>
 
4135
 
 
4136
        Whitespace, who hoo, I'm earning karma for this
 
4137
 
 
4138
2009-07-24  Ted Gould  <ted@canonical.com>
 
4139
 
 
4140
        Setting the visiblity of the menu items based on whether DKP reports that we have the functionality.
 
4141
 
 
4142
2009-07-24  Ted Gould  <ted@canonical.com>
 
4143
 
 
4144
        Checking the suspend and hibernate properties
 
4145
 
 
4146
2009-07-24  Ted Gould  <ted@canonical.com>
 
4147
 
 
4148
        Setting up change, and issuing a response
 
4149
 
 
4150
2009-07-24  Ted Gould  <ted@canonical.com>
 
4151
 
 
4152
        TODO list
 
4153
 
 
4154
2009-07-24  Ted Gould  <ted@canonical.com>
 
4155
 
 
4156
        Comment update
 
4157
 
 
4158
2009-07-23  Ted Gould  <ted@canonical.com>
 
4159
 
 
4160
        Adding in the function to make the calls to DKP
 
4161
 
 
4162
2009-07-23  Ted Gould  <ted@canonical.com>
 
4163
 
 
4164
        Building the DKP proxies
 
4165
 
 
4166
2009-07-23  Ted Gould  <ted@canonical.com>
 
4167
 
 
4168
        Adding in some DKp defines.
 
4169
 
 
4170
2009-07-23  Ted Gould  <ted@canonical.com>
 
4171
 
 
4172
        Some comments are always good.
 
4173
 
 
4174
2009-07-23  Ted Gould  <ted@canonical.com>
 
4175
 
 
4176
        Adding in the action code from our previous patches to FUSA
 
4177
 
 
4178
2009-07-23  Ted Gould  <ted@canonical.com>
 
4179
 
 
4180
        Now check for the PK dialog and otherwise run ours.  If we get restart, restart
 
4181
 
 
4182
2009-07-23  Ted Gould  <ted@canonical.com>
 
4183
 
 
4184
        Getting all the parameters working so that we can set the dialog type
 
4185
 
 
4186
2009-07-23  Ted Gould  <ted@canonical.com>
 
4187
 
 
4188
        Basic command line parsing.  Not working 100% yet.
 
4189
 
 
4190
2009-07-22  Ted Gould  <ted@canonical.com>
 
4191
 
 
4192
        Damn it, wrong function
 
4193
 
 
4194
2009-07-22  Ted Gould  <ted@canonical.com>
 
4195
 
 
4196
        Executing the helper, but it needs to be the one in the libexec path.
 
4197
 
 
4198
2009-07-22  Ted Gould  <ted@canonical.com>
 
4199
 
 
4200
        Make a dialog pop up.  Not really the right one, but one.
 
4201
 
 
4202
2009-07-22  Ted Gould  <ted@canonical.com>
 
4203
 
 
4204
        Switching to having a single handler and then everyone calling it with a parameter.
 
4205
 
 
4206
2009-07-21  Ted Gould  <ted@canonical.com>
 
4207
 
 
4208
        ifdef protection
 
4209
 
 
4210
2009-07-21  Ted Gould  <ted@canonical.com>
 
4211
 
 
4212
        Whoo, hoo, it builds
 
4213
 
 
4214
2009-07-21  Ted Gould  <ted@canonical.com>
 
4215
 
 
4216
        Bringing in all the GTK includes and libraries
 
4217
 
 
4218
2009-07-21  Ted Gould  <ted@canonical.com>
 
4219
 
 
4220
        Building a little dialog.  Now it's kinda linked into the build system.
 
4221
 
 
4222
2009-07-21  Ted Gould  <ted@canonical.com>
 
4223
 
 
4224
        Adding in lock screen.  This is all the menu items now.
 
4225
 
 
4226
2009-07-21  Ted Gould  <ted@canonical.com>
 
4227
 
 
4228
        Adding menu items for session stuff
 
4229
 
 
4230
2009-07-20  Ted Gould  <ted@canonical.com>
 
4231
 
 
4232
        Expanding command line option to make it easier to read
 
4233
 
 
4234
2009-07-20  Ted Gould  <ted@canonical.com>
 
4235
 
 
4236
        Turning everythign into a check and a way to start a new fancy login session
 
4237
 
 
4238
2009-07-20  Ted Gould  <ted@canonical.com>
 
4239
 
 
4240
        Setting the menu item to activate the guest user session
 
4241
 
 
4242
2009-07-20  Ted Gould  <ted@canonical.com>
 
4243
 
 
4244
        Switching from dummy users to useful menuitems
 
4245
 
 
4246
2009-06-30  Ted Gould  <ted@canonical.com>
 
4247
 
 
4248
        Ignoring some autogenerated files.
 
4249
 
 
4250
2009-06-30  Ted Gould  <ted@canonical.com>
 
4251
 
 
4252
        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.
 
4253
 
 
4254
2009-06-30  Ted Gould  <ted@canonical.com>
 
4255
 
 
4256
        Getting some menuitems
 
4257
 
 
4258
2009-06-30  Ted Gould  <ted@canonical.com>
 
4259
 
 
4260
        Some debugging info.
 
4261
 
 
4262
2009-06-30  Ted Gould  <ted@canonical.com>
 
4263
 
 
4264
        Showing the loading item.  Atleast that works now.
 
4265
 
 
4266
2009-06-30  Ted Gould  <ted@canonical.com>
 
4267
 
 
4268
        Bah, I hate pointers some days.
 
4269
 
 
4270
2009-06-30  Ted Gould  <ted@canonical.com>
 
4271
 
 
4272
        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?
 
4273
 
 
4274
2009-06-30  Ted Gould  <ted@canonical.com>
 
4275
 
 
4276
        Switching over the status menu too.  Woot!
 
4277
 
 
4278
2009-06-30  Ted Gould  <ted@canonical.com>
 
4279
 
 
4280
        Adding in stuff for the users menu.  Getting better at this.
 
4281
 
 
4282
2009-06-30  Ted Gould  <ted@canonical.com>
 
4283
 
 
4284
        Working more on changing the style of how things work for clients.  This is the session based items.
 
4285
 
 
4286
2009-06-26  Ted Gould  <ted@canonical.com>
 
4287
 
 
4288
        Phase one switch to the client instead of the menu
 
4289
 
 
4290
2009-06-22  Ted Gould  <ted@canonical.com>
 
4291
 
 
4292
        Using the new dbusmenu signal for item added
 
4293
 
 
4294
2009-06-22  Ted Gould  <ted@canonical.com>
 
4295
 
 
4296
        Removing the .so* stuff
 
4297
 
 
4298
2009-06-19  Ted Gould  <ted@canonical.com>
 
4299
 
 
4300
        Showing the added menu and adding in a loading item.
 
4301
 
 
4302
2009-06-19  Ted Gould  <ted@canonical.com>
 
4303
 
 
4304
        Oh, the signal is 'add' not 'added'.  How I love to have random strings without checking, all the elegance of Python.
 
4305
 
 
4306
2009-06-19  Ted Gould  <ted@canonical.com>
 
4307
 
 
4308
        Fleshing out the insertion function.  Let's get some menus.
 
4309
 
 
4310
2009-06-19  Ted Gould  <ted@canonical.com>
 
4311
 
 
4312
        Bubbling up the position information to a final function to put things on the main menu.
 
4313
 
 
4314
2009-06-19  Ted Gould  <ted@canonical.com>
 
4315
 
 
4316
        Adding in separators
 
4317
 
 
4318
2009-06-19  Ted Gould  <ted@canonical.com>
 
4319
 
 
4320
        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.
 
4321
 
 
4322
2009-06-16  Ted Gould  <ted@canonical.com>
 
4323
 
 
4324
        Building the service files more correctly.
 
4325
 
 
4326
2009-06-12  Ted Gould  <ted@canonical.com>
 
4327
 
 
4328
        Okay, we need functions as we want a list of icons.
 
4329
 
 
4330
2009-06-12  Ted Gould  <ted@canonical.com>
 
4331
 
 
4332
        A quickly little object to put itself on DBus.
 
4333
 
 
4334
2009-06-12  Ted Gould  <ted@canonical.com>
 
4335
 
 
4336
        Brining in the client side of the API
 
4337
 
 
4338
2009-06-12  Ted Gould  <ted@canonical.com>
 
4339
 
 
4340
        Actually the client is the indicator.  Silly to have one binary be both client and server, heh.
 
4341
 
 
4342
2009-06-12  Ted Gould  <ted@canonical.com>
 
4343
 
 
4344
        Adding a DBus interface for the status specific stuff
 
4345
 
 
4346
2009-06-12  Ted Gould  <ted@canonical.com>
 
4347
 
 
4348
        Some comments describing the intentions of the functions.
 
4349
 
 
4350
2009-06-12  Ted Gould  <ted@canonical.com>
 
4351
 
 
4352
        Putting in the status translation tables.
 
4353
 
 
4354
2009-06-11  Ted Gould  <ted@canonical.com>
 
4355
 
 
4356
        Adding in a proxy to start gettin' us some Pidgin
 
4357
 
 
4358
2009-06-11  Ted Gould  <ted@canonical.com>
 
4359
 
 
4360
        Oops, what a mess up. But this sure makes things unhappy.  Nasty to debug segfault.
 
4361
 
 
4362
2009-06-11  Ted Gould  <ted@canonical.com>
 
4363
 
 
4364
        Okay, let's use these providers.  We're 733t now.
 
4365
 
 
4366
2009-06-11  Ted Gould  <ted@canonical.com>
 
4367
 
 
4368
        Starting to connect things together.  Let's get some Pidgin in there.
 
4369
 
 
4370
2009-06-11  Ted Gould  <ted@canonical.com>
 
4371
 
 
4372
        Now we're setting the status provider functions of the StatusProvider interface.
 
4373
 
 
4374
2009-06-11  Ted Gould  <ted@canonical.com>
 
4375
 
 
4376
        Preliminary pidgin wrappers.
 
4377
 
 
4378
2009-06-11  Ted Gould  <ted@canonical.com>
 
4379
 
 
4380
        Adding in a good ol' signal handler and even emits this puppy.  Whew.
 
4381
 
 
4382
2009-06-11  Ted Gould  <ted@canonical.com>
 
4383
 
 
4384
        Some public funtions and now they can be subclassed
 
4385
 
 
4386
2009-06-11  Ted Gould  <ted@canonical.com>
 
4387
 
 
4388
        Don't need a private or dispose or finalize.  This class is more of an interface.
 
4389
 
 
4390
2009-06-11  Ted Gould  <ted@canonical.com>
 
4391
 
 
4392
        Moving the enum into the provider object and changing the name everywhere.
 
4393
 
 
4394
2009-06-11  Ted Gould  <ted@canonical.com>
 
4395
 
 
4396
        Providing the first hints at an API
 
4397
 
 
4398
2009-06-11  Ted Gould  <ted@canonical.com>
 
4399
 
 
4400
        Adding in the basic (generated) framework for the status provider object
 
4401
 
 
4402
2009-06-10  Ted Gould  <ted@canonical.com>
 
4403
 
 
4404
        Oops, forgot about invisible.  I guess that's kinda expected though, as it's invisible.
 
4405
 
 
4406
2009-06-10  Ted Gould  <ted@canonical.com>
 
4407
 
 
4408
        Connecting in a callback.
 
4409
 
 
4410
2009-06-10  Ted Gould  <ted@canonical.com>
 
4411
 
 
4412
        Building the menuitems
 
4413
 
 
4414
2009-06-10  Ted Gould  <ted@canonical.com>
 
4415
 
 
4416
        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.
 
4417
 
 
4418
2009-06-10  Ted Gould  <ted@canonical.com>
 
4419
 
 
4420
        Making sure to clean up the generated service files.  Whew.  Pass distcheck.
 
4421
 
 
4422
2009-06-10  Ted Gould  <ted@canonical.com>
 
4423
 
 
4424
        Adding in the DBus services directory with localinstall support
 
4425
 
 
4426
2009-06-10  Ted Gould  <ted@canonical.com>
 
4427
 
 
4428
        Adding a configure flag so that indicators can be installed locally for distcheck purposes.
 
4429
 
 
4430
2009-06-09  Ted Gould  <ted@canonical.com>
 
4431
 
 
4432
        Copying that code into the other two services.  Now we're dbus-y.
 
4433
 
 
4434
2009-06-09  Ted Gould  <ted@canonical.com>
 
4435
 
 
4436
        Bringing up a dbusmenu item.
 
4437
 
 
4438
2009-06-09  Ted Gould  <ted@canonical.com>
 
4439
 
 
4440
        Adding more dependencies and cflags and stuff to make the builds of the services more complete
 
4441
 
 
4442
2009-06-09  Ted Gould  <ted@canonical.com>
 
4443
 
 
4444
        Oh, stealing the methods used in PolicyKit for building these.  I dislike calling sed directly, but the results are fantastic.
 
4445
 
 
4446
2009-06-09  Ted Gould  <ted@canonical.com>
 
4447
 
 
4448
        Adding in a bunch of service files.  We're hip now.
 
4449
 
 
4450
2009-06-09  Ted Gould  <ted@canonical.com>
 
4451
 
 
4452
        Now we're building services.  Snazy.
 
4453
 
 
4454
2009-06-08  Ted Gould  <ted@canonical.com>
 
4455
 
 
4456
        Renaming the C file as well.
 
4457
 
 
4458
2009-06-08  Ted Gould  <ted@canonical.com>
 
4459
 
 
4460
        Changing the name to get rid of FUSA, which doesn't really make sense anymore.
 
4461
 
 
4462
2009-06-08  Ted Gould  <ted@canonical.com>
 
4463
 
 
4464
        Making things into a set of three user-daemons.
 
4465
 
 
4466
2009-06-08  Ted Gould  <ted@canonical.com>
 
4467
 
 
4468
        Switching the pkgconfig based directory.
 
4469
 
 
4470
2009-06-08  Ted Gould  <ted@canonical.com>
 
4471
 
 
4472
        Changing the build stuff for ye ol' fusa indicator
 
4473
 
 
4474
2009-06-08  Ted Gould  <ted@canonical.com>
 
4475
 
 
4476
        Adding in new deps and a version bump
 
4477
 
 
4478
2009-06-08  Ted Gould  <ted@canonical.com>
 
4479
 
 
4480
        Merging from trunk.  Splitting out packaging and getting all the files.
 
4481
 
 
4482
2009-06-08  Ted Gould  <ted@canonical.com>
 
4483
 
 
4484
        Removing packaing from trunk
 
4485
 
 
4486
2009-06-08  Ted Gould  <ted@canonical.com>
 
4487
 
 
4488
        Heh, forgot to put that file in.
 
4489
 
 
4490
2008-12-04  Ted Gould  <ted@canonical.com>
 
4491
 
 
4492
        FUSA-fying it
 
4493
 
 
4494
2008-12-04  Ted Gould  <ted@canonical.com>
 
4495
 
 
4496
        Ignore stuff
 
4497
 
 
4498
2008-12-04  Ted Gould  <ted@canonical.com>
 
4499
 
 
4500
        Moving the directory
 
4501
 
 
4502
2008-12-04  Ted Gould  <ted@canonical.com>
 
4503
 
 
4504
        Starting Debian Packaging
 
4505
 
 
4506
2008-12-04  Ted Gould  <ted@canonical.com>
 
4507
 
 
4508
        Showing by default.
 
4509
 
 
4510
2008-12-04  Ted Gould  <ted@canonical.com>
 
4511
 
 
4512
        Making the directory the same as the applet.  Should have done that first, eh.
 
4513
 
 
4514
2008-12-04  Ted Gould  <ted@canonical.com>
 
4515
 
 
4516
        Ignoring
 
4517
 
 
4518
2008-12-04  Ted Gould  <ted@canonical.com>
 
4519
 
 
4520
        Actually getting this all to build reasonably.
 
4521
 
 
4522
2008-12-04  Ted Gould  <ted@canonical.com>
 
4523
 
 
4524
        Checkmark checkin
 
4525