lp:ubuntu/precise/kubuntu-notification-helper

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

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

18. By Harald Sitter

[ 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

17. By Jonathan Riddell

[ 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

16. By Jonathan Thomas

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

15. By Jonathan Riddell

[ 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

14. By Felix Geyer

* 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.

13. By Jonathan Thomas

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

12. By Felix Geyer

* 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.

11. By Jonathan Thomas

[ 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

10. By Jonathan Thomas

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

9. By Jonathan Thomas

[ Amichai Rothman ]
Correctify iterators for stability and optimization

Branch metadata

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

Subscribers