View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/kubuntu-notification-helper 1 Development 2015-05-07 06:07:53 UTC
41. * Fix up restricted install hook LP: ...

Author: Jonathan Riddell
Revision Date: 2015-04-01 18:45:58 UTC

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

lp:ubuntu/vivid/kubuntu-notification-helper 2 Mature 2015-04-01 17:22:22 UTC
41. * Fix up restricted install hook LP: ...

Author: Jonathan Riddell
Revision Date: 2015-04-01 18:45:58 UTC

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

lp:ubuntu/vivid-proposed/kubuntu-notification-helper bug 1 Development 2015-04-01 17:22:22 UTC
41. * Fix up restricted install hook LP: ...

Author: Jonathan Riddell
Revision Date: 2015-04-01 18:45:58 UTC

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

lp:ubuntu/utopic-proposed/kubuntu-notification-helper bug 2 Mature 2014-06-25 08:57:58 UTC
36. Fix a logic error with init handling ...

Author: Harald Sitter
Revision Date: 2014-06-25 10:46:45 UTC

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

lp:ubuntu/utopic/kubuntu-notification-helper 1 Development 2014-06-25 08:57:58 UTC
36. Fix a logic error with init handling ...

Author: Harald Sitter
Revision Date: 2014-06-25 10:46:45 UTC

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

lp:ubuntu/trusty-proposed/kubuntu-notification-helper bug 2 Mature 2014-04-07 14:18:33 UTC
34. Set dbusinterface timeout to highest ...

Author: Harald Sitter
Revision Date: 2014-04-07 14:55:41 UTC

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

lp:ubuntu/trusty/kubuntu-notification-helper bug 1 Development 2014-04-07 14:18:33 UTC
34. Set dbusinterface timeout to highest ...

Author: Harald Sitter
Revision Date: 2014-04-07 14:55:41 UTC

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

lp:ubuntu/saucy-proposed/kubuntu-notification-helper 2 Mature 2013-10-10 12:34:05 UTC
25. Add translations from Launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 13:07:12 UTC

Add translations from Launchpad

lp:ubuntu/saucy/kubuntu-notification-helper 1 Development 2013-10-10 12:34:05 UTC
25. Add translations from Launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 13:07:12 UTC

Add translations from Launchpad

lp:ubuntu/raring-proposed/kubuntu-notification-helper bug 2 Mature 2013-03-18 14:15:02 UTC
24. * Build-dep on pkg-kde-tools (>= 0.15...

Author: Harald Sitter
Revision Date: 2013-03-18 14:20:03 UTC

* Build-dep on pkg-kde-tools (>= 0.15.3ubuntu7)
  + Previous versions were missing the python dep for msgsplit, so
    desktop file pot creation was supposedly not correct.

lp:ubuntu/raring/kubuntu-notification-helper 1 Development 2013-03-18 14:15:02 UTC
24. * Build-dep on pkg-kde-tools (>= 0.15...

Author: Harald Sitter
Revision Date: 2013-03-18 14:20:03 UTC

* Build-dep on pkg-kde-tools (>= 0.15.3ubuntu7)
  + Previous versions were missing the python dep for msgsplit, so
    desktop file pot creation was supposedly not correct.

lp:ubuntu/quantal/kubuntu-notification-helper 2 Mature 2012-08-10 13:52:35 UTC
21. * src/daemon/installevent/installeven...

Author: Jonathan Riddell
Revision Date: 2012-08-10 14:44:08 UTC

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

lp:ubuntu/precise/kubuntu-notification-helper 2 Mature 2011-10-13 19:34:02 UTC
18. [ Jonathan Thomas ] * Check the resul...

Author: Harald Sitter
Revision Date: 2011-09-25 19:08:24 UTC

[ 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

lp:ubuntu/oneiric/kubuntu-notification-helper bug 2 Mature 2011-09-25 19:08:24 UTC
18. [ Jonathan Thomas ] * Check the resul...

Author: Harald Sitter
Revision Date: 2011-09-25 19:08:24 UTC

[ 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

lp:ubuntu/natty/kubuntu-notification-helper bug 2 Mature 2011-03-31 17:14:13 UTC
17. [ Jonathan Thomas ] * Run apport-chec...

Author: Jonathan Riddell
Revision Date: 2011-03-31 17:14:13 UTC

[ 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

lp:ubuntu/maverick/kubuntu-notification-helper bug 2 Mature 2010-09-24 11:47:20 UTC
14. * Fix InstallEvent not being able to ...

Author: Felix Geyer
Revision Date: 2010-09-22 14:19:19 UTC

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

lp:ubuntu/lucid/kubuntu-notification-helper bug 1 Development 2010-04-14 21:40:48 UTC
9. [ Amichai Rothman ] Correctify iterat...

Author: Jonathan Thomas
Revision Date: 2010-04-14 21:40:48 UTC

[ Amichai Rothman ]
Correctify iterators for stability and optimization

117 of 17 results