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 118913 - mouse wheel should scroll through months
mouse wheel should scroll through months
Status: RESOLVED WONTFIX
Product: gnome-panel
Classification: Other
Component: clock
2.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-01 23:41 UTC by William Jon McCann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to enable calendar scroll (2.2 branch) (1.86 KB, patch)
2003-08-01 23:43 UTC, William Jon McCann
none Details | Review
Patch for CVS HEAD to enable calendar scroll (1.78 KB, patch)
2003-08-04 15:36 UTC, William Jon McCann
none Details | Review

Description William Jon McCann 2003-08-01 23:41:56 UTC
It would be really nice for the mouse wheel to scroll through months of the
calendar.

I have a patch for this against gnome-panel 2.2.  I can generate a new one
(but not test it) for 2.3.
Comment 1 William Jon McCann 2003-08-01 23:43:55 UTC
Created attachment 18838 [details] [review]
Patch to enable calendar scroll (2.2 branch)
Comment 2 Murray Cumming 2003-08-04 08:36:45 UTC
Added PATCH keyword.
Comment 3 William Jon McCann 2003-08-04 15:36:52 UTC
Created attachment 18898 [details] [review]
Patch for CVS HEAD to enable calendar scroll
Comment 4 William Jon McCann 2003-08-04 15:38:41 UTC
I should note that clock.c in HEAD had a mixed indentation style.  I
followed the style specified by the emacs mode line.
Comment 5 George Lebl 2003-08-04 22:32:12 UTC
shouldn't this be done in GTK?
Comment 6 William Jon McCann 2003-08-04 22:48:12 UTC
Sure.  It would actually be easier to implement in GTK using private
methods.  There is a patch in bug 53134 to do this but I haven't seen
any action on it.
Comment 7 Mark McLoughlin 2003-08-05 13:19:47 UTC
Marking as WONTFIX. If the patch isn't appropriate for gtk+ then it
isn't appropriate for the panel either.

Thanks for the patch, though.