Commit Graph

1353 Commits

Author SHA1 Message Date
Laurent Sansonetti
8cc0865f9d always set the libedit prompt in main thread, to avoid memory race condition crasher 2013-08-10 18:06:07 +02:00
Laurent Sansonetti
6d849e6563 fix compilation warning 2013-08-10 17:43:29 +02:00
Laurent Sansonetti
9faf5f3027 sync 2013-08-10 14:45:10 +02:00
Laurent Sansonetti
022c504a80 revert 9e8b17013c since the problem seems to have disappeared in master 2013-08-10 14:44:51 +02:00
Laurent Sansonetti
9e8b17013c osx: only strip x86_64 symbols 2013-08-09 16:44:28 +02:00
Laurent Sansonetti
01becf04a7 sync 2013-08-09 15:51:15 +02:00
Laurent Sansonetti
56432dfc3f Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-09 15:47:59 +02:00
Laurent Sansonetti
0bf1f8fd37 add spec for Boxed#to_a change 2013-08-09 15:47:48 +02:00
Watson
b83bd9c7e9 sync 2013-08-08 08:16:13 +09:00
Mark Rickert
6c146a9021 Fix typo - LSApplicationCategoryType 2013-08-08 08:13:38 +09:00
Mark Rickert
80687c78d0 Updated code based on Laurent's suggestion. 2013-08-08 08:13:34 +09:00
Mark Rickert
42d720a22e Added a default value for LSApplicationCategoryType (utilities). Extracted hash to its own method. 2013-08-08 08:13:30 +09:00
Mark Rickert
06e1efee8e Rename @app_store_category to just @category 2013-08-08 08:13:19 +09:00
Mark Rickert
26d52f0daa Support app_store_category config var for OSX apps.
Allows you to set app_store category configuration value instead of doing this:

app.info_plist['LSApplicationCategoryType'] = 'public.app-category.developer-tools'

This allows you to specify:

app.app_store_category = 'developer-tools'
 - or -
app.app_store_category = 'public.app-category.developer-tools'
2013-08-08 08:13:09 +09:00
Dan Loewenherz
e847b8c924 update copy for post-update for motion changelog command 2013-08-08 08:12:17 +09:00
Dan Loewenherz
a0ff6cc464 use system pager to display changelog messages 2013-08-08 08:12:12 +09:00
Dan Loewenherz
98d4ddf5b0 add command line shortcut to view changelog
I keep forgetting where this file lives (and like to refer to it pretty often), so I figured it might be a nice thing to expose in the motion command.
2013-08-08 08:12:07 +09:00
Laurent Sansonetti
ee9c76c961 sync 2013-08-08 01:02:51 +02:00
Laurent Sansonetti
b3ccf122ff app.short_version defaults to app.version 2013-08-08 01:01:22 +02:00
Watson
8e404a3cf3 fix a mistake in 7fffe1ae44 2013-08-07 23:51:34 +09:00
Watson
b59e6bee89 forward a termination status in OSX environment to rake task 2013-08-07 23:50:02 +09:00
Watson
8e4e4ddb18 sync 2013-08-07 22:58:54 +09:00
Watson
d2687f2f38 fix a bug in `rake spec' which always return exit(0) status 2013-08-07 22:49:55 +09:00
Laurent Sansonetti
ca94059013 sync 2013-08-07 15:18:27 +02:00
Laurent Sansonetti
9d95a7211d refactor crash message + fix wording 2013-08-07 15:17:28 +02:00
Laurent Sansonetti
a8c7e4f6e1 sync 2013-08-07 14:33:17 +02:00
Laurent Sansonetti
ab129f4aa9 Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-07 14:31:12 +02:00
Laurent Sansonetti
ee7ceb0d1f fix escaping + print message if there are no crash logs 2013-08-07 14:30:43 +02:00
Watson
bc2d425a0f add line in NEWS 2013-08-07 20:37:03 +09:00
Chris Radford
785fd65d59 Update to add new status bar style
Added UIStatusBarStyleLightContent as an option for status_bar_style, a new option added in iOS7.
2013-08-07 20:31:47 +09:00
Watson
754180ed56 add line in NEWS 2013-08-06 22:53:17 +09:00
Watson
5285031125 add test for Range.new 2013-08-06 22:51:40 +09:00
Watson
543d8de4c3 add line in NEWS 2013-08-06 20:52:06 +09:00
Watson
060e24d349 add lldb_commands_file for the initial configuration in lldb 2013-08-06 20:39:11 +09:00
Watson
098c8c48b9 split the method in where save command into temporary file 2013-08-06 20:39:06 +09:00
Watson
2774040599 add builtin command for lldb 2013-08-06 20:38:13 +09:00
Laurent Sansonetti
f80349db06 2.7 2013-07-30 15:31:55 +02:00
Laurent Sansonetti
fea56f8f02 sync 2013-07-30 15:29:07 +02:00
Laurent Sansonetti
59c2fa6691 sync 2013-07-30 15:00:43 +02:00
Laurent Sansonetti
2ee0de0747 support pure NSExceptions 2013-07-30 14:59:25 +02:00
Laurent Sansonetti
f77b0416d1 DP4 2013-07-30 14:51:05 +02:00
Watson
a4912385b7 add line in NEWS 2013-07-30 00:56:14 +09:00
Watson
bfac409496 fix a bug in debugger where debugging process will be terminated if press CTRL + C while app is running
rake task receives the signal and it is aborted.
And, GDB process remains as zombie process.

So, rake task ignores the SIGINT if debugger is running
2013-07-30 00:54:28 +09:00
Watson
3617cc5297 add cycle test for Proc->self because there is a memory leak without #autorelease_pool 2013-07-28 14:36:44 +09:00
Laurent Sansonetti
3f0db685a3 sync 2013-07-25 19:25:21 +02:00
Laurent Sansonetti
249be50f91 sync 2013-07-25 16:30:50 +02:00
Watson
65e376d5c9 add line in NEWS 2013-07-24 23:06:53 +09:00
Clay Allsopp
ed0fcf5455 Fix shell escaping for file names 2013-07-24 23:04:07 +09:00
Watson
855e1179a3 add line in NEWS 2013-07-24 21:51:28 +09:00
Watson
6164f93ed8 improve the build system in order to compile spec files with parallel 2013-07-24 21:48:11 +09:00