Skip to content
  1. Jan 31, 2012
  2. Jan 30, 2012
  3. Jan 28, 2012
  4. Jan 27, 2012
    • Rene Saarsoo's avatar
      Increase inline examples hight by top toolbar height. · 8a9eca8b
      Rene Saarsoo authored
      Moving toolbar to the top caused a regression of the bottom part of inline
      example being cut off.  The toolbar was taken account when displaying code
      editor, but not for the preview itself.  This probably wasn't noticable
      when viewing ExtJS examples, but in Touch it's quite apparent.
      8a9eca8b
  5. Jan 26, 2012
  6. Jan 25, 2012
  7. Jan 19, 2012
  8. Jan 12, 2012
  9. Jan 11, 2012
  10. Dec 28, 2011
  11. Dec 20, 2011
  12. Dec 16, 2011
    • Rene Saarsoo's avatar
      Fix regression Docs app in error message showing. · be641d68
      Rene Saarsoo authored
      The error-handling code had gone out-of sync with the rest. The
      Index controller had been renamed, and so error handling failed.
      
      Now there is a separate Failure controller.
      
      In addition to Classes and Guides, error messages are now also shown
      when loading of videos or examples fails.
      be641d68
  13. Dec 07, 2011
    • Rene Saarsoo's avatar
      Reimplement searching by aliases. · 0af9e5b4
      Rene Saarsoo authored
      Matching aliases are now separately listed in search results, just
      like alternateClassNames - they also use the same icon.
      
      Each search data record now defines its own sorting order using
      the "sort" field.  The filterMembers method in turn groups the
      results by full-, beginning- and middle-matches. This significantly
      simplifies the search algorithm - no more is there a special handling
      of aliases.
      0af9e5b4
    • Rene Saarsoo's avatar
      Implement searching from alternateClassNames. · 530d20f5
      Rene Saarsoo authored
      Changed search records structure around a bit:
      
      - "type" field is now either "class" or "member".
      - new "icon" field defines the icon to show.
      - "id" is defined for each record and identified the search result.
        For example the id of alternateClassName record is the name of
        the original class.
      - simplified the code a bit in the filterMembers method that
        performs the actual searching.
      
      For alternateClassNames we show the subclass icon.
      Should be good enough for now.
      530d20f5
  14. Dec 05, 2011
  15. Dec 04, 2011
  16. Dec 01, 2011
    • Rene Saarsoo's avatar
      Implement MetaTagRegistry - central store for meta-tags. · 7bc2dd6a
      Rene Saarsoo authored
      This way the hash of tagname->tag is built in one place just once.
      Also no need to pass around the meta_tags array to every object
      that happens to deal with meta-tags.
      
      The list of signature attributes is also produced by this registry.
      7bc2dd6a
  17. Nov 29, 2011
  18. Nov 24, 2011
Loading