Release 1.1.1
[conv-inbox] / src /
2010-06-27 Artem GarmashFix rounded bottom corners in the empty view
2010-06-27 Artem GarmashUse el flag to properly detect MUCs and chatrooms
2010-06-27 Artem GarmashFix group chat opening
2010-06-27 Artem GarmashPlub mem leak
2010-06-27 Artem GarmashUse el 1
2010-06-27 Artem GarmashDon't resize sender name from dispose
2010-06-27 Artem GarmashCheck that eventlogger constructed correctly and try...
2010-06-27 Artem GarmashDon't show contact if it's null
2010-06-27 Artem GarmashDon't request unread events in empty view
2010-06-27 Artem GarmashRefresh idle screen on events/conversations deleted
2010-06-27 Artem GarmashUse clock settings to show right time format.
2010-06-27 Artem GarmashRemove debug strings and label values
2010-06-27 Artem GarmashRemove white space
2010-06-27 Artem GarmashRemove debug warnings
2010-06-27 Artem GarmashResolve service icon when account manager is ready
2010-06-27 Artem GarmashUse service in el callback to ignore not relevant events
2010-06-27 Artem GarmashReuse contact object if it's the same for a new message
2010-06-27 Artem GarmashShow total of conversations as well in the empty view
2010-06-27 Artem GarmashShow total of conversations when the widget is empty
2010-06-27 Artem GarmashShow total SMSs, chat messages when widget is empty
2010-06-27 Artem GarmashDon't try to check service icon when empty
2010-06-27 Artem GarmashLaunch Conversations when empty widget clicked
2010-06-27 Artem GarmashResize sender name depending on avatar and presence...
2010-06-27 Artem GarmashTrack contacts added/removed in aggregator
2010-06-27 Artem GarmashClean unused code
2010-06-27 Artem GarmashShow presence status
2010-06-27 Artem Garmashshow service icon in footer
2010-06-27 Artem GarmashDraw avatar manually with cairo
2010-06-27 Artem GarmashWait to account manager to become ready
2010-06-27 Artem GarmashDisable avatar widget
2010-06-27 Artem GarmashRequest all event fields in one call
2010-06-27 Artem GarmashDraw service avatar in background
2010-06-27 Artem GarmashShow service icon on background
2010-06-27 Artem GarmashDon't react to non-sms/chat events
2010-06-27 Artem GarmashIncrease round courner radious
2010-06-27 Artem GarmashRound avatar by ourself to avoid dependency on a PR1...
2010-06-27 Artem GarmashChange rounded_rectange to support per-corner flag...
2010-06-27 Artem GarmashFix scrolling animation glitches. Increase footer press...
2010-06-27 Artem GarmashSupport group chats with persistent id
2010-06-27 Artem GarmashFix back scrolling
2010-06-27 Artem GarmashPass account to the temporary contact dialog
2010-06-27 Artem GarmashDecrease unread footer width
2010-06-27 Artem GarmashShow unread red star
2010-06-27 Artem GarmashDraw footer unread button
2010-06-27 Artem GarmashMark as read on footer click
2010-06-27 Artem GarmashRefactor handling of active parts
2010-06-27 Artem GarmashOpen conversation on message click
2010-06-27 Artem GarmashCheck that remote-uid is not an empty string
2010-06-27 Artem GarmashRemove notification from status aread when marking...
2010-06-27 Artem GarmashFix layout after introducing avatar
2010-06-27 Artem GarmashUse locale time format
2010-06-27 Artem GarmashProperly lookup contact from aggregator
2010-06-27 Artem GarmashCreate aggregator on demand and only for the current...
2010-06-27 Artem GarmashShow temporary contact dialog for unknown contacts
2010-06-27 Artem GarmashShow contact starter on header click
2010-06-27 Artem GarmashShow avatar instead of message type icon, initial impl.
2010-06-27 Artem GarmashAdd scrolling message indicator
2010-06-27 Artem GarmashRender message text to an offscreen cairo surface only...
2010-06-27 Artem GarmashStop scrolling when the widget is not visible
2010-06-27 Artem GarmashRestore original widget size
2010-06-27 Artem GarmashCode style changes
2010-06-27 Artem GarmashLookup logical colors and fonts from style-set signal
2010-06-27 Artem GarmashProperly handle button events and scrolling
2010-06-27 Artem GarmashStop scrolling when whole message was displayed
2010-06-27 Artem GarmashInitial scrolling attempt
2010-06-27 Artem GarmashDraw main message directly using cairo/pango
2010-06-27 Artem GarmashPut "no new messages" label back to the center
2010-06-27 Artem GarmashSimplify and make more robust updating events
2010-06-27 Artem GarmashShow "No new messages"
2010-06-27 Artem GarmashUse slight gradient for background
2010-06-27 Artem GarmashProcess to eventlogger callbacks in idle to better...
2010-06-27 Artem GarmashDisplay received time
2010-06-27 Artem GarmashInitial commit