log

age author description
Thu, 07 Nov 2013 15:22:28 +0100 Goffi browser_side: white-space are no pre-wrap for .chat_text_msg
Thu, 07 Nov 2013 15:22:00 +0100 Goffi browser and server side: XHTML handling, first draft:
Thu, 31 Oct 2013 17:54:10 +0100 Goffi browser side: rich text: update to follow core implementation
Wed, 09 Oct 2013 15:12:50 +0200 souliane browser side: fixed RichTextEditor debug mode when no parameter exists.
Tue, 08 Oct 2013 14:12:38 +0200 souliane browser_side: added UIs for rich text editor and addressing to multiple recipients
Tue, 08 Oct 2013 13:38:42 +0200 souliane browser_side: dialogs take **kwargs arguments + unibox helper method
Tue, 08 Oct 2013 13:57:35 +0200 souliane browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS
Tue, 08 Oct 2013 13:48:00 +0200 souliane bridge: asyncGetParamA takes a security_limit argument
Tue, 08 Oct 2013 13:35:29 +0200 souliane server_side: put the blog entry content in its own span + CSS customization
Mon, 07 Oct 2013 14:23:16 +0200 souliane browser_side: bug fix for changeset 3092f6b1710c
Thu, 26 Sep 2013 14:32:24 +0200 souliane browser_side, misc: better PEP8 compliance
Thu, 26 Sep 2013 11:39:54 +0200 souliane browser_side: display widget title in the debug info (LiberviaWidget method "getDebugName")
Thu, 26 Sep 2013 11:33:55 +0200 souliane browser_side: center the buttons of GenericConfirmDialog
Thu, 26 Sep 2013 11:13:40 +0200 souliane browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
Sun, 22 Sep 2013 20:52:59 +0200 souliane browser_side: set the focus to the first field when a tab is selected from the register panel
Sat, 21 Sep 2013 20:24:36 +0200 souliane browser_side: check for duplicate name before adding a new contact group
Sat, 21 Sep 2013 15:37:29 +0200 Goffi browser side: enforced "gwt-MenuBar-horizontal" style in LiberviaMenuBar to workaround a class name fix in Pyjamas' MenuBar which was causing troubles with CSS.
Sat, 21 Sep 2013 14:58:21 +0200 Goffi server side: better async bridge calls handling
Sat, 07 Sep 2013 19:54:41 +0200 souliane browser_side: small improvements for parameters panel
Sun, 08 Sep 2013 12:34:00 +0200 souliane browser_side: display clickable URLs in chat text
Sun, 08 Sep 2013 13:40:01 +0200 souliane browser_side: added key listener to login and register panels
Sat, 07 Sep 2013 02:07:07 +0200 souliane server side: added the security_limit to setParam
Fri, 06 Sep 2013 16:23:30 +0200 souliane plugin XEP-0085: Chat State Notifications
Fri, 06 Sep 2013 16:07:35 +0200 souliane browser side: display the day change in chat window
Fri, 06 Sep 2013 15:55:45 +0200 souliane browser side: bug fix (missing "self." before value_max)
Fri, 06 Sep 2013 15:51:40 +0200 souliane browser side: added a mechanism to define forbidden patterns during new contact group creation
Fri, 06 Sep 2013 15:40:33 +0200 souliane browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
Fri, 28 Jun 2013 00:06:31 +0200 Goffi browser side: fixed setGroupsSelected in GroupSelector
Fri, 28 Jun 2013 00:05:52 +0200 Goffi browser side: added "add" button in GroupSelector's add group dialog
Thu, 27 Jun 2013 22:09:34 +0200 Goffi browser side: changed bubbles background color
Thu, 27 Jun 2013 20:45:41 +0200 Goffi browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser side: events data are cached until initialisation is finished (we get all microblogs)
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser + server: vcard is requested when no avatar data is found in cache
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser side: errback management in bridge calls
Thu, 20 Jun 2013 12:16:46 +0200 Goffi browser, server: comments handling:
Sun, 07 Apr 2013 22:33:55 +0200 Goffi server + browser: message warning level/sending refactoring:
Mon, 25 Mar 2013 14:09:10 +0100 Goffi browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
Wed, 20 Mar 2013 23:42:53 +0100 Goffi browser side: it is now possible to select a microblog panel or an entry inside it
Thu, 07 Mar 2013 01:16:13 +0100 Goffi browser side: tabs are now dropable (i.e. we can now move widgets between tabs)
Wed, 06 Mar 2013 22:36:21 +0100 Goffi browser side: dropped widget's row is now checked, to avoid the drop on a removed BorderWidget. This finish the previous commit.
Tue, 05 Mar 2013 01:20:59 +0100 Goffi Browser Side: Widgets can now be moved, header (title bar) is draggable:
Mon, 04 Mar 2013 23:01:57 +0100 Goffi browser side: widgets refactoring:
Mon, 04 Mar 2013 00:19:03 +0100 Goffi browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
Mon, 04 Mar 2013 00:01:23 +0100 Goffi browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
Sun, 03 Mar 2013 23:30:25 +0100 Goffi browser side: per tab selected widget management
Sun, 03 Mar 2013 23:26:09 +0100 Goffi browser side: WebPanel now react on [ENTER] press on URL textBox
Sun, 03 Mar 2013 22:16:29 +0100 Goffi browser side: removed messages debug traces
Sun, 03 Mar 2013 20:44:17 +0100 Goffi browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
Sun, 03 Mar 2013 19:42:18 +0100 Goffi Browser Side: Web Panel widget position/size fix
Sun, 03 Mar 2013 17:37:43 +0100 Goffi browser side: scroller added to contacts panel
Sun, 03 Mar 2013 04:27:39 +0100 Goffi browser side: global resize on UniBox resize
Sun, 03 Mar 2013 03:13:00 +0100 Goffi browser side: fixed MainTabPanel size
Sun, 03 Mar 2013 03:04:04 +0100 Goffi browser side: contacts panel switch:
Sun, 03 Mar 2013 00:24:08 +0100 Goffi browser side: fixed typo
Tue, 26 Feb 2013 00:39:19 +0100 Goffi browser side: html_sanitize now manage Line Feed, fixing multi-lines messages in chat widget
Sun, 24 Feb 2013 18:15:38 +0100 Goffi browser side: web widget first draft
Sun, 24 Feb 2013 15:58:19 +0100 Goffi misc: added ctags_links to .hgignore
Sat, 26 Jan 2013 00:36:57 +0100 Goffi closing a group chat widget now leave the muc room (bug 11)
Fri, 25 Jan 2013 00:49:34 +0100 Goffi dummy commit, just for test
Fri, 25 Jan 2013 00:38:06 +0100 Goffi browser side: tab is removed if it doesn't contain widget anymore.