lp:ubuntu/vivid/kubuntu-notification-helper

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

41. By Jonathan Riddell

* Fix up restricted install hook LP: #1439147
* Fix up reboot event LP: #1439141

40. By Harald Sitter

* Fix infinite recursion and language lookup in hooks LP: #1434226
  + New class Locale to rip apart an input locale and build possible
    language value combinations from it. This is needed as some hooks use
    the encoding as part of the language identifier, which the previous code
    entirely disregarded.
  + Fix inifinte recursion when reading hook fields that broke in the qt5
    port as two functions differing by argument were folded into one causing
    infinite recursion when trying to read the actual values out of the map.
  + Defer the actual reading from the map to QMap#value which is really what
    should have been used all along (use case: read value, but fall back to
    default if key is not present).
  + Introduce a simple test case for hook reading checking invalidity and
    validity and actually reading fields along with 2 localized versions in
    the formats I have seen in use.
  + Introduce a test case for the new locale class ensuring that locale
    parsing is working as well as combination construction is correct and
    returns a list with correct order.
* Import translations from launchpad.
* Fix kcmshell4 -> kcmshell5 call.

39. By Jonathan Riddell

* Fix install paths
* Fix .desktop file

38. By Harald Sitter

Set library translation domain for kded and kcm so that translations are
actually loaded.

37. By Harald Sitter

KDE Frameworks 5 port

36. By Harald Sitter

Fix a logic error with init handling -> explicitly set the init bool to
true/false, previously it would always be true as a return was missing

35. By Harald Sitter

* Order driverevent LP: #1282470
* Fix cmake based lazy timeout setting
* Move driverevent apt init to show() to make object construction cheaper
  and take advantage of lazy init

34. By Harald Sitter

Set dbusinterface timeout to highest possible value to prevent timeouts
when the dbus helper is tediously slow (LP: #1303209)

33. By Harald Sitter

* Work around a bug in ubuntu-drivers-common not reporting the vbox
  dkms driver as recommended. Previously recommended && !installed were the
  primary requirements for a driver notification. Now we will also consider
  the possible-driver-list-length. If the list only has one entry we will
  show a notification even if that one entry is not recommended.
* Add a kDebug to the module's ::init to see when the lazy init timer
  actually runs out.

32. By Harald Sitter

* Port driverevent to new dbus API, needs some code copy for marshalling
  as doing an automarshall to variant types somehow does not work
  as expected.
  + This repairs driver availability notification
* Instead of harcoding the init delay, allow definition through cmake,
  debian/rules now defines the standard 3 minute delay while manual builds
  will default to 1second. This removes the need to manually twiddle the
  value when one wants to test changes.

Branch metadata

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

Subscribers