log browser_side/base_panels.py @ 403:ec6f7581b453

age author description
Fri, 14 Mar 2014 21:00:13 +0100 souliane browser_side: microblogs edition: <shift> + <enter> makes a new line, <esc> finishes the edition
Thu, 13 Mar 2014 16:05:35 +0100 souliane browser_side: HTMLTextEditor and LightTextEditor factorization
Thu, 13 Mar 2014 13:15:48 +0100 souliane browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
Tue, 11 Mar 2014 13:53:19 +0100 souliane browser_side: bug fixes for microblog raw/rich edition toggle
Mon, 10 Mar 2014 22:39:26 +0100 souliane browser_side: new microblogs are not using the rich text editor by default:
Sun, 23 Feb 2014 17:01:03 +0100 souliane browser_side: refactorization of the file tools.py:
Wed, 19 Feb 2014 16:38:13 +0100 souliane browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
Thu, 13 Feb 2014 15:34:34 +0100 souliane browser_side: microblog images have a fixed CSS "max-width" and they are clickable
Thu, 13 Feb 2014 12:53:07 +0100 souliane browser_side: do not use addURLToText to display Microblog XHTML content
Wed, 12 Feb 2014 14:58:11 +0100 souliane browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
Fri, 07 Feb 2014 20:14:11 +0100 souliane browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
Fri, 07 Feb 2014 20:08:28 +0100 souliane browser_side: move TitlePanel from richtext.py to base_panels.py