diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
commit | ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 (patch) | |
tree | 09d541636a16cb38448fe6183289ebdc3080c1bf /mate-dictionary/TODO | |
download | mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.bz2 mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.xz |
Moved from Mate-Extra repository
Diffstat (limited to 'mate-dictionary/TODO')
-rw-r--r-- | mate-dictionary/TODO | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mate-dictionary/TODO b/mate-dictionary/TODO new file mode 100644 index 00000000..8a35890b --- /dev/null +++ b/mate-dictionary/TODO @@ -0,0 +1,39 @@ +[Gdict] + +* Great UI rework: port the old UI to the new infrastructure + [ ] Gdict::Entry + [+] Gdict::Defbox + [x] common pattern recognition for definition sections + [ ] colors for sections (with theme support) + [+] Gdict::Speller + [ ] visually separate matchs from different dictionaries + +* UI additions + [x] Gdict::DatabaseChooser + [x] Gdict::StrategyChooser + [x] add a "find bottom pane" to Gdict::Defbox; + +* Add preferences support + [x] Implement the .desktop file prototype for selecting the preferred + source for dictionary data; + [x] Remove MateConf stuff from the preferences: only applications should + depend on MateConf; + +[MATE Dictionary] + +* UI updates + [x] Create a new HIG-compliant preferences dialog using Glade, and + share it with the applet; + [+] Source dialog + [x] Add view/edit modes + [x] Use the DatabaseChooser and StrategyChooser widgets for + the "Database" and "Startegy" fields. + [x] Source remove + [x] Remember window size/state across sessions + +[MATE Dictionary Applet] + +* UI updates + [x] Use GtkAlignedWindow as the container for the Gdict::Defbox; + +$ Last updated: 2007-02-13 01:00 (+0000) ebassi $ |