~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
3
 
commit a742ba0ae74bce8f5b4fd0cc83ff66ddf3d311b1
4
 
Author: daniel g. siegel <siegel@in.tum.de>
5
 
Date:   Mon Oct 19 21:07:54 2009 +0200
6
 
 
7
 
    update NEWS file
8
 
 
9
 
M       NEWS
10
 
 
11
 
commit f9cdaa0aefc63f002c8d7be2664efacc166b8cc9
 
3
commit 1bcee8303da100638277a20acff36649e6a53f1c
 
4
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
5
Date:   Fri Apr 23 00:48:47 2010 +0200
 
6
 
 
7
    Updated Catalan (Valencian) translation
 
8
 
 
9
M       po/ca@valencia.po
 
10
 
 
11
commit dd373fb9b3847abd53529456b643249a219521be
 
12
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
13
Date:   Thu Apr 22 23:51:32 2010 +0200
 
14
 
 
15
    Updated Catalan (Valencian) translation
 
16
 
 
17
M       po/ca@valencia.po
 
18
 
 
19
commit 32b3b6f139a5ad5391d55c67ba6e66604ff4a76d
 
20
Author: Umarzuki Bin Mochlis Moktar <sir.ade@gmail.com>
 
21
Date:   Thu Apr 22 19:48:55 2010 +0300
 
22
 
 
23
    Added Malay (ms) to LINGUAS
 
24
 
 
25
M       po/LINGUAS
 
26
 
 
27
commit db44266b56cb503e3d5086456276c2d41f11c594
 
28
Author: Umarzuki Bin Mochlis Moktar <sir.ade@gmail.com>
 
29
Date:   Thu Apr 22 19:48:31 2010 +0300
 
30
 
 
31
    Added Malay translation for cheese
 
32
 
 
33
A       po/ms.po
 
34
 
 
35
commit fba61486adb3fb9e0172e79ffd8beeaef079ab30
 
36
Author: Yuvaraj Pandian <yuvipanda@gmail.com>
 
37
Date:   Fri Apr 9 01:34:42 2010 +0530
 
38
 
 
39
    menu: disable Take Photo when there is no camera
 
40
 
 
41
    https://bugzilla.gnome.org/show_bug.cgi?id=615002
 
42
 
 
43
M       src/cheese-window.c
 
44
 
 
45
commit 3c4321933b5b5ff68074aa4c4acc3485ca3f71c6
 
46
Author: Matthias Clasen <mclasen@redhat.com>
 
47
Date:   Thu Apr 22 08:24:36 2010 +0200
 
48
 
 
49
    effects: fix a text rendering problem
 
50
 
 
51
    Fix a text rendering problem with complex languages caused by
 
52
    misuse of
 
53
    cairo font api instead of the proper Pango one.
 
54
 
 
55
    https://bugzilla.gnome.org/show_bug.cgi?id=613287
 
56
 
 
57
M       src/cheese-effect-chooser.c
 
58
 
 
59
commit e105bf2d5e04043c9ac3944ed4b1409ae7e9e5f0
 
60
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
61
Date:   Thu Apr 22 08:21:52 2010 +0200
 
62
 
 
63
    effects: don't use uninitialized ints
 
64
 
 
65
M       src/cheese-effect-chooser.c
 
66
 
 
67
commit 4301c9943fcc82db468561f00d277579ce08319f
 
68
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
69
Date:   Thu Apr 22 08:20:14 2010 +0200
 
70
 
 
71
    build: enable GSEAL
 
72
 
 
73
    Enable GSEAL for GNOME 3 readiness
 
74
 
 
75
M       configure.ac
 
76
 
 
77
commit cb325851850fdb6ead4feabc83b34d50d4752f5e
 
78
Author: Javier Jardón <jjardon@gnome.org>
 
79
Date:   Tue Dec 8 03:28:12 2009 +0100
 
80
 
 
81
    Use accessor functions instead direct access. Final patch
 
82
 
 
83
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585210
 
84
 
 
85
M       libcheese/cheese-camera.c
 
86
M       libcheese/cheese-countdown.c
 
87
M       libcheese/cheese-widget.c
 
88
M       libcheese/um-crop-area.c
 
89
M       src/cheese-effect-chooser.c
 
90
M       src/cheese-no-camera.c
 
91
M       src/cheese-window.c
 
92
 
 
93
commit 304b605a1ece71536835f93249cfbe4648d47c49
 
94
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
 
95
Date:   Wed Apr 21 12:35:33 2010 +0530
 
96
 
 
97
    Updated Kannada translations
 
98
 
 
99
M       po/kn.po
 
100
 
 
101
commit f0cb18f92039562afc7ae5ff1227d8de2ebb8996
 
102
Author: Andika Triwidada <andika@gmail.com>
 
103
Date:   Sun Apr 18 17:39:07 2010 +0700
 
104
 
 
105
    Added Indonesian translation
 
106
    Added id to LINGUAS
 
107
 
 
108
M       po/LINGUAS
 
109
A       po/id.po
 
110
 
 
111
commit 645c016faf27782a0e957b88115b39e0d7e5e9f0
 
112
Author: Xandru Armesto Fernandez <xandru@softastur.org>
 
113
Date:   Tue Apr 13 21:08:09 2010 +0200
 
114
 
 
115
    Updated asturian translation
 
116
 
 
117
M       po/ast.po
 
118
 
 
119
commit 92909c881e1782097fa38d98114968450aa75337
 
120
Author: Runa Bhattacharjee <runab@redhat.com>
 
121
Date:   Fri Apr 9 16:00:38 2010 +0530
 
122
 
 
123
    Typos corrected
 
124
 
 
125
M       po/bn_IN.po
 
126
 
 
127
commit 3bfdc70a32249dc93092a3b5fd9c0b93af1575c3
12
128
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
13
 
Date:   Fri Oct 16 19:44:26 2009 +0700
14
 
 
15
 
    Undo previous commit, wrong branch. Updated some translations.
16
 
 
17
 
M       po/th.po
18
 
 
19
 
commit 4353fb2c339808e7cadb445c735444e7780151f5
20
 
Author: Akom C <knight2000@gmail.com>
21
 
Date:   Fri Oct 16 19:33:47 2009 +0700
22
 
 
23
 
    Updated Thai translation.
24
 
 
25
 
M       po/th.po
26
 
 
27
 
commit 2b6fe6d8d872567710a6f40e4022a2096836a82c
 
129
Date:   Tue Apr 6 15:48:58 2010 +0700
 
130
 
 
131
    Updated Thai translation.
 
132
 
 
133
M       po/th.po
 
134
 
 
135
commit 4849d2a298d0c4827ffb4a7056d82823bd8a9d19
 
136
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
 
137
Date:   Tue Mar 30 21:42:59 2010 +0900
 
138
 
 
139
    Updated Japanese translation.
 
140
 
 
141
M       po/ja.po
 
142
 
 
143
commit 8b05769809f62c1771d5b88d67b8ecaa948d38e5
 
144
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
145
Date:   Mon Mar 29 23:21:36 2010 +0200
 
146
 
 
147
    Post release version bump
 
148
 
 
149
M       configure.ac
 
150
 
 
151
commit f62ae97c00ba5898df18ca95b48a8d8b29d08419
 
152
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
153
Date:   Mon Mar 29 23:07:44 2010 +0200
 
154
 
 
155
    Update release notes for 2.30.0
 
156
 
 
157
M       NEWS
 
158
 
 
159
commit 857baac3376c0ee59c79bc96e46c508111a061bc
 
160
Author: daniel g. siegel <dgsiegel@gnome.org>
 
161
Date:   Mon Mar 29 22:53:58 2010 +0200
 
162
 
 
163
    add our small nifty maintainer script
 
164
 
 
165
A       tools/maintainer.sh
 
166
 
 
167
commit 892ad0214ef2719523c53d61b943009970c9ce2f
 
168
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
169
Date:   Mon Mar 29 22:47:49 2010 +0200
 
170
 
 
171
    Prerelease version bump
 
172
 
 
173
M       configure.ac
 
174
 
 
175
commit 5ae7a77b1c33864064ef2013654b6735cbce2170
 
176
Author: Simos Xenitellis <simos@gnome.org>
 
177
Date:   Mon Mar 29 16:49:00 2010 +0300
 
178
 
 
179
    Updated Greek translation for cheese documentation
 
180
 
 
181
M       help/el/el.po
 
182
 
 
183
commit 2e29b5af8269e01ebcbb94dad450f43626a5816c
 
184
Author: Petr Kovar <pknbe@volny.cz>
 
185
Date:   Mon Mar 29 01:18:11 2010 +0200
 
186
 
 
187
    Update Czech translation by Lucas Lommer
 
188
 
 
189
M       po/cs.po
 
190
 
 
191
commit 9396668ef1a982d15c0124d1c55a9a158cf8fcb0
 
192
Author: Petr Kovar <pknbe@volny.cz>
 
193
Date:   Sun Mar 28 17:59:54 2010 +0200
 
194
 
 
195
    Add Czech help translation by Lucas Lommer
 
196
 
 
197
M       help/Makefile.am
 
198
A       help/cs/cs.po
 
199
 
 
200
commit ef22eb0e34644034c38a0651da14893729d055bd
 
201
Author: Žygimantas Beručka <zygis@gnome.org>
 
202
Date:   Sun Mar 28 18:19:43 2010 +0300
 
203
 
 
204
    Updated Lithuanian translation
 
205
 
 
206
M       po/lt.po
 
207
 
 
208
commit 7e1202019d8e259424d251d36ee4994fcf7f0a68
 
209
Author: Jamil Ahmed <itsjamil@gmail.com>
 
210
Date:   Sun Mar 28 00:50:16 2010 +0600
 
211
 
 
212
    Updated Bengali translation
 
213
 
 
214
M       po/bn.po
 
215
 
 
216
commit 8749f37bdffb1a5de4419644b225d1a47d5e0e9b
 
217
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
218
Date:   Sat Mar 27 15:07:13 2010 +0100
 
219
 
 
220
    Updated Basque language
 
221
 
 
222
M       po/eu.po
 
223
 
 
224
commit 30abc51d86b7b8d392d69f6390942acccdc3987f
 
225
Author: A S Alam <aalam@users.sf.net>
 
226
Date:   Sat Mar 27 08:27:46 2010 +0530
 
227
 
 
228
    update Punjabi Translation
 
229
 
 
230
M       po/pa.po
 
231
 
 
232
commit 2df1bf402406fb1953866a3b9eda0ca710c0811a
 
233
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
234
Date:   Fri Mar 26 12:57:08 2010 +0200
 
235
 
 
236
    Updated Ukrainian translation
 
237
 
 
238
M       po/uk.po
 
239
 
 
240
commit ff42c8bd6889fb3459b4471f4dfdd5e66cc9ea02
 
241
Author: Μάριος Ζηντίλης <m.zindilis@dmajor.org>
 
242
Date:   Thu Mar 25 11:09:53 2010 +0200
 
243
 
 
244
    Updated Greek translation
 
245
 
 
246
M       help/el/el.po
 
247
 
 
248
commit ee66579a043e15595f92711cfdfbf8f3ebe4f3d0
 
249
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
250
Date:   Wed Mar 24 16:59:10 2010 +0100
 
251
 
 
252
    main: include rsvg header in cheese.c
 
253
 
 
254
    Forgot it in previous commit
 
255
 
 
256
M       src/cheese.c
 
257
 
 
258
commit f3d79dd01a3aa98ce95aabb046ce684e0a5254e9
 
259
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
260
Date:   Wed Mar 24 08:52:13 2010 +0100
 
261
 
 
262
    countdown: move rsvg_init and rsvg_term into main
 
263
 
 
264
    Initialize rsvg at startup and clean it up at exit.
 
265
    rsvg_term is particularly subtle as it calls xmlCleanupParser()
 
266
    triggering nasty crashes (e.g. with PulseAudio) with multithread
 
267
    applications.
 
268
    See http://0pointer.de/blog/projects/beware-of-rsvg-term.html for more
 
269
    info.
 
270
    Rsvg loading seems to work even without these functions so I'm
 
271
    not sure
 
272
    it's worth to keep them.
 
273
 
 
274
    https://bugzilla.gnome.org/show_bug.cgi?id=592100
 
275
 
 
276
M       libcheese/cheese-countdown.c
 
277
M       src/cheese.c
 
278
 
 
279
commit 3d2d83b42e17589a4682f4476908367255f65c96
 
280
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
281
Date:   Sun Mar 21 10:22:16 2010 +0100
 
282
 
 
283
    window: set correct label when recording
 
284
 
 
285
    Set the main button label to "Stop recording" while recording.
 
286
 
 
287
    https://bugzilla.gnome.org/show_bug.cgi?id=613421
 
288
 
 
289
M       src/cheese-window.c
 
290
 
 
291
commit ccc8545f631089b1d95dab9cacf05bacde0f29fc
 
292
Author: Matthias Clasen <mclasen@redhat.com>
 
293
Date:   Wed Mar 24 16:40:33 2010 +0100
 
294
 
 
295
    widget: use dialog-error icon
 
296
 
 
297
    The "error" icon used before doesn't exist in gnome-icon-theme
 
298
    2.29 and
 
299
    causes crashes. Use "dialog-error" instead.
 
300
 
 
301
    https://bugzilla.gnome.org/show_bug.cgi?id=613067
 
302
 
 
303
M       libcheese/cheese-widget.c
 
304
 
 
305
commit dcf4e544b9b24d5218ce0d9f2d17d43535ec44e9
 
306
Author: Anders Jenbo <anders@jenbo.dk>
 
307
Date:   Tue Mar 23 22:58:12 2010 +0100
 
308
 
 
309
    Updated Danish translation
 
310
 
 
311
M       po/da.po
 
312
 
 
313
commit 02aaec20327e99f0d54135cdf513043e7ece3940
 
314
Author: Sweta Kothari <swkothar@redhat.com>
 
315
Date:   Tue Mar 23 14:18:04 2010 +0530
 
316
 
 
317
    Updated Gujarati Translations
 
318
 
 
319
M       po/gu.po
 
320
 
 
321
commit df57ca243ee7a35421b2d8ebee6ae564d2cd0a11
 
322
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
 
323
Date:   Sat Mar 13 19:46:40 2010 +0100
 
324
 
 
325
    Updated Norwegian Nynorsk translation
 
326
 
 
327
M       po/nn.po
 
328
 
 
329
commit e9b1fbf93a4153f8fd6a755cb5aff72f5e7770d3
 
330
Author: Alessandro Falappa <alessandro@falappa.net>
 
331
Date:   Sat Mar 13 16:19:42 2010 +0100
 
332
 
 
333
    Updated Italian translation
 
334
 
 
335
M       po/it.po
 
336
 
 
337
commit 94469b1195ced2137fff764493547c40ec71a640
 
338
Author: Changwoo Ryu <cwryu@debian.org>
 
339
Date:   Sat Mar 13 14:01:28 2010 +0900
 
340
 
 
341
    Updated Korean translation
 
342
 
 
343
M       po/ko.po
 
344
 
 
345
commit 927126ffa0e94e9e8281484384448319b1a26591
 
346
Author: Peteris Krisjanis <pecisk@gmail.com>
 
347
Date:   Thu Mar 11 23:14:56 2010 +0200
 
348
 
 
349
    Updated Latvian translation.
 
350
 
 
351
M       po/lv.po
 
352
 
 
353
commit adcc8b61d52aaaebf3474dc5d00dead46577fec5
 
354
Author: Branko Kokanović <branko.kokanovic@gmail.com>
 
355
Date:   Thu Mar 11 15:16:31 2010 +0100
 
356
 
 
357
    Updated Serbian translations
 
358
 
 
359
M       po/sr.po
 
360
M       po/sr@latin.po
 
361
 
 
362
commit dac0c527df84101a6d274f062b04898f63086217
 
363
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
364
Date:   Mon Mar 8 23:16:18 2010 +0100
 
365
 
 
366
    Update release notes for 2.29.2
 
367
 
 
368
M       NEWS
 
369
 
 
370
commit 14ae12abbe70288c24591661ae5e4707e5d474ef
 
371
Author: Kostas Papadimas <pkst@gnome.org>
 
372
Date:   Sat Mar 6 13:35:04 2010 +0200
 
373
 
 
374
    Updated Greek translation.
 
375
 
 
376
M       po/el.po
 
377
 
 
378
commit 95c5c5e0ae8c2bcbdc40d6de60cf18fdb48c53a8
 
379
Author: Kjartan Maraas <kmaraas@gnome.org>
 
380
Date:   Fri Mar 5 17:44:53 2010 +0100
 
381
 
 
382
    Updated Norwegian bokmål translation
 
383
 
 
384
M       po/nb.po
 
385
 
 
386
commit 0c817bb39c68803d881712647938e341c5eca9bb
 
387
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
388
Date:   Wed Mar 3 23:40:37 2010 +0100
 
389
 
 
390
    Updated Hungarian translation
 
391
 
 
392
M       po/hu.po
 
393
 
 
394
commit d238b6a061b1bde80cd464531ea775412cf9ff08
 
395
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
396
Date:   Tue Mar 2 18:47:22 2010 +0100
 
397
 
 
398
    Updated Basque language
 
399
 
 
400
M       po/eu.po
 
401
 
 
402
commit 05620ff5f75beb3571a712f04b3967de65faf945
 
403
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
404
Date:   Tue Mar 2 01:18:00 2010 +0000
 
405
 
 
406
    Updated Portuguese translation
 
407
 
 
408
M       po/pt.po
 
409
 
 
410
commit 36a5aeab9f70e07a6adb0bfd9b14e6b6965c6f34
 
411
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
 
412
Date:   Sun Feb 28 21:22:20 2010 +0200
 
413
 
 
414
    Updated Finnish translation.
 
415
 
 
416
M       po/fi.po
 
417
 
 
418
commit b2addac66f0bb3952380f95310768b2656084984
 
419
Author: Gil Forcada <gforcada@gnome.org>
 
420
Date:   Sun Feb 28 19:31:04 2010 +0100
 
421
 
 
422
    Updated Catalan translation
 
423
 
 
424
M       po/ca.po
 
425
 
 
426
commit 0d67d273ec13bff068880dae45b652361a061229
 
427
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
428
Date:   Sun Feb 28 09:53:53 2010 +0100
 
429
 
 
430
    monitor: complete api docs
 
431
 
 
432
M       docs/reference/Makefile.am
 
433
M       libcheese/cheese-camera-device-monitor.c
 
434
M       libcheese/cheese-camera-device-monitor.h
 
435
 
 
436
commit 906c95c0600e1e0ef75a96aac9f83cf226d3e837
 
437
Author: Bruce Cowan <bcowan@fastmail.co.uk>
 
438
Date:   Wed Feb 24 14:57:15 2010 +0000
 
439
 
 
440
    Updated British English translation
 
441
 
 
442
M       po/en_GB.po
 
443
 
 
444
commit 9eb28fe2bda9bdfbe1c2c44ed3fc7a0117353e98
 
445
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
446
Date:   Tue Feb 23 16:29:27 2010 +0100
 
447
 
 
448
    widget: restore saved balance settings at startup
 
449
 
 
450
    Restore balance (brightness, saturation, hue) settings, saved
 
451
    in gconf,
 
452
    when the camera is initialized.
 
453
    Somehow I must have missed this while porting Cheese to use
 
454
    CheeseWidget.
 
455
 
 
456
    https://bugzilla.gnome.org/show_bug.cgi?id=610823
 
457
 
 
458
M       libcheese/cheese-widget.c
 
459
 
 
460
commit 8edc4c734a27bbe3de2114e57d4d11bb35899150
 
461
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
462
Date:   Tue Feb 23 14:54:35 2010 +0100
 
463
 
 
464
    camera: fix a shameful pointless g_return_if_fail
 
465
 
 
466
    Sorry
 
467
 
 
468
M       libcheese/cheese-camera.c
 
469
 
 
470
commit c265b312ec2089f28b67f85e64ba40a3a2e8fc9c
 
471
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
472
Date:   Tue Feb 23 10:03:54 2010 +0100
 
473
 
 
474
    Post release version bump
 
475
 
 
476
M       configure.ac
 
477
 
 
478
commit 954303c09c30fc9134bbdbd6971c19c54f141d57
 
479
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
480
Date:   Tue Feb 23 09:49:40 2010 +0100
 
481
 
 
482
    Update NEWS file for 2.29.91
 
483
 
 
484
M       NEWS
 
485
 
 
486
commit 5a042a079535c2b6543a2b81bc148a8dfe06cd4c
 
487
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
488
Date:   Tue Feb 23 09:34:16 2010 +0100
 
489
 
 
490
    docs: disable gtkdoc-check
 
491
 
 
492
    Disable gtk docs coverage check until I figure out how to make it not
 
493
    fail distcheck (or I write missing docs).
 
494
 
 
495
M       docs/reference/Makefile.am
 
496
 
 
497
commit 148f00d9d71c5518137efb49a9cce738fe9d558a
 
498
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
499
Date:   Tue Feb 23 09:28:35 2010 +0100
 
500
 
 
501
    libcheese: update soname version numbers
 
502
 
 
503
    Removed a couple of signals and added some new symbol.
 
504
    Why did we start versioning from 17:0:0 and not from 0:0:0?
 
505
 
 
506
M       configure.ac
 
507
 
 
508
commit 9d67d87aaa71078b26cb96e5979697425d2b5367
 
509
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
510
Date:   Mon Feb 22 22:15:07 2010 +0100
 
511
 
 
512
    build: borrow marshal generation rules from clutter
 
513
 
 
514
    I took the mkenum rules, let's take this too.
 
515
    Thanks Emmanuele.
 
516
 
 
517
A       Makefile.am.marshal
 
518
M       libcheese/Makefile.am
 
519
 
 
520
commit f071a6f668cd95f136c06de2a90b28526266d416
 
521
Author: Leonid Kanter <leon@asplinux.ru>
 
522
Date:   Mon Feb 22 23:39:53 2010 +0200
 
523
 
 
524
    Updated Russian translation
 
525
 
 
526
M       po/ru.po
 
527
 
 
528
commit ac5b6c8669313aab28f59a83ff38acfe051af7d7
 
529
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
 
530
Date:   Mon Feb 22 23:27:37 2010 +0900
 
531
 
 
532
    Updated Japanese translation.
 
533
    Reviewed by Takayuki KUSANO.
 
534
 
 
535
M       po/ja.po
 
536
 
 
537
commit 5d9cc65593e976c17d68e2c573be139950a366ed
 
538
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
539
Date:   Sun Feb 21 22:55:42 2010 +0100
 
540
 
 
541
    Post release (a bit late) version bump
 
542
 
 
543
M       configure.ac
 
544
 
 
545
commit 84b8e1a76a04d88b158b60d5b4dd34483135ee86
 
546
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
547
Date:   Sun Feb 21 21:59:56 2010 +0100
 
548
 
 
549
    window: restore the infobar
 
550
 
 
551
    Restore the infobar temporarily removed while reorganizing
 
552
    cheese-window.c. Use it to display generic camera initialization
 
553
    errors
 
554
    instead of just the no-device one.
 
555
 
 
556
M       src/cheese-no-camera.c
 
557
M       src/cheese-no-camera.h
 
558
M       src/cheese-ui.h
 
559
M       src/cheese-window.c
 
560
 
 
561
commit 325e3390cb658357be3558aaf3dd212da02433be
 
562
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
563
Date:   Sun Feb 21 21:58:43 2010 +0100
 
564
 
 
565
    ui: make room for the infobar
 
566
 
 
567
    Add an alignment to the main vbox to contain the infobar
 
568
 
 
569
M       data/cheese.ui
 
570
 
 
571
commit 92fc3cd2574be500c8958dac4093e644bbcab199
 
572
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
573
Date:   Sun Feb 21 21:34:31 2010 +0100
 
574
 
 
575
    avatar-chooser: update to reflect the new api
 
576
 
 
577
M       libcheese/cheese-avatar-chooser.c
 
578
 
 
579
commit 3dbd5ff54ee7b3031462cc767ac5b174eb9aab93
 
580
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
581
Date:   Sun Feb 21 21:11:56 2010 +0100
 
582
 
 
583
    widget: turn the widget into a basic state machine
 
584
 
 
585
    Get rid of "ready" and "error" signals and use a "state" property
 
586
    to keep
 
587
    track of the current widget state (none, ready, error).
 
588
    Users can now connect to the notify::state signal to get notified
 
589
    about
 
590
    state changes.
 
591
    If an error occurred (i.e. the widget is in the error state) users can
 
592
    call cheese_widget_get_error() to get a GError containing more details
 
593
    about what went wrong.
 
594
 
 
595
A       Makefile.am.enums
 
596
M       configure.ac
 
597
M       docs/reference/Makefile.am
 
598
M       libcheese/Makefile.am
 
599
A       libcheese/cheese-enum-types.c.in
 
600
A       libcheese/cheese-enum-types.h.in
 
601
M       libcheese/cheese-gtk.symbols
 
602
M       libcheese/cheese-widget.c
 
603
M       libcheese/cheese-widget.h
 
604
 
 
605
commit d92b053c0bc0f6d27e539addea1d867c95c02951
 
606
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
607
Date:   Sun Feb 21 10:32:25 2010 +0100
 
608
 
 
609
    widget: propagate error message from cheese-camera
 
610
 
 
611
    Use error messages from CheeseCamera instead of a custom one in the
 
612
    "error" signal
 
613
 
 
614
M       libcheese/cheese-widget.c
 
615
 
 
616
commit 5dfd316ea1930210f81aaa047ced75b8c454e214
 
617
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
618
Date:   Sun Feb 21 10:31:26 2010 +0100
 
619
 
 
620
    camera: add some return_if_fail here and there
 
621
 
 
622
M       libcheese/cheese-camera.c
 
623
 
 
624
commit 58adc0214e3f1c43bd15ffdcb7a10bf6f023a8e2
 
625
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
626
Date:   Fri Feb 19 21:12:13 2010 +0100
 
627
 
 
628
    widget: show notebook pages before appending them
 
629
 
 
630
    As per GtkNotebook docs, it refuses to switch to a page unless
 
631
    the child
 
632
    widget is visible. So better to show them while constructing the
 
633
    widget
 
634
    instead of relying on the user to call a _show_all.
 
635
 
 
636
M       libcheese/cheese-widget.c
 
637
 
 
638
commit d71cb48b6f0263c62cbb1563a644db9b75c522f8
 
639
Author: Daniel Nylander <po@danielnylander.se>
 
640
Date:   Sun Feb 21 17:09:44 2010 +0100
 
641
 
 
642
    Updated Swedish translation
 
643
 
 
644
M       po/sv.po
 
645
 
 
646
commit e2df790e8aa7990bc01112731138f6d54b73c8b9
 
647
Author: Piotr Drąg <piotrdrag@gmail.com>
 
648
Date:   Sat Feb 20 22:13:37 2010 +0100
 
649
 
 
650
    Updated Polish translation
 
651
 
 
652
M       po/pl.po
 
653
 
 
654
commit b723f2e0fc6fab2667176fdc44c7a037b8c0ab41
 
655
Author: Wolfgang Stöggl <c72578@yahoo.de>
 
656
Date:   Sat Feb 20 15:59:42 2010 +0100
 
657
 
 
658
    Updated German translation
 
659
 
 
660
M       po/de.po
 
661
 
 
662
commit eda98127320e9e1d60d45f8edf552df62fd49821
 
663
Author: Fran Diéguez <frandieguez@ubuntu.com>
 
664
Date:   Mon Feb 15 13:43:56 2010 +0100
 
665
 
 
666
    Updated Galician Translation
 
667
 
 
668
M       po/gl.po
 
669
 
 
670
commit 22a22ac95ead8188d8187f6606c617de0c3c9dfa
 
671
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
672
Date:   Mon Feb 15 11:22:45 2010 +0800
 
673
 
 
674
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
675
 
 
676
M       po/zh_HK.po
 
677
M       po/zh_TW.po
 
678
 
 
679
commit 767b3f011f1f4a9c91a09c8a7ad8dd45b290a5a5
 
680
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
681
Date:   Sat Feb 13 00:01:52 2010 +0200
 
682
 
 
683
    Update Romanian translation
 
684
 
 
685
M       po/ro.po
 
686
 
 
687
commit 3143a81476f8653eff34759d01e2c4de1458ee40
 
688
Author: Bastien Nocera <hadess@hadess.net>
 
689
Date:   Tue Feb 9 18:21:29 2010 +0000
 
690
 
 
691
    Require gstreamer-plugins-base-0.10
 
692
 
 
693
    So that the xoverlay interface is available
 
694
 
 
695
M       cheese-gtk.pc.in
 
696
 
 
697
commit 2a16851e43cac594bf8983221411e19aa00082cd
 
698
Author: Matthias Clasen <mclasen@redhat.com>
 
699
Date:   Tue Feb 9 15:46:59 2010 +0000
 
700
 
 
701
    Update sensitivity of "move all to trash"
 
702
 
 
703
    https://bugzilla.gnome.org/show_bug.cgi?id=592663
 
704
 
 
705
M       src/cheese-ui.h
 
706
M       src/cheese-window.c
 
707
 
 
708
commit 15d7525271b8f7330a06eff653695aab58e55053
 
709
Author: Bastien Nocera <hadess@hadess.net>
 
710
Date:   Tue Feb 9 14:39:43 2010 +0000
 
711
 
 
712
    2.29.90
 
713
 
 
714
    And fix a few distcheck bugs
 
715
 
 
716
M       NEWS
 
717
M       configure.ac
 
718
M       libcheese/Makefile.am
 
719
 
 
720
commit 79d773de2c3e16113f84375e708d55c63830ce83
 
721
Merge: 37557b0 be6e8e3
 
722
Author: Bastien Nocera <hadess@hadess.net>
 
723
Date:   Tue Feb 9 14:18:56 2010 +0000
 
724
 
 
725
    Merge branch 'cheese-window-refactor'
 
726
 
 
727
commit 37557b09a3ea3654b56991052e42d0d00e6d9fc8
 
728
Author: Jorge González <jorgegonz@svn.gnome.org>
 
729
Date:   Sun Feb 7 14:36:16 2010 +0100
 
730
 
 
731
    Updated Spanish screenshotsk
 
732
 
 
733
M       help/es/figures/cheese-effects.jpg
 
734
M       help/es/figures/cheese-fullscreen.jpg
 
735
M       help/es/figures/cheese-main.jpg
 
736
M       help/es/figures/cheese-preferences.jpg
 
737
M       help/es/figures/cheese-wide.jpg
 
738
 
 
739
commit 786d68dd8b5b1af09e2050cdb7d2d7ae837ed9eb
 
740
Author: Jorge González <jorgegonz@svn.gnome.org>
 
741
Date:   Sun Feb 7 14:34:13 2010 +0100
 
742
 
 
743
    Deleted PNG screenshots
 
744
 
 
745
D       help/es/figures/cheese-effects.png
 
746
D       help/es/figures/cheese-fullscreen.png
 
747
D       help/es/figures/cheese-main.png
 
748
D       help/es/figures/cheese-preferences.png
 
749
D       help/es/figures/cheese-wide.png
 
750
 
 
751
commit db0f3f709af8bb2fe3c563ac55097a78f2986c70
 
752
Author: Jorge González <jorgegonz@svn.gnome.org>
 
753
Date:   Sun Feb 7 14:33:48 2010 +0100
 
754
 
 
755
    Added screenshots
 
756
 
 
757
A       help/es/figures/cheese-effects.jpg
 
758
A       help/es/figures/cheese-fullscreen.jpg
 
759
A       help/es/figures/cheese-main.jpg
 
760
A       help/es/figures/cheese-preferences.jpg
 
761
A       help/es/figures/cheese-wide.jpg
 
762
 
 
763
commit 312787742e6f7bbdb9ad05857af8ec8a72b2e4aa
 
764
Author: Jorge González <jorgegonz@svn.gnome.org>
 
765
Date:   Sun Feb 7 14:19:22 2010 +0100
 
766
 
 
767
    Added screenshots
 
768
 
 
769
D       help/es/figures/cheese-effects-screenshot.jpg
 
770
D       help/es/figures/cheese-effects-screenshot.png
 
771
A       help/es/figures/cheese-effects.png
 
772
A       help/es/figures/cheese-fullscreen.png
 
773
A       help/es/figures/cheese-main.png
 
774
A       help/es/figures/cheese-preferences.png
 
775
D       help/es/figures/cheese-screenshot.jpg
 
776
D       help/es/figures/cheese-screenshot.png
 
777
A       help/es/figures/cheese-wide.png
 
778
 
 
779
commit c76a744950fe2a1fff7760453cd4e048eaec333d
 
780
Author: Petr Kovar <pknbe@volny.cz>
 
781
Date:   Thu Feb 4 21:27:15 2010 +0100
 
782
 
 
783
    Update Czech translation by Lucas Lommer & Petr Kovar
 
784
 
 
785
M       po/cs.po
 
786
 
 
787
commit be6e8e3d035d488df7644ec312991b00773f5a6b
 
788
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
789
Date:   Wed Feb 3 18:21:49 2010 +0100
 
790
 
 
791
    Generate marshals before compiling everything else
 
792
 
 
793
M       libcheese/Makefile.am
 
794
 
 
795
commit 506f3716d02dbdcfef633fd34a93fd818108d10a
 
796
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
797
Date:   Wed Feb 3 10:41:04 2010 +0100
 
798
 
 
799
    Don't initialize device objects in device monitor
 
800
 
 
801
    This way the monitor becomes just a tiny udev interface that
 
802
    doesn't use
 
803
    gstreamer for caps retrieval so that multiple monitors can be
 
804
    instanciated.
 
805
    The device creation has been moved into the "added" signal
 
806
    handler in cheese-camera.c
 
807
 
 
808
M       configure.ac
 
809
M       libcheese/Makefile.am
 
810
M       libcheese/cheese-camera-device-monitor.c
 
811
M       libcheese/cheese-camera-device-monitor.h
 
812
M       libcheese/cheese-camera-device.c
 
813
M       libcheese/cheese-camera-device.h
 
814
M       libcheese/cheese-camera.c
 
815
A       libcheese/cheese-marshal.list
 
816
M       tests/cheese-test-monitor.c
 
817
 
 
818
commit 6670758f27f48a008937268ee3f7cabb2f36dc18
 
819
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
820
Date:   Tue Feb 2 11:20:07 2010 +0100
 
821
 
 
822
    Remove redundant caps_can_intersect call
 
823
 
 
824
    No need to treat differently the empty intersection case.
 
825
    Speed up caps setting getting rid of one extra intersection
 
826
    computation.
 
827
 
 
828
M       libcheese/cheese-camera-device.c
 
829
 
 
830
commit 3798c8e0990ab4f4d8f1145818c13b82f79e3855
 
831
Author: Bastien Nocera <hadess@hadess.net>
 
832
Date:   Tue Feb 2 10:07:32 2010 +0000
 
833
 
 
834
    Cleanup debug category init
 
835
 
 
836
    And fix run-time warning with GStreamer debugging enabled.
 
837
 
 
838
M       libcheese/cheese-camera-device-monitor.c
 
839
M       libcheese/cheese-camera-device.c
 
840
M       libcheese/cheese-camera.c
 
841
M       libcheese/cheese-gtk.symbols
 
842
 
 
843
commit 6cda466b8cd8af3d88ab4e81d3f0601008238544
 
844
Author: Bastien Nocera <hadess@hadess.net>
 
845
Date:   Tue Feb 2 09:13:54 2010 +0000
 
846
 
 
847
    Revert "Export everything"
 
848
 
 
849
    This reverts commit e85e5c12fbb0d0203639c7834d33706238e93623.
 
850
 
 
851
M       libcheese/Makefile.am
 
852
 
 
853
commit e85e5c12fbb0d0203639c7834d33706238e93623
 
854
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
855
Date:   Tue Feb 2 09:38:35 2010 +0100
 
856
 
 
857
    Export everything
 
858
 
 
859
    I'm not sure to get correctly how this really works. I keep getting
 
860
    random gtype related runtime errors, GST_DEBUG doesn't work properly,
 
861
    etc. Public symbols are the ones defined in public headers, anyway.
 
862
    Also libcheesecommon is just a convenience library, its objects
 
863
    are all
 
864
    merged in libcheese-gtk at link time so it makes sense to export them
 
865
    for cheese use. If you have a better grasp for this please ping me or
 
866
    revert this to something saner.
 
867
 
 
868
M       libcheese/Makefile.am
 
869
 
 
870
commit 7ef9cdc1799cde930f10edeac8134b388fb68054
 
871
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
872
Date:   Mon Feb 1 21:54:26 2010 +0100
 
873
 
 
874
    Export cheese_video_format_get_type
 
875
 
 
876
    Fix a crasher with my netbook.
 
877
    This is starting to get boring, I feel there's something wrong
 
878
    with this
 
879
    exporting thing, why do I have to export those symbols if I'm
 
880
    linking to
 
881
    libcheese-common that exports everything?
 
882
 
 
883
M       libcheese/cheese-gtk.symbols
 
884
 
 
885
commit 2de7fcf7eb71a8c47c76a7b5d0c5ff29e4e29ec3
 
886
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
887
Date:   Mon Feb 1 15:53:11 2010 +0100
 
888
 
 
889
    Don't remove cheese-gtk.pc.in while cleaning
 
890
 
 
891
M       Makefile.am
 
892
 
 
893
commit fd885ba6c980fd8c843ca1a8e9aa50c6b827b9c4
 
894
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
895
Date:   Mon Feb 1 15:50:34 2010 +0100
 
896
 
 
897
    Emit ready signal right before playing
 
898
 
 
899
    This way cheese can set the initial effect while the webcam
 
900
    pipeline is
 
901
    still stopped.
 
902
 
 
903
M       libcheese/cheese-widget.c
 
904
 
 
905
commit 0613fe23d0907a4d5a3aa3bf7c522b79299652ec
 
906
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
907
Date:   Fri Jan 29 20:52:13 2010 +0100
 
908
 
 
909
    Port CheeseWindow to use CheeseWidget from libcheese-gtk
 
910
 
 
911
    https://bugzilla.gnome.org/show_bug.cgi?id=603610
 
912
 
 
913
M       data/cheese.ui
 
914
M       libcheese/cheese-gtk.symbols
 
915
M       libcheese/cheese-widget-private.h
 
916
M       libcheese/cheese-widget.c
 
917
M       src/cheese-window.c
 
918
 
 
919
commit 187fae4c294a4d7c339c0cfeafb1915dbfd28737
 
920
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
921
Date:   Sun Jan 31 12:00:00 2010 +0100
 
922
 
 
923
    Update POTFILES.in
 
924
 
 
925
M       po/POTFILES.in
 
926
 
 
927
commit 69d75e7d7ff5d8ac5ec7f0b899160b87747ca372
 
928
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
929
Date:   Thu Jan 28 20:43:09 2010 +0100
 
930
 
 
931
    Forgot to add cheese-commands.c to version control
 
932
 
 
933
    Oops, sorry, too late to squash it into some previous commit.
 
934
 
 
935
C050    src/cheese-commands.h   src/cheese-commands.c
 
936
M       src/cheese-commands.h
 
937
 
 
938
commit de62f3e76d2c7c3dd45ba8f36cf78f680b4d5f0c
 
939
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
940
Date:   Wed Jan 27 19:49:36 2010 +0100
 
941
 
 
942
    Some CheeseWindow reorder and cleanup
 
943
 
 
944
    Move some code up and down, remove redundant calls, clean up.
 
945
 
 
946
M       src/cheese-dbus.c
 
947
M       src/cheese-window.c
 
948
 
 
949
commit 4e3767471dcbbb763ea13354bcf5d3c013e7c600
 
950
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
951
Date:   Wed Jan 27 19:26:24 2010 +0100
 
952
 
 
953
    Fix a warning on dispose
 
954
 
 
955
    The flash is bad, see FIXME comment in the code.
 
956
 
 
957
M       src/cheese-window.c
 
958
 
 
959
commit 0033b1e878e2455baa21679df073d58b74c33e2e
 
960
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
961
Date:   Wed Jan 27 19:13:52 2010 +0100
 
962
 
 
963
    Restore temporarily disabled wide mode
 
964
 
 
965
M       src/cheese-window.c
 
966
M       src/cheese.c
 
967
 
 
968
commit c79884ae0496f565a768e7bdeec067b31df3b316
 
969
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
970
Date:   Wed Jan 27 18:49:02 2010 +0100
 
971
 
 
972
    Restore temporarily disabled dbus code
 
973
 
 
974
    We should really remove dbus stuff. We agreed to use libcheese for
 
975
    interoperation with the desktop so we're keeping it just for the
 
976
    single
 
977
    instance stuff. Probably gunique would be better suited for it.
 
978
    The best would be to make CheeseCameraDevice aware of device
 
979
    locking so
 
980
    we wouldn't need to be single instance anymore.
 
981
 
 
982
M       src/cheese-dbus.c
 
983
M       src/cheese-dbus.h
 
984
M       src/cheese-window.c
 
985
M       src/cheese-window.h
 
986
M       src/cheese.c
 
987
 
 
988
commit d3394587f18ff17d6bf93589b539c7269af6a4c7
 
989
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
990
Date:   Tue Jan 26 11:08:52 2010 +0100
 
991
 
 
992
    GObjectify CheeseWindow, big step two
 
993
 
 
994
    Replace CheeseWindow with CheeseWindowPrivate.
 
995
    Update glade file since now CheeseWindow is a GtkWindow subclass
 
996
    and we
 
997
    don't need a GtkWindow there anymore.
 
998
    Move most of the actions callbacks, at least the ones that don't use
 
999
    directly CheeseWindow private stuff, into separate files.
 
1000
    Refactor and reorder code in cheese-window.c (work in progress).
 
1001
    Temporary disable some code (dbus, wide-mode, something else?).
 
1002
    Sorry for the huge commit but I had to get it compiling and working
 
1003
    again and it was really a single big step, quite difficult to separate
 
1004
    in atomic commits.
 
1005
 
 
1006
M       data/cheese.ui
 
1007
M       src/Makefile.am
 
1008
M       src/cheese-commands-file.c
 
1009
M       src/cheese-commands-help.c
 
1010
M       src/cheese-commands.h
 
1011
M       src/cheese-dbus.c
 
1012
M       src/cheese-ui.h
 
1013
M       src/cheese-window.c
 
1014
M       src/cheese-window.h
 
1015
M       src/cheese.c
 
1016
 
 
1017
commit ba766799c1680fa2a4a81ca1ce07e13f60bcedc7
 
1018
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1019
Date:   Tue Jan 26 09:35:17 2010 +0100
 
1020
 
 
1021
    Move some code into separate files
 
1022
 
 
1023
    Slightly copy gedit tree structure, not perfect but better than
 
1024
    our put
 
1025
    everything into cheese-window.c philosophy so far.
 
1026
    Move ActionEntries cheese-ui.h header.
 
1027
    Move action callbacks into cheese-commands-* files.
 
1028
 
 
1029
A       src/cheese-commands-file.c
 
1030
A       src/cheese-commands-help.c
 
1031
A       src/cheese-commands.h
 
1032
A       src/cheese-ui.h
 
1033
M       src/cheese-window.c
 
1034
 
 
1035
commit 603018b152d2e9c364c119683d2258622ba154fd
 
1036
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1037
Date:   Mon Jan 25 21:23:49 2010 +0100
 
1038
 
 
1039
    GObjectify CheeseWindow
 
1040
 
 
1041
    First minimal step of a CheeseWindow refactoring to obtain a
 
1042
    tinier and
 
1043
    cleaner codebase that doesn't bore you every time you want to do some
 
1044
    little hacking
 
1045
 
 
1046
M       libcheese/cheese-camera-device.c
 
1047
M       src/cheese-window.c
 
1048
M       src/cheese-window.h
 
1049
 
 
1050
commit df70bc65597fbf51bfbbfff43eff1e789ebdf7d5
 
1051
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1052
Date:   Sun Jan 31 11:38:02 2010 +0100
 
1053
 
 
1054
    Fix distcheck (almost)
 
1055
 
 
1056
    It still fails gtk-doc coverage tests, shouldn't we disable them in
 
1057
    dist?
 
1058
 
 
1059
M       libcheese/Makefile.am
 
1060
 
 
1061
commit 6c94ef8a8d08b82ee38ccec5d6c20abae28d5a03
 
1062
Author: Marios Zindilis <m.zindilis@dmajor.org>
 
1063
Date:   Sun Jan 31 01:58:02 2010 +0200
 
1064
 
 
1065
    Updated Greek documentation translation
 
1066
 
 
1067
M       help/el/el.po
 
1068
 
 
1069
commit 91ea4357bc737d57c99042b21e3fe5f3626c9394
 
1070
Author: Bastien Nocera <hadess@hadess.net>
 
1071
Date:   Fri Jan 29 15:46:56 2010 +0000
 
1072
 
 
1073
    Don't use evil gst_bus_poll()
 
1074
 
 
1075
    When used in the monitor or the widget, it will spin a main loop
 
1076
    in the default context, breaking things right left and centre.
 
1077
 
 
1078
M       libcheese/cheese-camera-device.c
 
1079
 
 
1080
commit e140d0333af5866b0355295ee90a9146b3dafe29
 
1081
Author: Michel Recondo <michel@recondo.com.br>
 
1082
Date:   Fri Jan 29 08:52:59 2010 -0500
 
1083
 
 
1084
    Updated Brazilian Portuguese translation.
 
1085
 
 
1086
M       po/pt_BR.po
 
1087
 
 
1088
commit 94c7fd342b1b16980104beea4d6aa09986750573
 
1089
Author: Jamil Ahmed <itsjamil@gmail.com>
 
1090
Date:   Wed Jan 27 19:45:26 2010 +0600
 
1091
 
 
1092
    Updated Bengali translation
 
1093
 
 
1094
M       po/bn.po
 
1095
 
 
1096
commit 3b989acae70b0f84193ccd9b519007ac832a915b
 
1097
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1098
Date:   Wed Jan 27 12:12:34 2010 +0100
 
1099
 
 
1100
    Updated Slovenian translation
 
1101
 
 
1102
M       po/sl.po
 
1103
 
 
1104
commit a65cc8bc9a7c458c413e796605e1b5bd08f02177
 
1105
Author: Claude Paroz <claude@2xlibre.net>
 
1106
Date:   Tue Jan 26 22:23:59 2010 +0100
 
1107
 
 
1108
    Updated French translation
 
1109
 
 
1110
M       help/fr/fr.po
 
1111
 
 
1112
commit 92f920204707e9746dcb117579eba0680abf0f89
 
1113
Author: Claude Paroz <claude@2xlibre.net>
 
1114
Date:   Tue Jan 26 21:59:15 2010 +0100
 
1115
 
 
1116
    Updated French translation
 
1117
 
 
1118
    Contributed by Nicolas Repentin and Pablo Martin-Gomez
 
1119
 
 
1120
M       po/fr.po
 
1121
 
 
1122
commit 1534908705c7119f5352a1afba9d9976be622f8c
 
1123
Author: Ivar Smolin <okul@linux.ee>
 
1124
Date:   Tue Jan 26 13:57:08 2010 +0200
 
1125
 
 
1126
    Updating Estonian translation
 
1127
 
 
1128
M       po/et.po
 
1129
 
 
1130
commit d024e1ce15282a257a821ac273750f304f81a360
 
1131
Author: Bastien Nocera <hadess@hadess.net>
 
1132
Date:   Thu Jan 21 14:26:39 2010 +0000
 
1133
 
 
1134
    Export CheeseCameraDeviceMonitor
 
1135
 
 
1136
    So that apps can monitor devices, and make some menu entries
 
1137
    unsensitive if necessary.
 
1138
 
 
1139
M       configure.ac
 
1140
M       docs/reference/Makefile.am
 
1141
M       libcheese/Makefile.am
 
1142
M       libcheese/cheese-avatar-chooser.c
 
1143
M       libcheese/cheese-camera-device-monitor.c
 
1144
M       libcheese/cheese-camera-device-monitor.h
 
1145
M       libcheese/cheese-gtk.symbols
 
1146
M       tests/cheese-test-monitor.c
 
1147
 
 
1148
commit f30d2eed5f4bca2ead379b999bf2def3465c54d1
 
1149
Author: Krasimir Chonov <mk2616@abv.bg>
 
1150
Date:   Thu Jan 21 15:32:38 2010 +0200
 
1151
 
 
1152
    Updated Bulgarian translation
 
1153
 
 
1154
M       po/bg.po
 
1155
 
 
1156
commit 2e5e0a0d119d48a1afb9e2276ee83448c4a87242
 
1157
Author: vasudeven <agnihot3@gmail.com>
 
1158
Date:   Wed Jan 20 12:58:10 2010 +0530
 
1159
 
 
1160
    updated Tamil translation
 
1161
 
 
1162
M       po/ta.po
 
1163
 
 
1164
commit 475abc8a90e5649306a246455bde6f9cb25e4c88
 
1165
Author: Bastien Nocera <hadess@hadess.net>
 
1166
Date:   Tue Jan 19 13:34:31 2010 +0000
 
1167
 
 
1168
    Require libgudev on Linux
 
1169
 
 
1170
    Rather than fail to find any webcams when started.
 
1171
 
 
1172
M       configure.ac
 
1173
 
 
1174
commit 9ced37717c6e5975141a948aa28991d95e5f51aa
 
1175
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1176
Date:   Tue Jan 19 11:51:02 2010 +0100
 
1177
 
 
1178
    Updated Norwegian bokmål translation
 
1179
 
 
1180
M       po/nb.po
 
1181
 
 
1182
commit 9482090e2ab9afa8c7f3e55cb0444590b6a85fe3
 
1183
Author: Jorge González <jorgegonz@svn.gnome.org>
 
1184
Date:   Mon Jan 18 23:09:30 2010 +0100
 
1185
 
 
1186
    Updated Spanish translation
 
1187
 
 
1188
M       po/es.po
 
1189
 
 
1190
commit 84f6d4349afa906321ff2af68fcd924223fd9bc4
 
1191
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1192
Date:   Mon Jan 18 13:10:55 2010 +0100
 
1193
 
 
1194
    Limit maximum framerate to 30 frames per second
 
1195
 
 
1196
    We don't really want those fancy webcams that claim to support huge
 
1197
    framerates to slow down everything. 2.28.1 already limited it but I
 
1198
    removed it while reworking caps handling.
 
1199
    Implement GInitable interface in CheeseCameraDevice so we can abort
 
1200
    construction and error out if something goes wrong while retrieving
 
1201
    supported formats.
 
1202
 
 
1203
    https://bugzilla.gnome.org/show_bug.cgi?id=607238
 
1204
 
 
1205
M       libcheese/cheese-camera-device-monitor.c
 
1206
M       libcheese/cheese-camera-device.c
 
1207
M       libcheese/cheese-camera-device.h
 
1208
 
 
1209
commit 3ef1b571f918c43fa7e91aaffaa8016a1c96ee3b
 
1210
Author: Mario Blättermann <mariobl@gnome.org>
 
1211
Date:   Sun Jan 17 13:32:20 2010 +0100
 
1212
 
 
1213
    Updated German doc translation
 
1214
 
 
1215
M       help/de/de.po
 
1216
 
 
1217
commit fe2b5cffef0ccc4b4a111d0678503c98a064483c
 
1218
Author: Mario Blättermann <mariobl@gnome.org>
 
1219
Date:   Sun Jan 17 13:31:17 2010 +0100
 
1220
 
 
1221
    Updated German translation
 
1222
 
 
1223
M       po/de.po
 
1224
 
 
1225
commit a5743ad108cb352d3008a6400d6c3119a2c6af9a
 
1226
Author: Mario Blättermann <mariobl@gnome.org>
 
1227
Date:   Sun Jan 17 13:17:25 2010 +0100
 
1228
 
 
1229
    Updated German translation
 
1230
 
 
1231
M       po/de.po
 
1232
 
 
1233
commit 5dd78f6ff89b41ce21e0492cf581c337a805d7ad
 
1234
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1235
Date:   Fri Jan 15 19:04:20 2010 +0100
 
1236
 
 
1237
    Lock gdk mutex in photo-taken callback
 
1238
 
 
1239
    Photo taken callback is called from the camera thread, hence each
 
1240
    gtk call
 
1241
    should be protected by gdk_threads_enter and _leave calls.
 
1242
    Hopefully fixes bug 606759.
 
1243
 
 
1244
M       libcheese/cheese-avatar-chooser.c
 
1245
 
 
1246
commit b91163038e0df48157a8e6727f4a21609ca0502d
 
1247
Author: Bastien Nocera <hadess@hadess.net>
 
1248
Date:   Thu Jan 14 17:02:05 2010 +0000
 
1249
 
 
1250
    Remove useless redraw timeout
 
1251
 
 
1252
    Should save use some battery, as we really don't need to redraw
 
1253
    the countdonw 10 times a second.
 
1254
 
 
1255
M       libcheese/cheese-countdown.c
 
1256
 
 
1257
commit f749bb23a7512d36ed44f89fa755e6c152731862
 
1258
Author: Bastien Nocera <hadess@hadess.net>
 
1259
Date:   Thu Jan 14 17:01:39 2010 +0000
 
1260
 
 
1261
    Add checks before trying to cancel the countdown
 
1262
 
 
1263
M       libcheese/cheese-avatar-chooser.c
 
1264
 
 
1265
commit 119b3bc04946d8fea8e7b1d2a91bc92bac81bd10
 
1266
Author: Bastien Nocera <hadess@hadess.net>
 
1267
Date:   Thu Jan 14 16:51:01 2010 +0000
 
1268
 
 
1269
    Fix GObject warnings in the accounts-dialog
 
1270
 
 
1271
    Which has its own copy of UmCropArea.
 
1272
 
 
1273
M       libcheese/cheese-gtk.symbols
 
1274
 
 
1275
commit 735ac61f8a67f92479cf49f8b5286353ee62f602
 
1276
Author: Bastien Nocera <hadess@hadess.net>
 
1277
Date:   Thu Jan 14 16:48:20 2010 +0000
 
1278
 
 
1279
    Fix possible crasher in CheeseCamera when capturing pixbufs
 
1280
 
 
1281
    Craziness. We were creating a pixbuf from a GstBuffer, but the
 
1282
    data in the GstBuffer is from GStreamer, and might change at the
 
1283
    end of the function.
 
1284
 
 
1285
    We need to duplicate the buffer if we want the pixbuf to stay
 
1286
    static, otherwise funny effects like a cropped copy of the
 
1287
    pixbuf reflecting the live video.
 
1288
 
 
1289
M       libcheese/cheese-camera.c
 
1290
 
 
1291
commit c318d4e9e46072d0b371194276cb564503bf5844
 
1292
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1293
Date:   Wed Jan 13 18:40:19 2010 +0100
 
1294
 
 
1295
    Updated Norwegian bokmål translation
 
1296
 
 
1297
M       po/nb.po
 
1298
 
 
1299
commit ccc40ec6eb8bda9749928f8bae7b76adc96b940e
 
1300
Author: Jorge González <jorgegonz@svn.gnome.org>
 
1301
Date:   Tue Jan 12 20:21:48 2010 +0100
 
1302
 
 
1303
    Updated Spanish translation
 
1304
 
 
1305
M       po/es.po
 
1306
 
 
1307
commit 82fc079caad734eaaf33c70c6844e1929de07dee
 
1308
Author: Bastien Nocera <hadess@hadess.net>
 
1309
Date:   Tue Jan 12 15:12:36 2010 +0000
 
1310
 
 
1311
    Add API docs through gtk-doc for libcheese-gtk
 
1312
 
 
1313
M       Makefile.am
 
1314
M       configure.ac
 
1315
A       docs/Makefile.am
 
1316
A       docs/reference/Makefile.am
 
1317
A       docs/reference/version.xml.in
 
1318
M       libcheese/cheese-avatar-chooser.c
 
1319
M       libcheese/cheese-gtk.symbols
 
1320
A       libcheese/cheese-widget-private.h
 
1321
M       libcheese/cheese-widget.c
 
1322
M       libcheese/cheese-widget.h
 
1323
 
 
1324
commit 8cba2499a1cf5b194ae1377d6f8dca7d13622eb1
 
1325
Author: Bastien Nocera <hadess@hadess.net>
 
1326
Date:   Tue Jan 12 13:38:44 2010 +0000
 
1327
 
 
1328
    Export libcheese-gtk as a shared library
 
1329
 
 
1330
    https://bugzilla.gnome.org/show_bug.cgi?id=606734
 
1331
 
 
1332
M       .gitignore
 
1333
M       Makefile.am
 
1334
A       cheese-gtk.pc.in
 
1335
M       configure.ac
 
1336
M       libcheese/Makefile.am
 
1337
A       libcheese/cheese-gtk.symbols
 
1338
 
 
1339
commit b4e2a01d723a8bdb74c6327d862e0ef1af9ba08a
 
1340
Author: Bastien Nocera <hadess@hadess.net>
 
1341
Date:   Tue Jan 12 12:48:57 2010 +0000
 
1342
 
 
1343
    Add cropping capability to the chooser widget
 
1344
 
 
1345
    https://bugzilla.gnome.org/show_bug.cgi?id=606730
 
1346
 
 
1347
M       libcheese/Makefile.am
 
1348
M       libcheese/cheese-avatar-chooser.c
 
1349
A       libcheese/um-crop-area.c
 
1350
A       libcheese/um-crop-area.h
 
1351
 
 
1352
commit 9db0a9185fefb3b5f99ff150c9ae081f8a2fc479
 
1353
Author: Akom C <knight2000@gmail.com>
 
1354
Date:   Tue Jan 12 17:47:50 2010 +0700
 
1355
 
 
1356
    Updated Thai translation.
 
1357
 
 
1358
M       po/th.po
 
1359
 
 
1360
commit ba9f88c5311b359de1cfa36a9d2734e5058ac9f2
 
1361
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1362
Date:   Mon Jan 11 21:37:28 2010 +0100
 
1363
 
 
1364
    Post release version bump
 
1365
 
 
1366
M       configure.ac
 
1367
 
 
1368
commit 03a327b1b917588f960ba2337486d663fcbed062
 
1369
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1370
Date:   Mon Jan 11 21:30:35 2010 +0100
 
1371
 
 
1372
    Add cheese-camera-device.c to POTFILES
 
1373
 
 
1374
M       po/POTFILES.in
 
1375
 
 
1376
commit eb89799d8ec517afa06474cf168c18c88297d07f
 
1377
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1378
Date:   Mon Jan 11 13:32:37 2010 +0100
 
1379
 
 
1380
    Release notes for 2.29.5
 
1381
 
 
1382
M       NEWS
 
1383
 
 
1384
commit 08a660f4d1b3e84b448c2a84e6e479eaa6e9dfbf
 
1385
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1386
Date:   Mon Jan 11 13:32:22 2010 +0100
 
1387
 
 
1388
    Prerelease version bump
 
1389
 
 
1390
M       configure.ac
 
1391
 
 
1392
commit 69693c43799f17c1c9189f80c267ab5d7dcc0831
 
1393
Author: A S Alam <aalam@users.sf.net>
 
1394
Date:   Mon Jan 11 06:21:15 2010 +0530
 
1395
 
 
1396
    updating for Punjabi by A S Alam
 
1397
 
 
1398
M       po/pa.po
 
1399
 
 
1400
commit 42c5da42a7a17410ef5fb10f5d5e2262f5177b0e
 
1401
Author: Daniel Nylander <po@danielnylander.se>
 
1402
Date:   Sat Jan 9 16:45:47 2010 +0100
 
1403
 
 
1404
    Updated Swedish translation
 
1405
 
 
1406
M       po/sv.po
 
1407
 
 
1408
commit f3b883c48a7005675beea347bdad61a35c69e0f5
 
1409
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1410
Date:   Tue Jan 5 15:41:12 2010 +0100
 
1411
 
 
1412
    Updated Norwegian bokmål translation.
 
1413
 
 
1414
M       po/nb.po
 
1415
 
 
1416
commit 376496f161baad0404ab8e8609ca740596fbbd7b
 
1417
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
1418
Date:   Tue Jan 5 16:36:06 2010 +0200
 
1419
 
 
1420
    Update Ukrainian translation
 
1421
 
 
1422
M       po/uk.po
 
1423
 
 
1424
commit 9a9a8635af940f2b37120693472df1a789ebc131
 
1425
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1426
Date:   Fri Jan 1 09:34:39 2010 +0100
 
1427
 
 
1428
    Updated Slovenian translation
 
1429
 
 
1430
M       po/sl.po
 
1431
 
 
1432
commit ec494d2a3692080a87a5f6c4c20058c2d115c020
 
1433
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
1434
Date:   Fri Jan 1 14:46:35 2010 +0800
 
1435
 
 
1436
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
1437
 
 
1438
M       po/zh_HK.po
 
1439
M       po/zh_TW.po
 
1440
 
 
1441
commit cdbc9d2cbc5b1deb61e83333f948b1c3c5c559e6
 
1442
Author: Jorge González <jorgegonz@svn.gnome.org>
 
1443
Date:   Mon Dec 28 02:11:42 2009 +0100
 
1444
 
 
1445
    Updated Spanish translation
 
1446
 
 
1447
M       po/es.po
 
1448
 
 
1449
commit cc89378e256629561fa034d1d763d17eb13752ed
 
1450
Author: Ivar Smolin <okul@linux.ee>
 
1451
Date:   Sun Dec 27 00:48:56 2009 +0200
 
1452
 
 
1453
    Updating Estonian translation
 
1454
 
 
1455
M       po/et.po
 
1456
 
 
1457
commit de1dd8931a01caa3e25de66f896eda06cb755daa
 
1458
Author: daniel g. siegel <dgsiegel@gnome.org>
 
1459
Date:   Wed Dec 23 12:32:10 2009 +0100
 
1460
 
 
1461
    re-indent source code to match our style
 
1462
 
 
1463
M       libcheese/cheese-avatar-chooser.c
 
1464
M       libcheese/cheese-avatar-chooser.h
 
1465
M       libcheese/cheese-camera-device-monitor.c
 
1466
M       libcheese/cheese-camera-device-monitor.h
 
1467
M       libcheese/cheese-camera-device.c
 
1468
M       libcheese/cheese-camera-device.h
 
1469
M       libcheese/cheese-camera.c
 
1470
M       libcheese/cheese-camera.h
 
1471
M       libcheese/cheese-fileutil.c
 
1472
M       libcheese/cheese-flash.c
 
1473
M       libcheese/cheese-gconf.c
 
1474
M       libcheese/cheese-widget.c
 
1475
M       libcheese/cheese-widget.h
 
1476
M       src/cheese-prefs-balance-scale.c
 
1477
M       src/cheese-prefs-camera-combo.c
 
1478
M       src/cheese-prefs-dialog.c
 
1479
M       src/cheese-prefs-resolution-combo.c
 
1480
M       src/cheese-window.c
 
1481
M       src/eog-thumb-nav.c
 
1482
M       src/eog-thumb-nav.h
 
1483
M       src/eog-thumbnail.c
 
1484
M       src/eog-thumbnail.h
 
1485
M       tests/cheese-test-chooser.c
 
1486
M       tests/cheese-test-monitor.c
 
1487
M       tests/cheese-test-widget.c
 
1488
M       tests/test-webcam-button.c
 
1489
 
 
1490
commit 518063b1a11264b80291e9762c7d4e12bedfcd5c
 
1491
Author: daniel g. siegel <dgsiegel@gnome.org>
 
1492
Date:   Wed Dec 23 12:22:47 2009 +0100
 
1493
 
 
1494
    add libcheese-gtk bindings to src
 
1495
 
 
1496
M       src/Makefile.am
 
1497
 
 
1498
commit 15d1d8cff94f5a186639607c210e2dcfaa6ff379
 
1499
Author: daniel g. siegel <dgsiegel@gnome.org>
 
1500
Date:   Wed Dec 23 12:09:38 2009 +0100
 
1501
 
 
1502
    ignore test programs
 
1503
 
 
1504
M       .gitignore
 
1505
 
 
1506
commit 94062bb6ec052a6dda5eea7bb559004492c2ba5b
 
1507
Author: daniel g. siegel <dgsiegel@gnome.org>
 
1508
Date:   Wed Dec 23 12:09:03 2009 +0100
 
1509
 
 
1510
    remove legacy file functions from cheese
 
1511
 
 
1512
M       src/cheese.c
 
1513
 
 
1514
commit f742ef8b7f384b41b1b4f896232e2310a586363b
 
1515
Author: daniel g. siegel <dgsiegel@gnome.org>
 
1516
Date:   Wed Dec 23 12:06:04 2009 +0100
 
1517
 
 
1518
    remove actions of the context menu
 
1519
 
 
1520
    we will add them later on in some other way
 
1521
 
 
1522
M       configure.ac
 
1523
M       data/cheese-ui.xml
 
1524
M       src/cheese-window.c
 
1525
 
 
1526
commit e555fac961e7cad22c9caae3f9bb6eda7118bba1
 
1527
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1528
Date:   Wed Dec 23 09:55:17 2009 +0100
 
1529
 
 
1530
    Conditionally enable Xtst based examples
 
1531
 
 
1532
M       INSTALL
 
1533
M       configure.ac
 
1534
M       tests/Makefile.am
 
1535
 
 
1536
commit 01ee3e62a617bf20bb89f99128607ccb89425e9c
 
1537
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1538
Date:   Wed Dec 23 08:36:26 2009 +0100
 
1539
 
 
1540
    Disable camera specific preferences when there is no device
 
1541
 
 
1542
    Set camera and resolution combo boxes and balance scales insensitive
 
1543
    when no device is detected
 
1544
 
 
1545
M       libcheese/cheese-camera.c
 
1546
M       libcheese/cheese-camera.h
 
1547
M       src/cheese-prefs-balance-scale.c
 
1548
M       src/cheese-prefs-camera-combo.c
 
1549
 
 
1550
commit 013f4df67054e9c79d6fc226f497a1bcc2aaf41b
 
1551
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1552
Date:   Mon Dec 21 08:59:27 2009 +0100
 
1553
 
 
1554
    Don't check if format really changes in prefs-dialog
 
1555
 
 
1556
    No need to check if new_format is really different from the current
 
1557
    one
 
1558
    since cheese_camera_set_video_format already does nothing if the
 
1559
    format
 
1560
    is unchanged.
 
1561
 
 
1562
M       src/cheese-prefs-dialog.c
 
1563
 
 
1564
commit f0a6145646cd2b5900b377fb0c0a6a04c19cdccf
 
1565
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1566
Date:   Wed Dec 16 10:57:21 2009 +0100
 
1567
 
 
1568
    Fix a shameful bug in the constructed call
 
1569
 
 
1570
    Chaining up to parent class finalize in the constructed call wasn't
 
1571
    exactly the best.
 
1572
 
 
1573
M       libcheese/cheese-camera-device.c
 
1574
 
 
1575
commit db26d5146b486409421e15020f2c71e8eccfee1d
 
1576
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1577
Date:   Wed Dec 16 08:57:24 2009 +0100
 
1578
 
 
1579
    Some more debugging
 
1580
 
 
1581
M       libcheese/cheese-camera-device-monitor.c
 
1582
M       libcheese/cheese-camera-device.c
 
1583
 
 
1584
commit 40254cacb51a160ea71667b87c98d39227cfbc48
 
1585
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1586
Date:   Mon Dec 14 23:21:03 2009 +0100
 
1587
 
 
1588
    Remove throbber container from the ui file
 
1589
 
 
1590
M       data/cheese.ui
 
1591
 
 
1592
commit 44c5bcba65e3f2e7beeb3e02656e53966ddddddb
 
1593
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1594
Date:   Mon Dec 14 22:38:00 2009 +0100
 
1595
 
 
1596
    Port CheeseCameraDeviceMonitor to GST_DEBUG
 
1597
 
 
1598
M       libcheese/cheese-camera-device-monitor.c
 
1599
 
 
1600
commit aceeeb95cf3694b64b9d2648295e4860873202a2
 
1601
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1602
Date:   Mon Dec 14 22:29:31 2009 +0100
 
1603
 
 
1604
    Port CheeseCamera to GST_DEBUG
 
1605
 
 
1606
M       libcheese/cheese-camera.c
 
1607
 
 
1608
commit 691aae18683a85a8aa9709da3c150ccf0c3a2b21
 
1609
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1610
Date:   Mon Dec 14 22:12:15 2009 +0100
 
1611
 
 
1612
    Invert spinner and scale it down a little
 
1613
 
 
1614
M       src/cheese-window.c
 
1615
 
 
1616
commit 356580b8077315969a85bf67c08504672a82bc5c
 
1617
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1618
Date:   Mon Dec 14 21:06:31 2009 +0100
 
1619
 
 
1620
    Fix cheese-test-monitor
 
1621
 
 
1622
    CheeseWebcamDevice uses gstreamer to retrieve caps so gst_init
 
1623
    is needed
 
1624
 
 
1625
M       tests/cheese-test-monitor.c
 
1626
 
 
1627
commit f1ffeeadb13ef07c9012eddffb709a15d0954607
 
1628
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1629
Date:   Mon Dec 14 19:55:33 2009 +0100
 
1630
 
 
1631
    Use cheese-no-camera image when there is no device
 
1632
 
 
1633
    Use cheese-no-camera if available, didn't add it to the tree yet since
 
1634
    it still lacks licence and copyright data from the author.
 
1635
 
 
1636
M       src/cheese-window.c
 
1637
 
 
1638
commit bcc6ae4f65026e937b12e2f5c2dedaaa1ee19093
 
1639
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1640
Date:   Mon Dec 14 19:25:24 2009 +0100
 
1641
 
 
1642
    Move InfoBar into the problem page
 
1643
 
 
1644
M       src/cheese-window.c
 
1645
 
 
1646
commit f613a13f369dba7a08aa1c052f68cd10388fce51
 
1647
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1648
Date:   Mon Dec 14 19:07:55 2009 +0100
 
1649
 
 
1650
    Fix no device error
 
1651
 
 
1652
    Temporarily borrow "no webcam" code from cheese-widget to replace
 
1653
    videotestsrc stuff used before when no device was present.
 
1654
 
 
1655
M       libcheese/cheese-camera.c
 
1656
M       libcheese/cheese-camera.h
 
1657
M       src/cheese-window.c
 
1658
 
 
1659
commit 1897e41d32445b1bea63625e08a2cde9c2cb4a18
 
1660
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1661
Date:   Mon Dec 14 18:50:41 2009 +0100
 
1662
 
 
1663
    Call notebook pages by name using enums
 
1664
 
 
1665
M       src/cheese-window.c
 
1666
 
 
1667
commit 5d1a6e418a2940fda52ba877284879ffdbf73fa1
 
1668
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1669
Date:   Mon Dec 14 18:43:59 2009 +0100
 
1670
 
 
1671
    Really fix preferences to use the new api
 
1672
 
 
1673
M       src/cheese-prefs-resolution-combo.c
 
1674
 
 
1675
commit 78a0895eb7616426a420e0692145e26c72745e95
 
1676
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1677
Date:   Sun Dec 13 21:45:56 2009 +0100
 
1678
 
 
1679
    Completely remove fake_webcam stuff
 
1680
 
 
1681
    Remove fake camera and fake formats stuff. When no device is present
 
1682
    just set NO_DEVICE error.
 
1683
 
 
1684
M       libcheese/cheese-camera.c
 
1685
 
 
1686
commit fdafd51da61d970c97defb1375f5fbba96fa41ce
 
1687
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1688
Date:   Sun Dec 13 20:48:39 2009 +0100
 
1689
 
 
1690
    Some experiment with GST_DEBUG
 
1691
 
 
1692
    The idea is to use GST_WARNING for problems, GST_INFO to keep track of
 
1693
    program flow and GST_DEBUG for really verbose messages like the ones
 
1694
    with serialized caps. I really want to move all libcheese-common
 
1695
    debugging to GST_DEBUG, it could be worth to move cheese and
 
1696
    libcheese-gtk stuff too to have everything under the same system.
 
1697
    Still need to figure out how to do the log.txt thing (doesn't really
 
1698
    work anyway at the moment).
 
1699
 
 
1700
M       libcheese/cheese-camera-device.c
 
1701
 
 
1702
commit 6a4837a19fb446464bd5efc9b7e02e380720ac2f
 
1703
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1704
Date:   Sun Dec 13 20:36:23 2009 +0100
 
1705
 
 
1706
    No need to get device name from v4l2src
 
1707
 
 
1708
    Udev and v4l2src both use the same ioctl to query device name,
 
1709
    just use
 
1710
    udev one.
 
1711
 
 
1712
M       libcheese/cheese-camera-device.c
 
1713
 
 
1714
commit 46e45dacedb9649edd078869ef3898b43550c7f0
 
1715
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1716
Date:   Sun Dec 13 20:29:05 2009 +0100
 
1717
 
 
1718
    Fix some warning
 
1719
 
 
1720
M       libcheese/cheese-camera.c
 
1721
M       src/cheese-prefs-resolution-combo.c
 
1722
 
 
1723
commit 2d4be65d7076aeae998b5f531bee65084b2059b5
 
1724
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1725
Date:   Sun Dec 13 19:45:19 2009 +0100
 
1726
 
 
1727
    Fix preferences to use the new api
 
1728
 
 
1729
M       libcheese/cheese-camera.c
 
1730
M       src/cheese-prefs-camera-combo.c
 
1731
M       src/cheese-prefs-dialog.c
 
1732
M       src/cheese-prefs-resolution-combo.c
 
1733
 
 
1734
commit 1995e70690e1085d70db173c3cdf0677fb6bc208
 
1735
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1736
Date:   Sun Dec 13 19:30:34 2009 +0100
 
1737
 
 
1738
    Remove fake format stuff (needs work)
 
1739
 
 
1740
M       libcheese/cheese-camera-device.h
 
1741
M       libcheese/cheese-camera.c
 
1742
M       libcheese/cheese-camera.h
 
1743
 
 
1744
commit f58991e546daa2934471e2b7e1681aa7f10edb2b
 
1745
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1746
Date:   Sun Dec 13 18:56:39 2009 +0100
 
1747
 
 
1748
    Set caps in cheese_webcam_play
 
1749
 
 
1750
M       libcheese/cheese-camera-device.c
 
1751
M       libcheese/cheese-camera.c
 
1752
M       src/cheese-prefs-dialog.c
 
1753
 
 
1754
commit e933000968492a3aea67815546564ecc6f915e6f
 
1755
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1756
Date:   Sun Dec 13 18:11:01 2009 +0100
 
1757
 
 
1758
    Move caps retrieving stuff into CheeseCameraDevice
 
1759
 
 
1760
    Caps are device specific so it makes sense to retrieve them
 
1761
    directly in
 
1762
    CheeseCameraDevice. Make CheeseCameraDevice string properties
 
1763
    CONSTRUCT_ONLY.
 
1764
 
 
1765
M       libcheese/cheese-camera-device-monitor.c
 
1766
M       libcheese/cheese-camera-device.c
 
1767
M       libcheese/cheese-camera-device.h
 
1768
M       libcheese/cheese-camera.c
 
1769
M       libcheese/cheese-camera.h
 
1770
 
 
1771
commit 7a54c29574f5f3a756d8e2e5d20818204ab3be68
 
1772
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1773
Date:   Sun Dec 13 12:26:27 2009 +0100
 
1774
 
 
1775
    Some other step towards better cap handling
 
1776
 
 
1777
    Boxify CheeseVideoFormat. Add some convenience method for getting caps
 
1778
    from formats.
 
1779
 
 
1780
M       libcheese/cheese-camera-device.c
 
1781
M       libcheese/cheese-camera-device.h
 
1782
M       libcheese/cheese-camera.c
 
1783
M       libcheese/cheese-camera.h
 
1784
 
 
1785
commit 09e9bf8d3298639dc7daf971f96a1139ae34b69f
 
1786
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1787
Date:   Sat Dec 12 21:12:53 2009 +0100
 
1788
 
 
1789
    First pass at some reorganization of caps handling
 
1790
 
 
1791
    Gobjectify CheeseDevice.  Move video format stuff into CheeseDevice,
 
1792
    trying to use gstreamer functions whenever possibile (i.e. caps
 
1793
    manipulating stuff).  Remove framerate code. We just use the maximum
 
1794
    framerate since some time now and gstreamer is quite good at
 
1795
    picking the
 
1796
    best rate, no need to do that here.
 
1797
 
 
1798
M       libcheese/cheese-camera-device-monitor.c
 
1799
M       libcheese/cheese-camera-device.c
 
1800
M       libcheese/cheese-camera-device.h
 
1801
M       libcheese/cheese-camera.c
 
1802
M       libcheese/cheese-camera.h
 
1803
M       src/cheese-prefs-camera-combo.c
 
1804
M       tests/cheese-test-monitor.c
 
1805
 
 
1806
commit 933bb9f2310528883b3afbea4ec02c901def65ee
 
1807
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1808
Date:   Thu Dec 17 09:02:00 2009 +0100
 
1809
 
 
1810
    Updated Slovenian translation
 
1811
 
 
1812
M       po/sl.po
 
1813
 
 
1814
commit c5308566a51740923c28e4f62f4d082bc4113900
 
1815
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1816
Date:   Wed Dec 16 12:12:06 2009 +0100
 
1817
 
 
1818
    Updated Norwegian bokmål translation.
 
1819
 
 
1820
M       po/nb.po
 
1821
 
 
1822
commit a6b681b1807eb51b2721f772e83a4a72291fe367
 
1823
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
 
1824
Date:   Sat Dec 12 08:42:09 2009 +0100
 
1825
 
 
1826
    Fix non usb device detection
 
1827
 
 
1828
    Product and Vendor id, usb specific, are used just for debugging,
 
1829
    no need to
 
1830
    ignore devices that don't provide them.
 
1831
 
 
1832
M       libcheese/cheese-camera-device-monitor.c
 
1833
 
 
1834
commit fb66f8eeebbb745be61371ab19b150d101d8b97e
 
1835
Author: Jorge González <jorgegonz@svn.gnome.org>
 
1836
Date:   Sun Dec 13 12:15:29 2009 +0100
 
1837
 
 
1838
    Updated Spanish translation
 
1839
 
 
1840
M       po/es.po
 
1841
 
 
1842
commit deca9fbdbd43090f41225ffaddae81c3f56dc846
 
1843
Author: Ivar Smolin <okul@linux.ee>
 
1844
Date:   Wed Dec 9 09:03:55 2009 +0200
 
1845
 
 
1846
    Updating Estonian translation
 
1847
 
 
1848
M       po/et.po
 
1849
 
 
1850
commit 030ba0311381d2b93e439100656c0bc0a74d4f1a
 
1851
Author: Tao Wei <weitao1979@gmail.com>
 
1852
Date:   Tue Dec 8 15:58:51 2009 +0800
 
1853
 
 
1854
    Update Simplified Chinese translation.
 
1855
 
 
1856
M       po/zh_CN.po
 
1857
 
 
1858
commit 36f025de55bd6aeca6bf7e7fb498488de50df873
 
1859
Author: Bastien Nocera <hadess@hadess.net>
 
1860
Date:   Fri Dec 4 16:28:22 2009 +0000
 
1861
 
 
1862
    Rename button on the image tab
 
1863
 
 
1864
    Otherwise you'd expect to have another picture taken straight
 
1865
    away.
 
1866
 
 
1867
M       libcheese/cheese-avatar-chooser.c
 
1868
 
 
1869
commit 63d70009bbdec49e93a73a42ad63d3778529024e
 
1870
Author: Ivar Smolin <okul@linux.ee>
 
1871
Date:   Sun Dec 6 21:56:07 2009 +0200
 
1872
 
 
1873
    Updating Estonian translation
 
1874
 
 
1875
M       po/et.po
 
1876
 
 
1877
commit 0ffeabb2842486d0f2d806d4b7bc71a507f5adc9
 
1878
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1879
Date:   Fri Dec 4 21:32:57 2009 +0100
 
1880
 
 
1881
    Updated Norwegian bokmål translation.
 
1882
 
 
1883
M       po/nb.po
 
1884
 
 
1885
commit 82c9d1e0c0506a95966ff87ddf9c8d3715977671
 
1886
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1887
Date:   Fri Dec 4 20:03:03 2009 +0100
 
1888
 
 
1889
    Updated Slovenian translation
 
1890
 
 
1891
M       po/sl.po
 
1892
 
 
1893
commit 87d88d0294bb4a92c8728498b034773370c953ec
 
1894
Author: Bastien Nocera <hadess@hadess.net>
 
1895
Date:   Fri Dec 4 16:08:51 2009 +0000
 
1896
 
 
1897
    Don't want no modal prefs foo!
 
1898
 
 
1899
M       src/cheese-prefs-dialog.c
 
1900
 
 
1901
commit 272eb3fde8ddbeba908d319df4631ddbd7c2fc5f
 
1902
Author: Bastien Nocera <hadess@hadess.net>
 
1903
Date:   Thu Dec 3 19:41:34 2009 +0000
 
1904
 
 
1905
    Make the flash window a popup
 
1906
 
 
1907
    To fix problems with some window managers.
 
1908
 
 
1909
    https://bugzilla.gnome.org/show_bug.cgi?id=598902
 
1910
 
 
1911
M       libcheese/cheese-avatar-chooser.c
 
1912
M       libcheese/cheese-flash.c
 
1913
M       libcheese/cheese-flash.h
 
1914
M       src/cheese-window.c
 
1915
 
 
1916
commit c8fa476cd85909383da50c249d99a23a36e66508
 
1917
Author: Bastien Nocera <hadess@hadess.net>
 
1918
Date:   Thu Dec 3 19:01:22 2009 +0000
 
1919
 
 
1920
    Make startup slightly faster by avoiding going to PLAYING state
 
1921
 
 
1922
    When probing the framerates and resolutions supported by the
 
1923
    webcam, avoid going to PLAYING then PAUSED state, and
 
1924
    just use READY.
 
1925
 
 
1926
    Increase GStreamer requirements for bug #587082
 
1927
 
 
1928
M       configure.ac
 
1929
M       libcheese/cheese-camera.c
 
1930
 
 
1931
commit bfde7234531365ec5d394f0edf07360de931023e
 
1932
Author: Bastien Nocera <hadess@hadess.net>
 
1933
Date:   Thu Dec 3 18:46:09 2009 +0000
 
1934
 
 
1935
    Make udev optional for non-Linux platforms
 
1936
 
 
1937
M       configure.ac
 
1938
M       libcheese/cheese-camera-device-monitor.c
 
1939
 
 
1940
commit d2b032f08d64fd759a018f44d5ce13c6016c307e
 
1941
Author: Bastien Nocera <hadess@hadess.net>
 
1942
Date:   Thu Dec 3 18:12:07 2009 +0000
 
1943
 
 
1944
    Use udev properties for probing devices when available
 
1945
 
 
1946
M       libcheese/cheese-camera-device-monitor.c
 
1947
 
 
1948
commit 684c4682cf8342782cf816c216c25516e30eba42
 
1949
Author: Bastien Nocera <hadess@hadess.net>
 
1950
Date:   Thu Dec 3 17:49:42 2009 +0000
 
1951
 
 
1952
    Fix getting vid/pid when they are known
 
1953
 
 
1954
M       libcheese/cheese-camera-device-monitor.c
 
1955
 
 
1956
commit 5a041563eca04867310b5628f21ca1eb57ec878b
 
1957
Author: Bastien Nocera <hadess@hadess.net>
 
1958
Date:   Thu Dec 3 17:49:01 2009 +0000
 
1959
 
 
1960
    Rename "hal_udi" to "id"
 
1961
 
 
1962
M       libcheese/cheese-camera-device-monitor.c
 
1963
M       libcheese/cheese-camera-device.c
 
1964
M       libcheese/cheese-camera-device.h
 
1965
M       libcheese/cheese-camera.c
 
1966
M       tests/cheese-test-monitor.c
 
1967
 
 
1968
commit bfc04d34121ed890158e9c399a49ad520b276ca5
 
1969
Author: Bastien Nocera <hadess@hadess.net>
 
1970
Date:   Thu Dec 3 17:39:09 2009 +0000
 
1971
 
 
1972
    Port HAL monitor to gudev
 
1973
 
 
1974
    https://bugzilla.gnome.org/show_bug.cgi?id=594966
 
1975
 
 
1976
M       configure.ac
 
1977
M       libcheese/cheese-camera-device-monitor.c
 
1978
 
 
1979
commit a09a469f975dbd333ea85f5099723eca7a946423
 
1980
Author: Bastien Nocera <hadess@hadess.net>
 
1981
Date:   Thu Dec 3 16:24:06 2009 +0000
 
1982
 
 
1983
    Add avatar chooser files for translation
 
1984
 
 
1985
M       po/POTFILES.in
 
1986
 
 
1987
commit 0c5bb50ed6814a4d73414815062640ba0e1e752b
 
1988
Author: Bastien Nocera <hadess@hadess.net>
 
1989
Date:   Thu Dec 3 16:23:27 2009 +0000
 
1990
 
 
1991
    Add test program for chooser widget
 
1992
 
 
1993
M       tests/Makefile.am
 
1994
A       tests/cheese-test-chooser.c
 
1995
 
 
1996
commit db2d21c3f169fcc3af43b7949f12181a5a945491
 
1997
Author: Bastien Nocera <hadess@hadess.net>
 
1998
Date:   Thu Dec 3 16:22:46 2009 +0000
 
1999
 
 
2000
    First pass at an avatar chooser widget
 
2001
 
 
2002
    Image manipulation is still on the TODO list.
 
2003
 
 
2004
M       libcheese/Makefile.am
 
2005
A       libcheese/cheese-avatar-chooser.c
 
2006
A       libcheese/cheese-avatar-chooser.h
 
2007
 
 
2008
commit 0068d8fdfaea7440a86c64a34ec68754d92dcbc4
 
2009
Author: Bastien Nocera <hadess@hadess.net>
 
2010
Date:   Thu Dec 3 16:21:34 2009 +0000
 
2011
 
 
2012
    Fix CheeseFlash when disposed multiple times
 
2013
 
 
2014
M       libcheese/cheese-flash.c
 
2015
 
 
2016
commit 43e50e6e16e9850d051f136fe31b4163bf67fd29
 
2017
Author: Bastien Nocera <hadess@hadess.net>
 
2018
Date:   Thu Dec 3 16:21:11 2009 +0000
 
2019
 
 
2020
    Fix problems on D-Bus disconnections
 
2021
 
 
2022
M       libcheese/cheese-camera-device-monitor.c
 
2023
 
 
2024
commit ff076de932a658d6997c1f974f2a7cafa9b6b512
 
2025
Author: Bastien Nocera <hadess@hadess.net>
 
2026
Date:   Thu Dec 3 15:45:53 2009 +0000
 
2027
 
 
2028
    Fix signal prototype for "photo-taken"
 
2029
 
 
2030
M       libcheese/cheese-camera.h
 
2031
 
 
2032
commit e115ce4489e25c62bdec6f5b8b58861540f29b9b
 
2033
Author: Bastien Nocera <hadess@hadess.net>
 
2034
Date:   Thu Dec 3 15:35:45 2009 +0000
 
2035
 
 
2036
    Don't forget to export cheese_camera_take_photo_pixbuf()
 
2037
 
 
2038
M       libcheese/cheese-camera.h
 
2039
 
 
2040
commit db2766d6f1c53b95acad23448fa47d3ecccb8adf
 
2041
Author: Bastien Nocera <hadess@hadess.net>
 
2042
Date:   Thu Dec 3 13:56:43 2009 +0000
 
2043
 
 
2044
    Fix crasher when adding a camera and the monitor is gone
 
2045
 
 
2046
M       libcheese/cheese-camera-device-monitor.c
 
2047
 
 
2048
commit f5200c71c92d590442415871b13f9a2c718b6953
 
2049
Author: Bastien Nocera <hadess@hadess.net>
 
2050
Date:   Thu Dec 3 11:29:59 2009 +0000
 
2051
 
 
2052
    Fix warning on signal emission
 
2053
 
 
2054
M       libcheese/cheese-widget.c
 
2055
 
 
2056
commit bc0668de6514dd8b01a4aef2f6a03779ebab2bbc
 
2057
Author: daniel g. siegel <dgsiegel@gnome.org>
 
2058
Date:   Thu Dec 3 02:04:06 2009 +0100
 
2059
 
 
2060
    move remaining test programs to tests/
 
2061
 
 
2062
M       .gitignore
 
2063
M       tests/Makefile.am
 
2064
R098    tools/test-webcam-button.c      tests/test-webcam-button.c
 
2065
 
 
2066
commit f9413cb5af7d5f5890919f19be61f7e9e6dd5591
 
2067
Author: daniel g. siegel <dgsiegel@gnome.org>
 
2068
Date:   Thu Dec 3 01:57:49 2009 +0100
 
2069
 
 
2070
    move test programs to tests/
 
2071
 
 
2072
M       .gitignore
 
2073
M       Makefile.am
 
2074
M       configure.ac
 
2075
M       libcheese/Makefile.am
 
2076
A       tests/Makefile.am
 
2077
R100    libcheese/cheese-test-monitor.c tests/cheese-test-monitor.c
 
2078
R100    libcheese/cheese-test-widget.c  tests/cheese-test-widget.c
 
2079
 
 
2080
commit 8f285f3a94f11cb1104224fd1175714ca1d18db9
 
2081
Author: Bastien Nocera <hadess@hadess.net>
 
2082
Date:   Thu Dec 3 00:29:20 2009 +0000
 
2083
 
 
2084
    Fix widget name to match what's used in the code
 
2085
 
 
2086
M       data/cheese-prefs.ui
 
2087
 
 
2088
commit 7d6321e16404ce3e4473876e28849d8842339b97
 
2089
Author: Bastien Nocera <hadess@hadess.net>
 
2090
Date:   Wed Dec 2 18:01:39 2009 +0000
 
2091
 
 
2092
    Update gitignore
 
2093
 
 
2094
M       .gitignore
 
2095
 
 
2096
commit a4f10acf3d3386478408bc1965e400199220425e
 
2097
Author: Bastien Nocera <hadess@hadess.net>
 
2098
Date:   Wed Dec 2 18:00:46 2009 +0000
 
2099
 
 
2100
    Add test application for device monitor
 
2101
 
 
2102
M       libcheese/Makefile.am
 
2103
A       libcheese/cheese-test-monitor.c
 
2104
 
 
2105
commit c98b04c12f29198b5f300316734e50d1127727f9
 
2106
Author: Bastien Nocera <hadess@hadess.net>
 
2107
Date:   Wed Dec 2 18:00:20 2009 +0000
 
2108
 
 
2109
    Implement actual monitoring in CheeseCameraDeviceMonitor
 
2110
 
 
2111
M       libcheese/cheese-camera-device-monitor.c
 
2112
 
 
2113
commit c8c331b7776cfc44f12888796462962de68418b8
 
2114
Author: Bastien Nocera <hadess@hadess.net>
 
2115
Date:   Wed Dec 2 17:22:25 2009 +0000
 
2116
 
 
2117
    Move handling of one UDI into its own function
 
2118
 
 
2119
M       libcheese/cheese-camera-device-monitor.c
 
2120
 
 
2121
commit 3c9bc8706f846dd14aff84032e142c081e823da7
 
2122
Author: Bastien Nocera <hadess@hadess.net>
 
2123
Date:   Wed Dec 2 17:16:13 2009 +0000
 
2124
 
 
2125
    Move HAL code into CheeseCameraDeviceMonitor
 
2126
 
 
2127
M       libcheese/Makefile.am
 
2128
A       libcheese/cheese-camera-device-monitor.c
 
2129
A       libcheese/cheese-camera-device-monitor.h
 
2130
M       libcheese/cheese-camera.c
 
2131
 
 
2132
commit 67afd8ed0485164a03abd5ed0fe1bea4c51512f6
 
2133
Author: Bastien Nocera <hadess@hadess.net>
 
2134
Date:   Wed Dec 2 17:10:09 2009 +0000
 
2135
 
 
2136
    Avoid run-time warning on exit
 
2137
 
 
2138
M       libcheese/cheese-camera-device.c
 
2139
 
 
2140
commit 247970fcf3421d53800453dc99bb7d000a35f1ff
 
2141
Author: Bastien Nocera <hadess@hadess.net>
 
2142
Date:   Wed Dec 2 16:37:48 2009 +0000
 
2143
 
 
2144
    Move CheeseCameraDevice into its own files
 
2145
 
 
2146
M       libcheese/Makefile.am
 
2147
A       libcheese/cheese-camera-device.c
 
2148
A       libcheese/cheese-camera-device.h
 
2149
M       libcheese/cheese-camera.c
 
2150
M       libcheese/cheese-camera.h
 
2151
 
 
2152
commit c1d51ff683738b3081efced88c0a136c03a241a3
 
2153
Author: Bastien Nocera <hadess@hadess.net>
 
2154
Date:   Wed Dec 2 16:24:42 2009 +0000
 
2155
 
 
2156
    Use GPtrArray to store camera enumeration
 
2157
 
 
2158
    And simplify creating and freeing CheeseCameraDevice.
 
2159
 
 
2160
M       libcheese/cheese-camera.c
 
2161
M       libcheese/cheese-camera.h
 
2162
M       src/cheese-prefs-camera-combo.c
 
2163
 
 
2164
commit 49ce55ee6331b26323da8364965306e0cfff0d77
 
2165
Author: Bastien Nocera <hadess@hadess.net>
 
2166
Date:   Wed Dec 2 15:36:31 2009 +0000
 
2167
 
 
2168
    Update POTFILES
 
2169
 
 
2170
M       po/POTFILES.in
 
2171
 
 
2172
commit 8941b280a402e95336dfa5f78737d8c53589052a
 
2173
Author: Bastien Nocera <hadess@hadess.net>
 
2174
Date:   Wed Dec 2 15:36:09 2009 +0000
 
2175
 
 
2176
    Move CheeseCountdown to the library
 
2177
 
 
2178
M       libcheese/Makefile.am
 
2179
R100    src/cheese-countdown.c  libcheese/cheese-countdown.c
 
2180
R100    src/cheese-countdown.h  libcheese/cheese-countdown.h
 
2181
M       po/POTFILES.in
 
2182
M       src/Makefile.am
 
2183
 
 
2184
commit c74a39a51eb6abd5f58645c34475f9383aa60e1d
 
2185
Author: Bastien Nocera <hadess@hadess.net>
 
2186
Date:   Wed Dec 2 15:22:07 2009 +0000
 
2187
 
 
2188
    Add "ready" and "error" signals, export CheeseCamera object
 
2189
 
 
2190
M       libcheese/cheese-widget.c
 
2191
M       libcheese/cheese-widget.h
 
2192
 
 
2193
commit 5bb282a5d967bb356369bcc9ae2301a4b62a45af
 
2194
Author: Bastien Nocera <hadess@hadess.net>
 
2195
Date:   Wed Dec 2 12:57:43 2009 +0000
 
2196
 
 
2197
    Add a photo-taken signal, which passes a pixbuf
 
2198
 
 
2199
    https://bugzilla.gnome.org/show_bug.cgi?id=603595
 
2200
 
 
2201
M       libcheese/cheese-camera.c
 
2202
M       libcheese/cheese-camera.h
 
2203
 
 
2204
commit d818bc2a9520d1b20410ed01f4977f5a583e3dfc
 
2205
Author: Bastien Nocera <hadess@hadess.net>
 
2206
Date:   Wed Dec 2 12:30:21 2009 +0000
 
2207
 
 
2208
    Video invert the colours for the spinner page
 
2209
 
 
2210
M       libcheese/cheese-widget.c
 
2211
 
 
2212
commit 84fc2e2714b660825372e5deeeb842852b309e9f
 
2213
Author: Bastien Nocera <hadess@hadess.net>
 
2214
Date:   Wed Dec 2 11:40:20 2009 +0000
 
2215
 
 
2216
    Make the expose handler shareable
 
2217
 
 
2218
M       libcheese/cheese-widget.c
 
2219
 
 
2220
commit 8b728557cfdf4602b49df2e2df872cf7032e9604
 
2221
Author: Bastien Nocera <hadess@hadess.net>
 
2222
Date:   Wed Dec 2 00:18:04 2009 +0000
 
2223
 
 
2224
    Implement error page in CheeseWidget
 
2225
 
 
2226
M       libcheese/cheese-widget.c
 
2227
 
 
2228
commit b205ea70694db30ea934462db4d30dc5a4ecde3c
 
2229
Author: Bastien Nocera <hadess@hadess.net>
 
2230
Date:   Tue Dec 1 16:53:25 2009 +0000
 
2231
 
 
2232
    Update for recent file renames
 
2233
 
 
2234
M       po/POTFILES.in
 
2235
 
 
2236
commit bf353a81c9a5d7668a6218e6f0a88e8da8795a04
 
2237
Author: Bastien Nocera <hadess@hadess.net>
 
2238
Date:   Tue Dec 1 16:50:07 2009 +0000
 
2239
 
 
2240
    Rename libcheese to libcheese-gtk
 
2241
 
 
2242
M       libcheese/Makefile.am
 
2243
 
 
2244
commit 7570e1c4eea1bb602418c75064551d52c4e9fca8
 
2245
Author: Bastien Nocera <hadess@hadess.net>
 
2246
Date:   Tue Dec 1 16:49:55 2009 +0000
 
2247
 
 
2248
    Fix run-time warning
 
2249
 
 
2250
M       libcheese/cheese-widget.c
 
2251
 
 
2252
commit c032a30cb1bb8d66b13b938cc9d729af8cdeeeb1
 
2253
Author: Bastien Nocera <hadess@hadess.net>
 
2254
Date:   Tue Dec 1 16:00:44 2009 +0000
 
2255
 
 
2256
    First pass at webcam widget for use in other applications
 
2257
 
 
2258
    https://bugzilla.gnome.org/show_bug.cgi?id=522199
 
2259
 
 
2260
M       .gitignore
 
2261
M       libcheese/Makefile.am
 
2262
R100    src/cheese-fileutil.c   libcheese/cheese-fileutil.c
 
2263
R100    src/cheese-fileutil.h   libcheese/cheese-fileutil.h
 
2264
R100    src/cheese-flash.c      libcheese/cheese-flash.c
 
2265
R100    src/cheese-flash.h      libcheese/cheese-flash.h
 
2266
R100    src/cheese-gconf.c      libcheese/cheese-gconf.c
 
2267
R100    src/cheese-gconf.h      libcheese/cheese-gconf.h
 
2268
A       libcheese/cheese-test-widget.c
 
2269
A       libcheese/cheese-widget.c
 
2270
A       libcheese/cheese-widget.h
 
2271
M       src/Makefile.am
 
2272
 
 
2273
commit 7c1fc5c8db49f083d791f05b84e5d281350db715
 
2274
Author: Bastien Nocera <hadess@hadess.net>
 
2275
Date:   Tue Dec 1 14:12:07 2009 +0000
 
2276
 
 
2277
    Fix linkage to the new libcheese
 
2278
 
 
2279
M       src/Makefile.am
 
2280
 
 
2281
commit bf3313af2a4415011d77cb676cb01374d631c667
 
2282
Author: Bastien Nocera <hadess@hadess.net>
 
2283
Date:   Tue Dec 1 14:11:51 2009 +0000
 
2284
 
 
2285
    GTK+ 2.19.1 is enough, no need for 2.19.2
 
2286
 
 
2287
M       configure.ac
 
2288
 
 
2289
commit 7b96fe439ed0660442ca879b06edce2da252c7bd
 
2290
Author: Bastien Nocera <hadess@hadess.net>
 
2291
Date:   Tue Dec 1 00:46:31 2009 +0000
 
2292
 
 
2293
    Clean up Webcam key handling
 
2294
 
 
2295
    No need to check for XF86 specific keys, they're now in GDK.
 
2296
 
 
2297
M       configure.ac
 
2298
M       src/cheese-window.c
 
2299
 
 
2300
commit 28d240acc2d26b99c4787dcd1b07078a762889ff
 
2301
Author: daniel g. siegel <siegel@in.tum.de>
 
2302
Date:   Tue Dec 1 01:36:40 2009 +0100
 
2303
 
 
2304
    use GtkSpinner instead of our own
 
2305
 
 
2306
    fixes bug #598445, GTK dependency was bumped to 2.19.2
 
2307
 
 
2308
M       configure.ac
 
2309
M       src/Makefile.am
 
2310
M       src/cheese-window.c
 
2311
D       src/ephy-spinner.c
 
2312
D       src/ephy-spinner.h
 
2313
 
 
2314
commit 25e9e367bfce76904205c1c6b5e88217e719fe7b
 
2315
Author: daniel g. siegel <siegel@in.tum.de>
 
2316
Date:   Tue Dec 1 00:53:36 2009 +0100
 
2317
 
 
2318
    move cheese-webcam to libcheese
 
2319
 
 
2320
    moved the camera specific code to libcheese, which will be
 
2321
    the heart of cheese for the future. we also change the term
 
2322
    webcam in favor of camera, as it is easier to understand
 
2323
 
 
2324
M       .gitignore
 
2325
M       Makefile.am
 
2326
M       configure.ac
 
2327
M       data/cheese.schemas.in
 
2328
A       libcheese/Makefile.am
 
2329
R073    src/cheese-webcam.c     libcheese/cheese-camera.c
 
2330
A       libcheese/cheese-camera.h
 
2331
M       src/Makefile.am
 
2332
M       src/cheese-effect-chooser.c
 
2333
M       src/cheese-effect-chooser.h
 
2334
M       src/cheese-flash.c
 
2335
M       src/cheese-gconf.c
 
2336
M       src/cheese-gconf.h
 
2337
M       src/cheese-prefs-balance-scale.c
 
2338
M       src/cheese-prefs-balance-scale.h
 
2339
M       src/cheese-prefs-burst-spinbox.h
 
2340
R058    src/cheese-prefs-webcam-combo.c src/cheese-prefs-camera-combo.c
 
2341
A       src/cheese-prefs-camera-combo.h
 
2342
M       src/cheese-prefs-dialog.c
 
2343
M       src/cheese-prefs-dialog.h
 
2344
M       src/cheese-prefs-resolution-combo.c
 
2345
M       src/cheese-prefs-resolution-combo.h
 
2346
D       src/cheese-prefs-webcam-combo.h
 
2347
D       src/cheese-webcam.h
 
2348
M       src/cheese-window.c
 
2349
 
 
2350
commit 7885a79a7d58afce3d80868f6e5420e61f822dc7
 
2351
Author: daniel g. siegel <siegel@in.tum.de>
 
2352
Date:   Tue Dec 1 00:01:39 2009 +0100
 
2353
 
 
2354
    remove the waf build system
 
2355
 
 
2356
    pretty large infrastructure changes are on its way, so we
 
2357
    will add it later on, when everything is functional again
 
2358
 
 
2359
D       data/wscript_build
 
2360
D       help/wscript_build
 
2361
D       po/wscript_build
 
2362
D       src/wscript_build
 
2363
D       waf
 
2364
D       wscript
 
2365
 
 
2366
commit b7a59578b99016a79e613f8bb69f5b5e455258bb
 
2367
Author: Bastien Nocera <hadess@hadess.net>
 
2368
Date:   Fri Nov 27 15:33:54 2009 +0000
 
2369
 
 
2370
    Use libcanberra instead of GStreamer for shutter
 
2371
 
 
2372
    https://bugzilla.gnome.org/show_bug.cgi?id=603152
 
2373
 
 
2374
M       configure.ac
 
2375
M       data/Makefile.am
 
2376
D       data/sounds/Makefile.am
 
2377
D       data/sounds/shutter0.ogg
 
2378
D       data/sounds/shutter1.ogg
 
2379
D       data/sounds/shutter2.ogg
 
2380
D       data/sounds/shutter3.ogg
 
2381
D       data/sounds/shutter4.ogg
 
2382
M       src/Makefile.am
 
2383
M       src/cheese-window.c
 
2384
D       src/gst-audio-play.c
 
2385
D       src/gst-audio-play.h
 
2386
 
 
2387
commit 7bb031c3c848c5b6fe4ffb78b30542db86e250fe
 
2388
Author: Bastien Nocera <hadess@hadess.net>
 
2389
Date:   Fri Nov 27 16:49:43 2009 +0000
 
2390
 
 
2391
    Make CheeseGConf a singleton object
 
2392
 
 
2393
    Thus saving us some RAM by avoiding 2 copies of an object that
 
2394
    does the exact same thing.
 
2395
 
 
2396
    https://bugzilla.gnome.org/show_bug.cgi?id=603161
 
2397
 
 
2398
M       src/cheese-gconf.c
 
2399
 
 
2400
commit d7284520cdd75df1ba1aa72eacae1e9de71bc649
 
2401
Author: Bastien Nocera <hadess@hadess.net>
 
2402
Date:   Fri Nov 27 16:53:39 2009 +0000
 
2403
 
 
2404
    Make CheeseFileUtil a singleton
 
2405
 
 
2406
    And save even more RAM! And polar bears!
 
2407
 
 
2408
    https://bugzilla.gnome.org/show_bug.cgi?id=603162
 
2409
 
 
2410
M       src/cheese-fileutil.c
 
2411
 
 
2412
commit 840e6106cfe9b2e5cbc7a7bb29989bbeab17ea26
 
2413
Author: Bastien Nocera <hadess@hadess.net>
 
2414
Date:   Fri Nov 27 17:20:51 2009 +0000
 
2415
 
 
2416
    Avoid warnings on exit when playback hasn't started
 
2417
 
 
2418
    When exiting cheese before the GStreamer pipeline is ready,
 
2419
    avoid warnings trying to unref non-existant GStreamer pipelines.
 
2420
 
 
2421
    https://bugzilla.gnome.org/show_bug.cgi?id=603167
 
2422
 
 
2423
M       src/cheese-webcam.c
 
2424
 
 
2425
commit 0e743bdae23d61715f9267133f680c0934454000
 
2426
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
2427
Date:   Mon Nov 30 20:53:54 2009 +0200
 
2428
 
 
2429
    Update Hebrew translation
 
2430
 
 
2431
M       po/he.po
 
2432
 
 
2433
commit accf167e488326b11a6460fcb68a16877b5cb3e1
 
2434
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
2435
Date:   Mon Nov 30 16:54:00 2009 +0100
 
2436
 
 
2437
    Added LowGerman translation
 
2438
 
 
2439
M       po/LINGUAS
 
2440
 
 
2441
commit ff52d72675fd2c1d58b39b7d911f1b39410e8c74
 
2442
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
2443
Date:   Mon Nov 30 16:53:55 2009 +0100
 
2444
 
 
2445
    Added LowGerman translation
 
2446
 
 
2447
A       po/nds.po
 
2448
 
 
2449
commit 88f906a6c228d132defbf8c9c4850bc4853e7566
 
2450
Author: Tao Wei <weitao1979@gmail.com>
 
2451
Date:   Sun Nov 29 23:37:21 2009 +0800
 
2452
 
 
2453
    Updated Simplified Chinese translation.
 
2454
 
 
2455
M       po/zh_CN.po
 
2456
 
 
2457
commit 16a58e81a4017fb47a5031a854e6d84dccd45453
 
2458
Author: Aron Xu <aronxu@gnome.org>
 
2459
Date:   Sun Nov 29 01:46:52 2009 +0800
 
2460
 
 
2461
    Updated Simplified Chinese translation.
 
2462
 
 
2463
M       po/zh_CN.po
 
2464
 
 
2465
commit 2270b367b66e2ab207c83763ac9ce39fb38fbe81
 
2466
Author: Anton Meixome <meixome@mancomun.org>
 
2467
Date:   Thu Nov 26 14:36:44 2009 +0100
 
2468
 
 
2469
    Updated Galician Translation
 
2470
 
 
2471
M       po/gl.po
 
2472
 
 
2473
commit ab44be363972e2ecf461d122c7052d62b5f1fe81
 
2474
Author: arccos (L.Q) <boyermoore@gmail.com>
 
2475
Date:   Tue Nov 17 15:23:46 2009 +0800
 
2476
 
 
2477
    Updated Simplified Chinese translation.
 
2478
 
 
2479
M       help/zh_CN/zh_CN.po
 
2480
 
 
2481
commit bbf2deca41c99ef44074012361cc536be6e425e6
 
2482
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
 
2483
Date:   Thu Nov 12 10:51:56 2009 +0000
 
2484
 
 
2485
    Shavian translation
 
2486
 
 
2487
M       po/LINGUAS
 
2488
A       po/en@shaw.po
 
2489
 
 
2490
commit 416fbeb8a00676e54e31cbe2ec08fd0ca7afd8ca
 
2491
Author: Daniel Nylander <po@danielnylander.se>
 
2492
Date:   Sun Nov 8 21:59:08 2009 +0100
 
2493
 
 
2494
    Updated Swedish translation
 
2495
 
 
2496
M       po/sv.po
 
2497
 
 
2498
commit b9993f7a2d938b27c3137b07f5d90573047377b3
 
2499
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
2500
Date:   Thu Nov 5 20:04:39 2009 +0200
 
2501
 
 
2502
    Updated Latvian translation.
 
2503
 
 
2504
M       po/lv.po
 
2505
 
 
2506
commit cae8a33f8528f9c8fb5176e2dab3f07c459d9d66
 
2507
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2508
Date:   Mon Oct 26 14:38:35 2009 +0100
 
2509
 
 
2510
    Updated Slovenian translation
 
2511
 
 
2512
M       po/sl.po
 
2513
 
 
2514
commit 5b28eb3d2a4eb9a34e30f7151e0252acb12acd03
 
2515
Author: Jorge González <jorgegonz@svn.gnome.org>
 
2516
Date:   Sat Oct 17 13:19:34 2009 +0200
 
2517
 
 
2518
    Updated Spanish translation
 
2519
 
 
2520
M       help/es/es.po
 
2521
 
 
2522
commit 27913ecfbab9cd793621405488e6f2182a418b5c
 
2523
Author: Akom C <knight2000@gmail.com>
 
2524
Date:   Fri Oct 16 19:35:50 2009 +0700
 
2525
 
 
2526
    Updated Thai translation.
 
2527
 
 
2528
M       po/th.po
 
2529
 
 
2530
commit 391144ef9fba43615e828f408cfb5553c43d57b0
28
2531
Author: Mattias Põldaru <mahfiaz gmail com>
29
 
Date:   Fri Oct 16 11:38:47 2009 +0300
 
2532
Date:   Fri Oct 16 11:19:33 2009 +0300
30
2533
 
31
2534
    Updating Estonian translation
32
2535
 
33
2536
M       po/et.po
34
2537
 
35
 
commit 61bec8a89a06d593f1ff8f23fc1ccd38c8952b76
 
2538
commit 281d1e89c98f009577bc2bc72f2459daa85e3778
36
2539
Author: kentaro kazuhama <kazken3@gmail.com>
37
2540
Date:   Tue Oct 13 01:48:01 2009 +0900
38
2541
 
40
2543
 
41
2544
M       po/ja.po
42
2545
 
43
 
commit c20f3b27f8a6e05803eca8ee42dd2cd50c06b812
44
 
Author: Kjartan Maraas <kmaraas@gnome.org>
45
 
Date:   Sun Oct 11 15:24:29 2009 +0200
46
 
 
47
 
    Updated Norwegian bokmål translation
48
 
 
49
 
M       po/nb.po
50
 
 
51
 
commit b06fe3236998559d9506a25779082f357c86bfbb
52
 
Author: Jorge González <jorgegonz@svn.gnome.org>
53
 
Date:   Sun Oct 11 12:39:40 2009 +0200
54
 
 
55
 
    Updated Spanish translation
56
 
 
57
 
M       help/es/es.po
58
 
 
59
 
commit 526752d899a94565e24f6f4d3ce9bbe756e3b7fe
60
 
Author: Jorge González <jorgegonz@svn.gnome.org>
61
 
Date:   Sat Oct 10 19:40:30 2009 +0200
62
 
 
63
 
    Updated Spanish translation
64
 
 
65
 
M       po/es.po
66
 
 
67
 
commit 3e74a07c60fc9c57b24adbf6ad48ddfa29f98473
68
 
Author: Jorge González <jorgegonz@svn.gnome.org>
69
 
Date:   Sat Oct 10 12:06:18 2009 +0200
70
 
 
71
 
    Updated Spanish translation
72
 
 
73
 
M       po/es.po
74
 
 
75
 
commit b80b83efd86758770df104a2fbffd8e9401dc37a
 
2546
commit 4155422fdfc6664414605d36d77b72c7de7cd873
 
2547
Author: drtvasudevan <agnihot3@gmail.com>
 
2548
Date:   Sun Oct 11 10:13:55 2009 +0530
 
2549
 
 
2550
    Updated Tamil translation
 
2551
 
 
2552
M       po/ta.po
 
2553
 
 
2554
commit a13471292fab052fd7cb7a35ab5935ca1d2f52db
 
2555
Author: Jorge González <jorgegonz@svn.gnome.org>
 
2556
Date:   Sat Oct 10 19:33:22 2009 +0200
 
2557
 
 
2558
    Updated Spanish translation
 
2559
 
 
2560
M       po/es.po
 
2561
 
 
2562
commit ecb5f7f5e1ff44b59f17ead1f30a33fd7af84d11
 
2563
Author: Claude Paroz <claude@2xlibre.net>
 
2564
Date:   Thu Oct 8 14:40:22 2009 +0200
 
2565
 
 
2566
    [help] Properly format ordered list in FAQ
 
2567
 
 
2568
M       help/C/cheese.xml
 
2569
 
 
2570
commit 52b7192a70e6d9f9a0303b5f8025fce1861348f7
76
2571
Author: Claude Paroz <claude@2xlibre.net>
77
2572
Date:   Thu Oct 8 14:22:41 2009 +0200
78
2573
 
90
2585
A       help/fr/figures/cheese-wide.jpg
91
2586
M       help/fr/fr.po
92
2587
 
93
 
commit 31132a291bdec3b847c5ff9b6855697a76f93741
 
2588
commit 2ae9c8a35ba9f31c698e42518371823b7152b0e1
94
2589
Author: Claude Paroz <claude@2xlibre.net>
95
2590
Date:   Thu Oct 8 13:08:22 2009 +0200
96
2591
 
116
2611
R100    help/de/figures/cheese-2.28.0-wide.jpg
117
2612
help/de/figures/cheese-wide.jpg
118
2613
 
119
 
commit 391fb7488f03e905fc68ff7bc2466b669d1827da
120
 
Author: Leonid Kanter <leon@asplinux.ru>
121
 
Date:   Mon Oct 5 13:47:52 2009 +0300
122
 
 
123
 
    Updated Russian translation by dmitry.koroban@gmail.com
124
 
 
125
 
M       po/ru.po
126
 
 
127
 
commit 583a1830794667bd6077ae84b5a2bdafbe24cff0
128
 
Author: daniel g. siegel <dgsiegel@gnome.org>
129
 
Date:   Thu Sep 24 22:56:22 2009 +0200
130
 
 
131
 
    post release version bump
132
 
 
133
 
M       configure.ac
134
 
M       wscript
135
 
 
136
 
commit 0f62b43a15941aef1d56875dfc2d04574248a4f6
137
 
Author: daniel g. siegel <dgsiegel@gnome.org>
138
 
Date:   Thu Sep 24 22:49:12 2009 +0200
139
 
 
140
 
    prepare for emergency release 2.28.0.1
141
 
 
142
 
M       NEWS
143
 
M       configure.ac
144
 
M       wscript
145
 
 
146
 
commit c0235cb507c0a2be06ff360d2daeedbedeaeb901
 
2614
commit 17fa056452939d692783da6c51eaeef8ddc17754
 
2615
Author: daniel g. siegel <dgsiegel@gnome.org>
 
2616
Date:   Mon Oct 5 15:52:02 2009 +0200
 
2617
 
 
2618
    reindent cheese source code
 
2619
 
 
2620
M       src/cheese-fileutil.c
 
2621
M       src/cheese-fileutil.h
 
2622
M       src/cheese-prefs-widget.h
 
2623
M       src/cheese-webcam.h
 
2624
M       src/cheese-window.c
 
2625
 
 
2626
commit 0c78e416da737667051bdefdbbcbf493f02759b7
 
2627
Author: Felix Kaser <f.kaser@gmx.net>
 
2628
Date:   Mon Sep 28 11:34:07 2009 +0200
 
2629
 
 
2630
    Patch for bug #595005
 
2631
 
 
2632
    In burstmode pictures get another filename than in normal mode
 
2633
    (the same name as normal but with an index after the timestamp)
 
2634
 
 
2635
M       src/cheese-fileutil.c
 
2636
M       src/cheese-fileutil.h
 
2637
M       src/cheese-window.c
 
2638
 
 
2639
commit 8fca6903e5cac4a0144f042f58ef97c78650352a
 
2640
Author: Philip Withnall <philip@tecnocode.co.uk>
 
2641
Date:   Mon Sep 28 10:11:38 2009 +0100
 
2642
 
 
2643
    Bug 596535 — String fixes
 
2644
 
 
2645
    Fix some wording and capitalisation problems, and use the correct
 
2646
    ellipsis symbol. Also update the British English translation.
 
2647
    Closes: bgo#596535
 
2648
 
 
2649
M       data/cheese-prefs.ui
 
2650
M       data/cheese.schemas.in
 
2651
M       po/en_GB.po
 
2652
M       src/cheese-webcam.c
 
2653
M       src/cheese-window.c
 
2654
 
 
2655
commit 3c8af4eb54f29cf5bc564a57c7f980a8e96c4e39
 
2656
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
 
2657
Date:   Thu Sep 24 10:55:41 2009 +0300
 
2658
 
 
2659
    Updated Lithuanian translation.
 
2660
 
 
2661
M       po/lt.po
 
2662
 
 
2663
commit c7f6d70be52038612ef613f42e6be31c60dc6239
147
2664
Author: Frédéric Péters <fpeters@0d.be>
148
2665
Date:   Wed Sep 23 22:16:31 2009 +0200
149
2666
 
151
2668
 
152
2669
M       help/Makefile.am
153
2670
 
154
 
commit 2290cde3d4b22462f7f62691f23bf05391a6bd96
155
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
156
 
Date:   Thu Sep 24 10:54:04 2009 +0300
157
 
 
158
 
    Updated Lithuanian translation.
159
 
 
160
 
M       po/lt.po
161
 
 
162
 
commit d8e2ddbf5a2ac64419c83a66b71b4d3ebec9fd7a
 
2671
commit df2b2ec6b4d1c6021dfe56e6b8c2ee0d55eb4da8
163
2672
Author: Jorge González <jorgegonz@svn.gnome.org>
164
 
Date:   Tue Sep 22 07:52:08 2009 +0200
 
2673
Date:   Tue Sep 22 07:50:01 2009 +0200
165
2674
 
166
2675
    Updated Spanish translation
167
2676
 
168
2677
M       help/es/es.po
169
2678
 
170
 
commit f93bb6eb7206b51e18698a8c514b4f15a886358e
171
 
Author: Mario Blättermann <mariobl@gnome.org>
172
 
Date:   Mon Sep 21 22:59:30 2009 +0200
173
 
 
174
 
    Updated German translation
175
 
 
176
 
M       help/de/de.po
177
 
 
178
 
commit e0c78db780bd4cf54558ff6f6bded56c6fb5ad89
179
 
Author: Mario Blättermann <mariobl@gnome.org>
180
 
Date:   Mon Sep 21 22:55:42 2009 +0200
 
2679
commit adb75ebbfe1633a724e0192c06ac2e7f709a9be0
 
2680
Author: Mario Blättermann <mariobl@gnome.org>
 
2681
Date:   Mon Sep 21 23:09:23 2009 +0200
181
2682
 
182
2683
    Added screenshot
183
2684
 
184
2685
A       help/de/figures/cheese-2.28.0-preferences.jpg
185
 
 
186
 
commit e78306caf2fa455324f9502fbe4efc9e7b2c7188
187
 
Author: Mario Blättermann <mariobl@gnome.org>
188
 
Date:   Mon Sep 21 22:54:14 2009 +0200
189
 
 
190
 
    Added screenshot
191
 
 
192
2686
A       help/de/figures/cheese-2.28.0-wide.jpg
193
2687
 
 
2688
commit db2f06a48d58c732ad91443d78c9a8c61a398338
 
2689
Author: Mario Blättermann <mariobl@gnome.org>
 
2690
Date:   Mon Sep 21 23:08:09 2009 +0200
 
2691
 
 
2692
    Updated German translation
 
2693
 
 
2694
M       help/de/de.po
 
2695
 
194
2696
commit df61d7ac197500d17f450b4d0a5aca4da94c83f0
195
2697
Author: daniel g. siegel <dgsiegel@gnome.org>
196
2698
Date:   Mon Sep 21 11:15:16 2009 +0200