~ubuntu-branches/ubuntu/vivid/libgwibber/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
# Generated by Makefile. Do not edit.

2011-02-23  Ken VanDine  <ken.vandine@canonical.com>

	fixed includedir

2011-01-23  Ken VanDine  <ken.vandine@canonical.com>

	Expose error signal with libgwibber

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	includedir fixes

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	version bump, 0.1.1

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	distcheck fixes

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	Removed missing source file

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	Make API version more dynamic at build time

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	autotools fixes for properly using valac to generate the girs

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2011-01-10  Ken VanDine  <ken.vandine@canonical.com>

	Drop the style tab

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	Use valac to generate the girs

2011-01-20  Ken VanDine  <ken.vandine@canonical.com>

	Simplifying the gir creation

2011-01-04  Ken VanDine  <ken.vandine@canonical.com>

	ABI bump

2010-12-23  Ken VanDine  <ken.vandine@canonical.com>

	soname version fixes for 0.1.0

2010-12-23  Ken VanDine  <ken.vandine@canonical.com>

	dist fixes

2010-12-23  Ken VanDine  <ken.vandine@canonical.com>

	Version bump 0.1.0

2010-12-23  Ken VanDine  <ken.vandine@canonical.com>

	Bump version to 0.1.0

2010-12-23  Ken VanDine  <ken.vandine@canonical.com>

	Fix Dee version

2010-12-20  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-12-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make work with latest dee

2010-12-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	switch off bindings and examples

2010-12-16  Ken VanDine  <ken.vandine@canonical.com>

	Fix auto connecting of the signals

2010-12-16  Ken VanDine  <ken.vandine@canonical.com>

	added Makefile.am for the client/data dir

2010-12-16  Ken VanDine  <ken.vandine@canonical.com>

	Added license for the client

2010-12-16  Ken VanDine  <ken.vandine@canonical.com>

	Added gwibber-preferences

2010-12-12  Ken VanDine  <ken.vandine@canonical.com>

	Hook up accounts and preferences menus

2010-12-12  Ken VanDine  <ken.vandine@canonical.com>

	Added signals for LoadingStarted and LoadingComplete

2010-12-01  Ken VanDine  <ken.vandine@canonical.com>

	Use BASE_LIBS to help scan objects

2010-11-30  Ken VanDine  <ken.vandine@canonical.com>

	Merged in more of Neil's polishing work
	* Some clean up, connect to add/remove/changed signals
	* Fix adding more tiles if there is some free space
	* Restore the sexiness. Oh yes, the sexiness

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some clean up, connect to add/remove/changed signals

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix adding more tiles if there is some free space

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Restore the sexiness. Oh yes, the sexiness

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	disable bindings and examples, merge with kens branch

2010-11-29  Ken VanDine  <ken.vandine@canonical.com>

	Merged in drawing and layout fixes from Neil

2010-11-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Switched to GtkLayout to hold the VBox, it sucks, but it's the best I can do without having to write an entire flipping pack widget

2010-11-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix drawing issues with RGBA (some fixes for RGB still remaining)

2010-11-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix drawing of background

2010-11-29  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-11-26  Ken VanDine  <ken.vandine@canonical.com>

	Use strings to check for {send,receive}_enabled, so we can default to null

2010-11-23  Ken VanDine  <ken.vandine@canonical.com>

	Override expose_event instead of using the signal

2010-11-23  Ken VanDine  <ken.vandine@canonical.com>

	wrap the panes in vbox

2010-11-22  Ken VanDine  <ken.vandine@canonical.com>

	fixes for building with dee

2010-11-21  Ken VanDine  <ken.vandine@canonical.com>

	Merged patch from Ryan Paul adding account colors to the titles

2010-11-21  Ken VanDine  <ken.vandine@canonical.com>

	set window icon

2010-11-21  Ken VanDine  <ken.vandine@canonical.com>

	Added menus and some about dialog data

2010-11-21  Ken VanDine  <ken.vandine@canonical.com>

	Added client stuff

2010-11-21  Ken VanDine  <ken.vandine@canonical.com>

	Added the new StreamView widget from Neil Patel

2010-11-20  Ken VanDine  <ken.vandine@canonical.com>

	Added some menus

2010-11-12  Ken VanDine  <ken.vandine@canonical.com>

	Add 2 pixels to the bottom to keep the toggle buttons hitting the bottom

2010-11-12  Ken VanDine  <ken.vandine@canonical.com>

	Updated library ref

2010-11-12  Ken VanDine  <ken.vandine@canonical.com>

	Catch DBus failures

2010-11-12  Ken VanDine  <ken.vandine@canonical.com>

	Fixes for properly getting the Account objects in the AccountTargetBar

2010-11-08  Ken VanDine  <ken.vandine@canonical.com>

	ABI bump

2010-11-08  Ken VanDine  <ken.vandine@canonical.com>

	Work toward being more "GObject" friendly, using properties for Account

2010-10-08  Ken VanDine  <ken.vandine@canonical.com>

	Include a --disable-deprecated configure arg to set the CFLAGS to build without deprecated APIs (LP: #655752)

2010-10-08  Ken VanDine  <ken.vandine@canonical.com>

	Don't include buttons in the AccountTargetBar for services that aren't capable of sending (LP: #656963)

2010-10-08  Ken VanDine  <ken.vandine@canonical.com>

	GTK+3 fixes: use accessor functions instead direct access (LP: #655752)

2010-10-08  Ken VanDine  <ken.vandine@canonical.com>

	Use HashTable.full to define destroy functions

2010-09-17  Ken VanDine  <ken.vandine@canonical.com>

	Version bump to 0.0.7

2010-08-21  Ken VanDine  <ken.vandine@canonical.com>

	Use HashTable.full to define destroy functions

2010-08-21  Ken VanDine  <ken.vandine@canonical.com>

	Make sure expose_view lambda returns false, patch thanks to Alexander Sack 

2010-08-21  Ken VanDine  <ken.vandine@canonical.com>

	post release version bump

2010-08-20  Ken VanDine  <ken.vandine@canonical.com>

	Version bump, 0.0.5

2010-08-20  Ken VanDine  <ken.vandine@canonical.com>

	Added help output for services, accounts and features to example-vala

2010-08-20  Ken VanDine  <ken.vandine@canonical.com>

	Cleaned up some error handling

2010-08-19  Ken VanDine  <ken.vandine@canonical.com>

	use g_signal_connect, gtk_signal_connect is deprecated

2010-08-17  Ken VanDine  <ken.vandine@canonical.com>

	Simplified the examples a little

2010-08-17  Ken VanDine  <ken.vandine@canonical.com>

	Fixed a pkg-config requires for gwibber-gtk-sharp-0.0 

2010-08-17  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-08-16  Ken VanDine  <ken.vandine@canonical.com>

	added autogen.sh to EXTRA_DIST

2010-08-14  Ken VanDine  <ken.vandine@canonical.com>

	Added is_available signal for Streams, Connection, Accounts, and URLShorten

2010-08-14  Ken VanDine  <ken.vandine@canonical.com>

	Added stub for streams interface

2010-08-13  Ken VanDine  <ken.vandine@canonical.com>

	Don't depend on DBus-1.0.gir to build, use --pkg=dbus-glib-1 instead of include

2010-08-12  Ken VanDine  <ken.vandine@canonical.com>

	post release version bump to 0.0.4

2010-08-12  Ken VanDine  <ken.vandine@canonical.com>

	make utils internal only

2010-08-12  Ken VanDine  <ken.vandine@canonical.com>

	* Added Gwibber.Service.start method for starting gwibber-service
	* Added signal to watch for service availability
	- Gwibber.Service.is_available(bool)
	* Updated examples to include "start"

2010-08-05  Ken VanDine  <ken.vandine@canonical.com>

	added FIXME for getting the overlay color

2010-08-05  Ken VanDine  <ken.vandine@canonical.com>

	version bump for 0.0.3

2010-08-05  Ken VanDine  <ken.vandine@canonical.com>

	Use the 22x22 service icons

2010-08-05  Ken VanDine  <ken.vandine@canonical.com>

	Draw nice rounded corners on the account buttons

2010-08-05  Ken VanDine  <ken.vandine@canonical.com>

	Color the account buttons based on the account

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	Make the dbus interfaces we use private

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	Mark external dbus interfaces as private

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	fixed a includedir for g-ir

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-08-03  Ken VanDine  <ken.vandine@canonical.com>

	Added the overlay character counter

2010-08-02  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	work towards adding the overlay for the character count

2010-08-02  Ken VanDine  <ken.vandine@canonical.com>

	Specify namespace used for Gwibber calls

2010-08-02  Ken VanDine  <ken.vandine@canonical.com>

	fix distcheck for entry-python.py rename

2010-08-02  Ken VanDine  <ken.vandine@canonical.com>

	Renamed the python entry example to match the others

2010-08-02  Ken VanDine  <ken.vandine@canonical.com>

	* Renamed the example source files to be more reflective of what the example is
	* Added an example entry in C
	* Removed old example source

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	distcheck fixes

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	Added python example that uses libgwibber-gtk with introspection

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	clear the buffer after posting

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	a little less padding

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	Make the tooltips for disabled/enabled reflect status

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	Removed more unneeded print statements

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	change default height in examples

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	* added label for "Send with:"
	* increase the padding a little

2010-08-01  Ken VanDine  <ken.vandine@canonical.com>

	tidy up the autotools foo in examples

2010-07-31  Ken VanDine  <ken.vandine@canonical.com>

	fixed build for mono-entry

2010-07-31  Ken VanDine  <ken.vandine@canonical.com>

	added mono-entry example

2010-07-31  Ken VanDine  <ken.vandine@canonical.com>

	remove a debugging statement

2010-07-31  Ken VanDine  <ken.vandine@canonical.com>

	set window titles

2010-07-30  Ken VanDine  <ken.vandine@canonical.com>

	Uncomment out on_send

2010-07-30  Ken VanDine  <ken.vandine@canonical.com>

	ToggleButtons now work both ways

2010-07-30  Ken VanDine  <ken.vandine@canonical.com>

	Hooked up most of the signals for refreshing the account buttons on the AccountTargetBar

2010-07-30  Ken VanDine  <ken.vandine@canonical.com>

	Connect some signals for toggling enabled

2010-07-30  Ken VanDine  <ken.vandine@canonical.com>

	Simplify method names for services

2010-07-29  Ken VanDine  <ken.vandine@canonical.com>

	Version bump for 0.0.2

2010-07-29  Ken VanDine  <ken.vandine@canonical.com>

	* Added missing example file
	* Renamed some method to simplify the interfaces

2010-07-29  Ken VanDine  <ken.vandine@canonical.com>

	more re-org

2010-07-28  Ken VanDine  <ken.vandine@canonical.com>

	refactored to move Accounts out of Service

2010-07-28  Ken VanDine  <ken.vandine@canonical.com>

	added send_enabled method

2010-07-28  Ken VanDine  <ken.vandine@canonical.com>

	Populate the buttons with accounts for AccountTargetBar

2010-07-28  Ken VanDine  <ken.vandine@canonical.com>

	Split out simple-entry

2010-07-26  Ken VanDine  <ken.vandine@canonical.com>

	Ported to the new Gwibber API, >> 2.31.2

2010-07-17  Ken VanDine  <ken.vandine@canonical.com>

	Added dist-hook to create ChangeLog with dist

2010-06-25  Ken VanDine  <ken.vandine@canonical.com>

	don't run valagtkdoc, it doesn't work yet

2010-06-25  Ken VanDine  <ken.vandine@canonical.com>

	Added SimpleEntry, which doesn't display the accounts just the send button

2010-06-22  Ken VanDine  <ken.vandine@canonical.com>

	Rename functions to be more inline with C and vala standards

2010-06-22  Ken VanDine  <ken.vandine@canonical.com>

	fix some json handling for GetServices

2010-06-22  Ken VanDine  <ken.vandine@canonical.com>

	white space cleanup

2010-06-22  Ken VanDine  <ken.vandine@canonical.com>

	better handling of features results

2010-06-22  Ken VanDine  <ken.vandine@canonical.com>

	Handle json for GetAccounts properly

2010-06-21  Ken VanDine  <ken.vandine@canonical.com>

	more twiddling with json parsing for GetAccounts

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	cleaned up configure.ac

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	Namespace fixes for gir

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	require gtk-doc for distcheck

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	added gtk-doc

2010-06-20  Ken VanDine  <ken.vandine@canonical.com>

	Removed python bindings, we now build introspection data and pygi is working well.

2010-06-19  Ken VanDine  <ken.vandine@canonical.com>

	Added introspection for libgwibber and libgwibber-gtk

2010-06-18  Ken VanDine  <ken.vandine@canonical.com>

	Added gwibber-gtk mono bindings

2010-06-18  Ken VanDine  <ken.vandine@canonical.com>

	added header to mono-example.cs

2010-06-18  Ken VanDine  <ken.vandine@canonical.com>

	removed tests, we don't have them yet

2010-06-18  Ken VanDine  <ken.vandine@canonical.com>

	Packaging related fixes

2010-06-18  Ken VanDine  <ken.vandine@canonical.com>

	Experimenting with json-glib, i think it is broken

2010-06-15  Ken VanDine  <ken.vandine@canonical.com>

	consolidated examples into a single source

2010-06-13  Ken VanDine  <ken.vandine@canonical.com>

	moved mono examples into a single file

2010-06-11  Ken VanDine  <ken.vandine@canonical.com>

	fixed the mono example to not crash

2010-06-10  Ken VanDine  <ken.vandine@canonical.com>

	ship the API file with the mono bindings

2010-06-10  Ken VanDine  <ken.vandine@canonical.com>

	Added support for the GetVersion method

2010-06-10  Ken VanDine  <ken.vandine@canonical.com>

	distcheck fixes

2010-06-08  Ken VanDine  <ken.vandine@canonical.com>

	distcheck fixes

2010-06-08  Ken VanDine  <ken.vandine@canonical.com>

	* Clean up API

2010-06-08  Ken VanDine  <ken.vandine@canonical.com>

	Added python bindings

2010-06-08  Ken VanDine  <ken.vandine@canonical.com>

	don't clean as much

2010-06-04  Ken VanDine  <ken.vandine@canonical.com>

	Fixed location of headers

2010-06-04  Ken VanDine  <ken.vandine@canonical.com>

	Added quit example and fixed mono build

2010-06-04  Ken VanDine  <ken.vandine@canonical.com>

	Fixes for mono bindings

2010-06-03  Ken VanDine  <ken.vandine@canonical.com>

	include gwibber.pc in dist

2010-06-03  Ken VanDine  <ken.vandine@canonical.com>

	distcheck fixes

2010-06-03  Ken VanDine  <ken.vandine@canonical.com>

	initial import