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
/
QtFormWidget.cpp
Age
Commit message (
Expand
)
Author
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
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
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-07-09
Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form rend...
Richard Maudsley
2014-03-31
Render results forms with multi-values correctly
Richard Maudsley
2013-08-27
Fix crash in form widget.
Remko Tronçon
2013-08-23
FormField element refactoring.
Remko Tronçon
2012-05-11
Don't allow form results to get interpreted as HTML
Kevin Smith
2012-04-27
Clean up AdHoc to a usable state
Kevin Smith
2012-04-27
Don't allow editing of AdHoc result forms.
Kevin Smith
2011-09-28
Select defaults correctly in form widget.
Kevin Smith
2011-04-24
Set untyped fields to Text-Single.
Kevin Smith
2011-04-24
Initial Ad-Hoc commands support.
Kevin Smith