lp:ubuntu/trusty/kubuntu-driver-manager

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/trusty/kubuntu-driver-manager
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

7. By Harald Sitter

Bring back device notification persistency lost in refactoring
LP: #1304301

6. By Harald Sitter

[ Rohan Garg ]
* Use a checkbox when there's only one driver

[ Harald Sitter ]
* Set dbusinterface timeout to highest possible value to prevent timeouts
  when the dbus helper is tediously slow (LP: #1303209)
  Looking back that was probably why we opted for an async connection earlier

5. By Rohan Garg

[ Harald Sitter ]
* Fix dbus helper timing (hopefully)
  + Don't query drivers-common in ctor for no reason (block startup and
    everything).
  + Force the connection from the timeout timer to qapp::quit to be queued
    this gives us at least one additional loop run until it is actually
    called (should not make much difference).
  + Suspending and restart of the timeout timer is now done via a finally
    statement, this is to ensure that return actually has finished by the
    time we restart the timer as large chunks of data can take a while to
    throw at the daemon etc.
  = These changes combined should prevent the dbus helper from timing out
    before the data has arrived or is sent. at the very least it makes a
    system that previously had timeouts work even with a 5s timeout (i.e.
    half of what we use in production).

4. By Harald Sitter

* Depend on python3-qt4 for the auto-quit logic in the helper LP: #1293948
* Refactor
  - dbus helper now only has one function
  - dbus interaction uses explicit type demarshalling
  - new struct types Device and Driver representing the explicit dbus types
  - new class DriverManager encorporating most logic bits of Module such as
    dbus and qapt interaction
  - DriverWidget QApt queries moved to DriverManager's dbus handling, but
    continues to query qapt packages directly for name and such nonesense
  - Manual driver listing is no longer explicitly dependent on package
    findability
  - DriverWidget changes detection now happen through iterative queries
    in Module::possiblyChanged, fixing change tracking
  - Module continues to contain Debconf handling, pipe id merely passed to
    DriverManager
  - New Module functions enableUi and disableUi containing reoccuring logic
  - DriverWidget does not implicitly create left-to-right strings anymore
  - Module::load is now the grand unified way to trigger a (re)load of data
    while DriverManager::refresh synchronizes the reload requests with
    QApt/Xapian init, fixing all likely and less likely init order problems
  - New struct Device provides deep qdebug stream operators to debug
    stuff conveniently
  - Module includes have been cleaned up slightly
  - Drivers are now not only installed, but also removed, this effectively
    enables actual driver change as the way management works is that the
    consideration is that only one driver is installed at a time (except for
    the free version), which also is why manual always wins active
    detection as it simply prevents any other driver from being considered.

3. By Rohan Garg

* New upstream snapshot
  - Bug fixing around
    + Better strings LP: #1282095
    + Update xapian cache before opening LP: #1282087
    + Fix memory leak
    + Drop useless keepAlive function LP: #1282092
    + Timer should start/stop before each function so that the script
      doesn't quite mid way LP: #1282090

2. By Rohan Garg

* New upstream snapshot
  - Change name (LP: #1278814)
  - Fix crash when hitting refresh button (LP: #1278816)
  - Implement state tracking (LP: #1278827)
  - Make sure apply button is enabled even after transaction
    returns a error (LP: #1278826)

1. By Rohan Garg

Initial release

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/kubuntu-driver-manager
This branch contains Public information 
Everyone can see this information.

Subscribers