log src/browser/sat_browser/libervia_widget.py @ 781:1dfe3ca27749

age author description
2015-11-17 souliane browser_side: factorize retrieval of drop event data
2015-04-20 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2015-03-17 Goffi browser side: menus refactorisation: frontends_multi_profiles
2015-03-03 souliane browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles
2015-03-03 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
2015-02-27 souliane browser_side: allow to drop a widget in the "+" tab frontends_multi_profiles
2015-02-27 souliane browser_side: the contact list's height needs a window resize after it's been added or when the tab bar display is changed frontends_multi_profiles
2015-02-27 souliane browser_side: hide the tab bar and contact list's toggle button until the profile is connected frontends_multi_profiles
2015-02-27 souliane browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space frontends_multi_profiles
2015-02-27 souliane browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners frontends_multi_profiles
2015-02-27 souliane browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) frontends_multi_profiles
2015-02-26 souliane browser_side: fixes misc issues (forgotten parenthesis and wrong argument) frontends_multi_profiles