Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
QtUI
/
QtVCardWidget
/
QtVCardWidget.cpp
Age
Commit message (
Expand
)
Author
2016-10-21
Fix potential nullptr dereference in QtVCardWidget
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-04-01
Modernize code to use C++11 nullptr using clang-tidy
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2016-02-11
Make Add <field> in the VCard wizard translatable
Edwin Mons
2015-07-07
Show old vCard in UI if vCard update is rejected by server
Tobias Markmann
2015-05-31
Remove magic number and fix QtVCardWidget::sizeHint
Tobias Markmann
2015-05-31
Overriding QtVCardWidget::sizeHint() so ideally there is no scrolling
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-10-07
Hide unchecked preferred stars in profile editor where there is only one field.
Tobias Markmann
2013-10-26
VCard: Move 'Add Field' button inside the scroll view.
Tobias Markmann
2013-10-26
VCard: Set a adequate initial size for VCard window.
Tobias Markmann
2013-10-26
VCard: Remove name fields from field menu. They're always displayed in edit m...
Tobias Markmann
2013-01-12
Adding basic vCard edit/show support.
Tobias Markmann