log src/browser/sat_browser/panels.py @ 637:7113d40533d6 frontends_multi_profiles

age author description
2015-02-23 Goffi merged souliane changes frontends_multi_profiles
2015-02-23 Goffi browser side (menu): minor improvments: 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-10 Goffi browser side (web panel): add an option to hide url headed + use it for public blog frontends_multi_profiles
2015-02-10 Goffi browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used frontends_multi_profiles
2015-01-24 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
2014-11-27 souliane browser and server side: uses RSM (XEP-0059)
2014-10-23 souliane browser_side: revert one change from previous changeset: explicitely get history also for MUC, as we don't know if the service will send us the backlog
2014-10-22 souliane browser_side: various improvements, especially for MUC
2014-10-20 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
2014-10-19 souliane browser_side: fixes call to logging method with more than one argument
2014-10-19 souliane browser_side (blogs): massive insertion display the actual number of blogs being inserted
2014-10-18 souliane browser_side: fixes the display of MUC occupants presences
2014-10-18 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
2014-10-17 souliane browser_side: display MUC occupants presences
2014-10-06 souliane browser_side: implements "Show offline contacts" and "Show empty groups" parameters
2014-10-03 souliane browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
2014-09-23 souliane browser_side (plugin OTR): display the correct icons on opening the window + auto-open on accepted invitation
2014-09-17 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
2014-09-08 souliane browser_side (plugin OTR): display OTR states with icons instead of a text
2014-09-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser_side: printInfo fixes:
2014-09-02 souliane browser_side: avoid some confusions between jid object 1. as an instance of JID or 2. as a str
2014-08-21 souliane browser_side: the status menu is now based on GenericMenuBar instead of PopupMenuPanel
2014-07-25 souliane browser_side: also display the warning banner when writing to a single contact and unibox is disabled
2014-07-25 souliane browser_side: menus refactorization + handle levels > 2
2014-07-17 souliane browser_side: remove the annoying (esp. when editing a message) scrolling each time you select a microblog entry
2014-07-15 souliane browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
2014-06-15 souliane misc: remove some pylint errors and warnings
2014-06-12 souliane browser side: rename and refactor constant UI_PARAMS to CACHED_PARAMS, from a dict of dict to a list of 2-tuple
2014-06-09 Goffi browser_side: import fixes: base src/browser/panels.py@a5e223e3fabf