From: <ki...@us...> - 2008-02-08 14:59:49
|
Revision: 2187 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2187&view=rev Author: kimuraw Date: 2008-02-08 06:59:47 -0800 (Fri, 08 Feb 2008) Log Message: ----------- 2008-02-08 kimura wataru <kimuraw@i.nifty.jp> * install.rb: add "--test-args" option of instal.rb. this option enables to pass arguments of AutoRunner on test task. ex) run test only "test_ocid" method % ruby install.rb test --test-args="--name=test_ocid" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2008-02-10 07:00:48
|
Revision: 2189 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2189&view=rev Author: lrz Date: 2008-02-09 23:00:46 -0800 (Sat, 09 Feb 2008) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/OverrideMixin.m: Resume caching method arguments of objc callbacks, which was disabled for an unknown reason. (Thanks Kimura-san.) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-02-10 10:14:39
|
Revision: 2190 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2190&view=rev Author: kimuraw Date: 2008-02-10 02:14:36 -0800 (Sun, 10 Feb 2008) Log Message: ----------- 2008-02-10 kimura wataru <kimuraw@i.nifty.jp> * framework/src/objc/mdl_objwrapper.m: should use rbobj_to_nsobj(), not rbobj_get_ocid(), to get a Ruby VALUE from ObjC id. rbobj_get_ocid() is a very internal function. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_objwrapper.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2008-02-13 19:26:49
|
Revision: 2191 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2191&view=rev Author: el_oy Date: 2008-02-13 11:26:46 -0800 (Wed, 13 Feb 2008) Log Message: ----------- 2008-2-13 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/active_record.rb: Fixed compatibility bug with AR 1.15.x. Patch thanks to Laurent Sansonetti. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/active_record.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2008-02-13 20:10:20
|
Revision: 2192 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2192&view=rev Author: lrz Date: 2008-02-13 12:10:05 -0800 (Wed, 13 Feb 2008) Log Message: ----------- 2007-02-09 Laurent Sansonetti <lsa...@ap...> * VERSION: Updated for 0.13.2. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2008-02-14 08:30:38
|
Revision: 2193 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2193&view=rev Author: lrz Date: 2008-02-14 00:30:35 -0800 (Thu, 14 Feb 2008) Log Message: ----------- 2007-02-14 Laurent Sansonetti <lsa...@ap...> * **/*.{rb,m,h}: Updated copyright headers for 2008. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/ext/rubycocoa/rubycocoa.m trunk/src/framework/src/objc/BridgeSupport.h trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.h trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBClassUtils.h trunk/src/framework/src/objc/RBClassUtils.m trunk/src/framework/src/objc/RBObject.h trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/RBRuntime.h trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/RBSlaveObject.h trunk/src/framework/src/objc/RBSlaveObject.m trunk/src/framework/src/objc/RBTestProbe.m trunk/src/framework/src/objc/RBThreadSwitcher.h trunk/src/framework/src/objc/RBThreadSwitcher.m trunk/src/framework/src/objc/RubyCocoa.h trunk/src/framework/src/objc/RubyCocoa.m trunk/src/framework/src/objc/cls_objcid.h trunk/src/framework/src/objc/cls_objcid.m trunk/src/framework/src/objc/cls_objcptr.h trunk/src/framework/src/objc/cls_objcptr.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/libffi.h trunk/src/framework/src/objc/libffi.m trunk/src/framework/src/objc/mdl_bundle_support.h trunk/src/framework/src/objc/mdl_bundle_support.m trunk/src/framework/src/objc/mdl_objwrapper.h trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/framework/src/objc/mdl_osxobjc.h trunk/src/framework/src/objc/mdl_osxobjc.m trunk/src/framework/src/objc/objc_compat.h trunk/src/framework/src/objc/ocdata_conv.h trunk/src/framework/src/objc/ocdata_conv.m trunk/src/framework/src/objc/ocexception.h trunk/src/framework/src/objc/ocexception.m trunk/src/framework/src/ruby/osx/active_record.rb trunk/src/framework/src/ruby/osx/addressbook.rb trunk/src/framework/src/ruby/osx/appkit.rb trunk/src/framework/src/ruby/osx/cocoa.rb trunk/src/framework/src/ruby/osx/coredata.rb trunk/src/framework/src/ruby/osx/foundation.rb trunk/src/framework/src/ruby/osx/objc/active_record.rb trunk/src/framework/src/ruby/osx/objc/application.rb trunk/src/framework/src/ruby/osx/objc/cocoa.rb trunk/src/framework/src/ruby/osx/objc/cocoa_macros.rb trunk/src/framework/src/ruby/osx/objc/cocoa_macros_appkit.rb trunk/src/framework/src/ruby/osx/objc/foundation.rb trunk/src/framework/src/ruby/osx/objc/oc_all.rb trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/framework/src/ruby/osx/objc/oc_attachments_appkit.rb trunk/src/framework/src/ruby/osx/objc/oc_bundle_support.rb trunk/src/framework/src/ruby/osx/objc/oc_exception.rb trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/framework/src/ruby/osx/objc/oc_types.rb trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb trunk/src/framework/src/ruby/osx/qtkit.rb trunk/src/framework/src/ruby/osx/webkit.rb trunk/src/lib/osx/active_record.rb trunk/src/lib/osx/addressbook.rb trunk/src/lib/osx/appkit.rb trunk/src/lib/osx/cocoa.rb trunk/src/lib/osx/coredata.rb trunk/src/lib/osx/foundation.rb trunk/src/lib/osx/qtkit.rb trunk/src/lib/osx/webkit.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-03-12 13:27:25
|
Revision: 2195 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2195&view=rev Author: kimuraw Date: 2008-03-12 06:27:24 -0700 (Wed, 12 Mar 2008) Log Message: ----------- 2008-03-12 kimura wataru <kimuraw@i.nifty.jp> * install.rb, package/config/10.4, package/config/10.5: package task ignores config.save and overwrite with package/config/*. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb Added Paths: ----------- trunk/src/package/config/ trunk/src/package/config/10.4 trunk/src/package/config/10.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2008-04-02 14:49:20
|
Revision: 2197 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2197&view=rev Author: psychs Date: 2008-04-02 07:49:15 -0700 (Wed, 02 Apr 2008) Log Message: ----------- 2008-04-02 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: NSString#split without parameters should see $; not $/. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2008-04-11 18:19:22
|
Revision: 2198 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2198&view=rev Author: el_oy Date: 2008-04-11 11:19:19 -0700 (Fri, 11 Apr 2008) Log Message: ----------- 2008-04-11 Eloy Duran <e....@su...> * framework/src/ruby/osx/objc/oc_import.rb: Added documentation for OSX.require_framework. Patch by Scott Thompson. Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2008-04-22 15:19:51
|
Revision: 2199 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2199&view=rev Author: kimuraw Date: 2008-04-22 08:19:49 -0700 (Tue, 22 Apr 2008) Log Message: ----------- 2008-04-22 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_wrapper.rb, tests/tc_constants.rb: use default handling of method_missing failure for OSX module. suggested by Tammo Freese in [rubycocoa-devel:1353] Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb trunk/src/tests/tc_constants.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2008-05-14 22:27:34
|
Revision: 2200 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2200&view=rev Author: el_oy Date: 2008-05-14 15:27:26 -0700 (Wed, 14 May 2008) Log Message: ----------- Updated sample/Scripts/HelloWorld.rb to work with MacRuby RubyCocoa layer. Also cleaned up the whitesapec a bit, sumimasen Hisa-san ;) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/Scripts/HelloWorld.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2008-05-14 22:36:41
|
Revision: 2201 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2201&view=rev Author: el_oy Date: 2008-05-14 15:36:39 -0700 (Wed, 14 May 2008) Log Message: ----------- Updated sndplay to not segfault (10.5) anymore and cleaned a bit more. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/Scripts/sndplay.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-05-28 13:51:30
|
Revision: 2202 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2202&view=rev Author: kimuraw Date: 2008-05-28 06:51:24 -0700 (Wed, 28 May 2008) Log Message: ----------- 2008-05-28 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_subclass.rb: remove unwanted willChangeValueForKey and didChangeValueForKey. this bug makes an object to send wrong notification via KVO. Though the reciever does not have a setter for the key, Cocoa invokes these methods in setValue:forKey:. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-05-28 14:48:27
|
Revision: 2203 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2203&view=rev Author: kimuraw Date: 2008-05-28 07:48:23 -0700 (Wed, 28 May 2008) Log Message: ----------- 2008-05-28 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_subclass.rb: bug fix: ignoring automaticallyNotifiesObserversForKey: at setValue:forKey: with accessors defined by kvc_writer. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-05-29 12:39:33
|
Revision: 2204 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2204&view=rev Author: kimuraw Date: 2008-05-29 05:39:31 -0700 (Thu, 29 May 2008) Log Message: ----------- 2008-05-29 kimura wataru <kimuraw@i.nifty.jp> * tests/tc_subclass.rb: simplify test_rbobject_kvo_autonotify. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-05-29 13:39:39
|
Revision: 2205 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2205&view=rev Author: kimuraw Date: 2008-05-29 06:39:38 -0700 (Thu, 29 May 2008) Log Message: ----------- 2008-05-29 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_kvc_kvo.rb, tests/tc_subclass.rb: bug fix: ignoring automaticallyNotifiesObserversForKey: at to-many KVC-accessors defined by kvc_array_accessor. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/tests/tc_subclass.rb Added Paths: ----------- trunk/src/tests/tc_kvc_kvo.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-06-26 15:23:00
|
Revision: 2208 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2208&view=rev Author: kimuraw Date: 2008-06-26 08:22:58 -0700 (Thu, 26 Jun 2008) Log Message: ----------- 2008-06-26 kimura wataru <kimuraw@i.nifty.jp> * framework/src/objc/RBObject.m: fix "[BUG] object allocation during garbage collection phase" at -[RBObject releaseRubyObject] on ruby 1.8.7. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-06-26 16:07:21
|
Revision: 2209 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2209&view=rev Author: kimuraw Date: 2008-06-26 09:07:20 -0700 (Thu, 26 Jun 2008) Log Message: ----------- 2008-06-26 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_attachments.rb: fix infinite loop of NSArray#count and NSDictionary#count for add Enumerable#count for ruby 1.8.7. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-06-26 16:38:09
|
Revision: 2210 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2210&view=rev Author: kimuraw Date: 2008-06-26 09:38:06 -0700 (Thu, 26 Jun 2008) Log Message: ----------- 2008-06-26 kimura wataru <kimuraw@i.nifty.jp> * tests/tc_nsarray.rb: the behavior of Array#slice! with out-of-boundary was changed in ruby 1.8.7. see "Compatibility issues" of http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS [ToDo]NSArray#slice! in osx/objc/oc_attachments.rb should be modified. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-07-01 15:55:14
|
Revision: 2211 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2211&view=rev Author: kimuraw Date: 2008-07-01 08:55:11 -0700 (Tue, 01 Jul 2008) Log Message: ----------- 2008-07-01 kimura wataru <kimuraw@i.nifty.jp> * metaconfig: change install destination of Xcode temlate files from /Library/Application Support/Developer/3.0/Xcode/ to /Library/Application Support/Developer/Shared/Xcode/. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/metaconfig This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2008-07-02 17:12:50
|
Revision: 2212 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2212&view=rev Author: kimuraw Date: 2008-07-02 10:12:47 -0700 (Wed, 02 Jul 2008) Log Message: ----------- 2008-07-02 kimura wataru <kimuraw@i.nifty.jp> * framework/src/ruby/osx/objc/oc_import.rb: fix infinite loop of kvc-setter defined by invoking kvc_writer() multiple times for the same key. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/tests/tc_kvc_kvo.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |