Skip to content
  1. Oct 06, 2011
  2. Oct 05, 2011
  3. Oct 04, 2011
  4. Oct 03, 2011
    • Rene Saarsoo's avatar
      Remove source code link from class header. · 83dbea09
      Rene Saarsoo authored
      Instead link to the class itself.
      83dbea09
    • Rene Saarsoo's avatar
      Show list of all source files of class. · 7148821d
      Rene Saarsoo authored
      Instead of :filename and :linenr properties being tied to class hash
      itself, they are now inside :files property, which holds an array of
      hashes which contain :filename and :linenr.
      
      List of files is shown in the hierarchy sidebar. Especially useful for
      classes like Ext.Element which are made up from many-many files.
      7148821d
    • Rene Saarsoo's avatar
      Support for multiline meta-tags. · c621c137
      Rene Saarsoo authored
      When @multiline is set to true in MetaTag implementation, multiple
      lines after the tag up to next @tag will be included to meta-tag
      contents.
      c621c137
    • Rene Saarsoo's avatar
      New extensible meta tags. · e7add9b1
      Rene Saarsoo authored
      Each meta-tag is now implemented as a class.  The --meta-tags option
      specifies a path to Ruby file that contains the implementations.
      
      By default the sencha_tags.rb file is included which implements
      @author and @docauthor as hidden tags.
      e7add9b1
  5. Sep 30, 2011
  6. Sep 29, 2011
  7. Sep 28, 2011
    • Rene Saarsoo's avatar
      Remove --images from :touch2 rake task. · 1a920d92
      Rene Saarsoo authored
      Touch 2 sources seem to contain no {@img} tags.
      1a920d92
    • Rene Saarsoo's avatar
      Merge branch 'touch-examples' · 2f70679e
      Rene Saarsoo authored
      2f70679e
    • Rene Saarsoo's avatar
      Add --touch-examples-ui option. · 85a386a8
      Rene Saarsoo authored
      Using this will switch on the Touch-style examples page where
      examples are shown inside iPhone/iPad images.
      
      For now the option will also decide from where the icons for examples
      are loaded: touch/examles or extjs/examples/shared/screens
      
      There are now two implementations of example container:
      
      - Container
      - TouchContainer
      85a386a8
    • Rene Saarsoo's avatar
      Fix icon URLs in Touch examples index page. · 97c23a2d
      Rene Saarsoo authored
      97c23a2d
    • Rene Saarsoo's avatar
      Refactor Touch examples device/orientation changes. · 4bebb452
      Rene Saarsoo authored
      Changing terminology: using "tablet" and "phone" instead of "iPad" and
      "iPhone".
      
      Changing default device to "phone".  See also the updated examples.json
      in touch-2.0.0 where I added device info to each example.
      
      Move all the changeDevice and changeOrientation logic inside the view.
      The state of buttons is now also handled inside the view - the buttons
      now actually behave as expected.
      
      Also the example title gets now updated and the XTemplate is created
      inside initComponent.
      4bebb452
    • Rene Saarsoo's avatar
      Remove Nexus S releated code. · d0998cf4
      Rene Saarsoo authored
      If it's not used, then it's better if the code for it doesn't exist at
      all, or it will just get out of sync, which has already happened.
      d0998cf4
Loading