summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
Run 'clang-tidy -fix -checks=modernize-use-nullptr' on all source code files on OS X. This does not modernize platform specific code on Linux and Windows Test-Information: Code builds and unit tests pass on OS X 10.11.4. Change-Id: Ic43ffeb1b76c1a933a55af03db3c54977f5f60dd
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8
2014-12-15Update Copyright in SwiftKevin Smith
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b
2014-05-18Fix uninitialized variablesRemko Tronçon
Change-Id: I95b6b67dcafe338561d3dfb28664bc3bba6d1159
2013-03-04Qt5 support & warning fixes.Remko Tronçon
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514
2012-04-29Conditionally include DBUS on Linux.Remko Tronçon
2012-04-28Add a show/hide menu to the system tray on Ubuntu.Remko Tronçon
Resolves: #1112
2010-12-15Ensure Swift name is displayed in Windows systray.Remko Tronçon
Resolves: #515
2010-12-12Revert "Don't hide/show when clicking system tray on Mac."Remko Tronçon
This reverts commit 4644d6f1ae5136644b4c68bf70a8dcf6df63bece.
2010-12-12Don't hide/show when clicking system tray on Mac.Remko Tronçon
Resolves: #323
2010-10-26Create a 'connecting' icon.Remko Tronçon
2010-10-24Animated systray that worksKevin Smith
2010-10-24Missing line from last commitKevin Smith
2010-10-24Blind attempt at animated system trayKevin Smith
2010-07-23Don't allow a status change to override the new message systray icon.Kevin Smith
Resolves: #481
2010-06-26Show status in system tray.Kevin Smith
Resolves: #304
2010-04-21Fix non-determinism of DomainNameResolverTest.Remko Tronçon
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-08-28Show the hidden roster on system tray click.Kevin Smith
2009-08-10Migrated all configure flags to SCons.Remko Tronçon
2009-06-18System TrayKevin Smith
We need to have a look at the icons somewhat, but these will do for the second.