270
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added setAvailable to IMContact API and updated all plugins. More... about 23 years ago
ugly hack to fix crash on exit (MUST BE REMOVED IN FAVOR OF BETTER DESIGN) More... about 23 years ago
More Makefile adjustments... now it actually compiles -and- runs. More... about 23 years ago
added global away, functionality is not implemented in MSN and IRC yet More... about 23 years ago
xpm -> png More... about 23 years ago
Don't explicitly delete the mainwindow upon destructing the application: the window is set to DestructiveClose, so when closing the window, or selecting Exit from the Systray Kopete would crash. More... about 23 years ago
Hey, it compiles. Some better error checking. /part's work again, and remove the window. Other misc bug fixes More... about 23 years ago
Synced Source Forge CVS with KDE CVS. Please do not use Source Forge anymore, all committs should go here. If you need a KDE CVS account, contact [email protected] More... about 23 years ago
Fix paths. More... about 23 years ago
use correct paths. More... about 23 years ago
Added support for /msg, /nick and query windows. Cleaned up some code. More error checking. And misc bug fixes. Hopefully this is enough to actually use the IRC plugin from day to day. More... about 23 years ago
Added history dialog to MSN More... about 23 years ago
- Flash Tray Style for KopeteEvent More... about 23 years ago
This doesn't mean much, but ContactList should become a 'dumb' widget sooner or later with the intelligence moved away from there. This code is likely to see some revisions later, but fro now this does the job More... about 23 years ago
New history icon. More... about 23 years ago
History Dialog added. More... about 23 years ago
Added support to inform the user when a "/" command isn't supported yet. Also added support for more intelligent /p art and smarter closing for the chat window. Also added support for quit messages, and corrected part messages More... about 23 years ago
- Event Notifier API - notifier support for icq More... about 23 years ago
i18n fixes More... about 23 years ago
honor global show offline contacts setting (untested with MSN) More... about 23 years ago
global setting for show offline users, slightly changed ChatView, default is now to use colors and fonts More... about 23 years ago
fix includes More... about 23 years ago
add include for moc-files everywhere More... about 23 years ago
More bugs were discovered in KJanusWidget that were not hackable, so I stopped the use of KJanusWidget and added my own home brew. Added missing irc_action.xpm in the pixmaps dir. Made the user list (in channels) start more to the right so it doesn't take up half the window. General code cleanup. More... about 23 years ago
move html-escaping from ChatView to individual Plugins, small cleanups, hopefully better working ChatView table More... about 23 years ago
include moc-files More... about 23 years ago
fix mail-adress parsing More... about 23 years ago
Colors and Fonts are now being parsed in MSN. All colors and font definitions are overridden until we get a new tab with a checkbox to disable/enable message specific fonts and colors. More... about 23 years ago
More UI cleanups, switched over to a KMainWindow with a central widget of KJanusWidget. A problem in KJanusWidget arose in which mTitleList was not constructed in KJanusWidget. Because of that problem, Simon Hausmann provided a simple, but hackish way to get around it. #define private protected, and then initialize it. That's why KJanusHack is here. This is now fixed in CVS, but post 03/31/2002, which means we couldn't wait for the proper fix if we want to make a KDE 3.0 release. More... about 23 years ago
Completely fixed the broken UI. Tons of code removed (which, in this case, is a good thing). You may now use the IRC plugin as it's completely functional. More... about 23 years ago