summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-07-24Don't tab-complete empty words.Kevin Smith
Resolves: #468
2010-07-24Improvements and further testing to tab completion.Kevin Smith
Resolves: #506 Resolves: #498
2010-07-23Tone down the chat state colours in tab titles.Kevin Smith
2010-07-23Don't create Notices for MUC history on join.Kevin Smith
2010-07-23Recognise when leaving a MUC (disconnect or kick).Kevin Smith
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114
2010-07-23Don't crash on exit before first login.Kevin Smith
Resolves:
2010-07-23Generate a Notice if your nick is mentioned in a MUC.Kevin Smith
Resolves: #471
2010-07-23Elide and use scroll buttons on all platforms when chat tab list is too long.Kevin Smith
Resolves: #302
2010-07-23Don't allow a status change to override the new message systray icon.Kevin Smith
Resolves: #481
2010-07-23Pre-render the MUC chat roster splitter.swift-1.0beta5Kevin Smith
Hopefully: Resolves: #497
2010-07-21Pre-render the chat window splitter.Kevin Smith
Should avoid the background tabs showing through. Hopefully Resolves: #185
2010-07-21Patching memory leaks in ChatController.Kevin Smith
Resolves: #328
2010-07-10Boost patch to allow compilation in Objective-CKevin Smith
2010-07-07Specify iOS version to targetKevin Smith
2010-07-02Don't crash when signing out if the debug console's open.Kevin Smith
Resolves: #484
2010-06-28Improve reconnect logic.Kevin Smith
Expire old connection error notices, and correctly back-off repeated connection failures. Resolves: #479 Resolves: #480
2010-06-26Fix segfault on second sign-inKevin Smith
2010-06-26Show status in system tray.Kevin Smith
Resolves: #304
2010-06-26Elide text in the various roster views.Kevin Smith
Resolves: #426
2010-06-25Simplify presence handling for auto-away and reconnections.Kevin Smith
Resolves: #405
2010-06-25Allow for margins in the status popup.Kevin Smith
Thanks to Ephraim for the getContentsMargins hint.
2010-06-25Command-line option to not use tabs.Kevin Smith
Resolves: #476
2010-06-20Show total unread count in tab title.swift-1.0beta4Kevin Smith
Resolves: #448
2010-06-20Show subjects on MUC join.Kevin Smith
Resolves: #472
2010-06-20Fire fewer reconnect timers after they become obsoleteKevin Smith
2010-06-20Allow the Find Room window to resize.Kevin Smith
Resolves: #424
2010-06-19Give password field focus if pre-filling the jid field at loginKevin Smith
Resolves: #464
2010-06-19Shorter tab names for MUCs.Kevin Smith
Resolves: #439
2010-06-19Removed DNSSDTest from SConscript.Remko Tronçon
2010-06-19Added DNSSDTest.Remko Tronçon
2010-06-19Also link against avahi-common.Remko Tronçon
2010-06-18Windows installer should put the Start Menu shortcuts in the right place.Kevin Smith
Resolves: #311
2010-06-18Fix crash on reconnect.Remko Tronçon
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future.
2010-06-18Upgrade scons to scons-local-2.0.0.final.0.Remko Tronçon
2010-06-15Fallback correctly on missing project version tag.Remko Tronçon
2010-06-15Remove surplus printKevin Smith
2010-06-14Fix compilation after recent Docbook changeKevin Smith
2010-06-14Add tooltips to the login screen.Kevin Smith
Resolves: #375
2010-06-14Added debian package for debugging symbols.Remko Tronçon
2010-06-14Don't crash on tab presses in non-MUC chats.Kevin Smith
Resolves: #463
2010-06-14Remove DocBook from Debian sources.Remko Tronçon
2010-06-14Remove SCons from Debian sources.Remko Tronçon
2010-06-14Remove 3rdParty sources from debian source package.Remko Tronçon
2010-06-14Compiler warningKevin Smith
2010-06-13Fixed Boost update script.swift-1.0beta3Remko Tronçon
2010-06-13Convert newlines to <br/> after linkifying.Remko Tronçon
2010-06-13Versioning scheme test is a bash script.Remko Tronçon
2010-06-13Use a less ambiguous way of tagging version builds.Remko Tronçon
2010-06-13Fix Debian versioning to be strictly increasing.Remko Tronçon
2010-06-13Automatically update the debian changelog.Remko Tronçon