From kdevelop-bugs Mon Jan 01 19:19:52 2007 From: Andreas Pakulat Date: Mon, 01 Jan 2007 19:19:52 +0000 To: kdevelop-bugs Subject: [Bug 120795] can only debug the main application Message-Id: <20070101191952.17711.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306962311667 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120795 ------- Additional Comments From apaku gmx de 2007-01-01 20:18 ------- SVN commit 618610 by apaku: Try to un-confuse the "main program to run" disaster. We now have a clear enable/disable checkbox to enable either the global project wide main program or disable it and run the currently active target/subproject. Adjust autotools and qmake project manager to this, also make target-specific-run arguments override the global ones if we disabled global main program. Some small changes to TrollProjectWidget along the way to make it use its own well-defined methods CCBUG: 120795 M +58 -32 autotools/autoprojectpart.cpp M +25 -0 lib/widgets/runoptionswidget.cpp M +2 -1 lib/widgets/runoptionswidget.h M +101 -76 lib/widgets/runoptionswidgetbase.ui M +54 -34 qmake/trollprojectpart.cpp M +8 -7 qmake/trollprojectwidget.cpp