270
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Ryan's work More... almost 22 years ago
KopeteStdAction updates More... almost 22 years ago
More fixing. And yes, the last commit had some accidental changes mixed in... I'll give you the full story when I'm finished porting the plugins... More... almost 22 years ago
Automatically add a contact's group if it doesn't exist in addContact More... almost 22 years ago
Don't crash on plugins that aren't protocols. I'd backport to KOPETE_0_3_BRANCH, but we really want to discourage people making plugins for that API ;) More... almost 22 years ago
Refactoring step 2: Clean up the #include mess in msnprotocol.h Speeds up compilation quite a bit already, and this is just a single .h file.... More... almost 22 years ago
Refactoring MSN, step 1: - Make all data members private. Only engine was accessed from outside the class (eek! :). engine is now accessible through the member function msnService(), although it might be a good idea to have wrappers in MSNProtocol for the few things it needs to provide to the outside world. That's for later, though. The idea behind refactoring is to take _small_ steps and keep the code compilable and runnable at any time :-) - See above, renamed engine to m_msnService with accessor msnService() - Reordered the function definitions. This last change means that anyone with local changes to msnprotocol.h will almost certainly end up with conflicts. Sorry, but it has to be done some day... More... almost 22 years ago
Updated IRC changes More... almost 22 years ago
Added /server support, tons of configuration options, fixed many bugs. Also support for colors, bold and underlining in messages. Moved a lot of duplicated code into its own class for reusability. Lets just say that this is one small step for me, and one big step for mankind ;) More... almost 22 years ago
Captialization More... almost 22 years ago
Small MSN cleanup More... almost 22 years ago
Make icons worky More... almost 22 years ago
Fixes More... almost 22 years ago
Corrected typographical errors More... almost 22 years ago
- email updated More... almost 22 years ago
More API restructuring. Porting and implementation isn't entirely complete yet, but it's bedtime. At least ICQ works reasonably well. More... almost 22 years ago
Committing the KopetChatWindow class. It is now a class that seems to look ok, but most of the functions are not properly filled in yet. Therefore none of the plugins uses it yet. More... almost 22 years ago
IMContact de-evilifcation: phase #1 More... almost 22 years ago
fix msn-submenu in systray More... almost 22 years ago
Much better fix for mETz's evil hack. Instead of deleting the plugin loader in QueryExit we delete it again in the kopete dtor. More... almost 22 years ago
use bugs.kde.org for bug reports More... almost 22 years ago
fixed ma...@somewhere handling in parseHTML, added menus to systray for connect and status like done in the menubar More... almost 22 years ago
- big Makefile/library-creation cleanup. libkopete.la is an installed shared library now. Fixed LDFLAGS/LIBADD all around, for proper dependencies. The protocol plugins are kde modules now. - srcdir!=builddir fixlet More... almost 22 years ago
- don't crash when a plugin brings up a messagebox at initialization time. Added largish comment explaining the workaround. More... almost 22 years ago
- missing i18n() calls for the no-msg-configuration message box text and caption More... almost 22 years ago
- the following methods are declared in this header file but never implemented: slotConnectedToHost, slotUserJoinedChannel, slotNamesList, slotHop More... almost 22 years ago
- GUI updates for new Global Away/Available features More... almost 22 years ago
-#include <kio/kmdcodec.h> +#include <kmdcodec.h> More... almost 22 years ago
- Added setAvailable to IMContact API and updated all plugins. More... almost 22 years ago
ugly hack to fix crash on exit (MUST BE REMOVED IN FAVOR OF BETTER DESIGN) More... almost 22 years ago