summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2010-08-29Added stanza acking support to client.Remko Tronçon
2010-08-27Separate MUCRegistry from ChatsManager.Remko Tronçon
2010-08-27Rerequest the roster at reconnect.Kevin Smith
Resolves: #548
2010-08-27Don't tab-complete for users who aren't in the room.Kevin Smith
Resolves: #541
2010-08-27Don't segfault at login-screen exitKevin Smith
2010-08-27Don't elide roster headings when the widget becomes large enough.Kevin Smith
Resolves: #544
2010-08-27Use own nick at top of roster.Kevin Smith
Currently doesn't work because onOwnVCardChanged isn't plumbed in.
2010-08-24Implemented VCardManager.Remko Tronçon
2010-08-24Added VCardStorage.Remko Tronçon
2010-08-22Don't skip tabs for Ctrl-PgUp/Dn on reopened chats.swift-1.0beta6Kevin Smith
Resolves: #535
2010-08-22Include unbundled sound in Windows installerKevin Smith
2010-08-22Don't incorrectly mark all messages read in most recently opened chat when a ↵Kevin Smith
different chat is selected
2010-08-21Revert "Store avatars per profile."Remko Tronçon
2010-08-21Store avatars per profile.Remko Tronçon
2010-08-21Revert "Added SoundPlayer::isAvailable."Remko Tronçon
2010-08-21Added SoundPlayer::isAvailable.Remko Tronçon
2010-08-20Don't bundle sounds.Remko Tronçon
2010-08-20Disable dropping of images & URL context menus in the chat view.Remko Tronçon
2010-08-20Sort bookmark list.Kevin Smith
Resolves: #454
2010-08-20Don't temporarily show a scrollbar in chat input after growing.Kevin Smith
Resolves; #527
2010-08-20Focus the chat input again when the chat log is clicked.Kevin Smith
Resolves: #532
2010-08-20Don't include status in MUC roster sorting.Kevin Smith
Resolves: #536
2010-08-20Restart with previous (per-accoun) status.Kevin Smith
Resolves: #390
2010-08-20Cause fewer geometry updates while typing in chat windows.Kevin Smith
2010-08-20Fix chats sometimes not re-opening on new messages.Kevin Smith
Resolves: #533
2010-08-20Only add one vcard and caps element to each presence stanza.Kevin Smith
Resolves: #524
2010-08-20Don't crash when .app is 'open'ed on a Mac.Kevin Smith
Resolves: #534
2010-08-19Rolling back accidental commitKevin Smith
2010-08-19Compilation fix for UnicesKevin Smith
2010-08-19Fixed compilation on OS X.Remko Tronçon
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-08-11Disable fading in chats.Remko Tronçon
2010-08-07Don't crash if idle at the login screen.Kevin Smith
Resolves: #519
2010-07-28Fix for previous commit losing style for some MUC messages.Kevin Smith
Resolves: #516
2010-07-25Preparation for merging presences in the chat log.Kevin Smith
2010-07-25Fix MUC nick conflict resolution.Kevin Smith
Resolves: #514
2010-07-25Initial multi-account supportKevin Smith
2010-07-25ChatTabs improvements.Kevin Smith
Resolves: #504 Resolves: #507
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