CIA.vc
rkcosta
Real-time open source activity stats
Stats » Authors » rkcosta
informationsyndicateUTC clock
20:46 on May 26, 2012
event counters
The last message was received 2.42 weeks ago at 22:50 on May 09, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
2 messages so far this month, 2 messages last month
1199 messages since the first one, 3.16 years ago, for an average of 0.96 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:50 on May 09KDE
Commit by rkcosta :: r1293838 /trunk/www/sites/www/applications/apps/kremotecontrol.json: (link)
Link KRemoteControl to the right homepage
#
20:23 on May 03KDE
Commit by rkcosta :: r1292762 kopete/branches/KDE/4.8/kdenetwork/kopete/protocols/jabber/googletalk/libjingle/talk/base/ (3 files): (link)
Backport r1290696 by alexmerry.

  Fix build with latest GCC.
  Not addig changes to the patches folder, as these fixes are already in the
  ibjingle tree.

BUG: 299300
CCMAIL: kde at randomguy3 dot me dot uk
#
22:23 on Apr 15KDE
Commit by rkcosta :: r1289711 kopete/branches/KDE/4.8/kdenetwork/kopete/protocols/jabber/googletalk/libjingle/ (patches/11.patch talk/base/stream.h): (link)
Backport r1289710 by rkcosta.

Fix build with GCC 4.6+ again.
This time we need stdio.h for FILE* in stream.h.

CCMAIL: pali dot rohar at gmail dot com
#
22:18 on Apr 15KDE
Commit by rkcosta :: r1289710 kopete/trunk/KDE/kdenetwork/kopete/protocols/jabber/googletalk/libjingle/ (patches/11.patch talk/base/stream.h): (link)
Fix build with GCC 4.6+ again.

This time we need stdio.h for FILE* in stream.h.

CCMAIL: pali dot rohar at gmail dot com
#
19:14 on Jan 03KDE
Commit by rkcosta :: r1271274 juk/branches/KDE/4.8/kdemultimedia/juk/stringhash.h: (link)
Backport r1271272 by rkcosta.

Fix build with clang.

The call to QSet::contains() failed due to [1].

CCMAIL: mpyne at kde dot org

[1] http://clang.llvm.org/compatibility.html#dep_lookup_bases
#
19:12 on Jan 03KDE
Commit by rkcosta :: r1271272 juk/trunk/KDE/kdemultimedia/juk/stringhash.h: (link)
Fix build with clang.

The call to QSet::contains() failed due to [1].

CCMAIL: mpyne at kde dot org

[1] http://clang.llvm.org/compatibility.html#dep_lookup_bases
#
18:31 on Jan 03KDE
Commit by rkcosta :: r1271258 kopete/branches/KDE/4.8/kdenetwork/kopete/libkopete/kopeteproperties.h: (link)
Backport r1271256 by rkcosta.

Fix build with clang.

XMLProperty called variant{From,To}XML, however QVariant was only
forward-declared. gcc seems to accept it, but clang does not.
#
18:29 on Jan 03KDE
Commit by rkcosta :: r1271256 kopete/trunk/KDE/kdenetwork/kopete/libkopete/kopeteproperties.h: (link)
Fix build with clang.

XMLProperty called variant{From,To}XML, however QVariant was only
forward-declared. gcc seems to accept it, but clang does not.
#
02:38 on Dec 13, 2011KDE
Commit by rkcosta :: r1268428 umbrello/trunk/KDE/kdesdk/umbrello/umbrello/ (linepath.h umlscene.h umlview.h): (link)
Fix build.

There don't seem to be any UMLView.h or UMLViewCanvas.h, only their lowercase
counterparts.

CCMAIL: ralf dot habacker at gmail dot com
#
06:17 on Nov 15, 2011KDE
Commit by rkcosta :: r1264228 /trunk/KDE/kdemultimedia/CMakeLists.txt: (link)
Remove the optional dependency on libxine from kdemultimedia.

r1253879 made Dragon libxine-free, and nothing else depended on it.

REVIEW: 6826
#
22:25 on Oct 30, 2011KDE
Commit by rkcosta :: r1261622 kuser/trunk/KDE/kdeadmin/kuser/CMakeLists.txt: (link)
kuser: Properly check whether it must be linked against libcrypt.

Systems such as the BSDs do not have crypt.h but do have libcrypt, so we need
to check for the library's presence, not the header's.

Forward-port of r1261621 to trunk.

CCBUG: 247627
#
22:24 on Oct 30, 2011KDE
Commit by rkcosta :: r1261621 kuser/branches/KDE/4.7/kdeadmin/kuser/CMakeLists.txt: (link)
kuser: Properly check whether it must be linked against libcrypt.

Systems such as the BSDs do not have crypt.h but do have libcrypt, so we need
to check for the library's presence, not the header's.

BUG: 247627
FIXED-IN: 4.7.4
#
16:01 on Oct 25, 2011KDE
Commit by rkcosta :: r1260612 scripts/trunk/KDE/kdesdk/scripts/kde-emacs/kde-emacs-vars.el: (link)
Remove the kde-cvs-root custom variable.

Not used anywhere, and deprecated for our uses.
#
00:50 on Oct 18, 2011KDE
Commit by rkcosta :: r1259334 ark/branches/KDE/4.6/kdeutils/ark/part/part.cpp: (link)
Fix directory traversal issue (CVE-2011-2725).

Tim Brown from Nth Dimension noticed a possible traversal issue where
the previewer dialog would show (and then remove) the wrong file when
a maliciously crafted archive had a file previewed.

We now do the same thing as infozip and filter out "../" from the
paths being previewed.
#
00:49 on Oct 18, 2011KDE
Commit by rkcosta :: r1259333 ark/branches/KDE/4.5/kdeutils/ark/part/part.cpp: (link)
Fix directory traversal issue (CVE-2011-2725).

Tim Brown from Nth Dimension noticed a possible traversal issue where
the previewer dialog would show (and then remove) the wrong file when
a maliciously crafted archive had a file previewed.

We now do the same thing as infozip and filter out "../" from the
paths being previewed.
#
17:41 on Oct 17, 2011KDE
Commit by rkcosta :: r1259303 scripts/trunk/KDE/kdesdk/scripts/kde-emacs/ (kde-emacs-utils.el kde-emacs-vars.el): (link)
kde-emacs: Prevent the pc-select code from being enabled in GNU Emacs 24+.

GNU Emacs 24+ has deprecated the pc-select mode (users should use
shift-select-mode, which is enabled by default, instead).

Make the code which enables pc-select mode have any effect only if we're not
using GNU Emacs 24+.

Reviewed-by: dfaure, winterz
#
04:44 on Sep 20, 2011KDE
Commit by rkcosta :: r1254545 kmix/trunk/KDE/kdemultimedia/kmix/backends/kmix-backends.cpp: (link)
Only include mixer_alsa.h when alsa exists on the system.

Fixes the build on FreeBSD (at least).

CCMAIL: esken at kde dot org
#
23:29 on Sep 19, 2011KDE
Commit by rkcosta :: r1254537 /trunk/www/sites/www/applications/apps/ (11 files): (link)
kdeutils is now in git, update source location.

CCMAIL: lueck at hube-lueck dot de
#
06:10 on Sep 19, 2011KDE
Commit by rkcosta :: r1254378 cpptoxml/trunk/kdesupport/cpptoxml/parser/rpp/preprocessor.cpp: (link)
Fix build with recent GCC versions.

This file uses FILE but did not include stdio.h.
#
05:35 on Sep 16, 2011KDE
Commit by rkcosta :: r1253888 release/trunk/kde-common/release/ (modules.git setup-kdeutils.sh): (link)
kdeutils now uses KDE/x.y instead of x.y for branch names.

CCMAIL: mueller at kde dot org
#