Mercurial > libervia-web
graph
-
browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized frontends_multi_profiles2015-03-09, by souliane
-
server and browser sides: fixes joining room with auto-generated name + leave JID error handling to the backend frontends_multi_profiles2015-03-07, by souliane
-
browser_side (CSS): show differences between enabled and disabled buttons frontends_multi_profiles2015-03-07, by souliane
-
browser_side: don't display MUC entities in the contact list + fixes ContactList.remove (QuickContactList and SimplePanel conflict) frontends_multi_profiles2015-03-05, by souliane
-
browser_side: OTR uses 'profilePlugged', 'disconnect' and 'gotMenus' listeners frontends_multi_profiles2015-03-03, by souliane
-
browser_side: fixes OTR using the new resource system and proper triggers (send and receive message) or listener (presence update) frontends_multi_profiles2015-03-03, by souliane
-
browser_side: replace all instances of 'str' with 'unicode' frontends_multi_profiles2015-03-03, by souliane
-
browser_side: implements collections.OrderedDict.__contains__ to fix an error while doing "presence in C.PRESENCE" frontends_multi_profiles2015-03-03, by souliane
-
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: frontends_multi_profiles2015-02-27, by Goffi
-
browser_side: allow to drop a widget in the "+" tab frontends_multi_profiles2015-02-27, by 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_profiles2015-02-27, by souliane
-
browser_side: hide the tab bar and contact list's toggle button until the profile is connected frontends_multi_profiles2015-02-27, by 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_profiles2015-02-27, by 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_profiles2015-02-27, by 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_profiles2015-02-27, by souliane
-
browser_side: fixes sending/updating blog message/comment frontends_multi_profiles2015-02-27, by souliane
-
browser_side: MicroblogPanel.accepted_groups (set of unicode) is now built from QuickWidget.targets (set of tuple of unicode) frontends_multi_profiles2015-02-27, by 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_profiles2015-02-27, by souliane
-
browser_side: fixes misc issues (forgotten parenthesis and wrong argument) frontends_multi_profiles2015-02-26, by souliane
-
browser_side: fixes issue when placing a LiberviaWidget and some cells of the WidgetsPanel are empty frontends_multi_profiles2015-02-26, by souliane
-
browser side: moved ContactBox, ContactsPanel, ContactLabeland ContactMenuBar to base_widget/base_panels so they can be reused outside of contact_list module frontends_multi_profiles2015-02-26, by Goffi
-
browser side: restored infoDialog for headline messages from server frontends_multi_profiles2015-02-25, by Goffi
-
browser side: call of parent profilePlugged for overriden method frontends_multi_profiles2015-02-24, by Goffi
-
browser side (json): replaced the Window.alert by a log warning when signal is lost frontends_multi_profiles2015-02-24, by Goffi
-
browser side (contact list): removed our own bare jid from contact list frontends_multi_profiles2015-02-24, by Goffi
-
browser side (contact list): fixed forgotten profile argument in presence listener frontends_multi_profiles2015-02-24, by Goffi
-
browser side (LiberviaWidget): an error is raised when expect is True on getParent frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): Contact list improvments: frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): use of c.bool for parameter conversion frontends_multi_profiles2015-02-23, by Goffi
-
browser side (libervia main): implemented visible_widgets property frontends_multi_profiles2015-02-23, by Goffi
-
browser side (contact list): use EntityToShow to know which contacts must be displayed frontends_multi_profiles2015-02-23, by Goffi
-
browser_side (PromptDialog): rename prompt attribute to prompt_widgets + related changes frontends_multi_profiles2015-02-22, by souliane
-
server and browser sides: fixes bad call to "subscription" bridge method frontends_multi_profiles2015-02-22, by souliane
-
browser_side: fixes a typo (listerner --> listener) frontends_multi_profiles2015-02-20, by souliane
-
browser_side: fixes previous patch, forgot to pass an argument frontends_multi_profiles2015-02-20, by souliane
-
browser_side: move SatWebFrontend.addTab to MainTabPanel.addWidgetsTab and rename MainTabPanel.add to MainTabPanel.addTab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: show more obvisouly the "dragover" style when dragging something over a tab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: always display the main tab bar with a "+" button to add a new tab frontends_multi_profiles2015-02-20, by souliane
-
browser_side: add and use method displayWidget to harmonize widget's management in Libervia (not completely done, there are some issues) frontends_multi_profiles2015-02-11, by souliane
-
browser side (web panel): add an option to hide url headed + use it for public blog frontends_multi_profiles2015-02-10, by Goffi
-
browser side: added a base_location property to get location of current Libervia instance frontends_multi_profiles2015-02-10, by Goffi