CIA.vc
jtamate
Real-time open source activity stats
Stats » Authors » jtamate
informationsyndicateUTC clock
13:05 on May 26, 2012
event counters
The last message was received 7.6 months ago at 09:32 on Oct 11, 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
65 messages since the first one, 3.59 years ago, for an average of 2.88 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
09:32 on Oct 11, 2011KDE
Commit by jtamate :: r1258288 kteatime/trunk/KDE/kdetoys/kteatime/src/main.cpp: (link)
delete toplevel at exit

this way is easier to debug possible memory leaks
with valgrind.
#
19:15 on Sep 16, 2011KDE
Commit by jtamate :: r1254024 kscreensaver/trunk/KDE/kdeartwork/kscreensaver/kdesavers/slideshow.cpp: (link)
Use the complete filename (until the last point)
in the slideshow screensaver

BUG: 175262
#
12:10 on Jul 25, 2011KDE
Commit by jtamate :: r1243072 bovo/trunk/KDE/kdegames/bovo/ai/ (aron/aiboard.cc gabor/node.cpp): (link)
Three performance improvements:
Use prefix ++ in non promitive types
Use empty() (constant time) instad of size()==0 (linear time)
And one hint for the compiler:
clarify with parenthesis the operator preference between - and ?
#
10:24 on Jul 25, 2011KDE
Commit by jtamate :: r1243067 bovo/trunk/KDE/kdegames/bovo/ai/ai.h: (link)
Avoids the Qt warning: QMetaObject::indexOfSignal: signal move(Move) from ai::Ai redefined in ai::AiAron

I've checked the game with the patch applied using QT_FATAL_WARNINGS=1 bovo
and now there is no crash.
The signals do not need to be inherited.
#
12:52 on Dec 28, 2010KDE
Commit by jtamate on master :: rv1.9.95.4-19877-g78f7ad7 calligra/filters/karbon/pdf/SvgOutputDev.cpp: (link)
 buffer was leaked if image==NULL

something created with new[] should be destroyed with delete[].

Also.my first git push...
#
12:19 on Nov 20, 2010KDE
Commit by jtamate :: r1199035 kimgio/trunk/KDE/kdelibs/kimgio/pic_write.cpp: (link)
Trivial patch. allocated with new[], dealocated with delete[].
#
07:41 on Nov 09, 2010KDE
Commit by jtamate :: r1194506 kdecore/trunk/KDE/kdelibs/kdecore/network/netsupp.cpp: (link)
Remove a memory leak when gethostbyname returns NULL
#
07:40 on Nov 09, 2010KDE
Commit by jtamate :: r1194505 kdecore/trunk/KDE/kdelibs/kdecore/date/ktimezone.cpp: (link)
Include a comment about what and how refCount is used
#
18:27 on Oct 29, 2010KDE
Commit by jtamate :: r1191144 apps/trunk/KDE/kdebase/apps/kdialog/kdialog.cpp: (link)
Add custom button labels for yes, no, continue and cancel buttons
--yes-label <text>
--no-label <text>
--cancel-label <text>
--continue-label <text>
For example:
kdialog --yes-label "&Siiiii" --no-label "&Noooooo" --cancel-label "&Cancelaaar" --yesnocancel Hola

BUG: 129498
#
18:11 on Oct 28, 2010KDE
Commit by jtamate :: r1190725 kded4/trunk/KDE/kdelibs/doc/kded4/man-kded4.8.docbook: (link)
Update of kded4 man page.
Now describes the modules it starts and how to enable/disable the init enabled modules.

BUG: 242582
#
17:32 on Oct 28, 2010KDE
Commit by jtamate :: r1190717 kdecore/trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp: (link)
Create a class CfgConfig that groups all the configuration in one place.
Also use an instance to read them, pass that instance as paratemer, and
use them (all of them are public members).

More information in:
http://svn.reviewboard.kde.org/r/5479/
#
17:22 on Oct 28, 2010KDE
Commit by jtamate :: r1190714 kdecore/trunk/KDE/kdelibs/kdecore/kernel/ (kcmdlineargs.cpp kcmdlineargs.h): (link)
An option that begin with no, but expects a parameter now gets the parameter.
Before, every option that began with no, it was a negative option.

More information in
http://svn.reviewboard.kde.org/r/5637/
#
07:54 on Sep 29, 2010KDE
Commit by jtamate :: r1180840 kdeui/trunk/KDE/kdelibs/kdeui/kernel/ (kapplication.cpp kapplication.h):
#
16:40 on Sep 25, 2010KDE
Commit by jtamate :: r1179489 kdecore/trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp:
use Qt cout and cerr instead of std:: versions
http://svn.reviewboard.kde.org/r/5158/
#
16:17 on Sep 03, 2010KDE
Commit by jtamate :: r1171383 kblocks/trunk/KDE/kdegames/kblocks/KBlocksItemGroup.cpp:
Trivial patch. Something allocated with new[] must be deleted with delete[].
#
14:45 on Aug 25, 2010KDE
Commit by jtamate :: r1167869 dnssd/ (18 files in 15 dirs):
delete some uneeded if (pointer not null)
http://reviewboard.kde.org/r/5021/
#
12:46 on Feb 15, 2010KDE
Commit by jtamate :: r1090197 messageviewer/trunk/KDE/kdepim/messageviewer/globalsettings_base.kcfgc:
http://reviewboard.kde.org/r/2914/

wrap the settings in the same namespace as everything else in the messageviewer
#
15:25 on Jan 08, 2010KDE
Commit by jtamate :: r1071706 khtml/trunk/KDE/kdelibs/khtml/html/htmltokenizer.cpp:
BUG: 33902
follow html5 unquoted attribute sintax
http://reviewboard.kde.org/r/1849/
#
18:37 on Jan 07, 2010KDE
Commit by jtamate :: r1071214 kwallet/trunk/KDE/kdeutils/doc/kwallet/index.docbook:
BUG: 122942
CC: kde-i18n-doc at kde dot org
Include some more information about how the encrypted data is managed by kwallet.
http://reviewboard.kde.org/r/2388/
#
20:35 on Dec 15, 2009KDE
Commit by jtamate :: r1062741 khtml/trunk/KDE/kdelibs/khtml/html/htmltokenizer.cpp:
BUG: 83284
BUG: 161409

&lt;-- is no longer a comment start.

http://reviewboard.kde.org/r/2358/
#