~ubuntu-branches/ubuntu/precise/nvidia-settings/precise-proposed

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkpowermizer.h

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2013-12-11 15:23:40 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20131211152340-6j6x4ldvu4ll1bu1
Tags: 331.20-0ubuntu0.0.1
* debian/patches/series:
  - Do not apply 01_allow_dark_themes.dpatch.
* debian/patches/07_remove_features_for_legacy.patch:
  - Do not expose features that are not available in the legacy
    drivers.
* debian/patches/08_add_prime_support.patch:
  - Add support for PRIME switching. An additional
    tab provides support for switching between GPUs.
    This is only visible if nvidia-prime (>= 0.5) is
    installed and reports that the system supports
    hybrid graphics. No hard dependency on nvidia-prime
    is therefore required (LP: #1259237).
* debian/patches/09_do_not_complain_if_nvidia_is_missing.patch:
  - Disable the warning dialog since it suggests to run
    nvidia-xconfig, which we don't need. This would also break
    PRIME.
* debian/control.in, debian/postinst.in, debian/postrm.in,
  debian/prerm.in, debian/rules:
  - Drop alternatives and remove templates, as we only have
    one nvidia-settings for all the driver flavours.
* debian/dirs, debian/install,
  debian/nvidia-settings-autostart.desktop,
  debian/nvidia-settings.desktop:
  - Install the icon and the desktop files.
* debian/control:
  - Add ${misc:Depends}.
  - Build depend on libvdpau-dev and depend on libvdpau1.
  - Create transitional packages for 319, 319-updates, 313-updates,
    310, 310-updates, 304, 304-updates, experimental-304, updates.
  - Remove lpia.
  - Depend on screen-resolution-extra (>= 0.14ubuntu2.1).
* debian/rules:
  - Pass the destdir argument in uppercase to match the variable.
  - Add download-sources target.
  - Clean action in rules to target "clean" instead of "distclean".
  - Do not compress .c and .mk files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
    GtkWidget *adaptive_clock_status;
58
58
    GtkWidget *gpu_clock;
59
 
    GtkWidget *memory_clock;
 
59
    GtkWidget *memory_transfer_rate;
60
60
    GtkWidget *processor_clock;
61
61
    GtkWidget *power_source;
62
62
    GtkWidget *performance_level;
63
63
    GtkWidget *performance_table_hbox;
64
64
    GtkWidget *powermizer_menu;
 
65
    GtkWidget *powermizer_txt;
65
66
    GtkWidget *box_powermizer_menu;
66
67
 
 
68
    gchar     *powermizer_menu_help;
 
69
 
 
70
    GtkWidget *configuration_button;
 
71
    gboolean  dp_enabled;
 
72
    gboolean  dp_toggle_warning_dlg_shown;
 
73
    gboolean  hasDecoupledClock;
 
74
    gint      attribute;
 
75
    gint      powermizer_default_mode;
 
76
    GtkWidget *status;
 
77
 
67
78
    GtkWidget *link_width;
68
79
    GtkWidget *link_speed;
69
80
    gboolean  pcie_gen_queriable;