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