Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | Update Copyright in Swift | Kevin Smith | |
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b | |||
2013-05-17 | Fixed unicode path handling. | Remko Tronçon | |
- Use boost::filesystem::path consistently for referring to files. - Use boost::filesystem streams for I/O, such that paths are always handled correctly. - Use stringToPath and pathToString for conversion between strings and boost::filesystem::path, to ensure we have consistent unicode handling across platforms and environments. The default constructor and string conversion uses platform-dependent encoding, depending on the global locale set in the application, which causes problems. So, unless you are in platform dependent code, the default constructor and string() function should not be used. When constructing paths from other paths (e.g. using operator/), also use stringToPath (instead of string arguments) if the path can contain unicode characters. Change-Id: If286bd9e71c8414afc0b24ba67e26ab7608ef6ea | |||
2013-01-09 | Highlighting support | Maciej Niedzielski | |
Change-Id: Ib6bd42cecff018998117bc1e7db279a62b3af434 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |
2010-08-21 | Revert "Added SoundPlayer::isAvailable." | Remko Tronçon | |
2010-08-21 | Added SoundPlayer::isAvailable. | Remko Tronçon | |
2010-08-20 | Don't bundle sounds. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2009-11-20 | Use QSound for sounds. | Remko Tronçon | |
2009-08-06 | Conditional includes to get the QtSoundPlayer to compile on Ubuntu. | Kevin Smith | |
2009-07-04 | Ding on new messages. | Kevin Smith | |
2009-06-28 | Moving resources into Swift/ and starting on Sound. | Kevin Smith | |