Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-11-01 | Small tweaks to DummySystemTray & MemoryStoragesFactory. | Remko Tronçon | |
2010-11-01 | Added dummy sound player & system tray. | Remko Tronçon | |
2010-10-31 | Include colons in labels. | Kevin Smith | |
Resolves: #605 | |||
2010-10-31 | Tweak the group triangles a bit. | Remko Tronçon | |
2010-10-31 | Fix triangle drawing. | Remko Tronçon | |
Resolves: #634 | |||
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-31 | Remove pending events from a Timer when the timer is stopped. | Remko Tronçon | |
2010-10-31 | Make Timer one-shot. | Remko Tronçon | |
2010-10-30 | Rename swift Debian package to swift-im. | Remko Tronçon | |
2010-10-30 | When MUC notifications are clicked, open the MUC. | Remko Tronçon | |
Release-Notes: When clicking notifications coming from rooms, bring up the room dialog. Resolves: #674 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon | |
The error parameter is optional. | |||
2010-10-30 | Register default Growl notifications correctly. | Remko Tronçon | |
Release-Notes: When registering with Growl, we now request incoming message popups to be enabled by default. | |||
2010-10-29 | Make ChatStateNotifier use StanzaChannel directly. | Remko Tronçon | |
2010-10-29 | Make Qt non-mandatory for global build. | Remko Tronçon | |
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-28 | Only match against Boost MT library. | Remko Tronçon | |
2010-10-28 | Tweaked boost detection a bit. | Remko Tronçon | |
2010-10-28 | Auto-detect boost on windows. | Remko Tronçon | |
2010-10-28 | Fixed SCons error. | Remko Tronçon | |
2010-10-28 | Added boost prefix flag. | Remko Tronçon | |
2010-10-28 | Add some more modules to Doxygen. | Remko Tronçon | |
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
2010-10-27 | Fixed Linux compilation. | Remko Tronçon | |
2010-10-27 | Starting to test getHighestPriorityPresence | Kevin Smith | |
2010-10-27 | Changed linkifcation algorithm. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-27 | Fixed windows compilation issues. | Remko Tronçon | |
2010-10-26 | Fixed typo. | Remko Tronçon | |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-26 | Create a 'connecting' icon. | Remko Tronçon | |
2010-10-26 | Don't show directories in doxygen. | Remko Tronçon | |
2010-10-26 | Added missing #pragma onces. | Remko Tronçon | |
2010-10-25 | Some more Doxyfile tweaks. | Remko Tronçon | |
2010-10-25 | Tweaked DoxyFile. | Remko Tronçon | |
2010-10-25 | More documentation. | Remko Tronçon | |
2010-10-25 | Updated doxygen. | Remko Tronçon | |
2010-10-25 | Removing Shared.h. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Added more missing platform link libraries. | Remko Tronçon | |
2010-10-24 | Added missing platform link flags. | Remko Tronçon | |
2010-10-24 | Link against libstdc++. | Remko Tronçon | |
2010-10-24 | Added 'link' flag to SConstruct. | Remko Tronçon | |
2010-10-24 | Only include public-facing files in doxygen documentation. | Remko Tronçon | |
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |
2010-10-24 | Added some doxygen docs. | Remko Tronçon | |
2010-10-24 | Linkify links with @ in them properly. | Remko Tronçon | |
2010-10-24 | Added excludes to Doxygen. | Remko Tronçon | |
2010-10-24 | Animated systray that works | Kevin Smith | |