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 317958 - Accelerator related functions/classes not implemented (fully)
Accelerator related functions/classes not implemented (fully)
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal major
: ---
Assigned To: Adam Jocksch
Adam Jocksch
Depends on:
Blocks:
 
 
Reported: 2005-10-04 19:42 UTC by Adam Jocksch
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Accelerator class (4.86 KB, patch)
2005-10-05 20:56 UTC, Adam Jocksch
none Details | Review
patch for files already in CVS (13.81 KB, patch)
2005-10-05 20:58 UTC, Adam Jocksch
none Details | Review
Accelerator.java class (4.84 KB, patch)
2005-10-06 20:57 UTC, Adam Jocksch
committed Details | Review
KeyValue.java patch (64.02 KB, patch)
2005-10-06 20:58 UTC, Adam Jocksch
committed Details | Review
Accelerator JNI (3.01 KB, patch)
2005-10-06 20:58 UTC, Adam Jocksch
committed Details | Review
fix for files already in CVS (487.78 KB, patch)
2005-10-06 20:59 UTC, Adam Jocksch
committed Details | Review

Description Adam Jocksch 2005-10-04 19:42:49 UTC
Please describe the problem:
The classes relating to gtk Accelerators (AccelGroup, AccelMap, AccelKey) are
either not implemented or their implementation is incomplete.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Adam Jocksch 2005-10-05 20:56:49 UTC
Created attachment 53076 [details] [review]
Accelerator class

Creates the Accelerator class to handle the gtk_accelerator_* methods from GTK
Comment 2 Adam Jocksch 2005-10-05 20:58:18 UTC
Created attachment 53077 [details] [review]
patch for files already in CVS

Fixes the Widget, AccelMap, AccelGroup, Action, AccelKey, and KeySymbol classes
Comment 3 Adam Jocksch 2005-10-06 20:57:27 UTC
Created attachment 53136 [details] [review]
Accelerator.java class

Updated patch to create Accelerator.java class
Comment 4 Adam Jocksch 2005-10-06 20:58:08 UTC
Created attachment 53137 [details] [review]
KeyValue.java patch

Creates the KeyValue class, which replaces the KeySymbol.java class
Comment 5 Adam Jocksch 2005-10-06 20:58:43 UTC
Created attachment 53138 [details] [review]
Accelerator JNI

JNI code for Accelerator class
Comment 6 Adam Jocksch 2005-10-06 20:59:24 UTC
Created attachment 53139 [details] [review]
fix for files already in CVS

Fixes those files already in CVS
Comment 7 Adam Jocksch 2005-10-07 15:10:02 UTC
Applied patches to cvs HEAD