High Activity

Commits : Listings

  Analyzed 3 days ago based on code collected 3 days ago.
Showing page 1 of 415
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removes several lines of statechart debugging code from non-debug builds. Anon32 More... 7 days ago
Cleans up code for jshint. Anon32 More... 8 days ago
Removes three extra observers from SC.ButtonView instances by using existing observers to also call displayDidChange. Anon32 More... 10 days ago
Removes isEnabled displayProperty from SC.Control and instead makes it an effective display property of all SC.Views by calling displayDidChange in the existing isEnabled observer on all SC.Views. Anon32 More... 10 days ago
Removes the restriction that render delegate data sources can only retrieve displayProperties properties. This restriction is not especially helpful, but worse than that, it forces us to have excess display properties, which means excess observers being set up and running although not every property that effects the display necessarily needs to be observed. For example, SC.ButtonView has several internal observers on properties that are also display properties. It's more efficient to use those same observers to call displayDidChange and not have the properties also be display properties. Anon32 More... 10 days ago
Removes backgroundColor observer from all SC.Views. If anyone actually uses this property AND needs it to update, they'll have to add the displayProperty themselves. There's no reason every other view in every other app needs this. Anon32 More... 11 days ago
Makes the string from layout and string from rect output a bit easier to read. Anon32 More... 11 days ago
Prevents exception when clicking on a collection without any content. Anon32 More... 14 days ago
Fixes SC.ImageButtonView to actually apply the image class to the wrapper div, thus removing the extra internal div and allowing the .active class to work like the docs say. Previously, there was no way to get an active version of the image used without also adding a custom class name to the button + the docs said you could and were wrong. Anon32 More... 14 days ago
Updates the disabled class for isEnabled changes without making isEnabled a display property (fucking render delegates…) Anon32 More... 16 days ago
Fixes SC.CollectionView to reload when isEnabled changes. Otherwise, the isEnabled property isn't reset on the item views to match the value of the view itself. This was done by observing isEnabled separately from the other displayProperties so that we can also call reload(). Anon32 More... 16 days ago
Adds unit test showing that collections don't reload when isEnabled changes like they should. Also fixes unit tests since view refactor. Anon32 More... 16 days ago
Adds 'sc-item' class to non-group collection items. Otherwise, you can apply styles to groups, to items and groups, but not items individually without adding class names to the exampleView. Anon32 More... 17 days ago
Fixes regression in SC.CollectionView and ensures that child views notify willShowInDocument, didShowInDocument, willHideInDocument and didHideInDocument appropriately. Anon32 More... 17 days ago
Improves jsdocs a tiny bit. Anon32 More... 17 days ago
Fixes jsdoc reference Anon32 More... 17 days ago
Fixes building out transition so that a parent will wait for all children transitions to complete before finally detaching. This makes it simple to add a number of transitionOut plugins and only remove the topmost view (probably a pane) rather than have to remove each child in order to see the transitions. Anon32 More... 18 days ago
Removes recurse argument from private _callOnChildViews. Every use of the method so far is always the same. Anon32 More... 18 days ago
Adds much more rigor to the view states. Now if the view is in any of the transitioning states, it can handle many more events such as state changes of the parent. As well, views can transition out in a group without having to have the parent observe every child with a transitionOut plugin. Updates unit tests. Anon32 More... 18 days ago
Adds new states necessary to reflect the state of child views being affected by their parent views. Anon32 More... 18 days ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.