2014-03-17 |
souliane |
browser_side: handle the signal "roomUserChangedNick"
|
2014-03-16 |
souliane |
browser_side: display chat states (with symbols) for MUC participants
|
2014-03-14 |
souliane |
browser_side: refactorize SimpleTextEditor init parameters
|
2014-03-13 |
souliane |
browser_side: HTMLTextEditor and LightTextEditor factorization
|
2014-03-13 |
souliane |
browser_side: LightTextEditor renamed to HTMLTextEditor, new class LightTextEditor based on TextArea
|
2014-03-11 |
souliane |
browser_side: bug fixes for microblog raw/rich edition toggle
|
2014-03-11 |
souliane |
browser_side: radiocol displays who uploaded the file with ChatPanel.printInfo
|
2014-03-10 |
souliane |
browser_side: new microblogs are not using the rich text editor by default:
|
2014-03-06 |
souliane |
browser_side: radiocol supports MP3
|
2014-02-26 |
souliane |
browser_side: refresh the ChatPanel and MicroblogPanel when they are opened from a drag and drop
|
2014-02-25 |
souliane |
browser_side: bug fixes microblogs:
|
2014-02-23 |
souliane |
browser_side: refactorization of the file tools.py:
|
2014-02-21 |
souliane |
browser_side: allow one blogger to moderate the comments made on his own blog messages.
|
2014-02-20 |
souliane |
browser_side: groupblog: handle main items with no associated comments node + do not mix up attributes names between the item own service/node and the comments service/node
|
2014-02-19 |
souliane |
browser_side: display the popup notifying the message's recipient when you edit the blog entry's bubble.
|
2014-02-19 |
souliane |
browser_side: the popup notifying the message's recipient is no more dependent to the unibox.
|
2014-02-12 |
souliane |
browser_side: heavy refactorisation for microblogs:
|
2014-02-12 |
souliane |
browser_side: MicroblogEntry defines properties to access MicroblogItem attributes (instead of overwriting __getattr__)
|
2014-02-12 |
souliane |
browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
|
2014-02-07 |
souliane |
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
|
2014-01-17 |
souliane |
browser_side: muc user symbols (used for showing who is playing) can also be removed
|
2014-02-04 |
Goffi |
dates update
|
2014-02-04 |
Goffi |
fixed docstrings wrong usage for licence informations
|
2014-02-04 |
Goffi |
browser side: removed logging imports: it's not working correctly with pyjamas
|
2014-01-07 |
souliane |
browser_side: fixed the behavior regarding "Enable unibox" parameter:
|
2014-01-03 |
souliane |
misc: reorganization of the file panels.py + clean the modules import:
|
2014-01-03 |
souliane |
browser_side: scroll to the clicked microblog post and blink it (previous behavior is conserved when the unibox is enabled)
|
2014-01-03 |
souliane |
browser_side: display the good text for microblog button regarding the context: "Send message" or "Update"
|
2014-01-02 |
souliane |
browser_side: handle successive click on blog post "edit" and "comment" icons
|
2013-12-30 |
souliane |
browser_side: status can be edited with a click on it
|
2013-12-30 |
souliane |
browser_side: save the unibox panel space when unibox is disabled
|
2013-12-29 |
souliane |
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
|
2013-12-29 |
souliane |
browser_side: message box below the ChatPanel when unibox is disabled
|
2013-12-29 |
souliane |
browser_side: make UniBox inherit from a more basic MessageBox class
|
2013-12-29 |
souliane |
browser_side: make unibox optional
|
2013-12-19 |
souliane |
browser_side (groupblog): order items using "published" instead of "updated"
|
2013-12-18 |
souliane |
server_side: display rich text in blogs (addURLToText is now in sat_frontends/tools/strings)
|
2013-12-18 |
souliane |
browser_side: bug fix for setting a new presence when the current one is 'unavailable'
|
2013-12-16 |
souliane |
browser_side: bug fixes for switching between unibox and rich text editor:
|
2013-12-15 |
souliane |
browser_side: blog post update: fix assignment to immutable element
|
2013-12-10 |
souliane |
browser_side: set the ideal width for the rich text dialog when displayed in the unibox panel
|
2013-12-10 |
souliane |
browser_side: set the ideal width for the blog post update dialog
|
2013-12-10 |
souliane |
browser_side: double click on unibox do not open the rich text editor anymore
|
2013-11-26 |
souliane |
browser_side (plugin radiocol): use the status label to give more information
|
2013-12-10 |
souliane |
browser_side: added blog item modification/deletion
|
2013-11-23 |
souliane |
browser_side: set your own presence status and display those of others
|
2013-11-21 |
souliane |
frontends tools: moved src/tools/frontends to frontends/src/tools
|
2013-11-21 |
souliane |
bridge + browser_side: bridge signals for games and their callbacks:
|
2013-11-21 |
souliane |
browser_side: can identify muc members with symbols
|
2013-11-17 |
souliane |
browser_side: added generic method "send" in SatWebFrontend
|
2013-11-17 |
souliane |
browser_side: changes regarding widgets and tabs:
|
2013-11-17 |
souliane |
browser_side: added class ToggleStackPanel
|
2013-11-15 |
Goffi |
browser side: management of extra data for sendMblogComment, allowing to send rich text for comments
|
2013-11-15 |
Goffi |
browser side: if 'xhtml' key is present in microblog data, rich content is displayed
|
2013-11-09 |
souliane |
browser_side: small changes to prepare the contact group manager:
|
2013-11-08 |
souliane |
browser_side: set the "workaround" timers to 5 ms instead of 10:
|
2013-11-09 |
Goffi |
browser side: use of inlineRoot to display XHTML chat text
|
2013-10-18 |
souliane |
browser_side: add context menu for contact:
|
2013-10-15 |
souliane |
browser_side: added class PopupMenuPanel to manage more complex context menu
|
2013-10-14 |
souliane |
browser_side: added input history in the unibox:
|
2013-11-07 |
Goffi |
browser and server side: XHTML handling, first draft:
|
2013-10-08 |
souliane |
browser_side: added UIs for rich text editor and addressing to multiple recipients
|
2013-10-08 |
souliane |
browser_side: dialogs take **kwargs arguments + unibox helper method
|
2013-10-08 |
souliane |
browser_side: added the flag REUSE_EXISTING_LIBERVIA_WIDGETS
|
2013-09-26 |
souliane |
browser_side, misc: better PEP8 compliance
|
2013-09-26 |
souliane |
browser_side, plugin XEP-0085: limit the number of bridge methods calls for "chatStateComposing".
|
2013-09-07 |
souliane |
browser_side: small improvements for parameters panel
|
2013-09-08 |
souliane |
browser_side: display clickable URLs in chat text
|
2013-09-06 |
souliane |
plugin XEP-0085: Chat State Notifications
|
2013-09-06 |
souliane |
browser side: display the day change in chat window
|
2013-09-06 |
souliane |
browser side: make the OK button title for group selector configureable + few "cosmetic" changes (PEP 8...)
|
2013-06-27 |
Goffi |
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
|
2013-06-20 |
Goffi |
browser, server: comments handling:
|
2013-04-07 |
Goffi |
server + browser: message warning level/sending refactoring:
|
2013-03-25 |
Goffi |
browser side: clicking on the contacts list (contact item, group or the "contacts" main title) open a discussion or microblog
|
2013-03-20 |
Goffi |
browser side: it is now possible to select a microblog panel or an entry inside it
|
2013-03-04 |
Goffi |
browser side: widgets refactoring:
|
2013-03-03 |
Goffi |
browser side: new tab is automatically selected, if a tab is removed, the last one is automatically selected
|
2013-03-03 |
Goffi |
browser side: selected widget caching in UniBox, to avoid to ask the getter at each key pressed, which make the box very slow.
|
2013-03-03 |
Goffi |
browser side: per tab selected widget management
|
2013-03-03 |
Goffi |
browser side: WebPanel now react on [ENTER] press on URL textBox
|
2013-03-03 |
Goffi |
browser side: removed messages debug traces
|
2013-03-03 |
Goffi |
Browser Side: Web Panel widget position/size fix
|
2013-03-03 |
Goffi |
browser side: scroller added to contacts panel
|
2013-03-03 |
Goffi |
browser side: global resize on UniBox resize
|
2013-03-03 |
Goffi |
browser side: fixed MainTabPanel size
|
2013-03-03 |
Goffi |
browser side: contacts panel switch:
|
2013-02-24 |
Goffi |
browser side: web widget first draft
|
2013-01-25 |
Goffi |
closing a group chat widget now leave the muc room (bug 11)
|
2013-01-24 |
Goffi |
dummy commit, just for test
|
2013-01-24 |
Goffi |
browser side: tab is removed if it doesn't contain widget anymore.
|
2013-01-13 |
Goffi |
browser side: fix the line jump in unibox after entering something (work around a pyjamas bug)
|
2013-01-09 |
Goffi |
browser side: fixed tarot game, radio collective double panel issue
|
2013-01-07 |
Goffi |
dates update
|
2013-01-07 |
Goffi |
browser side: get entity's microblogs for newly added contacts
|
2012-12-09 |
Goffi |
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
|
2012-10-29 |
Goffi |
browser side: own microblogs print
|
2012-10-21 |
Goffi |
server + browser side: new api fix
|
2012-06-24 |
Goffi |
server + browser side: groupblog subscription + fixed blog insertion order
|
2012-04-01 |
Goffi |
server & browser side: microblogging refactoring first draft
|
2012-03-06 |
Goffi |
copyleft date update
|
2012-01-22 |
Goffi |
basic radio collective
|
2012-01-22 |
Goffi |
radio collective first draft
|
2011-12-10 |
Goffi |
use of async history
|
2011-07-07 |
Goffi |
browser side: microblog's entry header with pseudo and timestamp
|
2011-07-06 |
Goffi |
microblog avatar update
|
2011-07-05 |
Adrien Vigneron |
browser side: microblog entries
|
2011-06-29 |
Goffi |
browser side: grouped header panel in a global Absolute panel
|
2011-06-28 |
Goffi |
browser side: bottomBorderWidget size fix (for webkit)
|
2011-06-28 |
Goffi |
browser side: widgets' setting: height detection fix
|
2011-06-28 |
Goffi |
browser side: removed in EmptyPanel
|
2011-06-28 |
Goffi |
browser side: widgets' width and height can now be fixed + tarot game position fix
|
2011-06-27 |
Goffi |
browser side: Widgets' setting (col & row span can be changed
|
2011-06-27 |
Goffi |
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
|
2011-06-27 |
Goffi |
browser side: widgetsPanel is now scrollable when there are too many widgets, and widgets have a minimum size
|
2011-06-27 |
Goffi |
browser side: widget removing is now managed
|
2011-06-27 |
Goffi |
browser side: widgets cells can now be added by putting a widget on a border
|
2011-06-26 |
Goffi |
browser side: new widget handling:
|
2011-06-26 |
Goffi |
New widget system: first draft
|
2011-06-18 |
Goffi |
browser side: refactoring: menu is now in its own module
|
2011-06-18 |
Adrien Vigneron |
browser side: CSS: redesigned dialog boxes, and contacts
|
2011-06-17 |
Goffi |
Adrien's uniBox design integration + lastPopup style
|
2011-06-17 |
Goffi |
browser side: menu separator + last popup menu hack to avoid it being shown out of the screen
|
2011-06-14 |
Goffi |
Login/Register box: integration of Adrien Vigneron's design
|
2011-05-31 |
Goffi |
server side: misc stuff:
SàT v0.2.0
|
2011-05-29 |
Goffi |
browser side: microblog entries caching
|
2011-05-29 |
Goffi |
Contact update + add dedication in About dialog
|
2011-05-29 |
Goffi |
browser side: fixed refactoring issue
|
2011-05-29 |
Goffi |
Roster list update, contact deletion + some refactoring
|
2011-05-28 |
Goffi |
addind contact + subscription management + misc
|
2011-05-26 |
Goffi |
browser side: adding contact, first draft
|
2011-05-26 |
Goffi |
browser side: HTML sanitization
|
2011-05-26 |
Goffi |
MUC group joining
|
2011-05-26 |
Goffi |
browser side: added about box
|
2011-05-26 |
Goffi |
added Social Contract \o. (in French only so far)
|
2011-05-25 |
Goffi |
browser_side: prevent default for escape key (cancel HTTPRequest in FF)
|
2011-05-21 |
Goffi |
Tarot game: a game can now be finished
|
2011-05-19 |
Goffi |
Tarot game: center_panel layout + chien can now be showed + fixed click event inheritance + card selection first draft
|
2011-05-17 |
Goffi |
Tarot game: game launching (first hand showed), and contract selection
|
2011-05-16 |
Goffi |
Tarot Game: first draft
|
2011-05-16 |
Goffi |
room user joining/leaving
|
2011-05-16 |
Goffi |
browser side: misc css/layout fixes
|
2011-05-13 |
Goffi |
browser side, misc stuffs
|
2011-05-07 |
Goffi |
browser side: ContactsChooser is now used to ask for 3 others players when tarot game is launched + names refactoring
|
2011-04-20 |
Goffi |
added tab panel
|
2011-04-16 |
Goffi |
browser_side: removed some useless mess + changed delay for warning message to 2s
|
2011-04-16 |
Goffi |
- User status is now updated
|
2011-04-15 |
Goffi |
Added basic chat panel
|
2011-04-15 |
Goffi |
moved panels and menu in a separate file
|