Commit Graph

935 Commits

Author SHA1 Message Date
Laurent Sansonetti
e361fa6031 sync 2013-03-01 15:12:48 +01:00
Watson
95b6055b67 rename method 2013-02-28 09:02:30 +09:00
Watson
71d1617c9b sync 2013-02-27 23:39:17 +09:00
Watson
a24596e830 fix a bug in build system which updated resource files are not copied 2013-02-27 23:34:38 +09:00
Laurent Sansonetti
7fd796a89b 1.34 2013-02-26 21:27:21 +01:00
Laurent Sansonetti
7ffad34d60 reformat 2013-02-26 21:17:01 +01:00
Laurent Sansonetti
448a80faa3 sync 2013-02-26 16:00:00 +01:00
Watson
1466028bac slightly delay the start of spec execution
Because #tap method does not work when use a high performance machine
2013-02-26 13:51:09 +09:00
Watson
e06dc257af add line in NEWS 2013-02-26 13:32:57 +09:00
Watson
5573cc442a fix a bug which iOS simulator will be re-launched at every time with `rake'
RM-52 Should not re-launch iOS simulator at every time with `rake'
2013-02-26 13:31:00 +09:00
Watson
8d5450105f add line in NEWS 2013-02-26 11:18:06 +09:00
Watson
08341aef38 fix a bug which does not launch iOS simulator when `app.xcode_dir' is specified a path other than the '/Applications' folder 2013-02-26 11:14:22 +09:00
Watson
dcc952ba31 update NEWS 2013-02-26 09:36:42 +09:00
Watson
b17e5bb7e4 `app.resources_dir' will be deprecated 2013-02-26 01:00:51 +09:00
Watson
fa28dd86e3 fix a bug which cannot build an app when `app. xcode_dir' contains spaces
RM-40 Can't build with spaces in xcode.app path
2013-02-25 18:22:30 +09:00
Watson
505926d12e fix variable name 2013-02-25 15:56:22 +09:00
Watson
f6701939b5 sync 2013-02-25 15:48:51 +09:00
Watson
a160a13cc1 add a feature to support multiple resource directories
change `app.resources_dir' to accept an Array too, like:

    app.resources_dir = ["resources", "vendor/GoogleMaps.framework/Resources"]
2013-02-25 15:45:02 +09:00
Laurent Sansonetti
bc962fa1c6 sync 2013-02-22 16:36:47 +01:00
Laurent Sansonetti
546672a256 sync 2013-02-22 15:18:43 +01:00
Laurent Sansonetti
f518065664 sync float branch merge 2013-02-22 14:57:54 +01:00
Watson
14deb78ce1 update TestUnit 2013-02-21 23:00:03 +09:00
Watson
54e3c075f1 update float spec which related to Float::MAX 2013-02-21 22:59:59 +09:00
Watson
6527b680bf update float spec which related to Float#round 2013-02-21 22:59:53 +09:00
Watson
e301b83f3d add float spec to confirm a converted value (objc <-> ruby) 2013-02-21 22:59:48 +09:00
Watson
02349b792e update float spec which related to NSDate 2013-02-21 22:59:44 +09:00
Watson
3a81ff5bd4 update float spec which related to Time class 2013-02-21 22:59:40 +09:00
Watson
03540cfe91 update float spec 2013-02-21 22:59:35 +09:00
Watson
f1586dc03e add spec which related fixfloat 2013-02-21 22:59:31 +09:00
Watson
5d8c1a2a64 add spec which related Float class 2013-02-21 22:59:25 +09:00
Watson
0b4fb49a5f add line in NEWS 2013-02-21 01:43:02 +09:00
Watson
d97091fabb update TestUnit 2013-02-15 10:58:21 +09:00
Watson
f8635ec576 sync 2013-02-14 17:20:00 +09:00
Watson
12a059fe81 update README 2013-02-14 15:33:42 +09:00
Watson
e6bee4a1c9 add README 2013-02-14 15:24:48 +09:00
Watson
dd82f63190 update Gemfile 2013-02-14 15:24:08 +09:00
Watson
4718f375aa sync 2013-02-13 18:07:47 +09:00
Watson
4f0ee4305c add spec for NSDate 2013-02-12 19:40:47 +09:00
Watson
0cf8e2d5b4 sync 2013-02-12 19:39:42 +09:00
Watson
92803b2722 adjust simulator_app_bounds for iPhone 3.5-inch retina 2013-02-12 15:43:08 +09:00
Watson
8cd87805a2 add line in NEWS 2013-02-12 13:15:56 +09:00
Watson
6f823b4f9b fix typo 2013-02-12 12:25:36 +09:00
Watson
9476c77e18 sync 2013-02-12 12:19:33 +09:00
Watson
2ebbd0d9f8 add a feature which creates Default-568h@2x.png' in resource directory by motion create' in order to support 4-inch screen by default 2013-02-12 12:05:27 +09:00
Watson
771b42c674 convert a string encoding which retrieved from filesystem
The OSX filesystem uses UTF8-MAC as file name encoding.
Its encoding has a character that does not match UTF-8 encoding.
(ex, "が" in Japanese)
2013-02-10 02:19:15 +09:00
Laurent Sansonetti
1305b6f773 Merge branch 'master' of github.com:lrz/RubyMotion 2013-02-08 15:21:18 +01:00
Laurent Sansonetti
200a15097a increase connect-timeout to 60 seconds 2013-02-08 15:21:02 +01:00
Watson
a55a36b177 slightly delay the start of spec execution
Because #tap method does not work when use a high performance machine
2013-02-07 16:26:09 +09:00
Watson
c47c8486df [fix #4] fix a bug in simulator which cannot launch on Snow Leopard
it will compile sim.m to refer to the /usr/lib/libedit.2.dylib at runtime.
(libedit.2.dylib is a symbolic link to libedit.3.dylib on Mountain Lion and Lion.)
2013-02-05 15:42:52 +09:00
Watson
2bfbba1e0c enable the mouse over in retina
still can't select a view correctly when scrolled.
2013-02-04 15:56:40 +09:00