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 594903 - Deprecate GtkInputDialog
Deprecate GtkInputDialog
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-11 16:13 UTC by Christian Dywan
Modified: 2009-10-16 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Deprecate GtkInputDialog (3.95 KB, patch)
2009-09-11 16:26 UTC, Christian Dywan
none Details | Review

Description Christian Dywan 2009-09-11 16:13:43 UTC
I propose to deprecate GtkInputDialog. It is very rarely used, except for Inkscape or GIMP and doesn't make much sense in GTK+. It seems more useful to me to let graphics applications maintain their own widget which gives them a lot more flexibility than having to depend on a poorly maintained widget.
Comment 1 Christian Dywan 2009-09-11 16:26:30 UTC
Created attachment 142999 [details] [review]
Deprecate GtkInputDialog
Comment 2 Owen Taylor 2009-10-15 21:17:16 UTC
Getting rid of GtkInputDialog sounds reasonable to me - input devices need to be configured for the desktop not the app, and most of the config that that widget does goes away with xinput2 anyways. 

That does of course, bring up the point that someoen should actually do the work to hook GTK+ up to XInput2. (Would have been great in fact if that had happened before XInput2 was released so there was real world testing, but to late for that now...)
Comment 3 Matthias Clasen 2009-10-15 22:57:48 UTC
There's the xi2 branch where Carlos is doing that work. I admit that I haven't payed attention to it yet...

http://git.gnome.org/cgit/gtk+/log/?h=xi2
Comment 4 Christian Dywan 2009-10-15 23:09:35 UTC
So may I commit the deprecation of GtkInputDialog?
Comment 5 Matthias Clasen 2009-10-16 00:05:59 UTC
Sounds ok to me.
Comment 6 Christian Dywan 2009-10-16 14:08:01 UTC
Pushed to master.