log

age author description
2013-09-06 souliane plugin XEP-0085: Chat State Notifications
2013-09-06 souliane browser side: display the day change in chat window
2013-09-06 souliane browser side: bug fix (missing "self." before value_max)
2013-09-06 souliane browser side: added a mechanism to define forbidden patterns during new contact group creation
2013-09-06 souliane browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
2013-06-27 Goffi browser side: fixed setGroupsSelected in GroupSelector
2013-06-27 Goffi browser side: added "add" button in GroupSelector's add group dialog
2013-06-27 Goffi browser side: changed bubbles background color
2013-06-27 Goffi browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
2013-06-20 Goffi browser side: events data are cached until initialisation is finished (we get all microblogs)
2013-06-20 Goffi browser + server: vcard is requested when no avatar data is found in cache
2013-06-20 Goffi browser side: errback management in bridge calls
2013-06-20 Goffi browser, server: comments handling:
2013-04-07 Goffi server + browser: message warning level/sending refactoring:
2013-03-25 Goffi browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
2013-03-20 Goffi browser side: it is now possible to select a microblog panel or an entry inside it
2013-03-07 Goffi browser side: tabs are now dropable (i.e. we can now move widgets between tabs)
2013-03-06 Goffi browser side: dropped widget's row is now checked, to avoid the drop on a removed BorderWidget. This finish the previous commit.
2013-03-05 Goffi Browser Side: Widgets can now be moved, header (title bar) is draggable:
2013-03-04 Goffi browser side: widgets refactoring:
2013-03-03 Goffi browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
2013-03-03 Goffi browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
2013-03-03 Goffi browser side: per tab selected widget management
2013-03-03 Goffi browser side: WebPanel now react on [ENTER] press on URL textBox
2013-03-03 Goffi browser side: removed messages debug traces
2013-03-03 Goffi browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
2013-03-03 Goffi Browser Side: Web Panel widget position/size fix
2013-03-03 Goffi browser side: scroller added to contacts panel
2013-03-03 Goffi browser side: global resize on UniBox resize
2013-03-03 Goffi browser side: fixed MainTabPanel size