FS#110 - KDE Dragging of multiple files broken in tree and list view

Attached to Project: Arch Linux
Opened by Dick Burggraaff (burdi) - Friday, 08 August 2003, 09:57 GMT
Last edited by Judd Vinet (judd) - Saturday, 06 September 2003, 17:55 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture All
Severity Low
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Please apply the QT patch as described in KDE bug #56220 - without it KDE is basically unusable.

------- Additional Comment #9 From David Faure 2003-04-07 00:51 -------
Qt-3.1.2 bug, acknowledged by TrollTech, and fixed by the patch below.

--- src/widgets/qlistview.cpp 3 Mar 2003 16:44:49 -0000 1.55
+++ src/widgets/qlistview.cpp 3 Apr 2003 06:41:28 -0000 1.56
at at -4166,7 +4166,7 at at void QListView::contentsMousePressEventE
else if ( selectionMode() == Extended ) {
bool changed = FALSE;
if ( !(e->state() & (ControlButton | ShiftButton)) ) {
- if ( !i->isSelected() || e->button() != RightButton ) {
+ if ( !i->isSelected() ) {
bool blocked = signalsBlocked();
blockSignals( TRUE );
clearSelection();
This task depends upon

Closed by  Anonymous Submitter
Saturday, 06 September 2003, 17:55 GMT
Reason for closing:  Fixed
Comment by Judd Vinet (judd) - Saturday, 06 September 2003, 17:55 GMT
  • Task details edited
This works in qt 3.2.1

Loading...