~ubuntu-branches/ubuntu/karmic/avidemux/karmic-proposed

« back to all changes in this revision

Viewing changes to avidemux/ADM_userInterfaces/ADM_GTK/ADM_dialog/DIA_coloryuv.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-02-17 23:41:46 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217234146-eakx254awuch4wgw
Tags: 1:2.4.4-0.0ubuntu1
* Merge from debian multimedia, Ubuntu remaining changes:
  - debian/control:
    + Build-Depends on newer libx264-dev.
    + Don't Build-Depends on ccache and libamrnb-dev.
    + Build-Depends on libpulse-dev.
    + Fixed small typo in avidemux description.
  - Don't use ccache.
  - Drop patch to fix build with newer x264, it has been merged by upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                      (GtkAttachOptions) (0), 0, 0);
230
230
    gtk_misc_set_alignment (GTK_MISC (label8), 0, 0.5);
231
231
 
232
 
    spinbuttonUC_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
232
    spinbuttonUC_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
233
233
    spinbuttonUC = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonUC_adj), 1, 0);
234
234
    gtk_widget_show (spinbuttonUC);
235
235
    gtk_table_attach (GTK_TABLE (table1), spinbuttonUC, 1, 2, 2, 3,
237
237
                      (GtkAttachOptions) (0), 0, 0);
238
238
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonUC), TRUE);
239
239
 
240
 
    spinbuttonVC_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
240
    spinbuttonVC_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
241
241
    spinbuttonVC = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonVC_adj), 1, 0);
242
242
    gtk_widget_show (spinbuttonVC);
243
243
    gtk_table_attach (GTK_TABLE (table1), spinbuttonVC, 1, 2, 3, 4,
245
245
                      (GtkAttachOptions) (0), 0, 0);
246
246
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonVC), TRUE);
247
247
 
248
 
    spinbuttonLB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
248
    spinbuttonLB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
249
249
    spinbuttonLB = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonLB_adj), 1, 0);
250
250
    gtk_widget_show (spinbuttonLB);
251
251
    gtk_table_attach (GTK_TABLE (table1), spinbuttonLB, 2, 3, 1, 2,
253
253
                      (GtkAttachOptions) (0), 0, 0);
254
254
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonLB), TRUE);
255
255
 
256
 
    spinbuttonUB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
256
    spinbuttonUB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
257
257
    spinbuttonUB = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonUB_adj), 1, 0);
258
258
    gtk_widget_show (spinbuttonUB);
259
259
    gtk_table_attach (GTK_TABLE (table1), spinbuttonUB, 2, 3, 2, 3,
261
261
                      (GtkAttachOptions) (0), 0, 0);
262
262
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonUB), TRUE);
263
263
 
264
 
    spinbuttonVB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
264
    spinbuttonVB_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
265
265
    spinbuttonVB = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonVB_adj), 1, 0);
266
266
    gtk_widget_show (spinbuttonVB);
267
267
    gtk_table_attach (GTK_TABLE (table1), spinbuttonVB, 2, 3, 3, 4,
269
269
                      (GtkAttachOptions) (0), 0, 0);
270
270
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonVB), TRUE);
271
271
 
272
 
    spinbuttonUG_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
272
    spinbuttonUG_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
273
273
    spinbuttonUG = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonUG_adj), 1, 0);
274
274
    gtk_widget_show (spinbuttonUG);
275
275
    gtk_table_attach (GTK_TABLE (table1), spinbuttonUG, 3, 4, 2, 3,
277
277
                      (GtkAttachOptions) (0), 0, 0);
278
278
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonUG), TRUE);
279
279
 
280
 
    spinbuttonVG_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
280
    spinbuttonVG_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
281
281
    spinbuttonVG = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonVG_adj), 1, 0);
282
282
    gtk_widget_show (spinbuttonVG);
283
283
    gtk_table_attach (GTK_TABLE (table1), spinbuttonVG, 3, 4, 3, 4,
285
285
                      (GtkAttachOptions) (0), 0, 0);
286
286
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonVG), TRUE);
287
287
 
288
 
    spinbuttonLN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
288
    spinbuttonLN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
289
289
    spinbuttonLN = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonLN_adj), 1, 0);
290
290
    gtk_widget_show (spinbuttonLN);
291
291
    gtk_table_attach (GTK_TABLE (table1), spinbuttonLN, 4, 5, 1, 2,
293
293
                      (GtkAttachOptions) (0), 0, 0);
294
294
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonLN), TRUE);
295
295
 
296
 
    spinbuttonUN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
296
    spinbuttonUN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
297
297
    spinbuttonUN = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonUN_adj), 1, 0);
298
298
    gtk_widget_show (spinbuttonUN);
299
299
    gtk_table_attach (GTK_TABLE (table1), spinbuttonUN, 4, 5, 2, 3,
301
301
                      (GtkAttachOptions) (0), 0, 0);
302
302
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonUN), TRUE);
303
303
 
304
 
    spinbuttonVN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
304
    spinbuttonVN_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
305
305
    spinbuttonVN = gtk_spin_button_new (GTK_ADJUSTMENT (spinbuttonVN_adj), 1, 0);
306
306
    gtk_widget_show (spinbuttonVN);
307
307
    gtk_table_attach (GTK_TABLE (table1), spinbuttonVN, 4, 5, 3, 4,
309
309
                      (GtkAttachOptions) (0), 0, 0);
310
310
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbuttonVN), TRUE);
311
311
 
312
 
    spinbutton23_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
312
    spinbutton23_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
313
313
    spinbutton23 = gtk_spin_button_new (GTK_ADJUSTMENT (spinbutton23_adj), 1, 0);
314
314
    gtk_widget_show (spinbutton23);
315
315
    gtk_table_attach (GTK_TABLE (table1), spinbutton23, 1, 2, 1, 2,
317
317
                      (GtkAttachOptions) (0), 0, 0);
318
318
    gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbutton23), TRUE);
319
319
 
320
 
    spinbutton24_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 1);
 
320
    spinbutton24_adj = gtk_adjustment_new (0, -10000, 10000, 1, 1, 0);
321
321
    spinbutton24 = gtk_spin_button_new (GTK_ADJUSTMENT (spinbutton24_adj), 1, 0);
322
322
    gtk_widget_show (spinbutton24);
323
323
    gtk_table_attach (GTK_TABLE (table1), spinbutton24, 3, 4, 1, 2,