summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-05Don't lose unknown roster content.Remko Tronçon
Resolves: #555
2010-09-03Try the throbber after the messageKevin Smith
2010-09-03XEP-0198 Ack support in the UIKevin Smith
Resolves: #7
2010-09-03Establish stream management after resource bind.Remko Tronçon
2010-09-03Added SCons flag to ignore test result.Remko Tronçon
2010-09-03Squash presence in chat and MUC windows.Kevin Smith
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430
2010-09-02Added check_output SCons flag to generate an XML report.Remko Tronçon
2010-08-30Comment about scrolling being untrustworthyKevin Smith
2010-08-30Remove debug outputKevin Smith
2010-08-30Start scrolling on new messages.Kevin Smith
Resolves: #551
2010-08-30Assertion checks for adding messages etc.Kevin Smith
2010-08-30Track dependencies of resource dirs correctly in Windows bundle.Remko Tronçon
2010-08-30Render the Chat view directly with DOM commands, not javascript.Kevin Smith
Tested locally, but it's conceivable there will be regressions.
2010-08-29Fixed link errors due to previous commit.Remko Tronçon
2010-08-29Put platform flags in PLATFORM_FLAGS variable.Remko Tronçon
This should avoid problems with --as-needed. Resolves: #547
2010-08-29Added stanza acking support to client.Remko Tronçon
2010-08-29Renamed SessionManagement* to StreamManagement*.Remko Tronçon
2010-08-29Added Stream Management support to Stream Features.Remko Tronçon
2010-08-29Added Stanza Ack Requester & Responder.Remko Tronçon
2010-08-29Added StanzaAckParserTest.Remko Tronçon
2010-08-28Added elements, parsers & serializers for XEP-0198 Stanza Acking.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-25Added cc,cxx, and distcc SCons flags.Remko Tronçon
2010-08-25Create all parent directories for avatar cache if necessary.Remko Tronçon
2010-08-25Added VCardMemoryStorageFactory.Remko Tronçon
2010-08-24Split out VCardUpdateAvatarManager from AvatarManager.Remko Tronçon
2010-08-24Implemented VCardManager.Remko Tronçon
2010-08-24Added VCardStorage.Remko Tronçon
2010-08-24Added Eclipse code templates.Remko Tronçon
2010-08-24Work around LibXML failing on namespace errors/warnings.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-21Fixed a few avatar unit tests.Remko Tronçon
2010-08-21Revert "Added SoundPlayer::isAvailable."Remko Tronçon
2010-08-21Added SoundPlayer::isAvailable.Remko Tronçon
2010-08-20Comply to FreeDesktop.org standard for storing data files.Remko Tronçon
Resolves: #526
2010-08-20getExecutableDir() -> getDataDir().Remko Tronçon
2010-08-20Fix unix compilation.Remko Tronçon
2010-08-20Make resource paths comply with OpenDesktop standards.Remko Tronçon
2010-08-20Don't bundle sounds.Remko Tronçon
2010-08-20Fix Slimber build.Remko Tronçon
2010-08-20Disable dropping of images & URL context menus in the chat view.Remko Tronçon