270
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added KopeteHistoryWidget More... about 22 years ago
It's -I($top_srcdir)/kopete/libkopete, not -I($top_srcdir)/libkopete since $top_srcdir is kdenonbeta!! More... about 22 years ago
Slight cleanup, including patch from Andres Krapf More... about 22 years ago
Updated directories due to restructure More... about 22 years ago
Fix builddir!=srcdir. Simon: I think mETz reverted some of your cleanups too, you may want to review them... More... about 22 years ago
first try of changing Makefile.am's to reflect new directory-structure More... about 22 years ago
- Fixed events in ICQ. (now it will not show blank events) - Cleanup notifier API.. now to cancel an event just delete it. More... about 22 years ago
Add the option to allow queries to be minimized on receiving a message (only when in tab mode so far), and made cha nnels work properly with the contact list. Changed some strings too. More... about 22 years ago
Added library/ui directory search in spec file More... about 22 years ago
Added a better icon for irc and global status More... about 22 years ago
Load the autoaway plugin by default More... about 22 years ago
Fixed a nickchange bug, added support for saving contacts (only when you add them, not when /join'ed or /query'ed), and fixed the bug where your messages wouldn't show up in private conversations More... about 22 years ago
General code cleanup. Lets hope it makes it less crashy and less buggy. Hopefully the code can be understood by someone else other than me now. More... about 22 years ago
Got rid of everything referencing msnService() except the call to open a chat window, which will get special treatment later. More... about 22 years ago
s/getStatus()/status()/ More... about 22 years ago
typo fix More... about 22 years ago
Make the protocol actually pass on _references_ instead of plain const QString, as suggested by Carsten and Werner. I still wonder what made me make this mistake in the first place, but that's another issue... More... about 22 years ago
TAB COMPLETION! More... about 22 years ago
Added some options like "Open", "Open and Connect", "Close", and "Remove" accordingly. More... about 22 years ago
- Added the new autoaway plugin and Ryan's API redesign More... about 22 years ago
Use QString instead of QPixmap in the ConfigModule constructor More... about 22 years ago
New Auto-Away plugin More... about 22 years ago
+ void removeContact( const QString userID ); + void removeFromGroup( const QString userID, const QString group ); + void moveContact( const QString userID, const QString oldGroup, + const QString newGroup ); + void copyContact( const QString userID, const QString newGroup ); + + QStringList groups(); More... about 22 years ago
Various cleanups - let the protocol propagate interesting signals from the engine - we want to ultimately hide the engine from the publicly accessible api - remove signals that were never emitted - get rid of most compiler warning - don't connect to non-existing slots - fix some indentation crap - fixed/added some vim modelines More... about 22 years ago
Don't mix tabs and spaces More... about 22 years ago
Updated IRC changes More... about 22 years ago
This is a large commit as you can see. Added the ability to open multiple "Consoles" allowing you to have multiple IRC connections without having to add "contacts". The larger change was the fact that it now uses the KopeteContact API instead of the old (and now removed) IMContact. A more noticeable change is the fact that server connections don't show up in the contact list anymore, same with the console windows. The channel and query windows only show up if you "Add Contact" them into a specific group. More... about 22 years ago
IMProtocol class renamed to KopeteProtocol More... about 22 years ago
Documentation. (used for doxygen) More... about 22 years ago
Added doxygen... More... about 22 years ago