CIA.vc
cramdal
Real-time open source activity stats
Stats » Authors » cramdal
informationsyndicateUTC clock
02:27 on May 26, 2012
event counters
The last message was received 5.07 years ago at 23:17 on May 03, 2007
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
42 messages since the first one, 7.42 years ago, for an average of 2.15 months between messages
recent messages
dateReversed sort columnprojectcontentlink
23:17 on May 03, 2007KDE
Commit by cramdal :: r660862 akonadi/trunk/KDE/kdepim/akonadi/libakonadi/collectionmodel.cpp:
Model is now updated on collection move
#
12:31 on Jul 19, 2006KDE
Commit by cramdal :: r564157 kopete/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/ (sidebarwidget.cpp sidebarwidget.h):
Remove the KHTMLPart (QLabel support HTML easily !) and add some code from conrausch work here : http://conrausch.elise.no-ip.com/index.php?p=kopete_chatwindow
#
11:48 on Jul 19, 2006KDE
Commit by cramdal :: r564144 kopete/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp:
Replace deprecated QTabWidget functions by their new equivalents
#
10:14 on Jul 19, 2006KDE
Commit by cramdal :: r564119 kopete/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/ (10 files):
More chatwindow refactor. The chat members list is now embedded in the sidebar. The sidebar being a QDockWidget, it removes the settings allowing to choose whether you want it right or left because a simple Drag&Drop is enough now.
#
10:01 on Jul 19, 2006KDE
Commit by cramdal :: r564114 /branches/kopete/0.12/kopete/kopete/chatwindow/chatmemberslistwidget.cpp:
Solves a crash in Kopete 4. So I think it can solve crashes here too :)
#
17:40 on Jul 16, 2006KDE
Commit by cramdal :: r563102 kopete/trunk/KDE/kdenetwork/kopete/kopete/chatwindow/ (3 files):
Added a QSplitter to separate the two parts.
Added a QDockWidget to see what a "sidebar" could look like and which place it would take.
#
13:37 on Apr 23, 2006KDE
Commit by cramdal :: r532975 /branches/kopete/0.12/kopete/plugins/statistics/ (statisticsplugin.cpp statisticsplugin.h):
This should improve a bit Kopete startup speed when statistics
plugin is on : the disk-consuming functions are now called into
a slot with QTimer::singleShot.
#
09:30 on Sep 03, 2005KDE
Commit by cramdal :: r456555 /branches/KDE/3.5/kdenetwork/kopete/kopete/config/identity/kopeteidentityconfigbase.ui:
UI Fix: center the Photo label.
#
21:49 on Sep 02, 2005KDE
Commit by cramdal :: r456444 /branches/KDE/3.5/kdenetwork/kopete/kopete/config/appearance/ (2 files):

UI fixes of the Tooltip configure dialog.

  • Resize, it was too small
  • Add What's this ?
  • Add help text at the top (to explain that the right list shows the current content of the tooltip)
#
14:27 on Sep 02, 2005KDE
Commit by cramdal :: r456296 /branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/jabberchatsession.cpp:
Now you can Send a message to a group containing jabber contacts. I think the real problem is that the window is destroyed before we can use the view() but I don't want to make too huge modifications from fear to introduce new bug as we are hunting them.

BUG:108389
#
22:20 on Aug 28, 2005KDE
Commit by cramdal :: r454447 /branches/KDE/3.5/kdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp:
The patch 002 was forgotten during last merge. This patch finally allows to see that the server really stored the offline message for instance.
#
10:36 on Aug 27, 2005KDE
Commit by cramdal :: r453834 /branches/KDE/3.5/kdenetwork/kopete/plugins/statistics/statisticscontact.cpp:
Should solve the bug concerning message length.
#
17:33 on Feb 20, 2005kde
Commit by cramdal :: kdenetwork/kopete/plugins/statistics/ (statisticsdialog.cpp statisticswidget.ui):
Remove the "Log" tab and listview which have no interest and were only there at the beginning for test purposes.
#
07:52 on Feb 19, 2005kde
Commit by cramdal on make-it-better :: kdenetwork/kopete/protocols/jabber/ (4 files in 2 dirs):

  • BUGS:97947 : provides a privacy option to hide client system info.
  • And achieve some things about BUG 81961 which was already closed
#
21:33 on Feb 05, 2005kde
Commit by cramdal on make-it-better :: kdenetwork/kopete/protocols/jabber/ (4 files):

BUG 81961
This commit intend to BUG 81961 implementing JEP-22.

  • Changes to JabberContact (jabbercontact.cpp, jabbercontact.h) :
  • New private members: bool mRequestComposingEvent, mRequestOfflineEvent, mRequestDisplayedEvent, mRequestDeliveredEvent. True if contact is requesting event, false else. Use the following method to read them.
  • New public method: bool isContactRequestingEvent( XMPP::MsgEvent event ). Use it to know if this jabber contact requests an event.
  • In jabbercontact.cpp, main changes to handleIncomingMessage in order to handle the events received.
  • Changes to JabberChatSession (jabbermessagemanager.cpp) :
  • New private method : void sendNotification(XMPP::MsgEvent event). slotSendTypingNotification now uses it.
  • Changes to appendMessage to send the events Delivered and Displayed.
  • Changes to slotMessageSent : we request all the notifications. Here we could later check if Kopete user wants to ask them.
#
21:31 on Feb 05, 2005kde
Commit by cramdal on make-it-better :: kdenetwork/kopete/protocols/jabber/libiris/ (2 files in 2 dirs):
Add the forgotten Offline event support. This change is already in libiris from delta.affinix but I don't know when the next sync will be. It's a very clean change.
#
20:46 on Feb 05, 2005kde
Commit by cramdal :: kdenetwork/kopete/plugins/statistics/statisticsdialog.cpp:
BUG 98346
#
21:07 on Jan 29, 2005kde
Commit by cramdal :: kdenetwork/kopete/plugins/statistics/statisticsplugin.cpp:
Fix Bug 98114
#
11:53 on Jan 23, 2005kde
Commit by cramdal :: kdenetwork/kopete/plugins/statistics/ (2 files):

  • statisticsdialog.cpp
  • i18n strings changes
  • removed "Main events" (too unstable I think)
  • statisticsplugin.cpp
  • Removed an old slot connection
  • Small changes
#
20:42 on Jan 02, 2005kde
Commit by cramdal :: kdenetwork/kopete/plugins/statistics/ (5 files):

  • statisticscontact.cpp
  • Prevent a division by zero
  • New prediction algorithm (statisticscontact.*, used in statisticsdialog.cpp)
  • Some silent fixes
#