~ubuntu-branches/ubuntu/vivid/imagination/vivid

« back to all changes in this revision

Viewing changes to src/main-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2011-05-19 13:22:01 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110519132201-4az49l8yvxrag1x0
Tags: 3.0-1
* New upstream release (Closes: #627240).
 - Fixes inverted tooltips in the toolbar (Closes: #599442).
 - Adds updated Brazilian Portuguese (pt_BR) translation.
   Thanks to Sérgio Cipolla (Closes: #599448).
* imagination.install: Don't install la files (Closes: #621684).
* Drop debian/README.source. Not needed with source
  version 3.0 (quilt).
* Bump Standards-Version to 3.9.2, no changes needed.
* debian/rules: Convert to minimal dh 7 style rules file.
* Drop debian/patches/20_lang-zh_TW.patch: zh_TW translation
  have been added upstream. 
* Update debian/patches/15_PLUGINS_INSTALLED.patch and
  debian/patches/10_link_math_lib.patch for new release.
* debian/{control, rules}: Maintain the different Ubuntu and
  Debian recommends in the same source package using dpkg-vendor
  and a ${dist:Recommends} substvar. Thanks to Alessio Treglia.
  (Closes: #627246)
* debian/copyright: Minor tweaks to bring up to rev 174
  of Dep 5.
* debian/control: Update suggests for libavutil-extra-50.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                                                img_window_struct *img );
42
42
 
43
43
void
 
44
img_font_bgcolor_changed( GtkColorButton    *button,
 
45
                          img_window_struct *img );
 
46
 
 
47
void
44
48
img_text_pos_changed( ImgTableButton    *button,
45
49
                                          gint               item,
46
50
                                          img_window_struct *img );
50
54
                                         img_window_struct *img );
51
55
 
52
56
void
 
57
img_disable_videotab (img_window_struct *img);
 
58
 
 
59
void
53
60
img_ken_burns_update_sensitivity( img_window_struct *img,
54
61
                                                                  gboolean           slide_selected,
55
62
                                                                  gint               no_points );
66
73
                                                   ImgSubPos          position,
67
74
                                                   ImgRelPlacing      placing,
68
75
                                                   const gchar       *desc,
69
 
                                                   gdouble           *color );
 
76
                                                   gdouble           *color,
 
77
                           gdouble           *bgcolor );
70
78
 
71
79
void
72
80
img_combo_box_anim_speed_changed( GtkSpinButton       *spinbutton,