summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-24Fix console warning on tab focus.Remko Tronçon
Resolves: #357
2010-05-13Remove the old Join MUC dialogKevin Smith
2010-05-13List MUCs available on services.Kevin Smith
Resolves: #276
2010-05-07Refer to Events as Notices instead of Events.Kevin Smith
Resolves: #341
2010-05-07Use 'room' to refer to MUCs.Kevin Smith
Resolves: #338
2010-05-06Rewrite of large amounts of roster code.Kevin Smith
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239
2010-04-23Fix compilation on Qt < 4.5Kevin Smith
2010-04-18Update menus with more sensible words.Kevin Smith
Resolves: #318
2010-04-15Normalise muc joining, allow it from bookmark list.Kevin Smith
Resolves: #320
2010-04-15Set a special X11 window resource name on the main dialog.Remko Tronçon
This allows users to tweak windowmanagers like FVWM based on the type of dialog of Swift.
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-04Add 'remove' context menu item for rosters (not implemented).Kevin Smith
2010-03-28Chat list in the gui (mostly non-functional).Kevin Smith
2010-03-23Show EventWindow activity in roster tab.Kevin Smith
Resolves: #295
2010-03-22Fixing up the unit tests again. Oops.Kevin Smith
2010-03-22Lots of plumbing for event view.Kevin Smith
This isn't ready yet, but clicking on a message in the event view will now cause the chat to pop up, and the plumbing is there for doing something with subscription requests - I just don't, yet.
2010-03-19Start of event viewer.Kevin Smith
Creates a basic event viewer framework, and plugs it into the Swift controllers, so that messages are displayed (in a very ugly way). Still a long way to go.
2009-11-16Scroll roster by pixel.Remko Tronçon
2009-11-10Remove "Add Contact" button from roster.Remko Tronçon
2009-10-16Mark as offline in the roster after an error.Kevin Smith
2009-09-16SignOut nearly working.Kevin Smith
2009-08-16Adding roster tabs, ready to take Events.Kevin Smith
2009-08-16Adding in a button to the roster for 'Add Contact'Kevin Smith
2009-08-16Now show my avatar and JID in the 'me view'.Kevin Smith
At the moment it's my JID rather than my Name, because the NickResolver doesn't cope with our own Name. Also: the name resizing sometimes doesn't work. If it doesn't for you, make the roster very wide and then slowly resize it down.
2009-08-16Adding the start of a 'me view' to the head of the roster.Kevin Smith
2009-07-26Begin to assage Swift model into Qt Model/View.Kevin Smith
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon