Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias 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-31 | Convert tabs to 4 spaces for all source files | Tobias 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-30 | Apply consistent #include grouping and sorting style | Tobias 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-15 | Update Copyright in Swift | Kevin Smith | |
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b | |||
2014-05-18 | Fix uninitialized variables | Remko Tronçon | |
Change-Id: I95b6b67dcafe338561d3dfb28664bc3bba6d1159 | |||
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2012-04-29 | Conditionally include DBUS on Linux. | Remko Tronçon | |
2012-04-28 | Add a show/hide menu to the system tray on Ubuntu. | Remko Tronçon | |
Resolves: #1112 | |||
2010-12-15 | Ensure Swift name is displayed in Windows systray. | Remko Tronçon | |
Resolves: #515 | |||
2010-12-12 | Revert "Don't hide/show when clicking system tray on Mac." | Remko Tronçon | |
This reverts commit 4644d6f1ae5136644b4c68bf70a8dcf6df63bece. | |||
2010-12-12 | Don't hide/show when clicking system tray on Mac. | Remko Tronçon | |
Resolves: #323 | |||
2010-10-26 | Create a 'connecting' icon. | Remko Tronçon | |
2010-10-24 | Animated systray that works | Kevin Smith | |
2010-10-24 | Missing line from last commit | Kevin Smith | |
2010-10-24 | Blind attempt at animated system tray | Kevin Smith | |
2010-07-23 | Don't allow a status change to override the new message systray icon. | Kevin Smith | |
Resolves: #481 | |||
2010-06-26 | Show status in system tray. | Kevin Smith | |
Resolves: #304 | |||
2010-04-21 | Fix non-determinism of DomainNameResolverTest. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2009-08-28 | Show the hidden roster on system tray click. | Kevin Smith | |
2009-08-10 | Migrated all configure flags to SCons. | Remko Tronçon | |
2009-06-18 | System Tray | Kevin Smith | |
We need to have a look at the icons somewhat, but these will do for the second. |