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-04-21 | Fix compilation when 3rdParty/ is not there. | Remko Tronçon | |
Change-Id: I6d86bf7d8dcc750ff69ff08500c9987b3c1de43e | |||
2013-04-05 | Silence a couple of warnings | Kevin Smith | |
Change-Id: I86569f168987c1b02bd4a45e569b1acffa3f8007 | |||
2013-03-30 | Fix HUNSPELL flags. | Remko Tronçon | |
Change-Id: I5d728024dc52ec3279528e9f0bf4b0508c459107 | |||
2013-03-26 | Adding basic support for native spell checking on Mac OS X. | Tobias Markmann | |
Change-Id: Id29313a06f052ecbaef54be0c185cd7f1df375a2 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-03-18 | Only attempt ten extensions before giving up on joining a room | Kevin Smith | |
Change-Id: Ic7d26086a51e346605cb85201d55bf8cbc4249f1 | |||
2013-03-15 | Spell checker implementation using Hunspell | Vlad Voicu | |
Change-Id: Ia15b6532edf6eef7c45bdfb273e77f65ce998f13 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details | |||
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2013-01-01 | Fix Objective-C memory leaks. | Remko Tronçon | |
Change-Id: I62206d3813e8873f027ff46e525a30bcb2e945c9 | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-12-23 | Fix compilation of CrashReporter. | Remko Tronçon | |
Change-Id: I7440eedcf6304ff142029324450af35a5b9606f0 | |||
2012-12-23 | Assert when APPDATA or USERPROFILE is null. | Remko Tronçon | |
This seems to sometimes happen in our CI builds. This should make it easier to at least detect that this is the case. Change-Id: Iab59bbc10a14e350df9ef240c8a862ce8ea68794 | |||
2012-11-24 | Enable breakpad on windows. | Remko Tronçon | |
Change-Id: Ic9e817ae15dc2b70bf56127fdfb048d23d20b4fa | |||
2012-09-15 | Added URL parser. | Remko Tronçon | |
2012-08-17 | Added Breakpad support for Windows. | Remko Tronçon | |
2012-07-17 | Make sure flags are consistent across different modules. | Remko Tronçon | |
2012-04-25 | Don't linkify /me actions. | Remko Tronçon | |
Resolves: #959 | |||
2012-04-17 | Fixing some clang warnings. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-15 | Added purge to Growl. | Remko Tronçon | |
2012-03-15 | Fix compilation error | Kevin Smith | |
2012-03-14 | Dispose of notification callbacks once the account signs out. | Kevin Smith | |
Fixes segfaults caused by clicking notifications after the handlers had been freed. Does not fix GrowlNotifier, which needs fixing later. | |||
2012-03-09 | Fixed Growl crash. | Remko Tronçon | |
2012-03-09 | Handle double growl callbacks. | Remko Tronçon | |
2012-01-14 | Include intrusive_ptr after intrusive_ptr_ref functions. | Remko Tronçon | |
This avoids compilation problems with CLang. | |||
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-12-23 | Updated Growl notifier to work against Growl 1.3. | Remko Tronçon | |
2011-10-24 | Don't register ourself as default URI handler. | Remko Tronçon | |
We need to ask the user first. | |||
2011-07-11 | Make IdleDetector a parameter of MainController. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-11 | Fixed IdleQuerierTest linking with gold. | Remko Tronçon | |
2011-05-25 | Added 'assertions' scons flag. | Remko Tronçon | |
2011-05-05 | Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon | |
2011-04-26 | Added CertificateMemoryStorage. | Remko Tronçon | |
2011-04-22 | Merge unread tab titles legibly. | Kevin Smith | |
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485 | |||
2011-04-19 | Use a bar to show where the last read messages in a chat are | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-18 | JID escaping algorithm refactoring. | Remko Tronçon | |
Made algorithm more efficient. Fixed some incorrect escaping. Added more tests from the XEP. | |||
2011-04-18 | Fixed compilation on older GCCs. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-02 | Do not crash when clicking system message notifications. | Remko Tronçon | |
Resolves: #818 | |||
2011-03-12 | Unix compilation fixes. | Remko Tronçon | |
2011-03-12 | Small cleanup. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Fixed UnixApplicationPathProvider. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-10 | Fixed linkification of URLs followed by newlines. | Remko Tronçon | |
Resolves: #762 | |||
2011-01-18 | Cleaned up some code. | Remko Tronçon | |