Change logs for ubiquity source package in Wily

  • ubiquity (2.21.37.1) wily; urgency=medium
    
      * ubiquity/misc.py: handle dmidecode output for new SkyLake models.
        (LP: #1539266)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 24 Feb 2016 17:00:12 -0500
  • ubiquity (2.21.37) wily; urgency=medium
    
      * Fix the :arch ignoring bits harder, by doing the same change as 2.21.35
        but in scripts/install.py this time.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 20 Oct 2015 18:23:16 +0100
  • ubiquity (2.21.36) wily; urgency=medium
    
      * Automatic update of included source packages: console-setup 1.108ubuntu9,
        grub-installer 1.78ubuntu30, localechooser 2.65ubuntu3. I just did that
        yesterday, too.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 20 Oct 2015 16:17:28 +0100
  • ubiquity (2.21.35) wily; urgency=medium
    
      * scripts/plugininstall.py: Ignore ':arch' in package names when deciding
        which packages to keep after installing. We keep track of installed
        packages without arch, so should remove it when doing this comparison.
        (LP: #1503297)
    
     -- Iain Lane <email address hidden>  Mon, 19 Oct 2015 17:31:46 +0100
  • ubiquity (2.21.34) wily; urgency=medium
    
      [ Mathieu Trudel-Lapierre ]
      * Automatic update of included source packages: console-setup
        1.108ubuntu8, localechooser 2.65ubuntu2.
      * Set a height_request property for the details extender (the thing you can
        click to get syslog from the ubiquity slideshow window). (LP: #1507330)
    
      [ Aron Xu ]
      * d-i/patches/localechooser-post-base-installer.patch: update patch for
        new languagelist format.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 19 Oct 2015 17:02:29 +0100
  • ubiquity (2.21.33) wily; urgency=medium
    
      * Automatic update of included source packages: tzsetup 1:0.66ubuntu2.
        (LP: #1462688)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 01 Oct 2015 15:50:33 -0400
  • ubiquity (2.21.32) wily; urgency=medium
    
      * Resolve a spacing issue in the KDE ui.
        - Move vertial spacer for branding logo from designer file to code
        - Adjust spacing policies of the lefthand pane to do what we need:
          + the header layout doesn't expand anymore
          + the steps layout expands horizontally and verticall and additionally
            enforces its sizeHint as minimum.
          + the unused footer layout no longer expands horizontally but sticks to
            its minimum
        - Push branding logo to smaller size
          + The logo is now packed into a layout where it is spaced from left and
            right to cause an undefined shrinking as per Qt's choice. This
            effectively reduces the sizes of the logo both in width and height (as
            height is bound to width). This in turn brings the overall size down
            enough to not cause size expansion beyond "resonable" measures.
            (Reasonable being just big enough to be good looking but small enough
             to not push down on the labels in the steps widget. Latter has an
             unknown cause, but when the logo is too big it starts pushing on the
             labels, disregarding the entire sizepolicy of all involved widgets.
             If the logo is small enough this doesn't happen which either may be
             because there is a hardcoded height somewhere or the joint minimal
             size of all steps' pages is heigh enough to allow for this to happen.
             This overall layout problem has been there for years and only became
             visible now because we have a somewhat heigh widget below the steps
             layout. Ultimately this issue is going to get resolved if/when
             ubiquity gets ported to QML which is substantially more suited to
             building UIs like this with right scaling.)
    
     -- Harald Sitter <email address hidden>  Tue, 29 Sep 2015 14:37:29 +0200
  • ubiquity (2.21.31) wily; urgency=medium
    
      [ Iain Lane ]
      * Build-Depend on the new adwaita-icon-theme instead of the old
        gnome-icon-theme.
    
      [ Mathieu Trudel-Lapierre ]
      * Automatic update of included source packages: user-setup
        1.48ubuntu7.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 23 Sep 2015 12:19:47 -0400
  • ubiquity (2.21.30) wily; urgency=medium
    
      [ Mathieu Trudel-Lapierre ]
      * Fix access denied crashes in calling GetDevices() for NM integration: this
        happened because we didn't specify a DBus interface for the call.
        (LP: #1495017)
      * Automatic update of included source packages: grub-installer
        1.78ubuntu29.
    
      [ Dan Chapman ]
      * Multiple autopilot fixes:
        - Add workaround for 'Write changes to disk' dialog. (LP: #1480430)
        - Update the use_device_desc string in generated config file use for
          english install tests.
        - Fix handling of globalRect mismatches. (LP: #1479064)
        - Fixup string comparisons to properly match Ubuntu-MATE for the english
          install tests.
        - Fix the autopilot test runner for Ubuntu-GNOME and Ubuntu-MATE.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 15 Sep 2015 17:04:57 -0400
  • ubiquity (2.21.29) wily; urgency=medium
    
      [ Harald Sitter ]
      * Refine KDE ui with slight changes to artwork and layout to improve visual
        integration with the overall desing of Breeze styled applications
    
      [ Jonathan Riddell ]
      * Automatic update of included source packages: console-setup
        1.108ubuntu6.
    
     -- Harald Sitter <email address hidden>  Wed, 09 Sep 2015 11:00:10 +0200
  • ubiquity (2.21.28) wily; urgency=medium
    
      [ Sean Davis ]
      * bin/ubiquity-dm: Draw the ubiquity desktop with feh under
        Xfce environments (LP: #1437180)
    
      [ Mathieu Trudel-Lapierre ]
      * Automatic update of included source packages: apt-setup
        1:0.80ubuntu8, base-installer 1.144ubuntu2, flash-kernel
        3.0~rc.4ubuntu55, hw-detect 1.95ubuntu7, partconf 1.48, partman-base
        187ubuntu1, partman-basicmethods 60, partman-jfs 46, partman-lvm
        110, partman-newworld 33, partman-xfs 56, user-setup 1.48ubuntu6.
      * Update timezone map to add North Korea (Pyongyang time). (LP: #1462688)
      * Fix instances of PEP8 warning: W503 line break before binary operator.
      * Ignore the PEP8 error E402 (imports at beginning of file). There are a few
        instances where we need to set sys.path to where ubiquity files are.
      * Fix some more style errors from PEP8.
      * autogen.sh: Use any available version of automake/aclocal.
    
      [ Luke Yelavich ]
      * ubiquity/frontend/gtk_ui.py: We do not want to be able to focus labels
        with Orca at all. It negatively affects the install experience and
        tab/shift tab flow through the installer pages, and prevents Orca
        presenting label relationships with other widgets
    
      [ Max Brustkern ]
      * Update the automated autopilot installation in the vm: get the updated
        sources.list picked up by hooks by being in the right location.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 08 Sep 2015 10:58:17 -0400
  • ubiquity (2.21.27) wily; urgency=medium
    
      * Automatic update of included source packages: choose-mirror
        2.57ubuntu3, partconf 1.47, partman-lvm 109, preseed 1.64ubuntu3,
        tzsetup 1:0.66ubuntu1, localechooser 2.65ubuntu1.
      * debian/rules: wipe all environment when running tests, only set
        LANG to C.UTF-8 for debconf to be able to handle the Brazil
        timezones' accents.
      * d-i/sources.list: switch to wily release.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 04 Jun 2015 10:34:59 -0400
  • ubiquity (2.21.25) vivid; urgency=medium
    
      * GTK/KDE UI: Don't apply the reboot/poweroff race hack when running under
        an actual display-manager, i. e. go back to what we always did there. This
        fixes restarting the greeter after clicking "restart" at the end of
        installation. lightdm and friends do a proper shutdown already, it's just
        ubiquity-dm which is racy here.
     -- Martin Pitt <email address hidden>   Tue, 21 Apr 2015 18:09:57 +0100