File Changes for tdreszer
switch to commits view, user indexv241_preview to v241_base (2010-09-21 to 2010-09-28) v241
- src/hg/hgApi/hgApi.c
- lines changed 13, context: html, text, full: html, text
Moved mdb queries from hgTracks and hgApi to mdb. Made sure the queries exclude files.
- src/hg/hgTrackUi/hgTrackUi.c
- lines changed 1, context: html, text, full: html, text
Make composite vis go to full if hidden and matrix or subtrack cb is checked
- src/hg/hgTracks/hgTracks.c
- lines changed 9, context: html, text, full: html, text
rightClick fetch of dense subtrack failed because of conditional label.
- src/hg/hgTracks/imageV2.c
- lines changed 10, context: html, text, full: html, text
Removed some static style that is now defined in HGStyle.css.
- src/hg/hgTracks/searchTracks.c
- lines changed 121, context: html, text, full: html, text
Reformatted tabs and added search toggle
- lines changed 3, context: html, text, full: html, text
Bug in js caused many more cart vars to be set than desired. Also made view in browser button reflect whether changes have been made, rather than whether tracks are checked.
- lines changed 2, context: html, text, full: html, text
Plugged hole when search value is cleared but search is pressed
- lines changed 44, context: html, text, full: html, text
Painful tweaking to get IE FF and Chrome to handle sizing gracefully. Needed to truncated labVersion
- lines changed 45, context: html, text, full: html, text
Moved mdb queries from hgTracks and hgApi to mdb. Made sure the queries exclude files.
- lines changed 3, context: html, text, full: html, text
Blocking containerChildren from simple search since they do not appear to be displayable outside their container
- src/hg/htdocs/style/HGStyle.css
- lines changed 56, context: html, text, full: html, text
Moved some UI 2.0 classes into this common css file
- lines changed 1, context: html, text, full: html, text
Side buttons to be preferred for FF over IE. Rid tabs of zoom
- src/hg/htdocs/style/jquery-ui.css
- lines changed 1, context: html, text, full: html, text
Changed tab size in findTracks
- lines changed 2, context: html, text, full: html, text
Side buttons to be preferred for FF over IE. Rid tabs of zoom
- src/hg/inc/mdb.h
- lines changed 9, context: html, text, full: html, text
Moved mdb queries from hgTracks and hgApi to mdb. Made sure the queries exclude files.
- src/hg/inc/trackDb.h
- lines changed 44, context: html, text, full: html, text
Added support for tdbIsContainer() and tdbIsContainerChild()
- src/hg/js/hgTracks.js
- lines changed 11, context: html, text, full: html, text
Support for sorting found tracks
- lines changed 32, context: html, text, full: html, text
Bug in js caused many more cart vars to be set than desired. Also made view in browser button reflect whether changes have been made, rather than whether tracks are checked.
- lines changed 4, context: html, text, full: html, text
Fixed an inefficiency that was slowing down display of 100 found tracks
- src/hg/js/hui.js
- lines changed 14, context: html, text, full: html, text
Make composite vis go to full if hidden and matrix or subtrack cb is checked
- lines changed 3, context: html, text, full: html, text
Again with the Oks not OK. Missed one plase to expose composite when plus button pressed
- src/hg/lib/cart.c
- lines changed 94, context: html, text, full: html, text
Changed slPair to hash in anticipation of PLANB being adopted. Fixed bug in plan B
- lines changed 256, context: html, text, full: html, text
Lots of rework to the cartTdbTree and Visibility cleanup routines. This code should be passive until findTracks or rightClick are released.
- src/hg/lib/hdb.c
- lines changed 16, context: html, text, full: html, text
Added support for tdbIsContainer() and tdbIsContainerChild()
- src/hg/lib/hui.c
- lines changed 12, context: html, text, full: html, text
Fixed lookup of view vis in tdbVisLimitedByAncestry
- lines changed 4, context: html, text, full: html, text
Added support for tdbIsContainer() and tdbIsContainerChild()
- src/hg/lib/mdb.c
- lines changed 59, context: html, text, full: html, text
Moved mdb queries from hgTracks and hgApi to mdb. Made sure the queries exclude files.
- src/hg/lib/trackDbCustom.c
- lines changed 7, context: html, text, full: html, text
Made lookup of view optional in tdbIsView
- src/inc/cheapcgi.h
- lines changed 5, context: html, text, full: html, text
Added or changed a couple of colors
- src/lib/cheapcgi.c
- lines changed 5, context: html, text, full: html, text
A number of class defines were moved to HGStyle.css
switch to commits view, user index