log

age author description
Wed, 18 Mar 2015 16:17:30 +0100 Goffi closing branch frontends_multi_profiles frontends_multi_profiles
Wed, 18 Mar 2015 16:15:18 +0100 Goffi merged branch frontends_multi_profiles
Tue, 17 Mar 2015 22:20:36 +0100 Goffi browser side(otr): restored menu hooks using new hook system frontends_multi_profiles
Tue, 17 Mar 2015 22:18:25 +0100 Goffi browser side: fixed __setitem__ in OrderedDict (was bugging when the key was already existing) 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
Tue, 17 Mar 2015 20:26:31 +0100 Goffi browser_side: added __len__ method in OrderedDict frontends_multi_profiles
Wed, 11 Mar 2015 19:01:27 +0100 souliane browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser frontends_multi_profiles
Wed, 11 Mar 2015 12:50:19 +0100 souliane browser_side: fixes room games: frontends_multi_profiles
Mon, 09 Mar 2015 16:30:06 +0100 souliane browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized frontends_multi_profiles
Mon, 09 Mar 2015 16:27:20 +0100 souliane browser_side: rename askConfirmation handler frontends_multi_profiles
Sat, 07 Mar 2015 15:08:56 +0100 souliane server and browser sides: fixes joining room with auto-generated name + leave JID error handling to the backend frontends_multi_profiles
Sat, 07 Mar 2015 13:28:11 +0100 souliane browser_side (CSS): show differences between enabled and disabled buttons frontends_multi_profiles
Fri, 06 Mar 2015 14:29:37 +0100 souliane browser_side (blog): clean the MicroblogPanel: frontends_multi_profiles
Thu, 05 Mar 2015 13:27:41 +0100 souliane browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict) 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 19:00:21 +0100 souliane browser_side: fixes wrong triggers names 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
Tue, 03 Mar 2015 06:24:27 +0100 souliane browser_side: implements collections.OrderedDict.__contains__ to fix an error while doing "presence in C.PRESENCE" frontends_multi_profiles
Fri, 27 Feb 2015 22:53:27 +0100 Goffi browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: 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 13:00:04 +0100 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
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:45:34 +0100 souliane browser_side: fixes sending/updating blog message/comment frontends_multi_profiles
Fri, 27 Feb 2015 01:11:34 +0100 souliane browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) 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
Fri, 27 Feb 2015 00:56:08 +0100 souliane browser_side: fixes misc issues (forgotten parenthesis and wrong argument) frontends_multi_profiles
Fri, 27 Feb 2015 00:55:07 +0100 souliane browser_side: fixes issue when placing a LiberviaWidget and some cells of the WidgetsPanel are empty frontends_multi_profiles
Thu, 26 Feb 2015 18:10:54 +0100 Goffi browser_side: classes reorganisation: frontends_multi_profiles
Thu, 26 Feb 2015 13:10:46 +0100 Goffi browser side: moved ContactBox, ContactsPanel, ContactLabeland ContactMenuBar to base_widget/base_panels so they can be reused outside of contact_list module 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
Tue, 24 Feb 2015 19:15:07 +0100 Goffi browser side (json): replaced the Window.alert by a log warning when signal is lost frontends_multi_profiles
Tue, 24 Feb 2015 18:21:33 +0100 Goffi browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles
Tue, 24 Feb 2015 16:49:07 +0100 Goffi browser side(contact list): added nick listener frontends_multi_profiles
Tue, 24 Feb 2015 16:48:41 +0100 Goffi browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles
Tue, 24 Feb 2015 14:40:47 +0100 Goffi browser side: fixed use of profile for listeners 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:44:58 +0100 Goffi browser side (LiberviaWidget): an error is raised when expect is True on getParent frontends_multi_profiles
Mon, 23 Feb 2015 18:44:57 +0100 Goffi browser side (contact list): Contact list improvments: frontends_multi_profiles
Mon, 23 Feb 2015 18:43:15 +0100 Goffi browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles
Mon, 23 Feb 2015 18:43:08 +0100 Goffi browser side (menu): minor improvments: frontends_multi_profiles
Mon, 23 Feb 2015 18:20:04 +0100 Goffi browser side (libervia main): implemented visible_widgets property frontends_multi_profiles
Mon, 23 Feb 2015 18:16:07 +0100 Goffi browser side: contact_list update: frontends_multi_profiles
Mon, 23 Feb 2015 18:14:07 +0100 Goffi browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles
Sun, 22 Feb 2015 21:57:24 +0100 souliane browser_side: implements showDialog frontends_multi_profiles
Sun, 22 Feb 2015 21:56:40 +0100 souliane browser_side: fixes MUC menus frontends_multi_profiles
Sun, 22 Feb 2015 21:56:18 +0100 souliane browser_side: fixes RoomAndContactsChooser dialog frontends_multi_profiles
Sun, 22 Feb 2015 21:55:27 +0100 souliane browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes 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 22:05:14 +0100 souliane browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles
Fri, 20 Feb 2015 21:46:18 +0100 souliane browser_side: fixes previous patch, forgot to pass an argument 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
Fri, 20 Feb 2015 19:50:00 +0100 souliane browser_side: show more obvisouly the "dragover" style when dragging something over a tab frontends_multi_profiles
Fri, 20 Feb 2015 19:37:54 +0100 souliane browser_side: always display the main tab bar with a "+" button to add a new tab frontends_multi_profiles
Wed, 11 Feb 2015 11:21:27 +0100 souliane browser_side: add/improve some docstrings 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:38:28 +0100 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
Tue, 10 Feb 2015 19:13:25 +0100 Goffi browser side: web widget is recreated when there is already one frontends_multi_profiles
Tue, 10 Feb 2015 19:11:24 +0100 Goffi browser side: widget is deleted by default when close button is clicked in LiberviaWidget 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:58:49 +0100 Goffi merges souliane changes frontends_multi_profiles
Mon, 09 Feb 2015 21:56:30 +0100 Goffi browser side (blog, contact list): use of new listener mechanism to update avatar 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
Mon, 09 Feb 2015 21:46:15 +0100 Goffi server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten frontends_multi_profiles
Sat, 07 Feb 2015 20:35:45 +0100 souliane browser_side: fixed DragAutoCompleteTextBox for the list manager frontends_multi_profiles
Sat, 07 Feb 2015 12:07:12 +0100 souliane browser_side: base_widget.DropCell raises an exception if the callback doesn't return a LiberviaWidget instance frontends_multi_profiles
Sat, 07 Feb 2015 19:24:38 +0100 souliane add very basic test system accessible from <root_url>/test, to be improved: frontends_multi_profiles
Sat, 07 Feb 2015 19:22:45 +0100 souliane browser_side: fixes class JIDList, remove JIDSet and JIDDict which are actually not needed frontends_multi_profiles
Fri, 06 Feb 2015 17:53:01 +0100 souliane browser_side: fixes the contact group manager frontends_multi_profiles
Fri, 06 Feb 2015 19:31:30 +0100 Goffi merged souliane commits frontends_multi_profiles
Fri, 06 Feb 2015 19:25:17 +0100 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
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
Fri, 06 Feb 2015 19:19:49 +0100 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
Fri, 06 Feb 2015 19:15:52 +0100 Goffi browser side (blog module): fixed isJidAccepted + added __str__ method to facilitate debugging + use of AttributeError and TypeError in some exception (because pyjamas can raise both depending on compilation options) frontends_multi_profiles
Fri, 06 Feb 2015 19:11:02 +0100 Goffi browser side: border widgets are now visible on drag start + they float right or left in the cell frontends_multi_profiles
Fri, 06 Feb 2015 17:49:04 +0100 Goffi browser side: fixed bad FlexTable __init__ call, need to be checked frontends_multi_profiles
Tue, 03 Feb 2015 14:35:47 +0100 Goffi browser side: fixed an error catch in contact_list module (raised error depend on pyama's compilation options) frontends_multi_profiles
Fri, 06 Feb 2015 17:52:26 +0100 souliane browser_side: fixes Notification.onFocus frontends_multi_profiles
Thu, 05 Feb 2015 12:05:32 +0100 souliane modification of the social contract according to the General Assembly of 19/08/2014
Sat, 24 Jan 2015 01:45:39 +0100 Goffi browser side: big refactoring to base Libervia on QuickFrontend, first draft: frontends_multi_profiles
Mon, 15 Dec 2014 16:03:01 +0100 souliane server_side: static blog: convert \n in raw text message to <br/>
Mon, 15 Dec 2014 16:01:51 +0100 souliane browser_side: increase the width of the bubble's text area (blog message edition)
Fri, 28 Nov 2014 00:31:27 +0100 souliane browser and server side: uses RSM (XEP-0059)
Thu, 23 Oct 2014 16:56:36 +0200 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
Wed, 22 Oct 2014 19:03:55 +0200 souliane browser_side: various improvements, especially for MUC
Wed, 22 Oct 2014 14:19:25 +0200 souliane plugin sec_otr: improvement when sending a message to a MUC
Wed, 22 Oct 2014 14:17:17 +0200 souliane plugin XEP-0085: follow the changes in sat plugin
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
Sun, 19 Oct 2014 12:32:08 +0200 souliane browser_side: fixes call to logging method with more than one argument
Sun, 19 Oct 2014 02:45:18 +0200 souliane browser_side (blogs): massive insertion display the actual number of blogs being inserted
Sat, 18 Oct 2014 23:42:13 +0200 souliane browser_side: set the roster contact's contextual menu on the avatar (no extra button)
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:54:13 +0200 souliane browser_side (jid): remove JID constructor special error handling (it's better to get the full backtrace)
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)
Fri, 17 Oct 2014 10:42:10 +0200 souliane browser_side: print a warning when trying to access a non existing contact box:
Sat, 11 Oct 2014 16:28:27 +0200 Goffi server side (twisted plugin): fixed bad use of default value in getConfig
Fri, 10 Oct 2014 16:45:53 +0200 Goffi restored commit 0090285a5689: the fix was actualy good, my bad
Fri, 10 Oct 2014 16:28:38 +0200 Goffi revert commit 0090285a5689: the fix is bad and broke extra commands
Mon, 06 Oct 2014 12:47:03 +0200 souliane browser_side: implements "Show offline contacts" and "Show empty groups" parameters
Sat, 04 Oct 2014 10:28:20 +0200 souliane server_side: adapt to the new signatures of bridge method getHistory
Sat, 04 Oct 2014 10:32:52 +0200 souliane fixes launching script when running with no argument
Fri, 03 Oct 2014 12:33:03 +0200 souliane browser_side: add XMLUI "int" widget type + historyPrint uses the new param "Chat history limit"
Fri, 03 Oct 2014 19:38:10 +0200 Goffi installation: pyjamas build fixes:
Fri, 03 Oct 2014 18:31:40 +0200 Goffi misc: launch script fix (there can now be more than 1 argument)
Fri, 03 Oct 2014 18:13:48 +0200 Goffi misc: launch script now manage "status" command, and additional arguments