information Kinda like Batman, but with a wife and 3 kids... syndicateUTC clock | event counters The last message was received 3.03 months ago at 04:32 on Nov 14, 2011 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 332 messages since the first one, 6.96 years ago, for an average of 1.09 weeks between messages recent messages date | project | content | link |
|---|
| 04:32 on Nov 14, 2011 | KDE | Commit by vanrijn :: r 1264054 /trunk/www/sites/planet/planetkde/config: ( link) Changing the URL for my feed to only include kde-related posts. | # | | 15:53 on Jul 21, 2009 | KDE | Commit by vanrijn :: r1000589 kpilot/branches/KDE/4.3/kdepim/kpilot/lib/options.h: bumping version for next week's 4.3.0 release | # | | 12:22 on Jun 24, 2009 | KDE | Commit by vanrijn :: r986245 kpilot/branches/KDE/4.3/kdepim/kpilot/lib/ (options.h plugin.h): bumping PLUGIN_API and KPILOT_VERSION to match KDE 4.3.0-rc1 | # | | 03:21 on Jun 03, 2009 | KDE | Commit by vanrijn :: r976926 kpilot/trunk/KDE/kdepim/kpilot/lib/options.h: bumping KPilot version up in prep for 4.3 beta 1 | # | | 18:09 on May 29, 2009 | KDE | Commit by vanrijn :: r974860 kpilot/trunk/KDE/kdepim/kpilot/conduits/base/recordconduit.cc: porting Doug's r973772 from branches/KDE/4.2 | # | | 18:37 on May 24, 2009 | KDE | Commit by vanrijn :: r972377 kpilot/branches/KDE/4.2/kdepim/kpilot/lib/options.h: bumping version number for KDE 4.2.4 | # | | 15:27 on Apr 28, 2009 | KDE | Commit by vanrijn :: r960528 kpilot/branches/KDE/4.2/kdepim/kpilot/lib/options.h: bumping version up to match tonight's KDE 4.2.3 tagging | # | | 15:09 on Mar 25, 2009 | KDE | Commit by vanrijn :: r944441 kpilot/branches/KDE/4.2/kdepim/kpilot/lib/options.h: bumping version for KDE 4.2.2 release | # | | 16:40 on Mar 20, 2009 | KDE | Commit by vanrijn :: r941889 kpilot/branches/KDE/4.2/kdepim/kpilot/kpilot/config_dialog.cc: - Changing WARNINGKPILOT to DEBUGKPILOT for debugging our config dialog's library versions.
| # | | 16:36 on Mar 20, 2009 | KDE | Commit by vanrijn :: r941888 kpilot/trunk/KDE/kdepim/kpilot/ (6 files in 4 dirs): - Corrected library names for todo and calendar .desktop files (removed 2 from library name). This happened in 4.2.0, but didn't get merged into trunk until now.
- Removing old crufty slots from pilot daemon (thanks Burkhard!)
- Changing WARNINGKPILOT to DEBUGKPILOT for our config dialog. It's important that we know what library version is being loaded, but we don't want console spew.
- Bumping version in trunk to 5.3.0-alpha1 in prep for KDE 4.3.0.
| # | | 21:22 on Feb 21, 2009 | KDE | Commit by vanrijn :: r929676 kpilot/branches/KDE/4.2/kdepim/kpilot/lib/options.h: Bumping to 5.2.1. We only have a few days until it's tagged anyway. | # | | 16:42 on Feb 21, 2009 | KDE | Commit by vanrijn :: r929568 kpilot/branches/KDE/4.2/kdepim/kpilot/lib/options.h: Bumping version to 5.2.1-pre1 so we'll know what version our users are testing with. | # | | 05:37 on Feb 01, 2009 | KDE | Commit by vanrijn :: r919482 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/base/design/Use_Case_-_Conduit_Syncing.odt: Adding sync case 6.5.18 (D, X), being a deleted Palm record, with no mapping for it on the PC. This can happen when a record has been added, then deleted from the Palm in between hotsyncs. Thanks Doug!
CCBUG:182211 | # | | 05:19 on Jan 24, 2009 | KDE | Commit by vanrijn :: r915907 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/todo/todoconduit.cc: Fix for another data problem (Thank you Doug!!!). This one was slightly less irksome in that we refused to let you delete things, no matter how hard you try, rather than deleting things you wouldn't have wanted us to, but still, data is data.
BUG:181711 | # | | 22:51 on Jan 23, 2009 | KDE | Commit by vanrijn :: r915837 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/akonadibase/akonadirecord.cc: Make sure fDummy is correct in case we're later passed in a valid item (conflict resolution). CCBUG:181493 | # | | 22:29 on Jan 23, 2009 | KDE | Commit by vanrijn :: r915831 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/akonadibase/akonadirecord.cc: Fixes stupid data corruption bug. BUG:181493 | # | | 18:16 on Jan 21, 2009 | KDE | Commit by vanrijn :: r914763 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/calendar/calendarakonadirecord.cc: See if myCheck changes after parent check. CCBUG: 181493 | # | | 18:14 on Jan 21, 2009 | KDE | Commit by vanrijn :: r914762 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/akonadibase/ (3 files): Instead of inferring when the record is a dummy record (a temp record, intended only for deletion), set it explicitly. CCBUG:181493 | # | | 15:45 on Jan 21, 2009 | KDE | Commit by vanrijn :: r914705 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/calendar/calendarakonadirecord.cc: For some inexplicable reason, myCheck == true, and parentCheck == true, but (myCheck && parentCheck) == false earlier. We know that at this point we should have 2 things that are true, so use an int to get around this weirdness for the time being. At this point, something like this is preferable to data loss, which we do hit if isValid() returns false when it should be true. | # | | 14:58 on Jan 21, 2009 | KDE | Commit by vanrijn :: r914684 kpilot/branches/KDE/4.2/kdepim/kpilot/conduits/calendar/calendarakonadirecord.cc: This is bizarre. check == true; parentCheck == true; (check && parentCheck) == false???? changing "check" to "myCheck" in hopes of fixing this. | # |
|