- 23 Feb, 2013 3 commits
-
-
ichim-david authored
Show dt elements on xmppchat-roster only if they have length and they are not already visible to avoid making them all the time visible when they might already be so
-
ichim-david authored
- Subscribe event with help of jQuery one instead of delegate, now that the rosterView is no longer emptied on every render to avoid registring several handlers of remove action, which meant you had to click 4 times for the jQuery Dialog to go away - Remove the element from the rosterView when the remove event is triggered on the model which removes just that item instead of emptying the list and appending the remaining models again
-
ichim-david authored
Fixed a bug where controlbox wasn't available on xmppchat.chatboxesview, instead pass the removal of the model to rosterview.model
-
- 22 Feb, 2013 2 commits
-
-
ichim-david authored
-
ichim-david authored
- Show the xmppchat-roster only after all of the items have been added from first run of rosterHandler - Resort the items only when the presence has changed and not when the resource attribute has changed
-
- 21 Feb, 2013 8 commits
-
-
ichim-david authored
- Pass an option object to addRosterItem which can contains information about the object catched in the rosterHandler. In this case I am marking the last item available in the roster of the person for which this handler is triggered
-
ichim-david authored
Removed rendering of rosterview since I've added check to render only with passed item and the result is the same without the rendering
-
ichim-david authored
- Fixed function has inconsistent return points by always specifying returns instead of returning only on condition - Set room-jid as data-room-jid attribute to validate html5 - Added missing semicolon
-
ichim-david authored
Set modifications of model attributes only if the item received from the rosterHandler has different options
-
JC Brand authored
Conflicts: converse.js
-
JC Brand authored
Also other backports from production.
-
JC Brand authored
Feature: added "Connecting to chat ..." info
-
Alexandru Ghica authored
-
- 20 Feb, 2013 2 commits
-
-
Alexandru Ghica authored
- Feature: added spining image and "Connecting to chat ..." info under chat panel when the user is not (yet) binded to the jabber server [alecghica]
-
ichim-david authored
Pass item to render method of RosterView instead of looping over each item on every render call, Inverted visibility logic for contact titles in order to avoid multiple show and hide
-
- 19 Feb, 2013 1 commit
-
-
ichim-david authored
Moved assignment of template for RosterView out of the render method to avoid calling empty and readding items everytime the render method is called
-
- 11 Dec, 2012 6 commits
- 10 Dec, 2012 2 commits
- 09 Dec, 2012 5 commits
- 08 Dec, 2012 3 commits
- 06 Dec, 2012 2 commits
- 20 Nov, 2012 6 commits