- 13 Apr, 2014 2 commits
-
-
David Edmundson authored
-
David Edmundson authored
REVIEW: 117537 BUG: 333373
-
- 29 Dec, 2013 1 commit
-
-
Leon Handreke authored
REVIEW: 114718
-
- 20 Oct, 2013 1 commit
-
-
Siddhartha Sahu authored
REVIEW:112597
-
- 16 Jul, 2013 1 commit
-
-
David Edmundson authored
Reviewed-by: Aleix Pol BUG: 321115 Fixed-in: 0.7.0
-
- 28 May, 2013 3 commits
-
-
David Edmundson authored
REVIEW: 110682
-
David Edmundson authored
REVIEW: 110682
-
David Edmundson authored
REVIEW: 110552
-
- 10 Apr, 2013 1 commit
-
-
David Edmundson authored
BUG: 293637 BUG: 317850 REVIEW: 109925
-
- 19 Mar, 2013 1 commit
-
-
David Edmundson authored
BUG: 316694 REVIEW: 109559
-
- 21 Feb, 2013 1 commit
-
-
Aleix Pol Gonzalez authored
Helps to make a more coherent behavior upon the detaching feature. Reviewed by David Edmundson (reviewboard is not working properly... :/) BUG: 302602 BUG: 308130
-
- 06 Feb, 2013 1 commit
-
-
Martin Klapetek authored
-
- 02 Feb, 2013 1 commit
-
-
David Edmundson authored
-
- 16 Jan, 2013 1 commit
-
-
Martin Klapetek authored
-
- 15 Jan, 2013 1 commit
-
-
Aleix Pol Gonzalez authored
Provide the tools to make it possible to have a list of favorite contacts to chat with in the plasmoid for more fluid conversations. REVIEW: 108401
-
- 08 Jan, 2013 1 commit
-
-
Daniel Vrátil authored
-
- 13 Feb, 2012 1 commit
-
-
Lasath Fernando authored
In the plasmoid: Convert plasmoid to a handler from an observer Support delegate channels (via a nasty hack currently) Add popout button to delegate to main text UI Merge the conversationsModel and handler into one class Fix exposing a load of items to QML for no reason. Some additional tidying. (and some additional messying :-) ) Clear unread messages on TextChannel::pendingMessagesRemoved() In the textUI: Always raise the window in the main Text UI handleChannel unless hint explicitly says otherwise. Additionally fixes a bug in which reconnecting an account could cause the tabs to 'randomly' switch. REVIEW: 103908 CCBUG: 293526
-
- 06 Feb, 2012 2 commits
-
-
Lasath Fernando authored
Renamed ConversationsModel::invalidate() to ConversationsModel::onChannelInvalidated() becuase the purpose of that function was unclear in the previous name.
-
Lasath Fernando authored
-
- 31 Jan, 2012 15 commits
-
-
Lasath Fernando authored
And remove useless commented out code.
-
Lasath Fernando authored
type* variable; to type *variable; and return_type *method(); to return_type* method(); with some bash, sed and regexp magic.
-
Lasath Fernando authored
Changed target property back to type ConversationTarget*. It turns out all I had to do was call qmlRegisterType() with no arguments.
-
Lasath Fernando authored
Parented MessagesModel and ConversationTarget properly, so that Conversation doesn't have to explicitly delete them.
-
Lasath Fernando authored
Made ConversationQueManager use d-pointers. Made MessagesModel Queable instead of Conversation, and updated the ui accordingly.
-
Lasath Fernando authored
-
David Edmundson authored
-
Lasath Fernando authored
-
Lasath Fernando authored
Added a new ConversationTarget class, that just picks apart a Tp::ContactPtr
-
Lasath Fernando authored
Changed plasmoid to display said list.
-
Lasath Fernando authored
Also made the ListView auto-scroll
-
Lasath Fernando authored
The plasmoid seems to ignore the first message sent to it, but everthing else displays fine.
-
Lasath Fernando authored
-
Lasath Fernando authored
-
Lasath Fernando authored
Also changed MessageItem from a struct to a class.
-