Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-26 | Compile FreeDesktopNotifier again | Kevin Smith | |
Change-Id: Iea271740d1f2e0a8a81d9ca5914fe24172a379e4 | |||
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 | |||
2011-02-14 | Removed use of P2QSTRING in FreeDesktopNotifier. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-04 | Make FreeDesktop notification async. | Remko Tronçon | |
2011-01-31 | Escape XML tags in FreeDesktop notifications. | Remko Tronçon | |
Resolves: #756 | |||
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-24 | Scale avatars in freedesktop notifications. | Remko Tronçon | |
Resolves: #616 Release-Notes: Pictures in the message popups on Linux are now scaled down. | |||
2010-10-24 | Avoid QtDBus compilation warning. | Remko Tronçon | |
2010-10-23 | Fixed compilation errors due to previous commit. | Remko Tronçon | |
2010-10-05 | Added FreeDesktopNotifier. | Remko Tronçon | |