CIA.vc
kcalc
Real-time open source activity stats
Stats » Projects » KDE » kcalc
informationsyndicateUTC clock
12:45 on May 28, 2012
event counters
The last message was received 1.35 months ago at 02:16 on Apr 18, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 8 messages last month
344 messages since the first one, 6.44 years ago, for an average of 0.98 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
22:12 on Apr 17KDE
Commit by Evan Teran on master :: rv4.7.95-8-gb6f8470 kcalc/ (10 files in 2 dirs): (link)
merging in the change from 4.8 to master. I tried with "git merge KDE/4.8", but ran into conflicts. So, this was just easier :-/
#
16:49 on Apr 17KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-6-gf654046 kcalc/kcalc.ui: (link)
using graphical caption for new backspace button, looks much nicer now :-)
#
15:29 on Apr 11KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-5-g49dafc1 kcalc/ (kcalc.cpp kcalc.h kcalc.ui): (link)
applied patch for bug #254369, basically makes "simple mode" ... simpler.
Also, in addition to that patch, I made the "Constants" menu not present in simple mode
since it was making "Settings" and "Help" not show correctly (due to the smaller window size).

Also, added a "Backspace" button to address bug #204782
#
20:26 on Apr 10KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-4-g87f467a kcalc/kcalc.cpp: (link)
applying Eike's patch for bug #242238, looks good to me :-)
#
19:22 on Apr 10KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-3-ge9d01b9 kcalc/ (5 files in 2 dirs): (link)
I believe that this patch should fix bug #267707.

Basically, I made KNumber when constructing from a QString take an optional
parameter which is to be used as the decimal separator.

The display object when dealing with a paste, will use the value of:

KGlobal::locale()->decimalSymbol()

for this parameter, so systems whose locale has the decimal separator set to ",", it should work ok.
thousands separator should not be an issue, since that is trimmed from the string before being passed.
#
18:22 on Apr 10KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-2-g4dde711 kcalc/ (4 files): (link)
applied fix for bug #296390
as well as some minor cosmetic adjustments to source
#
19:06 on Apr 04KDE
Commit by Evan Teran on KDE/4.8 :: rv4.8.1-1-gc16184e kcalc/ (6 files in 2 dirs): (link)
applying changes I made to master to 4.8 branch, should fix #289642 and apply minor GUI update
#
18:52 on Apr 04KDE
Commit by Evan Teran on 4.8 :: rv4.8.1-1-gf06cbf7 kcalc/ (6 files in 2 dirs): (link)
applying changes I made to master to 4.8 branch, should fix #289642 and apply minor GUI update
#
15:35 on Jan 13KDE
Commit by Evan Teran on master :: rv4.7.95-5-gb4872c6 kcalc/ (kcalc.cpp kcalc.ui): (link)
applied a patch to make the shift button wider
#
15:31 on Jan 13KDE
Commit by Evan Teran on master :: rv4.7.95-4-g6ed4616 kcalc/knumber/ (knumber.h knumber_priv.cpp): (link)
using new exception based approach for GMP memory allocation errors
this is a lot simpler and more portable compared to signal handling
and longjmp's
#
15:27 on Jan 13KDE
Commit by Evan Teran on master :: rv4.7.95-3-g95f1967 kcalc/CMakeLists.txt: (link)
enabled exceptions in the build, this will provide us with a FAR better
mechanism for dealing with GMP out of memory errors
#
02:27 on Jan 05KDE
Commit by Raphael Kubo da Costa on KDE/4.8 :: rv4.7.95-4-gc21fff5 kcalc/CMakeLists.txt: (link)
Add missing add_definition() calls.

For some unknown reason, while the svn to git conversion work was going
on in branches/work/kdeutils-build-standalone, the lines adding
${QT_DEFINITIONS} and ${KDE4_DEFINITIONS} to the definitions passed to
the compiler end up not being included in each application's
CMakeLists.txt.

This was not a problem during the 4.7 series, as Dirk still packaged
kdeutils as a single tarball, and the top-level CMakeLists.txt used did
include these lines.

The issue came to attention during the 4.8 beta/RC phase, when 32-bit
Linux users had problems creating tarballs with Ark: libarchive is
usually built in those systems with -D_FILE_OFFSET_BITS=64. This is set
in KDE4_DEFINITIONS, which was not being used to build Ark. struct stat
then had different sizes for Ark and libarchive, which caused all sorts
of trouble.
#
02:27 on Jan 05KDE
Commit by Raphael Kubo da Costa on master :: rv4.7.95-2-g0726809 kcalc/CMakeLists.txt: (link)
Add missing add_definition() calls.

For some unknown reason, while the svn to git conversion work was going
on in branches/work/kdeutils-build-standalone, the lines adding
${QT_DEFINITIONS} and ${KDE4_DEFINITIONS} to the definitions passed to
the compiler end up not being included in each application's
CMakeLists.txt.

This was not a problem during the 4.7 series, as Dirk still packaged
kdeutils as a single tarball, and the top-level CMakeLists.txt used did
include these lines.

The issue came to attention during the 4.8 beta/RC phase, when 32-bit
Linux users had problems creating tarballs with Ark: libarchive is
usually built in those systems with -D_FILE_OFFSET_BITS=64. This is set
in KDE4_DEFINITIONS, which was not being used to build Ark. struct stat
then had different sizes for Ark and libarchive, which caused all sorts
of trouble.
(cherry picked from commit c21fff5322c266d025e1f600044b2423310f1f5f)
#
01:47 on Dec 23, 2011KDE
Commit by Raphael Kubo da Costa on master :: rv4.7.90-3-g024b5b5 kcalc/version.h: (link)
Bump version number now that 4.8 has been branched
#
19:20 on Sep 01, 2011KDE
Commit by Montel Laurent on master :: rv4.7.0-25-gd2392f6 kcalc/CMakeLists.txt: (link)
It compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"
#
19:48 on Jul 06, 2011KDE
Commit by teran :: r1240130 kcalc/trunk/KDE/kdeutils/kcalc/kcalc.ui: (link)
rolling back change made by r1235446, it broke keybindings entirely.

BUG: 277020
#
19:48 on Jul 06, 2011KDE
Commit by teran :: r1240129 kcalc/branches/KDE/4.7/kdeutils/kcalc/kcalc.ui: (link)
rolling back change made by r1235446, it broke keybindings entirely.

BUG: 277020
#
19:38 on Jul 06, 2011KDE
Commit by teran :: r1240128 kcalc/branches/KDE/4.6/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp): (link)
backport of fix

BUG: 276568
#
19:38 on Jul 06, 2011KDE
Commit by teran :: r1240127 kcalc/branches/KDE/4.7/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp): (link)
backport of fix

BUG: 276568
#
17:13 on Jun 28, 2011KDE
Commit by teran :: r1238706 kcalc/trunk/KDE/kdeutils/kcalc/knumber/ (knumber.cpp knumber_priv.cpp): (link)
 Fix for bug #276568 (and some minor cosmetic stuff)

explicitly do the *correct* test for division by 0 before attempting

#276568
#