~ubuntu-branches/ubuntu/lucid/ubiquity/lucid-updates

« back to all changes in this revision

Viewing changes to gui/gtk/install_window.ui

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea, Mario Limonciello, Evan Dandrea, Colin Watson, Amichai Rothman
  • Date: 2010-04-14 17:38:36 UTC
  • Revision ID: james.westby@ubuntu.com-20100414173836-nx5nzzab8zi139r7
Tags: 2.2.17
[ Mario Limonciello ]
* Remove unused install_bottom_eb from GTK frontend's install_window.

[ Evan Dandrea ]
* Catch invalid iterators in on_region_combo_changed (LP: #521851).
* Don't let not being able to talk to the system bus crash the entire
  language page.
* Translate the yes and no buttons on the quit dialog in the KDE
  frontend (LP: #561876).
* Update translations from Launchpad.
* Automatic update of included source packages: base-installer
  1.103ubuntu7, choose-mirror 2.29ubuntu3, partman-base 139ubuntu4,
  partman-basicfilesystems 63ubuntu4, tzsetup 1:0.26ubuntu8.

[ Colin Watson ]
* Skip copy_wallpaper_cache when running as oem-config.
* Update finish-install.d/07oem-config-user for new location of KDE's
  oem-config-prepare .desktop file (LP: #557309).
* Restore translations for oem-config-check and oem-config-udeb, lost in
  oem-config merge.
* Display simple progress feedback using debconf-apt-progress while
  removing oem-config (LP: #558593).
* Write locale-gen output from ubiquity-dm to /var/log/installer/dm rather
  than to the console.
* Increase kernel flush times (dirty_writeback_centisecs to 3000, and
  dirty_expire_centisecs to 6000) during bulk data copying.  Surbhi
  Palande suggests that this should make it easier for the kernel to pack
  blocks contiguously, speeding up ureadahead after installation.

[ Amichai Rothman ]
* Fix hang unless mouse is moved (LP: #556376)

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
            <property name="position">1</property>
98
98
          </packing>
99
99
        </child>
100
 
        <child>
101
 
          <object class="GtkEventBox" id="install_bottom_eb">
102
 
            <property name="height_request">10</property>
103
 
            <property name="visible">True</property>
104
 
            <child>
105
 
              <placeholder/>
106
 
            </child>
107
 
          </object>
108
 
          <packing>
109
 
            <property name="expand">False</property>
110
 
            <property name="fill">False</property>
111
 
            <property name="position">2</property>
112
 
          </packing>
113
 
        </child>
114
100
      </object>
115
101
    </child>
116
102
  </object>