1. 27 Mar, 2013 5 commits
  2. 25 Mar, 2013 4 commits
  3. 24 Mar, 2013 16 commits
  4. 22 Mar, 2013 11 commits
  5. 21 Mar, 2013 4 commits
    • JC Brand's avatar
      Big refactoring. · 48e4ed27
      JC Brand authored
      Removed ControlBox model, and instead only create ChatBox models inside
      ChatBoxes collection (the Controlbox is now also a ChatBox).
      
      This enables us to use backbone.localStorage for saving open chatboxes (saving
      and fetching currently not implemented).
      
      createChatBox now doesn't return a ChatBoxView instance anymore. In the case
      where a view was needed (to append a message), we create the message on the
      ChatBox and let the view update via an event trigger. This is much more Backbonic ;)
      
      Also created a Message model. This will most likely enable us to in the future also
      store messages via backbone.localStorage.
      48e4ed27
    • JC Brand's avatar
      Add errbacks for getVCard · 2fe7164d
      JC Brand authored
      2fe7164d
    • JC Brand's avatar
      Show ellipsis when contact name is too long · 2ae4fabb
      JC Brand authored
      2ae4fabb
    • JC Brand's avatar
      Show the controlbox toggle by default. · ee3da4e4
      JC Brand authored
      Also, make sure RosterItems localstorage is user specifici
      ee3da4e4