summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-04Fix issues raised by some warnings and reenable them in SwiftTobias Markmann
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-10-21Fix potential nullptr dereference in QtVCardWidgetTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias 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-11Fix translatability of vCard editor popup menu itemsTobias Markmann
2016-02-11Make Add <field> in the VCard wizard translatableEdwin Mons
2016-01-07Add file extension to star-unchecked.png referenceTobias Markmann
2015-09-04Fix middle name and suffix arrangement in vCard dialogTobias Markmann
2015-07-07Show old vCard in UI if vCard update is rejected by serverTobias Markmann
2015-05-31Remove magic number and fix QtVCardWidget::sizeHintTobias Markmann
2015-05-31Overriding QtVCardWidget::sizeHint() so ideally there is no scrollingTobias Markmann
2015-05-31Layout improvements to QtVCardPhotoAndNameFieldsTobias Markmann
2015-04-03Elide rightmost fields in the VCard dialogTobias Markmann
2015-03-27Fix terminology inconsistency "Organisation" -> "Organization"Tobias Markmann
2015-02-09Fix memory leaks reported by LSANTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-10-31Pass QString arguments by reference and not value.Tobias Markmann
2014-10-16Fix user experience issues related to blocking list editor.Tobias Markmann
2014-10-08Explain the use of preffered stars in 'Edit Profile' dialog if they are checked.Tobias Markmann
2014-10-07Fix clang compiler warning related to inititalization order of members in ctor.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-06Fix detailed name not being shown in profiles.Tobias Markmann
2014-05-26Fix uninitialized variables.Tobias Markmann
2014-05-18Fix uninitialized variablesRemko Tronçon
2013-10-26VCard: Add small margin to QtRemovableItemDelegate.Tobias Markmann
2013-10-26VCard: Move 'Add Field' button inside the scroll view.Tobias Markmann
2013-10-26VCard: Set a adequate initial size for VCard window.Tobias Markmann
2013-10-26VCard: Remove name fields from field menu. They're always displayed in edit m...Tobias Markmann
2013-10-26VCard: Fix address label name.Tobias Markmann
2013-10-26VCard: Guarantee an empty row when editing organisation units, so the user ca...Tobias Markmann
2013-10-26VCard: Removing whitespace due to empty fields in the full name.Tobias Markmann
2013-10-17VCard: Assert existence of field widgets instead of if-testing.Tobias Markmann
2013-10-09VCard UI fixes.Tobias Markmann
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2013-01-12Adding basic vCard edit/show support.Tobias Markmann