log src/browser/libervia_main.py @ 705:531eacb82e9f

age author description
Thu, 04 Jun 2015 12:03:45 +0200 souliane browser and server sides: renamed max to max_ after sat's changeset 1423 (882e5fabf68c)
Wed, 27 May 2015 19:11:25 +0200 Goffi browser side: when there is no avatar in cache in getAvatarURL, set its value to empty string to avoid requesting again
Wed, 27 May 2015 19:10:16 +0200 Goffi browser side: added signal caching before profile is plugged, as QuickFrontend mechanism is not used
Mon, 20 Apr 2015 17:10:38 +0200 souliane browser_side: change frontend method "setStatusOnline" for "setPresenceStatus"
Mon, 20 Apr 2015 09:14:03 +0200 souliane browser_side: clean the code that has been commented or isolated during the refactorisation to base libervia on quick_frontend
Mon, 20 Apr 2015 08:51:25 +0200 souliane browser and server side: remove unibox
Thu, 16 Apr 2015 14:57:02 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Thu, 09 Apr 2015 11:37:25 +0200 souliane browser_side: use host.default_muc instead of C.DEFAULT_MUC
Mon, 23 Mar 2015 09:35:46 +0100 souliane browser_side: update ContactList, Chat, ContactsPanel, ContactBox, ContactLabel to update the display using listeners as it is done in quick_frontend:
Fri, 27 Mar 2015 00:15:42 +0100 souliane browser_side: let the backend check for the validity of MUC JIDs that come from a user input
Mon, 30 Mar 2015 10:28:47 +0200 Goffi 2015 copyright dates update
Thu, 19 Mar 2015 20:41:46 +0100 Goffi browser side: versions management + version is shown in about dialog
Wed, 18 Mar 2015 16:15:18 +0100 Goffi merged branch frontends_multi_profiles
Tue, 17 Mar 2015 20:42:02 +0100 Goffi browser side: menus refactorisation: frontends_multi_profiles
Tue, 17 Mar 2015 20:28:41 +0100 Goffi browser side: host listeners are called when host is instantiated frontends_multi_profiles
Mon, 09 Mar 2015 16:27:20 +0100 souliane browser_side: rename askConfirmation handler frontends_multi_profiles
Fri, 06 Mar 2015 14:29:37 +0100 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
Tue, 03 Mar 2015 22:31:54 +0100 souliane browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners frontends_multi_profiles
Tue, 03 Mar 2015 07:21:50 +0100 souliane browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles
Tue, 03 Mar 2015 06:51:13 +0100 souliane browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles
Fri, 27 Feb 2015 16:05:28 +0100 souliane browser_side: allow to drop a widget in the "+" tab frontends_multi_profiles
Fri, 27 Feb 2015 02:42:44 +0100 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
Fri, 27 Feb 2015 13:12:28 +0100 souliane browser_side: hide the tab bar and contact list's toggle button until the profile is connected frontends_multi_profiles
Fri, 27 Feb 2015 02:41:11 +0100 souliane browser_side: implements setStatusOnline since it is not used only for setting the connected state on/off, but also to update the user presence and status frontends_multi_profiles
Fri, 27 Feb 2015 02:39:43 +0100 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
Fri, 27 Feb 2015 01:08:36 +0100 souliane browser_side, server_side: MicroblogPanel.onGroupDrop and bridge method getMassiveLastMBlogs now only accepts the publishers as a set of unicode (no more None value or single unicode). frontends_multi_profiles
Thu, 26 Feb 2015 18:10:54 +0100 Goffi browser_side: classes reorganisation: frontends_multi_profiles
Wed, 25 Feb 2015 19:44:10 +0100 Goffi browser side: fixed typo in newMessageHandler frontends_multi_profiles
Wed, 25 Feb 2015 19:40:23 +0100 Goffi browser side: restored infoDialog for headline messages from server frontends_multi_profiles
Tue, 24 Feb 2015 20:27:31 +0100 Goffi browser side: call of parent profilePlugged for overriden method frontends_multi_profiles
Tue, 24 Feb 2015 19:15:28 +0100 Goffi browser side: do a hard reload on disconnected signal frontends_multi_profiles
Mon, 23 Feb 2015 18:47:27 +0100 Goffi merged souliane changes frontends_multi_profiles
Mon, 23 Feb 2015 18:44:58 +0100 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
Mon, 23 Feb 2015 18:20:04 +0100 Goffi browser side (libervia main): implemented visible_widgets property frontends_multi_profiles
Sun, 22 Feb 2015 21:57:24 +0100 souliane browser_side: implements showDialog frontends_multi_profiles
Sun, 22 Feb 2015 21:51:20 +0100 souliane browser_side: fixes various issues frontends_multi_profiles
Sun, 22 Feb 2015 21:42:14 +0100 souliane server and browser sides: fixes bad call to "subscription" bridge method frontends_multi_profiles
Fri, 20 Feb 2015 19:38:11 +0100 souliane browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab frontends_multi_profiles
Wed, 11 Feb 2015 11:18:13 +0100 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
Tue, 10 Feb 2015 20:52:02 +0100 Goffi browser side (web panel): add an option to hide url headed + use it for public blog frontends_multi_profiles
Tue, 10 Feb 2015 20:43:26 +0100 Goffi browser side: fixed jid's public blog menu frontends_multi_profiles
Tue, 10 Feb 2015 20:42:39 +0100 Goffi browser side: added a base_location property to get location of current Libervia instance frontends_multi_profiles
Tue, 10 Feb 2015 19:10:28 +0100 Goffi brower side: removed close listener for LiberviaWidget frontends_multi_profiles
Mon, 09 Feb 2015 21:55:16 +0100 Goffi browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author frontends_multi_profiles
Fri, 06 Feb 2015 19:23:08 +0100 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
Sat, 24 Jan 2015 01:45:39 +0100 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
Fri, 28 Nov 2014 00:31:27 +0100 souliane browser and server side: uses RSM (XEP-0059)
Wed, 22 Oct 2014 19:03:55 +0200 souliane browser_side: various improvements, especially for MUC
Mon, 20 Oct 2014 10:00:44 +0200 souliane browser_side: fixes issue while getting a chat state for a MUC occupant who already left
Sat, 18 Oct 2014 14:47:47 +0200 souliane browser_side: fixes the display of MUC occupants presences
Fri, 17 Oct 2014 20:38:38 +0200 souliane browser_side: fixes wrong JID construction when processing getPresenceStatuses result
Sat, 18 Oct 2014 13:16:56 +0200 souliane browser_side: safer attributes handling in getOrCreateLiberviaWidget + use it to create MUC panels
Fri, 17 Oct 2014 13:26:33 +0200 souliane browser_side: display MUC occupants presences
Fri, 17 Oct 2014 10:44:06 +0200 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)
Wed, 17 Sep 2014 17:15:03 +0200 souliane browser_side: disable OTR if the browser is too old to offer crypto.getRandomValues (CSPRNG)
Thu, 11 Sep 2014 12:59:13 +0200 souliane browser_side: fixes signal callback with no argument (e.g disconnected)
Sun, 07 Sep 2014 16:40:33 +0200 souliane browser_side: temporary way to display the OTR state in the LiberviaWidget header
Fri, 05 Sep 2014 19:29:35 +0200 Goffi browser_side: management of new "info" newMessage type
Fri, 05 Sep 2014 11:53:55 +0200 souliane plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnection
Tue, 02 Sep 2014 21:26:32 +0200 souliane browser_side: add minimal requirements for generic plugins handling