aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app
AgeCommit message (Collapse)Author
2012-05-05Basic message receive/send featureZaran
Note: the tab directive is not needed anymore because the ngClick directive already calls preventDefault()
2012-05-02cleanupsGuillaume Horel
2012-05-01Working version of the tabsZaran
2012-05-02style cleanupsGuillaume Horel
2012-05-01bump angular to rc7Guillaume Horel
2012-04-24User availibility status improvementsZaran
* store the status of users as received in the presence stanzas * new filter to convert a status as defined in rfc3921 to something readable (could be used to display contacts' status in a tooltip) * encapsulate bootsrap's dropdown plugin in the dropdown-toggle directive (adding the dropdown-toggle directive to a tag calls Bootstrap's dropdown initializer on this tag at compile time * allow the user to change his status via a dropdown button. This works, but angular complains that $apply is already in progress when you try to change your status
2012-04-22New version of the tabs using a directiveGuillaume Horel
2012-04-21Tabs finally working!Guillaume Horel
2012-04-20Tentative implementation of the tabsGuillaume Horel
almost there!
2012-04-20Fix the roster filtersGuillaume Horel
2012-04-20More style changes.Zaran
* titlebar has now a sligh 3D effect * restyling of the roster (the big "vision") * contacts now have an icon on their left depending on their status * adding font-awesome to the project (can be used transparently with bootstrap icons system)
2012-04-20filter the offline contactsGuillaume Horel
2012-04-18Small restructuring and cleanupGuillaume Horel
- the $rootScope object contains an is_connected() method and a username value, which all the other controllers have access to. - added a get_contacts() method so that we don't need to write a custom filter. - now sort by status as well
2012-04-18Finish the search filter featureZaran
A custom filter was needed because we are iterating over keys and values
2012-04-18Fix the presence bugZaran
the callback needs to return true so that it can be reused this must be done at the right place.
2012-04-15CSS improvements, first steps on angularZaran
* disable the connect form when connected * add a disconnect button when connected * add a research field to filter the contact list (not working) Thinks I want to understand: * how to share a variable between several scopes * could StropheSrv be an attribute of the connect scope ? if yes, we can call it directly and avoid wrapping it (this is the third level of wrapping around libStrophe...)
2012-04-14some cleanupsGuillaume Horel
2012-04-14update to angular rc5Guillaume Horel
2012-04-07load the presenceGuillaume Horel
2012-04-06Basic style for the roster.Zaran
Remove JavascriptMVC code in the angular branch
2012-04-06fixed the input form and code cleanupsGuillaume Horel
2012-04-06remove stray dataGuillaume Horel
2012-04-06Finally fixed the angular code!Guillaume Horel
2012-04-03last versionGuillaume Horel
2012-04-02still not sending the stanzaGuillaume Horel
2012-04-02more fixes, initialize the connection nowGuillaume Horel
2012-04-02regorg filesGuillaume Horel