summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Expand)Author
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-29Refactored keyword highlightingTobias Markmann
2016-03-29Replace chat view theme with one based on the new designTobias Markmann
2016-03-11Fix translatability of vCard editor popup menu itemsTobias Markmann
2016-03-10Fix crashes in spellchecking code in case of broken backendTobias Markmann
2016-03-09Improve profile editing UX when vCard is not supportedTobias Markmann
2016-03-09Fix warning coloring of chat input fieldTobias Markmann
2016-03-04Remove unneeded files from old highlight editor UITobias Markmann
2016-02-26Fix minor gripes in Dutch translationswift-3.0Edwin Mons
2016-02-26Update German translationTobias Markmann
2016-02-25Disable Hunspell support by default as it is not finished yetTobias Markmann
2016-02-15Disable file-transfers to MUC PM contactsswift-3.0rc3Tobias Markmann
2016-02-15Update Dutch translationEdwin Mons
2016-02-15Fix crash when saving a received file to non-writable locationTobias Markmann
2016-02-15Fix file-transfer UI replace after presence change glitchTobias Markmann
2016-02-15Update Dutch translationEdwin Mons
2016-02-15Move QApplication instantiation in QtUI/main.cpp downEdwin Mons
2016-02-11Make Add <field> in the VCard wizard translatableEdwin Mons
2016-02-10Fix update_translationsEdwin Mons
2016-02-04Remove abandoned Swiftob subprojectswift-3.0rc1Tobias Markmann
2016-02-04Anonymise owner and group in source tar packageEdwin Mons
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-02-01Fix MUC nickname change error in ChatControllerTobias Markmann
2016-01-24Change version information in about dialog to be selectableTobias Markmann
2016-01-22Add missing Timer related cleanup codeTobias Markmann
2016-01-19Reset impromptu support flag when logging offTobias Markmann
2016-01-18Remove unused variable reported by GCCTobias Markmann
2016-01-07Add file extension to star-unchecked.png referenceTobias Markmann
2015-12-17Do not consult presence oracle for MUC PM presenceTobias Markmann
2015-12-17Show file-transfer description if providedTobias Markmann
2015-12-17Remove superfluous member in ChatsManagerTobias Markmann
2015-12-16Fix crash related to removal of contactsTobias Markmann
2015-11-30Workaround QTabBar early eliding bug on OS XTobias Markmann
2015-11-28Close 'Edit Profile'-dialog on sign outTobias Markmann
2015-11-26Request redraw of recent chats on compactness changeTobias Markmann
2015-11-25Fix Ctrl + Tab shortcut when MUC contact list is selectedTobias Markmann
2015-11-11Break out of .deb packaging on errorKevin Smith
2015-11-11Update .deb platformsKevin Smith
2015-11-10Update .deb packaging for Qt5Kevin Smith
2015-11-10Fix certificate-less login in SwiftTobias Markmann
2015-11-09Improve QtTextEdit::sizeHint() for symmetric vertical paddingTobias Markmann
2015-11-06Making virtual calls in constructor of ChatControllers explicitTobias Markmann
2015-11-06Make methods non-virtual that are not overridden by subclassTobias Markmann
2015-11-04Fix swiften handling when client certificate is missingGurmeen Bindra