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
/
EventViewer
Age
Commit message (
Expand
)
Author
2015-07-10
Create notice events for incoming file-transfers
Tobias Markmann
2015-02-09
Fix UI update issue and enabled state of "Display Notice" in Notices view
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-11-13
Correct notification of Qt in EventModel about changes in the model.
Tobias Markmann
2013-04-19
Fixed compilation warning.
Remko Tronçon
2013-03-04
Qt5 support & warning fixes.
Remko Tronçon
2012-12-31
Fix more warnings.
Remko Tronçon
2012-12-30
Enable & fix pedantic CLang warnings.
Remko Tronçon
2012-04-12
Refactoring incoming MUC invites UI.
Tobias Markmann
2012-03-20
boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...
Tobias Markmann
2011-06-13
Added CppCheck script.
Remko Tronçon
2011-03-17
Fixed some more strings.
Remko Tronçon
2011-02-20
Make Swift translatable.
Remko Tronçon
2011-02-19
Make Swift translatable.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-02-13
Give all notices a default display.
Kevin Smith
2010-12-17
Fixed IPv6 network test.
Remko Tronçon
2010-10-22
Fixed memory leaks and segfault on signout.
Remko Tronçon
2010-10-10
Fix a crash when signing out.
Remko Tronçon
2010-10-08
Don't show multiple Notices selected when new ones are added.
Kevin Smith
2010-09-15
Moved events from Swiften to Swift.
Remko Tronçon
2010-07-23
Generate a Notice if your nick is mentioned in a MUC.
Kevin Smith
2010-06-26
Elide text in the various roster views.
Kevin Smith
2010-06-11
Show the time of Notices in the tooltip.
Kevin Smith
2010-06-09
Fixed windows compilation warnings.
Remko Tronçon
2010-06-09
Enabled & fixed some more C++ warnings.
Remko Tronçon
2010-05-26
Make the 'Read Notice' button more helpfully named.
Kevin Smith
2010-05-21
Disable the notice button until a notice is selected.
Kevin Smith
2010-05-13
Add 'Read Notice' button to the event view.
Kevin Smith
2010-04-16
Slighly better rendering for the Event view.
Kevin Smith
2010-04-12
Allow ErrorEvents into the EventController (display them to the user).
Kevin Smith
2010-04-12
Populate ErrorEvent for server disconnections.
Kevin Smith
2010-04-12
Show ErrorEvent when roster push fails.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2010-03-24
qdebug -> QtDebug.
Remko Tronçon
2010-03-23
Show EventWindow activity in roster tab.
Kevin Smith
2010-03-22
Sucky UI for subscription requests
Kevin Smith
2010-03-22
Lots of plumbing for event view.
Kevin Smith
2010-03-19
Don't show messages forever in the EventViewer.
Kevin Smith
2010-03-19
Start of event viewer.
Kevin Smith
2009-11-21
Removing compiler warnings.
Kevin Smith
2009-10-01
Preparations for adding subscription requests.
Kevin Smith
2009-08-16
Adding roster tabs, ready to take Events.
Kevin Smith