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
/
QtUIFactory.cpp
Age
Commit message (
Expand
)
Author
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
2015-04-10
Fix keyboard shortcuts for --no-tabs mode
Tobias Markmann
2015-03-28
Move common code into a shared QtUIFactory::showTabs() method
Tobias Markmann
2015-02-11
Fix --no-tabs mode broken
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-12-14
Add support for new trellis layout for chat windows.
Tobias Markmann
2014-07-09
Reworked highlight rules dialog. Added support for highlighting individual wo...
Richard Maudsley
2014-07-09
Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form rend...
Richard Maudsley
2014-07-09
Refactor AdHoc forms.
Richard Maudsley
2013-10-01
Adding support for impromptu MUCs.
Tobias Markmann
2013-03-27
Adding support for Blocking Command (XEP-0191) to Swift(-en).
Tobias Markmann
2013-03-04
Qt5 support & warning fixes.
Remko Tronçon
2013-01-09
Highlighting support
Maciej Niedzielski
2012-12-23
Remember window splitter placement in netbook mode
Kevin Smith
2012-12-23
Make the splitter into a class
Kevin Smith
2012-12-23
Save recent status messages and allow easy setting.
Kevin Smith
2012-09-08
Support whiteboarding.
Mateusz Piekos
2012-08-30
History dialog
Cătălin Badea
2012-06-15
Preliminary emoticon work.
Kevin Smith
2012-04-25
Clicking the OS X dock brings the app to the front.
Remko Tronçon
2012-04-11
Added support for determining SmartCard Reader associated with a certificate ...
Alexey Melnikov
2012-02-21
Introduce system settings policies.
Kevin Smith
2011-11-28
Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-...
Tobias Markmann
2011-11-01
Having a play with a compact roster mode
Kevin Smith
2011-10-29
Make the --eagle-mode banner per-login, not per-run
Kevin Smith
2011-10-04
Allow both instant and reserved rooms.
Kevin Smith
2011-09-25
Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...
Tobias Markmann
2011-07-18
Issue activate() on MUCs joined through Join dialog.
Kevin Smith
2011-05-13
Don't crash when chat windows are deleted.
Kevin Smith
2011-05-12
Allow Chat Window Font resizing
Kevin Smith
2011-04-24
Initial Ad-Hoc commands support.
Kevin Smith
2011-02-26
Add "Edit details" section to Add User widget.
Remko Tronçon
2011-02-07
Reworking contact editing.
Remko Tronçon
2011-02-04
Cleaned up some unused code.
Remko Tronçon
2011-01-30
Added profile edit dialog.
Remko Tronçon
2011-01-20
Use a dedicated Join MUC dialog.
Remko Tronçon
2010-12-23
Turn the 'Find other users' into seperate add/chat menu items with a wizard.
Kevin Smith
2010-12-22
Basic User Search support, and Find Rooms cleanup.
Kevin Smith
2010-12-19
Calling with --start-minimized will not show login/roster at launch.
Kevin Smith
2010-12-17
Collapsed all UI factories into UIFactory.
Remko Tronçon