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 749255 - Deprecated fields should not be generated automatically
Deprecated fields should not be generated automatically
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-12 08:58 UTC by Alex Băluț
Modified: 2018-03-26 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Băluț 2015-05-12 08:58:55 UTC
When adding a GtkCheckButton and use the saved file I get:
"Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version."
This is because the xalign property is included by Glade in the saved file:
<property name="xalign">0</property>


Similar when adding a GtkFrame:
"Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version."


Simplest would be to forget about the deprecated properties and support only the latest Gnome/Gtk.
A nicer solution would be to display and allow changing the deprecated properties if they are in the project file already, but without adding them automatically.

Not sure how you'd get the entire list of deprecated properties.
Comment 1 GNOME Infrastructure Team 2018-03-26 15:46:36 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/202.