fixed #62 application now shows a welcome screen if no other window is opened

fixed #79 modification data can be used as table column
fixed #74 added group sorting in search results
This commit is contained in:
michael starke
2013-08-16 04:00:08 +02:00
parent dcef431c5c
commit f335825c44
7 changed files with 51 additions and 12 deletions

View File

@@ -90,7 +90,6 @@
validTarget &= index != [self.draggedGroup.parent.groups indexOfObject:self.draggedGroup];
}
BOOL isAnchesor = [self.draggedGroup isAnchestorOfGroup:targetGroup];
NSLog(@"DraggedGroup:%@ isAnchestor:%d ofTargetGroup:%@", self.draggedGroup.name, isAnchesor, targetGroup.name);
validTarget &= !isAnchesor;
}
else if(self.draggedEntry) {