Commit Graph

70 Commits

Author SHA1 Message Date
Todd Werth
68ecf0245a Merge branch 'master' of github.com:infinitered/rmq 2013-12-05 20:09:47 -08:00
Todd Werth
fd2f075278 Implemented the new view_controller system. Specs passing now. I need to updated the readme and some of the rdocs. The new view controller system allows you to just call rmq in any object and most of the time it does the right thing; no more problems calling rmq in parentless cells. I still need to create the create_factory method for collectionviews 2013-12-05 20:09:14 -08:00
Todd Werth
9224b33244 Merge pull request #5 from neerajdotname/sv-2-st
argument name should be st
2013-12-01 20:37:18 -08:00
Todd Werth
ea15b9cc4b Merge pull request #6 from neerajdotname/use-public-send
only invoke public methods
2013-12-01 20:36:57 -08:00
Neeraj Singh
2bd775616d only invoke public methods
__send__ also invokes private methods. In this case I think private
method should not be invoked.
2013-12-01 21:48:37 -05:00
Neeraj Singh
4819040360 argument name should be st
following the rmq style changed argument name from `sv` to `st`
2013-12-01 21:20:46 -05:00
Todd Werth
9257ad1595 Added array of margins for distribute, and ignoring views with 0 height 2013-11-29 16:24:58 -08:00
Ken Miller
c560fe68d2 additional test case 2013-11-29 12:52:05 -08:00
Todd Werth
2e3c5fb016 Changed distribute to set the top to the top of the first view 2013-11-29 12:44:29 -08:00
Ken Miller
334ae8b057 making styler.frame= accept a CGRect 2013-11-29 12:38:22 -08:00
Todd Werth
c643ba6b17 Added resize_to_fit_subviews to rmq object: rmq(you_view). resize_to_fit_subviews 2013-11-29 12:36:56 -08:00
Todd Werth
e5d2f00315 Added ability to distribute views vertically and horizontally with a margin 2013-11-29 12:03:56 -08:00
Todd Werth
c7b0b9575e Merge pull request #4 from yuc-zhu/patch-2
Fixed problems with README.md
2013-11-16 11:48:27 -08:00
Eric
ea36a0ccd9 Fixed problems with README.md
[tableView: cellForRowAtIndexPath] should return UITableViewCell instance
2013-11-14 15:23:16 +08:00
Todd Werth
3d23786d31 Adde screen_width, h, and content_size, w, and h. Added clips_to_bounds to UIViewStyler. 2013-11-03 09:40:11 -08:00
Todd Werth
d057cc39a2 Merge pull request #1 from coderly/master
Update the README to include accurate information how to use cell_identifier in rmq.create
2013-10-24 11:11:23 -07:00
Josh Smith
af34041170 Update the README to include accurate information how to use cell_identifier in rmq.create 2013-10-24 11:00:01 -07:00
Todd Werth
d5be4c183f Updated UICollectionView template v0.4.1 2013-10-22 11:38:15 -07:00
Todd Werth
29f7cc1d39 Added collection_view_controller template, color.random, updated readme 2013-10-19 21:42:28 -07:00
Todd Werth
b7536c345e Added more options to event#on including :init which allows a lambda to be passed that is returned the recognizer. 2013-10-13 15:51:48 -07:00
Todd Werth
b7c9c4af78 Added RubyMotionQuery::VERSION and updated gemspec and updated rmq command --version, etc v0.4.0 2013-10-09 12:36:06 -07:00
Todd Werth
ba0b78db76 Updated read me. Added rotation to UIView styler. Added animations.drop_and_spin 2013-10-09 11:46:28 -07:00
Todd Werth
b2bbc45b01 Fixed problems with rmq command used as a gem 2013-10-08 15:06:15 -07:00
Ken Miller
f2675c9d1b updating rake version 2013-10-08 09:00:03 -07:00
Todd Werth
fc15ff2ef2 Added generators/templates to rmq command-line tool, such as:
rmq create controller foo
rmq create view foo_bar
2013-10-08 08:51:00 -07:00
Todd Werth
0414d6c7cd Updated read me 2013-10-04 23:30:10 -07:00
Todd Werth
a97df39990 Reverted part of 451823e1f6 2013-10-04 23:11:10 -07:00
Ken Miller
0582d2f8e7 documenting debug flag 2013-10-03 12:44:45 -07:00
Ken Miller
e727e21e05 conditionalizing collection of source lines 2013-10-03 12:19:38 -07:00
Todd Werth
08697d82a4 Added location_in 2013-10-02 22:47:57 -07:00
Ken Miller
451823e1f6 adding line numbers to tree log 2013-10-02 19:54:23 -07:00
Todd Werth
9a6bdb315e Added log :tree 2013-10-02 15:46:52 -07:00
Todd Werth
b0e3b9d324 Added options to animations.throb v0.3.6 2013-09-25 21:49:44 -07:00
Todd Werth
a2553f6ee7 Added options to create, append, prepend. Tests for those coming later. Added to UILabel and UIView stylers 2013-09-23 15:18:46 -07:00
Todd Werth
b682586581 Added reuse_identifier when you create table cells. Misc 2013-09-21 17:35:45 -07:00
Todd Werth
5b89749cb1 Fixed #rmq problem in Stylesheets 2013-09-10 10:15:59 -07:00
Todd Werth
53ad7f170a Updated readme 0.3.5 2013-09-01 15:34:01 -07:00
Todd Werth
fd3b7e1aed Added to rmq command, fixed but with button styler 2013-08-27 16:08:56 -07:00
Todd Werth
db671da7f0 Bumped version number, fixed a few specs, misc 2013-08-26 17:03:56 -07:00
Todd Werth
9b17202689 Added some button stylers and fixed bug 2013-08-26 16:51:47 -07:00
Todd Werth
4c5616f5c5 Changed rmq script to ruby from bash 2013-08-26 12:57:30 -07:00
Todd Werth
d2b05d9082 Fixed issue with rmq create 2013-08-26 12:15:01 -07:00
Todd Werth
0a8ee436e9 Ok, one more time, :-/ 2013-08-26 12:11:59 -07:00
Todd Werth
0f89e3669c Oops 2013-08-26 12:09:31 -07:00
Todd Werth
c6c56fe037 Added rmq console utility. Misc 2013-08-26 12:06:16 -07:00
Todd Werth
d2757b368e Added #create. Fixed parent_rmq in many situations. Changed rmq_did_create, this breaks old code. #stylesheet is more robust 2013-08-26 10:55:46 -07:00
Todd Werth
5082360ff7 Fixed bug in Color when calling #from_hex 2013-08-25 20:53:50 -07:00
Todd Werth
9810e08dc5 Added #wrap method 2013-08-25 20:53:22 -07:00
Todd Werth
e9fd264dc5 Fixed bug in last commit :-( 2013-08-22 19:46:53 -07:00
Todd Werth
421f2fce6b Fixed frame bug in styler 2013-08-22 18:33:07 -07:00