summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-09Fix warning coloring of chat input fieldTobias Markmann
2016-03-04Remove unneeded files from old highlight editor UITobias Markmann
2016-02-15Disable file-transfers to MUC PM contactsswift-3.0rc3Tobias Markmann
2016-02-15Fix crash when saving a received file to non-writable locationTobias Markmann
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-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-01-24Change version information in about dialog to be selectableTobias Markmann
2016-01-18Remove unused variable reported by GCCTobias Markmann
2016-01-07Add file extension to star-unchecked.png referenceTobias Markmann
2015-12-17Show file-transfer description if providedTobias Markmann
2015-11-30Workaround QTabBar early eliding bug on OS XTobias 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-10Fix certificate-less login in SwiftTobias Markmann
2015-11-09Improve QtTextEdit::sizeHint() for symmetric vertical paddingTobias Markmann
2015-10-30Only highlight text if a highlight color is setTobias Markmann
2015-10-30Ignore DND drops of JIDs for contacts already in the conversationTobias Markmann
2015-10-30Add missing disconnect() from signal in QtChatWindowTobias Markmann
2015-10-27Change window icon to default avatar on WindowsTobias Markmann
2015-10-13Fix crash in user search dialog for invitation use caseTobias Markmann
2015-10-07Fix wording so text is independent of sender/receiver caseTobias Markmann
2015-09-22Keep scroll position in highlight rule editor when moving rulesTobias Markmann
2015-09-22Fix 'unused' member/parameter compiler warnings reported for SwiftTobias Markmann
2015-09-22Reset potential warning when opening 'Add Contact' dialogTobias Markmann
2015-09-18Save 'apply to all' property in highlight rule editorTobias Markmann
2015-09-18Set keyboard focus to text input after selecting an emoticonTobias Markmann
2015-09-16Only put qt.conf as resource binary for Windows buildsTobias Markmann
2015-09-04Fix middle name and suffix arrangement in vCard dialogTobias Markmann
2015-09-03Initial support for OS X Notification CenterTobias Markmann
2015-09-03Add close button to about dialog for Linux desktopsTobias Markmann
2015-08-11Fix accelerator for "Chats" tab in the main windowTobias Markmann
2015-08-11Disabling HiDPI support for Qt on WindowsTobias Markmann
2015-08-11Fix crash on trellis shortcuts if no chat window is openTobias Markmann
2015-08-11Remove extra space in file transfer file size textTobias Markmann
2015-07-14Fix memory leak in QtUserSearchWindowTobias Markmann
2015-07-13Fix Swift crash during start because of spellcheck codeTobias Markmann
2015-07-13Change label of button clearing the file transfer listTobias Markmann
2015-07-10Implement logic behind 'Clear all' buttonTobias Markmann
2015-07-10Create notice events for incoming file-transfersTobias Markmann
2015-07-10Stay scrolled at bottom of chat view during a file transferTobias Markmann