idok-commit AT lists.psi.ch
Subject: Commit emails of the iDok project
List archive
- From: "Apache" <apache AT savannah.psi.ch>
- To: idok-commit AT lists.psi.ch
- Subject: [idok-commit] idok commit r38 - trunk/java/ch/idok/qtgui
- Date: Fri, 7 Mar 2008 16:49:15 +0100
- List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
- List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>
Author: huebner AT PSI.CH
Date: Fri Mar 7 16:49:14 2008
New Revision: 38
Log:
Disabled dragging (but not dropping) for the Document Repository widget
Modified:
trunk/java/ch/idok/qtgui/MainWindow.java
Modified: trunk/java/ch/idok/qtgui/MainWindow.java
==============================================================================
--- trunk/java/ch/idok/qtgui/MainWindow.java (original)
+++ trunk/java/ch/idok/qtgui/MainWindow.java Fri Mar 7 16:49:14 2008
@@ -277,9 +277,10 @@
// to make folder open when single clicked on item
ui_.dmsDirWidget.itemClicked.connect(this,
"getFilesAndFolders(QTreeWidgetItem)");
-
ui_.dmsDirWidget.receivedFileDrop.connect(poc_,
"handleFileDrops(List,String)");
+ ui_.dmsDirWidget.setDragEnabled(false);
+
ui_.browseTreeWidget.receivedFileDrop.connect(this,
"handleFileDrops(List,String)");
- [idok-commit] idok commit r38 - trunk/java/ch/idok/qtgui, Apache, 03/07/2008
Archive powered by MHonArc 2.6.19.