glade/TODO
Tristan Van Berkom 82e48a4b50 o Use event widget and not signal widget to use with
* src/glade-widget.c:
	  o Use event widget and not signal widget to use with
	    gtk_widget_translate_coordinates(), this fixes the imfamous bug 327379
	  o Recurse through non-project objects when looking for widget at mouse event;
	    this fixes the internal widget selection bug (bug 338894).

	* src/glade-placeholder.c: Placeholders dont ever get selection anymore, its
	  only confusing for no reason, adds extra clicks to select relevent widgets
	  (note that every second click was going to the parent; making the parent
	  fight with the placeholder for selection... since its pointless, its gone).

	* TODO: Updated
2006-06-10 09:15:45 +00:00

11 lines
439 B
Plaintext

Tasks/Bugs Blocking glade-3 3.0:
================================
o Toolbar editor / Popup menu editor (toolbar support now in... needs editor)
o Unify multiple property changes & dont unify default settings (bug 315600)
o Properties/undo stack glitches (bug 316900)
o View menu should be removed and deleted (bug 336576)
o Gnome stock items not recognized by glade-3 (bug 343712)
o Should indicate read-only projects (bug 337957)