CIA.vc
Smartins
Real-time open source activity stats
Stats » Authors » Smartins
informationsyndicateUTC clock
22:29 on May 26, 2012
event counters
The last message was received 5.47 months ago at 20:27 on Dec 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
2119 messages since the first one, 3.46 years ago, for an average of 14.3 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
20:27 on Dec 14, 2011KDE
Commit by smartins :: r1268750 /branches/kdepim/enterprise/kdelibs/kdeprint/cups/cupsdconf2/cups-util.c: (link)
Fix build in opensuse 12.1.

Missing include.
#
23:19 on May 09, 2011KDE
Commit by smartins :: r1231060 /trunk/www/sites/planet/ (planetkde/config planetkdepim/config): (link)
Add myself to planetkde and planet-kdepim
#
23:05 on May 09, 2011KDE
Commit by smartins :: r1231058 /trunk/www/sites/planet/website/hackergotchi/sergio.png: (link)
Adding an hackergoshi.
#
08:07 on Jan 24, 2011KDE
Commit by smartins :: r1216685 kcalcore/trunk/KDE/kdepimlibs/kcalcore/event.h: (link)
Explain that Event::dtEnd() is inclusive and DTEND ( iCalendar property ) is exclusive.

When serializing an all day event to iCalendar, DTEND's will be is Event::dtEnd().addDays(1)
#
15:46 on Jan 21, 2011KDE
Commit by smartins :: r1216151 googledata/trunk/extragear/pim/googledata/calendar/gcalresource.cpp: (link)
Fixed some more places that assumed that KCal::Event::dtEnd() was exclusive instead of inclusive.

BUG: 252568
CCBUG: savagobr at yahoo dot com
#
15:32 on Jan 21, 2011KDE
Commit by smartins :: r1216148 googledata/trunk/extragear/pim/googledata/calendar/gcalresource.cpp: (link)
KCal::Event::dtEnd() is inclusive, not exclusive.

This is an important detail for all-day events.
BUG: 252568
#
19:44 on Jan 20, 2011KDE
Commit by smartins :: r1216004 kcal/trunk/KDE/kdepimlibs/kcal/ (CMakeLists.txt local.desktop): (link)
When using a "traditional" calendar, don't allow the user to choose "Calendar in Local file" inside the wizard.

We already have an akonadi replacement for that and it only confuses users because they wouldn't know which resource is the way to go.
#
16:46 on Jan 08, 2011KDE
Commit by smartins :: r1212924 kcalutils/trunk/KDE/kdepimlibs/kcalutils/ (2 files): (link)
Correctly display the start date of recurring to-dos.

The to-do was always being displayed with dtstart equaling dtdue.
#
10:16 on Jan 07, 2011KDE
Commit by smartins :: r1212513 kcalcore/trunk/KDE/kdepimlibs/kcalcore/todo.cpp: (link)
Simplify if
#
09:10 on Jan 05, 2011KDE
Commit by smartins :: r1211966 akonadi/trunk/KDE/kdepimlibs/akonadi/collectionpropertiespage.h: (link)
Fix typo. s/secercy/secrecy
#
00:51 on Jan 05, 2011KDE
Commit by smartins :: r1211814 googledata/trunk/extragear/pim/googledata/calendar/gcalresource.cpp: (link)
Creating new events with korganizer never reached google. A fetchCollection( true ) was missing.

BUG: 261958
#
14:32 on Dec 14, 2010KDE
Commit by smartins :: r1206475 libkdepim/trunk/KDE/kdepim/libkdepim/kweekdaycheckcombo.h: (link)
Add FIXME.
This class assumes all weeks have 7 days. We should use KCalenderSystem instead.
#
14:32 on Dec 14, 2010KDE
Commit by smartins :: r1206474 libkdepim/trunk/KDE/kdepim/libkdepim/kweekdaycheckcombo.cpp: (link)
Given two arrays containing week days, one with index0=monday, and one with index0=KGlobal::locale()->weekStartDay();
The correct formula to convert index from the first array to indexes of the second is: ( 1 + dayOfWeek + ( 7 - weekStart ) ) % 7
#
14:32 on Dec 14, 2010KDE
Commit by smartins :: r1206473 libkdepim/trunk/KDE/kdepim/libkdepim/kweekdaycheckcombo.cpp: (link)
Given two arrays containing week days, one with index0=monday, and one with index0=KGlobal::locale()->weekStartDay();
The correct formula to convert index from the first array to indexes of the second is: ( 1 + dayOfWeek + ( 7 - weekStart ) ) % 7
#
14:32 on Dec 14, 2010KDE
Commit by smartins :: r1206472 libkdepim/trunk/KDE/kdepim/libkdepim/kweekdaycheckcombo.cpp: (link)
Rename "index" to "dayOfWeek", so it has the same meaning as in other parts of the code.
"dayOfWeek" is always absolute and monday is always the first day.
"index" is the index of a "dayOfWeek" on a QBitArray that starts with KGlobal::locale()->weekStartDay().
#
14:32 on Dec 14, 2010KDE
Commit by smartins :: r1206471 incidenceeditor-ng/trunk/KDE/kdepim/incidenceeditor-ng/incidencerecurrence.cpp: (link)
Don't call weekdayIndex() here.

Bit 0 of the QBitArray is always monday, no matter what KGlobal::locale()->weekStartDay() says.
And that's documented in kweekdaycheckcombobox.h:setDays().
#
12:06 on Dec 14, 2010KDE
Commit by smartins :: r1206445 korganizer/trunk/KDE/kdepim/ (4 files in 2 dirs): (link)
Remove korganizer specific code from here. Pass the role as a parameter.
#
00:02 on Dec 14, 2010KDE
Commit by smartins :: r1206243 incidenceeditor-ng/trunk/KDE/kdepim/incidenceeditor-ng/schedulingdialog.cpp: (link)
Replace QDate::dayOfWeek() with KCalendarSystem::dayOfWeek()
#
23:45 on Dec 13, 2010KDE
Commit by smartins :: r1206242 libkdepim/trunk/KDE/kdepim/libkdepim/kweekdaycheckcombo.cpp: (link)
Use KCalendarSystem to determine the dayOfWeek.
#
21:44 on Dec 13, 2010KDE
Commit by smartins :: r1206211 libkdepim/trunk/KDE/kdepim/libkdepim/ (kcheckcombobox.cpp kcheckcombobox.h): (link)
Make subcategories work in korganizer.
" SubCategory" was being compared to "Category:SubCategory", and that failed.
We must use the same role in both sides.
BUG: 251139
#