log src/browser/sat_browser/base_widget.py @ 639:8da4735a3c81 frontends_multi_profiles

age author description
2015-02-23 Goffi merged souliane changes frontends_multi_profiles
2015-02-23 Goffi browser side (widgets management): removed getWidgetsPanel: we use directly getParent which do the same thing + displayWidget now detect hidden widgets (widgets without parent WidgetsPanel) frontends_multi_profiles
2015-02-23 Goffi browser side (LiberviaWidget): an error is raised when expect is True on getParent frontends_multi_profiles
2015-02-23 Goffi browser side (menu): minor improvments: frontends_multi_profiles
2015-02-20 souliane browser_side: fixes previous patch, forgot to pass an argument frontends_multi_profiles
2015-02-20 souliane browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab frontends_multi_profiles
2015-02-20 souliane browser_side: show more obvisouly the "dragover" style when dragging something over a tab frontends_multi_profiles
2015-02-20 souliane browser_side: always display the main tab bar with a "+" button to add a new tab frontends_multi_profiles
2015-02-11 souliane browser_side: add/improve some docstrings frontends_multi_profiles
2015-02-10 Goffi browser side: widget is deleted by default when close button is clicked in LiberviaWidget frontends_multi_profiles
2015-02-10 Goffi brower side: removed close listener for LiberviaWidget frontends_multi_profiles
2015-02-09 Goffi merges souliane changes frontends_multi_profiles
2015-02-09 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
2015-02-07 souliane browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance frontends_multi_profiles
2015-02-06 Goffi browser side (blog, chat): fixed dropKey callbacks to adapt them to new widget creation system. Drag'n'Drop should be fixed. frontends_multi_profiles
2015-02-06 Goffi browser side (base widget): added an iterator on WidgetsPanel to iterate throught contained widgets, fixed widget deletion, commented a base try/catch (without exception specified), should be uncommented once a good Exception is here frontends_multi_profiles