Bug 200957 - buildset widget doesn't allow multi-selection anymore
Summary: buildset widget doesn't allow multi-selection anymore
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: project (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: HI normal
Target Milestone: 1.0.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks: 184253
  Show dependency treegraph
 
Reported: 2009-07-21 07:08 UTC by Andreas Pakulat
Modified: 2009-07-25 17:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Pakulat 2009-07-21 07:08:45 UTC
Some time ago the buildset widget allowed to select multiple entries to easily remove them. It has since been changed to continous-selection, which means I can't select the first third and fifth element anymore. Thats a regression that needs fixing (could be that I introduced this myself as it makes the implementation for the up/down buttons easier)
Comment 1 Andreas Pakulat 2009-07-25 17:21:26 UTC
SVN commit 1002278 by apaku:

Also disable/enable actions when a project is being closed.
BUG:200957


 M  +1 -0      runcontroller.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1002278
Comment 2 Andreas Pakulat 2009-07-25 17:21:59 UTC
SVN commit 1002280 by apaku:

Renable extended selection for the buildset widget.
BUG:200957


 M  +1 -1      projectbuildsetwidget.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1002280