summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-03-11 17:40:53 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-03-11 17:40:53 +0000
commit9544e9c83056ec0cceefaff0c26be001d62715b1 (patch)
tree6190d180ded5372e5ebed9b22dfabacf43b6051e /TODO
parente04b0fbba9a6d17fd47789a416d79c34fe1e007b (diff)
downloadglade-9544e9c83056ec0cceefaff0c26be001d62715b1.tar.gz
Fix handling of atk properties specified by the plugin.
* gladeui/glade-property-class.c: Fix handling of atk properties specified by the plugin. * plugins/gtk/gtk+.xml.in: Specified atk relation properties for GtkWidgetClass and also specified the acceleretor property for GtkWidgetClass (fixes bug 383121). * TODO: Updated svn path=/trunk/; revision=1174
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 14 insertions, 8 deletions
diff --git a/TODO b/TODO
index 628d0301..26e68ac7 100644
--- a/TODO
+++ b/TODO
@@ -1,35 +1,41 @@
+
+List of applied patches in trunk awaiting promotion
+to gnome-2-18 branch.
+=========================================================
+2006-03-11 Tristan Van Berkom <tvb@gnome.org>
+ (accelerator/atk relation regressions - bug 383121)
+
+2007-03-06 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+ (properties order changes with locale - bug 396436)
+
+
General "big picture" goals and tasks for Glade
=========================================================
Support for icon themes - (bug 359640)
Resource file management - (bug 359647)
Create widget types via the catalog file - (bug 352714)
-TreeView based editor - (bug 359650)
-Embedded windows / UI redesign - (bug 351548) - Vincent Geddes
+Canvas based editor - (bug 359650)
Command line interface for glade - (bug 359661) - Juan Pablo
Project options and conversions - (bug 345446)
Support for widget templates - (bug 359763)
Pluggable widgets in other languages - (bug 359765) - Juan Pablo
-An early start on the 3.2 blocker bugs
+An early start on the 3.4 blocker bugs
=========================================================
wrong cursor over widgets - (bug 353002)
Too many accelerators - (bug 380986)
-Fix or yank out console - (bug 359661) Vincent Geddes
Translated stock ids - (bug 352446)
Bug on sperator menuitem in glade3 - (bug 357177)
GtkSpinButton not exporting digits
property when digits=0 - (bug 364873)
Undo adding a child to Gnome App
window: suddenly can't add more children - (bug 364991)
-accelerator/atk relation regressions - (bug 383121) Tristan Van Berkom
make libgladeui widgets independant - (bug 383843)
-add icons for new gtk+ 2.10 widgets - Vincent Geddes
gtkunixprint catalog - (bug 392340)
-
-Priority list for 3.2
+Priority list for 3.4
=========================================================
GtkWindowless hierarchy support - (bug 351605)
better integration of scrollable widgets - (bug 348895)