kubuntu-notification-helper (13.04ubuntu1) raring; urgency=low

  * Implement reboot on kdelibs upstream version changes (LP: #553182)
    kdelibs-bin is supposed to create /var/run/reboot-required-kdelibs in
    its postinst, containing the installed upstream version. If the version
    is different from the one the module was started with a reboot event
    is shown. 

 -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 11 Nov 2012 17:17:31 +0100

kubuntu-notification-helper (12.10ubuntu3) quantal; urgency=low

  * src/daemon/installevent/installevent.cpp
    - Fix syntax, oops

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 10 Aug 2012 14:44:08 +0100

kubuntu-notification-helper (12.10ubuntu2) quantal; urgency=low

  * src/daemon/installevent/installevent.cpp:
    - Check for multiarch packages

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 10 Aug 2012 14:11:03 +0100

kubuntu-notification-helper (12.10ubuntu1) quantal; urgency=low

  * src/daemon/distupgradeevent/distupgradeevent.cpp:
    - Call kubuntu-devel-release-upgrade instead of directly running a
      python file out of a module, as python paths are subject to change
  * debian/control:
    - Update Vcs-Bzr lines to ~kubuntu-packagers
    - Depend on new package ubuntu-release-upgrader-qt (just a split of
      release upgrader code out of update-manager-kde)

 -- Michael Terry <mterry@ubuntu.com>  Mon, 02 Jul 2012 10:40:38 -0400

kubuntu-notification-helper (11.10ubuntu1) oneiric; urgency=low

  [ Jonathan Thomas ]
  * Check the result of QApt Batch in InstallEvent before we triumphantly
    declare success. (LP: #745133)
  * Make sure to initialize the KStatusNotifierItem object's pointer with 0,
    otherwise crashes will occur when trying to delete it due to the undefinied
    behavior of accessing an un-initialized pointer. Fixes a crash that occurs
    when k-n-h is configured to show only popup icons. (LP: #780718)
  * Use HIG-compliant labels for radio buttons. (No double negatives)

  [ Harald Sitter ]
  * Properly KProcess DisplayIf hook conditions as shell commands.
    Trying to evaluate a complex expression as program will make the process
    die and return as zombie! OMG! (LP: #515138)
  * If a hook is not valid and a notification is not required schedule the
    hook for deletion via event loop to save memory.
  * Use QLatin1String when useful in HookEvent 
  * In unused distupgradevent do not leak KProcess on availability checks.
  * Nice fact about KProcess... when starting detached you can actually
    throw away the KProcess right away (or reuse it). Consequently do not
    heap the KProcess for terminal Hook invocation, but keep it on the stack.
  * Bump standards version to 3.9.2

 -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 25 Sep 2011 20:10:33 +0200

kubuntu-notification-helper (11.04ubuntu3) natty; urgency=low

  [ Jonathan Thomas ]
  * Run apport-checkreports with python, otherwise KProcess leaves zombies

  [ Aurelien Gateau ]
  * Improve layout of hook dialog:
    - Make it impossible to shrink the dialog beyond its minimum size
    - Make the run button bigger, but centered instead of stretched
    - Changed label of OK button to Close

  [ Jonathan Riddell ]
  * Hide apportevent after it is activated

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 31 Mar 2011 17:31:41 +0100

kubuntu-notification-helper (11.04ubuntu2) natty; urgency=low

  * Only set gstreamer0.10-pitfdll as a multimedia codec on i386. Thanks to
    Alex Lowe for the patch (LP: #696184)

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Wed, 05 Jan 2011 11:30:59 -0500

kubuntu-notification-helper (11.04ubuntu1) natty; urgency=low

  [ Jonathan Thomas ]
  * Add optional system tray notification option, as well as a tray icon/
    KDE popup notification combo option. With this option, the popup does not
    stay around forever, and does not have actions embedded in the popup.
    The popup retains persistency and embedded action buttons in popup-only
    mode.
  * Fix a small memory leak where the install dialog was not deleted when
    closed via the window decoration buttons.
  * Several small optimizations by passing QStrings by reference, as well as
    improved use of initializer lists.
  * Clarify that packages suggested for installation by InstallEvent may not
    always be suggested due to non-free-ness, but also due to Live CD size
    constraints, as in the case of KScreensaver. Also remove the bit saying
    that all packages suggested for installation are multimedia-related,
    since some of them aren't.
  * Split the packages suggested for installation into more groups, so that
    web browsers don't suggest CD codecs when installing flash, and vice-versa

  [ Jonathan Riddell ]
  * In src/daemon/installevent/installevent.cpp replace Xine plugin with
    GStreamer plugins

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 18 Nov 2010 16:38:48 +0000

kubuntu-notification-helper (10.10ubuntu5) maverick; urgency=low

  * Fix InstallEvent not being able to install packages as it passes
    an empty string as the first argument to qapt-batch. (LP: #644947)
  * Add a bzr-builddeb config to make it build a native package.

 -- Felix Geyer <debfx-pkg@fobos.de>  Wed, 22 Sep 2010 14:19:19 +0200

kubuntu-notification-helper (10.10ubuntu4) maverick; urgency=low

  * Code style fixes
  * Add support for kopete-gcall to InstallEvent, since kopete-gcall depends
    on nonfree libs

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Fri, 03 Sep 2010 14:01:00 -0400

kubuntu-notification-helper (10.10ubuntu3) maverick; urgency=low

  * Change libavcodec-extra-52's description to "Video Encoding".
  * Add Vcs-* control fields.
  * Enable parallel building.
  * Fix treating removed (but not purged) packages as installed.

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 03 Aug 2010 14:36:29 +0200

kubuntu-notification-helper (10.10ubuntu2) maverick; urgency=low

  [ Harald Sitter ]
  * Install libavcodec-extra-52 instead of a transitional package (LP: #571139)

  [ Jonathan Thomas ]
  * Update the KCM's .desktop file for the new System Setting layout
  * Use KWindowSystem::forceActivateWindow to bring the install and hook
    dialogs on top when the user activates them
  * Use lazy initialization techniques to minimize the impact we have on the
    startup of kded
  * Use QStringBuilder for some minor string construction optimizations
  * Fix a memory leak where Hook objects would not get deleted until reboot
  * Port InstallEvent from install-package to qapt-batch
  * Add a dependency on qapt-batch, and remove the dependency on
    install-package
  * Remove now-unnecessary update-notifier-kde transitional package
  * Bump Standards-Version to 3.9.1

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Tue, 20 Jul 2010 09:40:47 -0400

kubuntu-notification-helper (10.10ubuntu1) maverick; urgency=low

  * Add explicit build-depend on cmake since kdelibs5-dev no longer does

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Tue, 18 May 2010 19:42:38 -0400

kubuntu-notification-helper (10.04ubuntu4) lucid; urgency=low

  [ Amichai Rothman ]
  * Correctify iterators for stability and optimization

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Wed, 14 Apr 2010 21:40:48 -0400

kubuntu-notification-helper (10.04ubuntu3) lucid; urgency=low

  [ Harald Sitter ]
  * Add screensaver support to the installerevent (LP: #558333)

  [ Jonathan Thomas ]
  * Do a one-time check for hooks on startup, so that hooks meant for the
    first boot actually show up. (LP: #557217)

 -- Harald Sitter <apachelogger@ubuntu.com>  Thu, 08 Apr 2010 12:29:38 +0200

kubuntu-notification-helper (10.04ubuntu2) lucid; urgency=low

  [ Harald Sitter ]
  * update-notifier-kde is arch all, not any

  [ Amichai Rothman ]
  * Fix update notification crashes
  * Fix update notification i18n support

 -- Amichai Rothman <amichai2@amichais.net>  Sun, 28 Mar 2010 22:56:45 +0300

kubuntu-notification-helper (10.04ubuntu1) lucid; urgency=low

  * Add transitional package for upgrades from update-notifier-kde
  * Change versioning scheme for the above

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Sun, 21 Feb 2010 10:34:34 -0500

kubuntu-notification-helper (0.4.95ubuntu1) lucid; urgency=low

  * New upstream release:
    - Minor optimizations/code cleanup
    - Add Spanish translation by EagleScreen, thanks.
  * Add apport-gtk as an alternative to apport-kde for the Recommends field
  * Update debian/copyright

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Thu, 11 Feb 2010 13:22:02 -0500

kubuntu-notification-helper (0.4.90ubuntu2) lucid; urgency=low

  [ Rafael Belmonte ]
  * debian/copyright
    - Upstream URL fixed: kcm-touchpad URL replaced by
      kubuntu-notification-helper URL. (Closes LP: #519334).
  * debian/control
    - Small spell fault fixed in long description: "Helpert" replaced by
      "Helper".

  [ Jonathan Thomas ]
  * Remove the include on kubuntu.mk from debian/rules, the i18n stuff is
    now built in to kubuntu's kde.pm
  * Bump pkg-kde-tools build-depend to 0.5.0
  * Add Amichai Rothman to debian/copyright
  * Bump Standards-Version to 3.8.4, no changes necessary

 -- Rafael Belmonte <EagleScreen@gmail.com>  Tue, 09 Feb 2010 19:01:29 +0000

kubuntu-notification-helper (0.4.90ubuntu1) lucid; urgency=low

  * New upstream beta release
  * Include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk so that when
    this gets to main it'll have translation support.

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Wed, 06 Jan 2010 12:28:15 -0500

kubuntu-notification-helper (0.4.85ubuntu1) lucid; urgency=low

  * Initial release.

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Mon, 23 Nov 2009 19:42:34 -0500
