After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357208 - bitcalculating extension needs to support negative numbers (where appropriate).
bitcalculating extension needs to support negative numbers (where appropriate).
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2006-09-22 15:27 UTC by Rich Burridge
Modified: 2006-10-16 12:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Negative number support for arithmetic precedence mode. (2.69 KB, patch)
2006-09-28 20:18 UTC, Sami Pietilä
none Details | Review

Description Rich Burridge 2006-09-22 15:27:02 UTC
This is a followon from bug #157961.
The bit calculating extension needs to be able to display
negative numbers where appropriate. For example, enter:

12345
+/-    (to change sign).

This is currently making the bit calculating display area insensitive.
It shouldn't need to.
Comment 1 Sami Pietilä 2006-09-28 20:18:21 UTC
Created attachment 73590 [details] [review]
Negative number support for arithmetic precedence mode.
Comment 2 Sami Pietilä 2006-09-28 20:18:50 UTC
Committed the change to CVS HEAD.
Comment 3 Rich Burridge 2006-10-16 12:06:01 UTC
This one is fixed. Closing as such.