[Bibdesk-commit] 代理出口

2007-11-17 Thread 张生
 尊敬的客户;你好!我司[深圳市永高锋贸易有限公司]
我司长期提供核销单到全国各港口给没有进出口权或没有外汇进帐的出口企业报关。代理出口、商检、普惠证、熏蒸证。
有需要联系;刘生
 电话;0755-81213897 手机;13682449266

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit


[Bibdesk-commit] (no subject)

2007-11-17 Thread 许先生
您好!
  广州市天天烫图加工厂真诚为你服务!
   我厂专业从事烫图、烫钻加工,拥有一批技术熟练的员工和专业的设计人员,
我们本着以诚信经营、质量保证、供货准时、合作第一的服务宗旨,专业承接:
奥钻、捷克钻、韩国烫石、国产玻璃钻石(水钻),压克力钻、铝片、排钻等各
种辅料烫图加工及设计,本产品广泛适用于服装、婚纱、手袋、女鞋、工艺品、
圣诞礼品等装饰用料。现以优惠的价格为各厂家加工(电脑打版)烫图业务及图
样设计,依客户所需供货以及来样订做,质量保证、价格合理,交货及时,欢迎
各出口、外贸、时装厂商来人、来电咨询,可送货上门和洽谈业务。我们承诺我
们任何时候都以低于市场的价格,把优惠让利给各厂商,为什么我们有这个信心
呢?因为我们是厂家直接来料来货加工,所以我们有这个实力和条件,只要各厂
商与我们合作,我厂一定做到最好。并对各企业所需加工的样式提供专人负责保
密,防止其它企业效仿!
联系电话:13711454290   许生
 传真;020-84075196 
 地址:广州市海珠区瑞宝村北街9号

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit


[Bibdesk-commit] SF.net SVN: bibdesk: [11627] branches/TRY_ARM_FILE_INTERFACE/bibdesk

2007-11-17 Thread hofman
Revision: 11627
  http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11627view=rev
Author:   hofman
Date: 2007-11-17 10:40:44 -0800 (Sat, 17 Nov 2007)

Log Message:
---
Implement linked file and URL actions and re-add main menu items. They can work 
either for a single URL passed as the representedObject, or all local files or 
remote URLs relevant to the context. Add skim notes menu items to document 
fileview context menu.

Modified Paths:
--
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument.m
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_Actions.h
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_Actions.m
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_DataSource.m
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibEditor.h
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibEditor.m
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/BibDocument.nib/classes.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/BibDocument.nib/keyedobjects.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/BibEditor.nib/classes.nib
branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/BibEditor.nib/info.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/BibEditor.nib/keyedobjects.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/MainMenu.nib/classes.nib
branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/MainMenu.nib/info.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/English.lproj/MainMenu.nib/keyedobjects.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/French.lproj/MainMenu.nib/classes.nib
branches/TRY_ARM_FILE_INTERFACE/bibdesk/French.lproj/MainMenu.nib/info.nib

branches/TRY_ARM_FILE_INTERFACE/bibdesk/French.lproj/MainMenu.nib/keyedobjects.nib

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument.m
===
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument.m   2007-11-17 
16:04:20 UTC (rev 11626)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument.m   2007-11-17 
18:40:44 UTC (rev 11627)
@@ -2848,12 +2848,27 @@
 
 - (void)fileView:(FileView *)aFileView willPopUpMenu:(NSMenu *)menu 
onIconAtIndex:(NSUInteger)anIndex {
 NSURL *theURL = anIndex == NSNotFound ? nil : [self 
objectInFileViewURLsAtIndex:anIndex];
-int i = [menu indexOfItemWithTag:FVOpenMenuItemTag];
+int i;
 
 if (theURL  i != -1) {
+i = [menu indexOfItemWithTag:FVOpenMenuItemTag];
 [menu insertItemWithTitle:[NSLocalizedString(@Open With, @Menu item 
title) stringByAppendingEllipsis]
 andSubmenuOfApplicationsForURL:theURL atIndex:++i];
 }
+if ([theURL isFileURL]) {
+i = [menu indexOfItemWithTag:FVRevealMenuItemTag];
+item = [menu insertItemWithTitle:[NSLocalizedString(@Skim 
Notes,@Menu item title: Skim Note...) stringByAppendingEllipsis]
+  action:@selector(showNotesForLinkedFile:)
+   keyEquivalent:@
+ atIndex:++i];
+[item setRepresentedObject:theURL];
+
+item = [menu insertItemWithTitle:[NSLocalizedString(@Copy Skim 
Notes,@Menu item title: Copy Skim Notes...) stringByAppendingEllipsis]
+  action:@selector(copyNotesForLinkedFile:)
+   keyEquivalent:@
+ atIndex:++i];
+[item setRepresentedObject:theURL];
+}
 }
 
 - (void)displayLocalURLInPreviewPane{

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_Actions.h
===
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_Actions.h   
2007-11-17 16:04:20 UTC (rev 11626)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument_Actions.h   
2007-11-17 18:40:44 UTC (rev 11627)
@@ -151,27 +151,29 @@
 - (IBAction)sendToLyX:(id)sender;
 - (IBAction)postItemToWeblog:(id)sender;
 
-#pragma mark | URL actions
+#pragma mark URL actions
 
+#pragma mark | URL Field actions
+
 /*!
-@method openLinkedFile:
+@method openLocalURL:
 @abstract Opens the linked file of the selected publication with the 
default application
 @discussion - 
 @param sender The sender. Not used.
 */
-- (IBAction)openLinkedFile:(id)sender;
+- (IBAction)openLocalURL:(id)sender;
 
-- (void)openLinkedFileForField:(NSString *)field;
+- (void)openLocalURLForField:(NSString *)field;
 
 /*!
-@method revealLinkedFile:
+@method revealLocalURL:
 @abstract Reveals the linked file of the selected publication in the Finder
 @discussion 
 @param sender The sender. Not used.
 */
-- (IBAction)revealLinkedFile:(id)sender;
+- (IBAction)revealLocalURL:(id)sender;
 
-- (void)revealLinkedFileForField:(NSString *)field;
+- (void)revealLocalURLForField:(NSString *)field;
 
 /*!
 @method openRemoteURL:

[Bibdesk-commit] SF.net SVN: bibdesk: [11629] branches/TRY_ARM_FILE_INTERFACE/bibdesk

2007-11-17 Thread hofman
Revision: 11629
  http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11629view=rev
Author:   hofman
Date: 2007-11-17 11:15:07 -0800 (Sat, 17 Nov 2007)

Log Message:
---
Declare a variable.

Modified Paths:
--
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument+Menus.m
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument.m

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument+Menus.m
===
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument+Menus.m 2007-11-17 
19:07:51 UTC (rev 11628)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibDocument+Menus.m 2007-11-17 
19:15:07 UTC (rev 11629)
@@ -154,7 +154,7 @@
 return NO;
 }
 
-- (BOOL) validateOpenLinkedFileMenuItem:(NSMenuItem*) menuItem {
+- (BOOL) validateOpenLocalURLMenuItem:(NSMenuItem*) menuItem {
NSString *field = [menuItem representedObject];
 if (field == nil)
field = BDSKLocalUrlString;
@@ -170,7 +170,7 @@
 return NO;
 }  
 
-- (BOOL) validateRevealLinkedFileMenuItem:(NSMenuItem*) menuItem {
+- (BOOL) validateRevealLocalURLMenuItem:(NSMenuItem*) menuItem {
NSString *field = [menuItem representedObject];
 if (field == nil)
field = BDSKLocalUrlString;
@@ -189,20 +189,20 @@
 - (BOOL) validateOpenRemoteURLMenuItem:(NSMenuItem*) menuItem {
NSString *field = [menuItem representedObject];
 if (field == nil)
-   field = BDSKLocalUrlString;
+   field = BDSKUrlString;
 
 NSEnumerator *e = [[self selectedPublications] objectEnumerator];
BibItem *pub = nil;
 
 while(pub = [e nextObject]){
-NSString *path = [pub localFilePathForField:field];
-if (path  [[NSFileManager defaultManager] fileExistsAtPath:path])
+NSURL *url = [pub remoteURLForField:field];
+if (url)
 return YES;
 }
 return NO;
 }  
 
-- (BOOL) validateShowNotesForLinkedFileMenuItem:(NSMenuItem*) menuItem {
+- (BOOL) validateShowNotesForLocalURLMenuItem:(NSMenuItem*) menuItem {
NSString *field = [menuItem representedObject];
 if (field == nil)
field = BDSKLocalUrlString;
@@ -218,7 +218,7 @@
 return NO;
 }  
 
-- (BOOL) validateCopyNotesForLinkedFileMenuItem:(NSMenuItem*) menuItem {
+- (BOOL) validateCopyNotesForLocalURLMenuItem:(NSMenuItem*) menuItem {
NSString *field = [menuItem representedObject];
 if (field == nil)
field = BDSKLocalUrlString;
@@ -234,6 +234,26 @@
 return NO;
 }  
 
+- (BOOL) validateOpenLinkedFileMenuItem:(NSMenuItem*) menuItem {
+return [menuItem representedObject] != nil || [[[self 
selectedPublications] valueForKeyPath:@@unionOfArrays.localFiles] count]  0;
+}  
+
+- (BOOL) validateRevealLinkedFileMenuItem:(NSMenuItem*) menuItem {
+return [menuItem representedObject] != nil || [[[self 
selectedPublications] valueForKeyPath:@@unionOfArrays.localFiles] count]  0;
+}  
+
+- (BOOL) validateOpenLinkedURLMenuItem:(NSMenuItem*) menuItem {
+return [menuItem representedObject] != nil || [[[self 
selectedPublications] valueForKeyPath:@@unionOfArrays.remoteURLs] count]  0;
+}  
+
+- (BOOL) validateShowNotesForLinkedFileMenuItem:(NSMenuItem*) menuItem {
+return [menuItem representedObject] != nil || [[[self 
selectedPublications] valueForKeyPath:@@unionOfArrays.localFiles] count]  0;
+}  
+
+- (BOOL) validateCopyNotesForLinkedFileMenuItem:(NSMenuItem*) menuItem {
+return [menuItem representedObject] != nil || [[[self 
selectedPublications] valueForKeyPath:@@unionOfArrays.localFiles] count]  0;
+}  
+
 - (BOOL) validateDuplicateTitleToBooktitleMenuItem:(NSMenuItem*) menuItem {
return ([self numberOfSelectedPubs]  0  [self 
hasExternalGroupsSelected] == NO);
 }
@@ -639,14 +659,29 @@
else if(act == @selector(sendToLyX:)) {
return [self validateSendToLyXMenuItem:menuItem];
}
+   else if(act == @selector(openLocalURL:)) {
+   return [self validateOpenLocalURLMenuItem:menuItem];
+   }
+   else if(act == @selector(revealLocalURL:)) {
+   return [self validateRevealLocalURLMenuItem:menuItem];
+   }
+   else if(act == @selector(openRemoteURL:)) {
+   return [self validateOpenRemoteURLMenuItem:menuItem];
+   }
+   else if(act == @selector(showNotesForLocalURL:)) {
+   return [self validateShowNotesForLocalURLMenuItem:menuItem];
+   }
+   else if(act == @selector(copyNotesForLocalURL:)) {
+   return [self validateCopyNotesForLocalURLMenuItem:menuItem];
+   }
else if(act == @selector(openLinkedFile:)) {
return [self validateOpenLinkedFileMenuItem:menuItem];
}
else if(act == @selector(revealLinkedFile:)) {
return [self validateRevealLinkedFileMenuItem:menuItem];
}
-   else if(act == 

[Bibdesk-commit] 商业合作

2007-11-17 Thread 张生
税务局代开统一发票,可享优惠。由税务机关打印出具,并提供全额税单,您可
以到出票税务机关领取,也可以由我们送票上门后再上网或致电税务机关查证。
税务机关代开发票代理咨询范围:普通商品销售发票、运输发票、国际运输发票、
广告发票、服务发票、建筑安装发票等。



公司地址:广东省深圳市南山区海德三道路海岸大厦东座
联系电话:13510428202 张先生

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit


[Bibdesk-commit] SF.net SVN: bibdesk: [11631] trunk/bibdesk/Bibdesk.xcodeproj/project. pbxproj

2007-11-17 Thread amaxwell
Revision: 11631
  http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11631view=rev
Author:   amaxwell
Date: 2007-11-17 22:45:36 -0800 (Sat, 17 Nov 2007)

Log Message:
---
Change version to 938

Modified Paths:
--
trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj

Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2007-11-18 00:00:03 UTC 
(rev 11630)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2007-11-18 06:45:36 UTC 
(rev 11631)
@@ -4399,7 +4399,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
-   CURRENT_PROJECT_VERSION = 937;
+   CURRENT_PROJECT_VERSION = 938;
DEBUG_INFORMATION_FORMAT = dwarf;
FRAMEWORK_SEARCH_PATHS = ;
GCC_DEBUGGING_SYMBOLS = default;
@@ -4449,7 +4449,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
-   CURRENT_PROJECT_VERSION = 937;
+   CURRENT_PROJECT_VERSION = 938;
DEBUG_INFORMATION_FORMAT = dwarf;
FRAMEWORK_SEARCH_PATHS = ;
GCC_AUTO_VECTORIZATION = NO;
@@ -4505,7 +4505,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
-   CURRENT_PROJECT_VERSION = 937;
+   CURRENT_PROJECT_VERSION = 938;
DEBUG_INFORMATION_FORMAT = dwarf;
FRAMEWORK_SEARCH_PATHS = ;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
@@ -4853,7 +4853,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = $(NATIVE_ARCH);
-   CURRENT_PROJECT_VERSION = 937;
+   CURRENT_PROJECT_VERSION = 938;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_AUTO_VECTORIZATION = NO;
GCC_PREPROCESSOR_DEFINITIONS = ;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit