summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-01-31 03:27:15 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-01-31 03:27:15 +0000
commit4fb106daaae7b42fd049893ddbc7c8f18589caa7 (patch)
tree787f324d2444b21ccab7c08d4320b8228a6808f9 /TODO
parentc86edf977855d284fd095f13a8bcbb056d2e5cae (diff)
downloadglade-4fb106daaae7b42fd049893ddbc7c8f18589caa7.tar.gz
Fixed a stupid segfault typicly in strcmp().
* src/glade-project.c: Fixed a stupid segfault typicly in strcmp(). * TODO: first go at blockers for glade-3 beta release.
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 25 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29b..6948dfa6 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,25 @@
+
+
+Blockers for glade-3 2.92.0 beta
+================================
+
+Tasks:
+======
+ o Implement atk properties (parser already works)
+ o Toolbar editor / Popup menu editor ?
+ o Add / Implement gnome widget catalog (bug 315601)
+ o Custom widgets/backwards compatibility (bug 317949)
+
+Complex bugs:
+=============
+ o Unify multiple property changes & dont unify default settings (bug 315600)
+ o GtkTable packing props should adjust placeholders (bug 325791)
+ o Selection bug with some widgets (properly streamlining events
+ on widgets in the glade runtime environment) (bug 327379)
+
+Trivial bugs:
+=============
+ o Cutting a text field in the properties dialog cut the widget (bug 324398)
+ o glade_app_config_save() should report errors in a smart fashion (bug 310141)
+ o upgrade build scripts to work with modern automake (bug 304766)
+ o Dimensions of window changing after a simple cut and paste (bug 320077)