log src/browser/libervia_main.py @ 627:30180021f203 frontends_multi_profiles

age author description
2015-02-22 souliane browser_side: fixes various issues frontends_multi_profiles
2015-02-22 souliane server and browser sides: fixes bad call to "subscription" bridge method 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-11 souliane browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) 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: fixed jid's public blog menu frontends_multi_profiles
2015-02-10 Goffi browser side: added a base_location property to get location of current Libervia instance frontends_multi_profiles
2015-02-10 Goffi brower side: removed close listener for LiberviaWidget 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-06 Goffi browser side (blog): added addEntryIfAccepeted method in MicroblogPanel, so it decide itself is an entry should be added, it's not done anymore in libervia_main. 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-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-18 souliane browser_side: fixes the display of MUC occupants presences
2014-10-17 souliane browser_side: fixes wrong JID construction when processing getPresenceStatuses result
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-17 souliane browser_side: fixes a bug that arrived with the last changes on the JID class (this is related to how pyjamas handle the property decorator)
2014-09-17 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
2014-09-11 souliane browser_side: fixes signal callback with no argument (e.g disconnected)
2014-09-07 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
2014-09-05 Goffi browser_side: management of new "info" newMessage type
2014-09-05 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
2014-09-02 souliane browser_side: add minimal requirements for generic plugins handling
2014-09-02 souliane browser and server sides: add bridge method getLastResource
2014-08-20 Goffi browser_side: use of new XHTML2Text method
2014-08-14 souliane browser_side: display new lines and clickable URLs for headline message
2014-08-13 Goffi browser side (XMLUI): XMLUI update to follow core changes:
2014-07-15 souliane browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
2014-07-15 souliane browser_side: refactorisation of menus and LiberviaWidget's header
2014-06-17 souliane server side (blog): use user's avatar a the blog's favicon + small refactorization
2014-06-15 souliane misc: remove some pylint errors and warnings
2014-06-14 souliane browser side: display avatars in the contact panel
2014-06-14 souliane browser side: small refactoring to prepare displaying avatars in the contact panel
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-12 souliane browser side: changed default avatar
2014-06-09 souliane browser_side: fixes issues from the refactoring
2014-06-09 Goffi browser_side: import fixes:
2014-06-03 souliane server and browser sides: fixes UI parameters initialisation with user values + small refactoring
2014-06-02 souliane browser side: message of type "headline" sent from the host are displayed in a InfoDialog
2014-05-29 souliane browser side: rename parameter of getParent / getWidgetPanel from 'verbose' to 'expect'
2014-05-29 souliane browser side: select the "Login" tab when using auto-connect feature
2014-05-23 souliane browser and server sides: use asyncConnect instead of connect
2014-05-29 souliane browser side: display messages from contacts not in roster
2014-05-20 souliane browser_side: fixes bug introduced with previous changeset (1a0cec9b0f1e)
2014-05-20 souliane better PEP-8 compliance
2014-05-20 souliane /!\ reorganize all the file hierarchy, move the code and launching script to src: base libervia.py@ecf27a6193ec