Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/osirixplugins/code@415 bdd3870d-6ba2-4b59-8605-1de7af000970
  • Loading branch information
aglv committed Feb 22, 2013
1 parent 5d1dcaa commit 77f8379
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Worklists/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>NSPrincipalClass</key>
<string>WorklistsPlugin</string>
<key>pluginType</key>
Expand Down
2 changes: 1 addition & 1 deletion Worklists/Sources/Worklist+POD.mm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ - (void)autoretrieveWithDatabase:(DicomDatabase*)db {
// get POD servers list

NSMutableArray* dicomNodes = [NSMutableArray array];
NSArray* allDicomNodes = [DCMNetServiceDelegate DICOMServersList];
NSArray* allDicomNodes = [DCMNetServiceDelegate DICOMServersListSendOnly:NO QROnly:NO cached:YES];
for (NSDictionary* si in [NSUserDefaults.standardUserDefaults arrayForKey:@"comparativeSearchDICOMNodes"])
for (NSDictionary* di in allDicomNodes)
if ([[si objectForKey:@"AETitle"] isEqualToString:[di objectForKey:@"AETitle"]] &&
Expand Down
10 changes: 5 additions & 5 deletions Worklists/Worklists.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
592685C111D2056D00CFA81F /* WorklistsPreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WorklistsPreferencesController.h; path = Sources/WorklistsPreferencesController.h; sourceTree = "<group>"; };
592685C211D2056D00CFA81F /* WorklistsPreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WorklistsPreferencesController.m; path = Sources/WorklistsPreferencesController.m; sourceTree = "<group>"; };
592685DE11D2089100CFA81F /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; };
59A3C9EC130D6BB5001937EB /* OsiriXAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OsiriXAPI.framework; path = "../../osirix-trunk/build/Development/OsiriXAPI.framework"; sourceTree = SOURCE_ROOT; };
59A3C9EC130D6BB5001937EB /* OsiriXAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OsiriXAPI.framework; path = ../../osirix/build/Development/OsiriXAPI.framework; sourceTree = SOURCE_ROOT; };
59A3CBB1130D704E001937EB /* WorklistsPlugin.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WorklistsPlugin.mm; path = Sources/WorklistsPlugin.mm; sourceTree = "<group>"; };
71546BE515FF6343004B154B /* Worklists.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Worklists.png; path = Resources/Worklists.png; sourceTree = "<group>"; };
71AFB40216034DDF00E93F17 /* album.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = album.png; path = Resources/album.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -357,7 +357,7 @@
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../osirix-trunk/build/Development\"",
"\"$(SRCROOT)/../../osirix/build/Development\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
Expand Down Expand Up @@ -388,7 +388,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../osirix-trunk/build/Development\"",
"\"$(SRCROOT)/../../osirix/build/Development\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
Expand Down Expand Up @@ -418,7 +418,7 @@
DEBUGGING_SYMBOLS = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../osirix-trunk/build/Development\"",
"\"$(SRCROOT)/../../osirix/build/Development\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -449,7 +449,7 @@
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../osirix-trunk/build/Development\"",
"\"$(SRCROOT)/../../osirix/build/Development\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Expand Down
Binary file modified Worklists/html/Worklists.osirixplugin.zip
Binary file not shown.

0 comments on commit 77f8379

Please sign in to comment.