Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2012-10-15 | Add command-line argument to override language. | Remko Tronçon | |
Change-Id: Ie86689df58ed5134b1ed558d509d33123eb2bcbc | |||
2012-08-17 | Added Breakpad support for Windows. | Remko Tronçon | |
2012-03-01 | Added extra safety for loading translations. | Remko Tronçon | |
2012-02-29 | Add default translation file for english. | Remko Tronçon | |
2012-02-29 | Temporary workaround for translations being used instead of English | Kevin Smith | |
2012-02-28 | Use built-in Qt 4.8 language selection mechanism. | Remko Tronçon | |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed Debian manpages installation. Use LibXML as a Debian source dependency (instead of Expat) Tweak help documentation and add manpages. Conflicts: Swift/QtUI/QtSwift.cpp | |||
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-06-13 | Some more Cppcheck tweaks. | Remko Tronçon | |
2011-02-20 | Make sure translations are found on case-sensitive filesystems. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2010-06-02 | Don't use unknown_program_option.get_option_name() on older Boosts. | Remko Tronçon | |
2010-04-24 | Don't segfault on unknown command-line parameters. | Kevin Smith | |
Resolves: #327 | |||
2010-04-23 | Make latency stats optional. | Kevin Smith | |
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug. | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2009-11-27 | Integrated Sparkle auto-updater. | Remko Tronçon | |
2009-06-21 | Enable netbook mode with any commandline parameters | Kevin Smith | |
2009-06-10 | Moved UI/Qt -> Swift/QtUI. | Remko Tronçon | |