Skip to content

Commit

Permalink
KiOP is on another repository, and misc
Browse files Browse the repository at this point in the history
  • Loading branch information
aglv committed Feb 26, 2013
1 parent 77f8379 commit 604997e
Show file tree
Hide file tree
Showing 67 changed files with 3 additions and 5,698 deletions.
2 changes: 1 addition & 1 deletion DiscPublishing/Classes/DiscPublishingFilesManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ -(void)observeDatabaseAddition:(NSNotification*)notification {
if ([image managedObjectContext] == [[DicomDatabase defaultDatabase] managedObjectContext]) {
DiscPublishingPatientStack* dpps = [self stackForImage:image serviceId:sid];
if (![dpps.images containsObject:image])
if (image.modality && ![image.modality isEqual:@"SR"]) // TODO: why?
if (image.modality /*&& ![image.modality isEqual:@"SR"]*/) // TODO: why?
[dpps addImage:image];
}
} @catch (NSException* e) {
Expand Down
4 changes: 2 additions & 2 deletions DiscPublishing/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleIdentifier</key>
<string>com.osirix.discpublishing</string>
<key>CFBundleSignature</key>
Expand All @@ -23,7 +23,7 @@
<string>Publish</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>© 2010-2012 OsiriX Team</string>
<string>© 2010-2013 OsiriX Team</string>
<key>NSPrincipalClass</key>
<string>DiscPublishing</string>
<key>ToolbarIcon</key>
Expand Down
132 changes: 0 additions & 132 deletions KiOP/KiOP/inc/Control_Cursor_Qt.h

This file was deleted.

36 changes: 0 additions & 36 deletions KiOP/KiOP/inc/Gestion_Curseurs.h

This file was deleted.

33 changes: 0 additions & 33 deletions KiOP/KiOP/inc/Gestion_GLUT.h

This file was deleted.

109 changes: 0 additions & 109 deletions KiOP/KiOP/inc/Hand_Closed_Detection.h

This file was deleted.

Loading

0 comments on commit 604997e

Please sign in to comment.