diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-23 03:18:50 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-23 03:18:50 +0800 |
commit | 6b9b7c2b9cada43550975564127635532c5be930 (patch) | |
tree | 3072ff757d6a71952fe113f808883bd3f2730635 | |
parent | de2dac712be52b1db600f152b474211942beb9fa (diff) | |
download | gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar.gz gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar.bz2 gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar.lz gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar.xz gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.tar.zst gsoc2013-epiphany-6b9b7c2b9cada43550975564127635532c5be930.zip |
*** empty log message ***
-rw-r--r-- | doc/plan.xml | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/doc/plan.xml b/doc/plan.xml new file mode 100644 index 000000000..a7045be03 --- /dev/null +++ b/doc/plan.xml @@ -0,0 +1,172 @@ +<plan version="1.4">
+ <item>
+ <title>Transient/Modal Issues</title>
+ <description>
+ Figure out the transient/modal mess (there must be a guideline somewhere).
+ Need to consider Mozilla modality problems (network error popups, etc.).
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>GNOME Printing Integration</title>
+ <description>
+ Investigate trying to use libgnomeprint[ui]. May need API changes. Find out
+ from Jody what's in store for gnomeprint 2.8. May not end up with code in
+ time for 1.4.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Rethink Toolbar</title>
+ <description>
+ Remove throbber. Combine site icon with address entry (how can we do
+ dnd for this without mass code-duping).
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>History/Bookmarks Formats</title>
+ <description>
+ Find a better format for History file and drop intermediate bookmarks
+ file. Need to chat to Edd about extending the RDF. Not essential, but
+ worth investigating.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Finish Lockdown</title>
+ <description>
+ Finish lockdown.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Certificates UI</title>
+ <description>
+ Investigate possibility for sys-wide certs UI (share with evolution).
+ Need to speak to Seth about UI and the guy who was working on it.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>GtkMozEmbed</title>
+ <description>
+ Improve/reimplement gtkmozembed to be more friendly to GNOME.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Regional Settings</title>
+ <description>
+ Use system-wide regional settings if it gets in.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Extensions: Loading/Unloading</title>
+ <description>
+ Dynamic loading/unloading of extensions.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Extensions: Adding Toolbar Buttons</title>
+ <description>
+ Ability for extensions to add toolbar buttons.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Extensions: Documentation</title>
+ <description>
+ API and UI guidelines documentation for extensions.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>GNOME Keyring Integration</title>
+ <description>
+ GNOME Keyring integration. Look at Camino and Wallet code. Can use
+ for http auth and web-form prefill, but NOT for NSS access. Need to
+ submit Mozilla bugs.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Nautilus FTP</title>
+ <description>
+ Use Nautlus for FTP/SFTP.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Interface for Other Programs</title>
+ <description>
+ Find out what other programs need from us for nice integration -- interfaces.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Popup Blocking</title>
+ <description>
+ Popup blocking. Talk to Seth about integration into Epiphany core.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Bookmarks Menu and Toolbars Code</title>
+ <description>
+ Look at improving code to create the bookmarks menu and toolbars.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Completion</title>
+ <description>
+ Completion. Put URI in the address entry when moving through the entry list (like Mozilla).
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+
+ <item>
+ <title>Quality</title>
+ <description>
+ Work on getting are bug count even lower.
+ </description>
+ <status id="pending"/>
+ <responsible email=""></responsible>
+ </item>
+</plan>
|