From: <lr...@us...> - 2007-01-15 14:55:38
|
Revision: 1421 http://svn.sourceforge.net/rubycocoa/?rev=1421&view=rev Author: lrz Date: 2007-01-15 06:55:31 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-15 Laurent Sansonetti <lsa...@ap...> * sample/Spotlight/English.lproj/MainMenu.nib/info.nib, sample/Spotlight/English.lproj/MainMenu.nib/keyedobjects.nib: Fixed the UI elements resizable flags and set the text views as not editable. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/Spotlight/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/Spotlight/English.lproj/MainMenu.nib/keyedobjects.nib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-15 15:00:21
|
Revision: 1422 http://svn.sourceforge.net/rubycocoa/?rev=1422&view=rev Author: el_oy Date: 2007-01-15 07:00:16 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-15 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc.rb, framework/tool/gen_bridge_doc/lib/cocoa_ref.rb framework/tool/gen_bridge_doc/rdocify_framework.rb Added the first support for Apple HTML Reference Docs to RDoc generation. At this moment gen_bridge_doc.rb will only try to parse the AppKit framework. By default it will not generate any rdoc files for reference files caused errors during parsing. Once all errors for AppKit have been resolved other frameworks will gradually be added, until we're on par with the supported frameworks in BridgeSupport. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/tool/gen_bridge_doc/ branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-15 15:34:26
|
Revision: 1424 http://svn.sourceforge.net/rubycocoa/?rev=1424&view=rev Author: el_oy Date: 2007-01-15 07:34:18 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-15 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc.rb Updated this script so that it also accepts the verbose and force flags: -v, -f Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-15 16:28:45
|
Revision: 1425 http://svn.sourceforge.net/rubycocoa/?rev=1425&view=rev Author: lrz Date: 2007-01-15 08:28:39 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-15 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/Foundation.xml: Updated to describe functions with pointer-like arguments. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/Foundation.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-15 16:39:50
|
Revision: 1426 http://svn.sourceforge.net/rubycocoa/?rev=1426&view=rev Author: lrz Date: 2007-01-15 08:39:46 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-15 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Discover functions that return ObjC objects that conform to a certain protocol. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 02:41:28
|
Revision: 1427 http://svn.sourceforge.net/rubycocoa/?rev=1427&view=rev Author: lrz Date: 2007-01-15 18:41:27 -0800 (Mon, 15 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/RBObject.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/OverrideMixin.h, framework/src/objc/OverrideMixin.m, tests/tc_ovmix.rb, tests/tc_subclass.rb, tests/objc_test.m: Added support for overriding class methods. Added test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.h branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb branches/apple-unstable/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 12:41:25
|
Revision: 1429 http://svn.sourceforge.net/rubycocoa/?rev=1429&view=rev Author: lrz Date: 2007-01-16 04:41:22 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * tests/tc_bs.rb: Fixed test to spawn Ruby command lines to use the source root RubyCocoa. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/tests/tc_bs.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 14:50:49
|
Revision: 1430 http://svn.sourceforge.net/rubycocoa/?rev=1430&view=rev Author: lrz Date: 2007-01-16 06:50:40 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/ocdata_conv.m, framework/src/objc/OverrideMixin.m: Now manually decoding methods Objective-C encoding. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 14:57:04
|
Revision: 1431 http://svn.sourceforge.net/rubycocoa/?rev=1431&view=rev Author: lrz Date: 2007-01-16 06:57:01 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.h: Fixed definition of _C_CONST for old platforms. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/ocdata_conv.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 16:01:41
|
Revision: 1432 http://svn.sourceforge.net/rubycocoa/?rev=1432&view=rev Author: lrz Date: 2007-01-16 08:01:33 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed ns_overrides that was broken by previous commit. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-16 18:44:51
|
Revision: 1433 http://svn.sourceforge.net/rubycocoa/?rev=1433&view=rev Author: el_oy Date: 2007-01-16 10:44:48 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/rdocify_framework.rb: fixes for Appkit rdoc generator, went up from 107/50 to 140/17 success ratio. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-16 22:43:04
|
Revision: 1434 http://svn.sourceforge.net/rubycocoa/?rev=1434&view=rev Author: lrz Date: 2007-01-16 14:43:02 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-16 Laurent Sansonetti <lsa...@ap...> * sample/MailDemo: - Renamed MailBox to Mailbox ; - Removed a debug statement in the main file. Thanks to Jean-Pierre. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/MailDemo/MailBox.rb branches/apple-unstable/src/sample/MailDemo/MailDemo.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/MailDemo/MyController.rb branches/apple-unstable/src/sample/MailDemo/rb_main.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-17 00:52:34
|
Revision: 1437 http://svn.sourceforge.net/rubycocoa/?rev=1437&view=rev Author: el_oy Date: 2007-01-16 16:52:33 -0800 (Tue, 16 Jan 2007) Log Message: ----------- 2007-01-17 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb: Added a section for notifications. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-17 03:38:07
|
Revision: 1441 http://svn.sourceforge.net/rubycocoa/?rev=1441&view=rev Author: hisa Date: 2007-01-16 19:38:05 -0800 (Tue, 16 Jan 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_import.rb: replaced the name of objc_export with objc_method. objc_export will be deprecated. it works yet with warning message. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 14:11:35
|
Revision: 1443 http://svn.sourceforge.net/rubycocoa/?rev=1443&view=rev Author: lrz Date: 2007-01-18 06:11:33 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * pre-install.rb, template/ProjectBuilder/File/Ruby test case class.rb, template/ProjectBuilder/Target, template/ProjectBuilder/Target/Unit Test Target.trgttmpl: Added Xcode unit test templates. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/pre-install.rb Added Paths: ----------- branches/apple-unstable/src/template/ProjectBuilder/File/Ruby test case class.rb branches/apple-unstable/src/template/ProjectBuilder/Target/ branches/apple-unstable/src/template/ProjectBuilder/Target/Unit Test Target.trgttmpl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 14:33:57
|
Revision: 1444 http://svn.sourceforge.net/rubycocoa/?rev=1444&view=rev Author: lrz Date: 2007-01-18 06:33:55 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/mdl_osxobjc.m, framework/src/objc/RBClassUtils.h, tests/tc_ovmix.rb, tests/objc_test.m: Added objc_class_method + test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBClassUtils.h branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 14:39:04
|
Revision: 1445 http://svn.sourceforge.net/rubycocoa/?rev=1445&view=rev Author: lrz Date: 2007-01-18 06:39:01 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Deprecated ns_overrides. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-18 14:53:04
|
Revision: 1446 http://svn.sourceforge.net/rubycocoa/?rev=1446&view=rev Author: hisa Date: 2007-01-18 06:53:02 -0800 (Thu, 18 Jan 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_import.rb, framework/src/ruby/osx/objc/oc_wrapper.rb: replace STDERR with $stderr Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 16:51:55
|
Revision: 1447 http://svn.sourceforge.net/rubycocoa/?rev=1447&view=rev Author: lrz Date: 2007-01-18 08:51:54 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Discover more functions. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 17:47:49
|
Revision: 1448 http://svn.sourceforge.net/rubycocoa/?rev=1448&view=rev Author: lrz Date: 2007-01-18 09:47:40 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Added the possibility to ignore tollfree bridged CF classes detection. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-18 19:28:06
|
Revision: 1449 http://svn.sourceforge.net/rubycocoa/?rev=1449&view=rev Author: lrz Date: 2007-01-18 11:28:02 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-18 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Faster numeric #define lookup. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-19 00:46:43
|
Revision: 1451 http://svn.sourceforge.net/rubycocoa/?rev=1451&view=rev Author: el_oy Date: 2007-01-18 16:46:41 -0800 (Thu, 18 Jan 2007) Log Message: ----------- 2007-01-19 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTableColumn.rb, framework/tool/gen_bridge_doc/lib/ApplicationKit/NSFont.rb, framework/tool/gen_bridge_doc/rdocify_framework.rb, framework/tool/gen_bridge_doc.rb: - Added support for class additions, they are translated to modules ; - Added support for parsing override modules ; - Added some override modules: NSTableColumn.rb & NSFont.rb Which makes AppKit parse & generate completely! Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb Added Paths: ----------- branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/ branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/NSFont.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTableColumn.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-19 04:42:41
|
Revision: 1452 http://svn.sourceforge.net/rubycocoa/?rev=1452&view=rev Author: hisa Date: 2007-01-18 20:42:39 -0800 (Thu, 18 Jan 2007) Log Message: ----------- * framework/src/ruby/osx/objc/oc_import.rb, framework/src/ruby/osx/objc/cocoa_macros_appkit.rb, framework/src/ruby/osx/objc/oc_wrapper.rb: using the warn as better way instead of sending a message to $stderr. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa_macros_appkit.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-19 14:44:58
|
Revision: 1453 http://svn.sourceforge.net/rubycocoa/?rev=1453&view=rev Author: lrz Date: 2007-01-19 06:44:56 -0800 (Fri, 19 Jan 2007) Log Message: ----------- 2007-01-19 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Fixed the messaging of functions with variadic parameters. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-19 15:43:21
|
Revision: 1454 http://svn.sourceforge.net/rubycocoa/?rev=1454&view=rev Author: el_oy Date: 2007-01-19 07:43:19 -0800 (Fri, 19 Jan 2007) Log Message: ----------- 2007-01-19 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSDate.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSDateFormatter.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSPortCoder.rb, framework/tool/gen_bridge_doc/rdocify_framework.rb, framework/tool/gen_bridge_doc.rb: - Enhanced reference html file finder method ; - Added support for deprecated classes ; - Added override modules for Foundation: NSDate.rb, NSDateFormatter.rb, NSPortCoder.rb ; - Added rdoc for: Foundation ; - Added rdoc for: WebKit ; - Added rdoc for: CoreData ; - Added rdoc for: QTKit Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb Added Paths: ----------- branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/ branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSDate.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSDateFormatter.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSPortCoder.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |