summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-28Add missing default c-tor, copy c-tor and assignment operator to element for ...HEADmasterTobias Markmann
2014-10-28Only handle impromptu MUC invites once.Tobias Markmann
2014-10-23Fix code in response to clang warnings.Tobias Markmann
2014-10-23Adding notes to Windows build instructions based on recent experience.Tobias Markmann
2014-10-21Fix crash when Swiften isn't loaded dynamically via JNI.Tobias Markmann
2014-10-21Fix libunbound support in Swiften which was broken since API change in 8ec22a9.Tobias Markmann
2014-10-20Change old C-style cast to static_cast.Tobias Markmann
2014-10-20Update Boost in 3rdParty to version 1.56.0.Tobias Markmann
2014-10-17Disable online only actions when offline.Tobias Markmann
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-10-17Make core.c generation compatible with Python 2.4Edwin Mons
2014-10-16Specify minimal Windows API version for Windows builds.Tobias Markmann
2014-10-16Change text in blocking list editor from 'click' to 'double-click' to reflectTobias Markmann
2014-10-16Add missing shebang to Boost update script.Tobias Markmann
2014-10-16Fix user experience issues related to blocking list editor.Tobias Markmann
2014-10-14Remove empty fields from XEP-0055 search query before sending it over the wire.Tobias Markmann
2014-10-14Fix tab order of join room dialog.Tobias Markmann
2014-10-13Correctly set 'jabber:client' namespace on message/presence/IQ stanzas for BO...Tobias Markmann
2014-10-13Regress Python requirement to 2.4 againKevin Smith
2014-10-10Fix JID auto-complete item select not working when adding a contact.Richard Maudsley
2014-10-09Prevent renaming of 'Contacts' roster group used for groupless contacts.Tobias Markmann
2014-10-08Explain the use of preffered stars in 'Edit Profile' dialog if they are checked.Tobias Markmann
2014-10-08Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes.Tobias Markmann
2014-10-08Prevent multiple chat window alerts being shown with the same message.Richard Maudsley
2014-10-07Fix clang compiler warning related to inititalization order of members in ctor.Tobias Markmann
2014-10-07Fix QLayout related warning.Tobias Markmann
2014-10-07Add tooltip to preferred stars of profile editor to describe what it's for.Tobias Markmann
2014-10-07Hide unchecked preferred stars in profile editor where there is only one field.Tobias Markmann
2014-10-06Do not send chat state notifications to blocked contacts.Tobias Markmann
2014-10-06Fix detailed name not being shown in profiles.Tobias Markmann
2014-10-06Allow scons to not require an IDN libraryKevin Smith
2014-10-06Fix own avatar in contact list header not updated on VCard edit.Tobias Markmann
2014-10-06Always bring 'Edit contact' window to the top on 'Edit contact' so it is visibleTobias Markmann
2014-10-03Suggest MUC occupants when typing in highlight editor JID boxRichard Maudsley
2014-10-01Disable drag of text and images (like avatars) in chat views.Tobias Markmann
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-10-01Render selected highlight item rule in italicRichard Maudsley
2014-10-01Fix resizability behavior of 'Edit Bookmark'-Dialog.Tobias Markmann
2014-09-30Always bring profile window to the top on 'Show Profile' so it is visible to theTobias Markmann
2014-09-21Add Czech translationRemko Tronçon
2014-09-20Fix ASAN-reported heap-use-after-free bug.Tobias Markmann
2014-09-18Only allocate BlockResponder and UnblockResponder once. Fixes ASANTobias Markmann
2014-09-18Fix memory leak of mucRecentsMenu_ in QtChatListWindow.Tobias Markmann
2014-09-17Handle Isode's IQ ForwardingKevin Smith
2014-09-16Add Subject element convertor to SluiftEdwin Mons
2014-09-16Fix boost::optional abuses that stop compilation with latest boostKevin Smith
2014-08-21Clean up compilation errors in Swiften due to boost 1.56Kevin Smith
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-08-10Address memory leakKevin Smith
2014-08-10Fix blocklist not being requested on reconnect.Richard Maudsley