Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-11 | Add (No message) to the top four status setters when empty. | Kevin Smith | |
Resolves: #459 | |||
2010-06-11 | Show the time of Notices in the tooltip. | Kevin Smith | |
Resolves: #396 | |||
2010-06-11 | Avoid compiler warnings for the group delegate | Kevin Smith | |
2010-06-11 | Back off reconnects after an error. | Kevin Smith | |
Resolves: #342 | |||
2010-06-10 | Fixed quoting of version detection.swift-1.0beta2 | Remko Tronçon | |
2010-06-10 | Fixing hippo lineendings | Kevin Smith | |
2010-06-10 | Added entry for debian changelog. | Remko Tronçon | |
2010-06-10 | Fixed version detection script. | Remko Tronçon | |
2010-06-09 | Fixed windows compilation warnings. | Remko Tronçon | |
2010-06-09 | Fixed potential bug in DIGEST-MD5 quote handling. | Remko Tronçon | |
2010-06-09 | Fixed compilation warningns for Linux build. | Remko Tronçon | |
2010-06-09 | Remove compilation warnings from tests. | Remko Tronçon | |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-09 | Fixed compilation warnings. | Remko Tronçon | |
2010-06-09 | Add warning flag for non-virtual destructors. | Remko Tronçon | |
2010-06-07 | Tentative fix for segfaulting on roster changes. | Kevin Smith | |
Logically, this would fix it - but it's not reproduceable to check so we'll have to wait and see. It's possible that this is going to impact performance. Testing required. Resolves: #414 | |||
2010-06-07 | Make MUC groups open on single click too. | Kevin Smith | |
Resolves: #403 | |||
2010-06-07 | Don't resolve Nick for a bare MUC JID as an empty string. | Kevin Smith | |
Resolves: #435 | |||
2010-06-07 | Remove TODO. | Remko Tronçon | |
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-06 | Debug Console now has a window title when its tab is selected. | Kevin Smith | |
Resolves: #355 | |||
2010-06-06 | Pressing Enter in the room field of the MUC Find window now joins the room. | Kevin Smith | |
Resolves: #449 | |||
2010-06-05 | Don't scroll chattlog if not at end. | Remko Tronçon | |
Resolves: #44 | |||
2010-06-05 | Fix compilation on non-Macs | Kevin Smith | |
2010-06-05 | Tab completion in MUCs. | Kevin Smith | |
Resolves: #440 | |||
2010-06-04 | Starting towards tooltips for the colour-blind. | Kevin Smith | |
Putting status show names along with the text in tooltips. Covers the MeView and roster entries. Still ToDo: status setter Resolves: #429 | |||
2010-06-04 | Allow roster show/hide in netbook mode. | Kevin Smith | |
Resolves: #450 | |||
2010-06-04 | Lower build dependencies to Ubuntu 9.04 | Kevin Smith | |
2010-06-04 | Remove SQLite tests. | Remko Tronçon | |
2010-06-04 | Put logo on MUC search window. | Remko Tronçon | |
2010-06-04 | Add option to autojoin when joining a room. | Kevin Smith | |
Resolves: #380 | |||
2010-06-04 | Don't put icons on windows on OS X. | Remko Tronçon | |
2010-06-04 | Tweaked chat logo. | Remko Tronçon | |
2010-06-04 | Put icons on windows. | Remko Tronçon | |
2010-06-03 | Use SASL EXTERNAL for authenticating in Slimber. | Remko Tronçon | |
2010-06-03 | Remove SQLite and SQLiteHistoryManager. | Remko Tronçon | |
2010-06-03 | Remove -ldl check. | Remko Tronçon | |
It seems we don't even need it on OS X. | |||
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-06-03 | Don't link against dl. | Remko Tronçon | |
If this breaks Mac OS X compilation, we should do a platform check. | |||
2010-06-03 | Always generate DefaultThemeQRC if the default thheme changed. | Remko Tronçon | |
2010-06-02 | Don't build C-Ares. | Remko Tronçon | |
We don't use it yet. | |||
2010-06-02 | Don't use unknown_program_option.get_option_name() on older Boosts. | Remko Tronçon | |
2010-06-02 | Add workaround for distros that don't have boost UUID. | Remko Tronçon | |
Cherry pick UUID out of 3rdParty, and use this as an include path. Since UUID is a header-only lib, this shouldn't pose problems. | |||
2010-06-02 | Make package script more foolproof. | Remko Tronçon | |
2010-06-02 | Detect & use system Boost version if present. | Remko Tronçon | |
2010-06-02 | Add LibIDN to Debian package build requirements. | Remko Tronçon | |
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Serialize <success/> stanza correctly. | Remko Tronçon | |
2010-06-02 | Add missing boost_signalslib.h file. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. |