270
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ran the lot through indent -kr to fix KDevelop braindamage. Ugh. More... about 22 years ago
Fix some very ugly char[]-to-QString conversion, reported by valgrind. It didn't crash, but it can't be good either. More... about 22 years ago
I think 'delete this' is kinda evil in most code... instead just let the protocol delete contacts and all memory leaks and crahses seem to be gone for MSN :-) More... about 22 years ago
make it compile by adding kopetemessagemanager.cpp the thing is it was complaining for lack of destructor in kopetemessagemanager.moc.o for kopetemessagemanagerg More... about 22 years ago
Made it compile More... about 22 years ago
Made it compile More... about 22 years ago
first try More... about 22 years ago
New MessageManager More... about 22 years ago
Group related code is gone now from KMSNService and in MSNProtocol. More... about 22 years ago
Updated the TODO. Added close buttons on all tabs. More... about 22 years ago
kirc and UI fixes. More... about 22 years ago
showmenu wasnt being called More... about 22 years ago
Hooray for working messaging! Whoo! More... about 22 years ago
Initial messaging support, albeit with a bunch of holes. Yes, KJabber conflicts with Kit's existing library, but Neil will just have to chill until I rename it, which will be soon. More... about 22 years ago
Corrected CTCP reply support and implemented the /ctcp command (only ping is currently supported). More... about 22 years ago
-made my fix complete -ditched some kiconloader warnings More... about 22 years ago
-no need for an explicit this pointer in statusbaricon.cpp. -no need for an dummy QWidget/layout. setCentralWidget does it all for us. More... about 22 years ago
Added some QLayouts, so the preferences-diologue isn't screwed up.
wolffc
as Carsten Wolff
More... about 22 years ago
Lunchtime hacking: adding groups is now handled directly in MSNProtocol, no ugly kludge to KMSNService and back. More... about 22 years ago
Make a static accessor for the first service socket instance as if it were a singleton. Actually, it still _is_ a singleton at the moment, but that will not last very long, and the API doesn't enforce it, having a public constructor. More... about 22 years ago
compile More... about 22 years ago
don't delay the away popup in the toolbar More... about 22 years ago
add vim modeline More... about 22 years ago
- Implemented importance(), now online contacts are shown if offline users are turned off More... about 22 years ago
KMSNContact is now gone too in favour of MSNContact. The API is beginning to get saner, although there are still some very ugly hooks all around, even in the newer pieces, in order to keep the old cruft working... More... about 22 years ago
Seperated TabCompleter from IRCChatView. IRCChatView now inherits IRCChatViewBase. More... about 22 years ago
Added a topic field, with the ability to change the topic. More... about 22 years ago
Added initial support for CTCP messages. CTCP PING and CTCP VERSION is now replied to when clients query it. Also fixed the problem when someone changes their nick on one channel it doesn't broadcast the message onto channel in which the user isn't even in. More... about 22 years ago
KNotifier beep support for KopeteEvent's (Hendrik's patch) More... about 22 years ago
Fixlets More... about 22 years ago