View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/kubuntu-debug-installer 1 Development 2015-09-29 11:25:57 UTC
18. Fix rules. "Make - Like Perl, but Worse"

Author: Harald Sitter
Revision Date: 2015-09-29 11:25:57 UTC

Fix rules. "Make - Like Perl, but Worse"

lp:ubuntu/wily-proposed/kubuntu-debug-installer 1 Development 2015-09-29 11:25:57 UTC
18. Fix rules. "Make - Like Perl, but Worse"

Author: Harald Sitter
Revision Date: 2015-09-29 11:25:57 UTC

Fix rules. "Make - Like Perl, but Worse"

lp:ubuntu/vivid/kubuntu-debug-installer 2 Mature 2015-01-20 13:47:59 UTC
16. * Port to KDE Frameworks 5 * Remove c...

Author: Harald Sitter
Revision Date: 2015-01-20 13:47:59 UTC

* Port to KDE Frameworks 5
* Remove crappy version parsing logic for something built into rules

lp:ubuntu/vivid-proposed/kubuntu-debug-installer 1 Development 2015-01-20 13:17:54 UTC
15. * Port to KDE Frameworks 5 * Remove c...

Author: Harald Sitter
Revision Date: 2015-01-20 13:47:59 UTC

* Port to KDE Frameworks 5
* Remove crappy version parsing logic for something built into rules

lp:ubuntu/utopic/kubuntu-debug-installer 2 Mature 2014-04-24 18:45:49 UTC
15. Add translations from launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 14:14:26 UTC

Add translations from launchpad

lp:ubuntu/trusty/kubuntu-debug-installer 2 Mature 2013-10-21 03:43:02 UTC
15. Add translations from launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 14:14:26 UTC

Add translations from launchpad

lp:ubuntu/saucy-proposed/kubuntu-debug-installer 1 Development 2013-10-10 14:37:26 UTC
15. Add translations from launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 14:14:26 UTC

Add translations from launchpad

lp:ubuntu/saucy/kubuntu-debug-installer 2 Mature 2013-10-10 14:14:26 UTC
15. Add translations from launchpad

Author: Jonathan Riddell
Revision Date: 2013-10-10 14:14:26 UTC

Add translations from launchpad

lp:ubuntu/raring-proposed/kubuntu-debug-installer 2 Mature 2013-03-18 14:11:47 UTC
14. * Fix dh sequence line to actually us...

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

* Fix dh sequence line to actually use the kde sequence
* 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-debug-installer 1 Development 2013-03-18 14:11:47 UTC
14. * Fix dh sequence line to actually us...

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

* Fix dh sequence line to actually use the kde sequence
* 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-debug-installer 2 Mature 2012-04-26 18:12:55 UTC
11. * When called with no arguments termi...

Author: Harald Sitter
Revision Date: 2011-09-26 14:08:22 UTC

* When called with no arguments terminate right away in the DebugInstaller
  ctor, otherwise event processing would continue through run() and show()
  causing a segfault along the line somewhere
* Bump standards version to 3.9.2

lp:ubuntu/precise/kubuntu-debug-installer 2 Mature 2011-10-13 18:14:07 UTC
11. * When called with no arguments termi...

Author: Harald Sitter
Revision Date: 2011-09-26 14:08:22 UTC

* When called with no arguments terminate right away in the DebugInstaller
  ctor, otherwise event processing would continue through run() and show()
  causing a segfault along the line somewhere
* Bump standards version to 3.9.2

lp:ubuntu/oneiric/kubuntu-debug-installer 2 Mature 2011-09-26 14:08:22 UTC
11. * When called with no arguments termi...

Author: Harald Sitter
Revision Date: 2011-09-26 14:08:22 UTC

* When called with no arguments terminate right away in the DebugInstaller
  ctor, otherwise event processing would continue through run() and show()
  causing a segfault along the line somewhere
* Bump standards version to 3.9.2

lp:ubuntu/natty/kubuntu-debug-installer 2 Mature 2010-11-13 17:12:37 UTC
9. [ Harald Sitter ] * Remove pointless ...

Author: Harald Sitter
Revision Date: 2010-11-13 17:12:37 UTC

[ Harald Sitter ]
* Remove pointless include documentation
* Fix include style
* Improve looks of license headers
* Introduce new thread signal alreadyInstalled which will be used to
  increment if a dbg package is already installed
* Do not pointlessly copy QStrings around in signals and slots
* Do not list already installed packages, instead emit alreadyInstalled
  and ignore the package (by Felix Geyer)
* Introduce a boolean state tracker whether we found an already installed
  dbg package, if it is true and we have neither dbg packages nor missing
  ones exit with no error is indicated to prevent errors from appearing.
  Otherwise the bool is ignore completely.
* Use qApp->exit to end the event loop instead of plain exit()
* Set version string using supreme cmake magic
* Get rid of thread. Instead we now have DebugFinder which is a QObject
  essentially exposing the same signals&slots that the old thread exposed.
  Now such a finder gets constructed in the installer and move to a thread
  of which then the event loop starts. That way no blocking whatsoever
  occurs in the GUI as long as all interaction with the finde happens via
  the event loop (except that it is very non-blocking thanks to QApt
  already)
* Bump standards version to 3.9.1
* Add Jonathan Thomas and Felix Geyer as copyright holders in debian/copyright
* Stop exceeding 80 chars/line in build-deps
* Rename dbginstaller to DebugInstaller
* Switch to CamelCase file names
* Do not pass the file list to the finder object in its ctor but use the
  event loop. Unfortunately this does not allow the thread to stop
  immediately when quit is called, which is why the finder has a stopped
  member to speed up find() calls after stop() was called on the finder.

[ Jonathan Thomas ]
* Some packages' debug packages follow the format binaryPackageName +
  "-dbg". Use this as a fallback in case the semi-standard
  sourcePackageName + ("-dbg" || "-dbgsym") rule hasn't been followed.

lp:ubuntu/maverick/kubuntu-debug-installer bug 2 Mature 2010-08-13 13:34:37 UTC
8. Rebuild for libqapt0 -> libqapt1 tran...

Author: Jonathan Thomas
Revision Date: 2010-08-13 13:34:37 UTC

Rebuild for libqapt0 -> libqapt1 transition

lp:ubuntu/lucid/kubuntu-debug-installer bug 1 Development 2010-04-08 20:18:45 UTC
4. * Don't offer installation of already...

Author: Harald Sitter
Revision Date: 2010-04-06 00:23:51 UTC

* Don't offer installation of already installed packages (LP: #538543)
* Changer lookup order (dbgsym first, dbg last). This way the user does not
  end up with a mixed setup of dbgsym and dbg. Of course this only works if
  the user does not install -dbg manually! Unfortunately a more specific
  approach wil have to wait for libqapt or the likes, since the current
  query design would make the lookups too expensive (LP: #540505)

116 of 16 results