summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-16MeView collapsing.Kevin Smith
Qt's peculiarities with which mouse events get passed where are evident here: clicking the toolbar collapses/expands, while if you're clicking the label, it has to be a doubleclick to collapse or expand.
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-16Set the status text when changing presence.Kevin Smith
2009-08-16Adding the start of a 'me view' to the head of the roster.Kevin Smith
2009-08-15Remove the roster avatar debug output.Kevin Smith
2009-08-13Remove common controls dependency until it is needed.Remko Tronçon
2009-08-13Console builds.Remko Tronçon
2009-08-13Fix NSIS script to work with SCons scanner.Remko Tronçon
2009-08-13Bundle image formats.Remko Tronçon
2009-08-13Fix Windows bundling.Remko Tronçon
2009-08-13Made NSIS build status pretty.Remko Tronçon
2009-08-13Add Mac App bundle creation tool.Remko Tronçon
2009-08-13More SCons windows tweaks.Remko Tronçon
2009-08-12More windows tweaks.Remko Tronçon
2009-08-12Accidentally committed SCons change.Remko Tronçon
2009-08-12Remove commented code.Remko Tronçon
2009-08-11Add dynamic build date to NSIS build.Remko Tronçon
2009-08-11Add Swift Windows bundling.Remko Tronçon
2009-08-10Fix SCons build on windows.Remko Tronçon
2009-08-10Migrated all configure flags to SCons.Remko Tronçon
2009-08-09Added quick'n dirty OS X bundle generation.Remko Tronçon
2009-08-09Fixed SCons windows building.Remko Tronçon
2009-08-09Add SConscript files.Remko Tronçon
2009-08-09Fix long-standing bug with a crash on quit after joining MUCs.Kevin Smith
2009-08-09Fix segfault when Roster items are removed.Kevin Smith
2009-08-08Group expandedness in roster persists between roster changes.Kevin Smith
2009-08-08Plumbing in place for roster group expansion. \nDoesn't work.Kevin Smith
2009-08-06Conditional includes to get the QtSoundPlayer to compile on Ubuntu.Kevin Smith
2009-08-02Roster clicks now open chats again.Kevin Smith
2009-08-01Roster now includes avatars.Kevin Smith
2009-08-01Resize avatars to 32pix in Roster, change alignments to be relative, do item ↵Kevin Smith
hiding.
2009-08-01Sort out the alignments in the roster.Kevin Smith
2009-07-31Render status text italicised, and selection colours.Kevin Smith
2009-07-26Now render an ugly default icon and default status text in the roster.Kevin Smith
2009-07-26Use a (boring) delegate for roster rendering.Kevin Smith
2009-07-26Clear down some of the cruft from RosterItem.Kevin Smith
2009-07-26Removing RosterItem and including in QtTreeWidgetItem.Kevin Smith
2009-07-26Removing the dummy title from the roster.Kevin Smith
2009-07-26The new roster now renders (badly) the contents.Kevin Smith
2009-07-26Begin to assage Swift model into Qt Model/View.Kevin Smith
2009-07-21Fix QtMainEventLoop compilation.Remko Tronçon
2009-07-04Notify chat tabs even if the parent tabset has focus. issue#150.Kevin Smith
2009-07-04Ding on new messages.Kevin Smith
2009-07-04Remove fixwindows.pri again.Remko Tronçon
2009-07-04Fix for avatar display in chatlog where the cache has spaces in the name.Kevin Smith
This particularly hit c:\Documents and Settings on Windows.
2009-07-04Support qmakeish compilation on Windows again.Kevin Smith
I've added a fixwindows.pri that's got temporary qmakeish fixes that we need to address.
2009-06-28Moving resources into Swift/ and starting on Sound.Kevin Smith
2009-06-26Use nicks in tab titles.Kevin Smith