Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | Use size_t instead of int in SpellParser::PositionPair | Tobias Markmann | |
Use of int required a lot of casts when using the indices with std::string methods. Furthermore code used -1 as error code, which should have used std::optional for invalid PoistionPair instnaces. Test-Information: All tests pass on Debian Stretch with clang-3.9. Change-Id: Ic5c44ed606deb58b6123d654f25fc50f047dfbc8 | |||
2016-09-29 | Fix potential resource leaks | Tobias Markmann | |
IDGenerator was missing the virtual keyword on its method which is reimplemented by SimpleIDGenerator. Some other classes were missing destructors or virtual destructors. Test-Information: Builds on macOS 10.12 with Qt 5.5.1, all unit tests pass. Change-Id: I482bc249578d38a922256d1fa5241515ce45d0c0 | |||
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann | |
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab | |||
2016-04-04 | Apply automated clang-tidy fixes and add missing includes | Tobias Markmann | |
Test-Information: Builds on OS X 10.11.4 and unit tests pass. Change-Id: I8775e8d1e3addbc88b220c1cc618637f706daca2 | |||
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias 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 | |||
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann | |
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8 | |||
2014-12-15 | Update Copyright In SwifTools | Kevin Smith | |
Change-Id: Ic5a0cd2d65caac21a748a9a6996a596ee80f5337 | |||
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith | |
Change-Id: I07256f23ffbb6520f5063bdfbed9111946c46746 | |||
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 | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-04-25 | Don't linkify /me actions. | Remko Tronçon | |
Resolves: #959 | |||
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | 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-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-10 | Fixed linkification of URLs followed by newlines. | Remko Tronçon | |
Resolves: #762 | |||
2010-12-26 | Fixed linkifying of unicode URLs. | Remko Tronçon | |
2010-10-27 | Changed linkifcation algorithm. | Remko Tronçon | |
2010-10-24 | Linkify links with @ in them properly. | Remko Tronçon | |
2010-08-19 | Fixed linkifying of urls containing '='. | Remko Tronçon | |
2010-07-24 | Improvements and further testing to tab completion. | Kevin Smith | |
Resolves: #506 Resolves: #498 | |||
2010-06-05 | Tab completion in MUCs. | Kevin Smith | |
Resolves: #440 | |||
2010-05-08 | Fixed linkify bug. | Remko Tronçon | |
Resolves: #326 | |||
2010-04-08 | Added copyrights to SwifTools. | Remko Tronçon | |
2010-01-29 | Fix tilde in links | Kevin Smith | |
2010-01-29 | Fix chatwindow unit tests | Kevin Smith | |
2009-11-23 | Fix linkifying links with '+'. | Remko Tronçon | |
2009-11-18 | Fix linkifying of urls with #. | Remko Tronçon | |
2009-11-16 | Add another linkifier test. | Remko Tronçon | |
2009-11-16 | Fixed Linkify on camel case URLs. | Remko Tronçon | |
2009-11-15 | Linkify URLs. | Remko Tronçon | |