Opera Widgets の開発は現在行われておりません。詳細を見る

ログイン| 新規登録

Opera Software ASA

ウィジェット » その他 » dotoo: To-do lists

dotoo: To-do lists, Opera application V1.1 2006/07/15 22:50:04

This little widget allows you to keep an eye on things that need to be done.

Changes in v1.1
- Nicer user interface
- Editing of existing lists and to-do's
- Some usability improvements (form focus, tooltips)

I'm still working on synchronization of your lists between multiple computers, so don't forget to keep an eye on widget too :smile:


コメント 127 通

ページのトップからログインしコメントする

« Previous 121 - 127 中 127

Wonderful, exactly what I need.
Unfortunately, I have a wish, too.
Entering notes to the tasks would be perfect, if it isn't too much trouble.

dafalias 作 , # 2006/07/20 14:27:15

Excellent. Keep all items in one list, or multiple lists for really busy people. I like the minimize to compact mode. Can that be made so that the maxized and minimized versions align right rather than align left? The natural place for the widget is to sit at the end of my page bar, looking like just a special tab.

Pesala 作 , # 2006/07/19 12:05:14

Awesome widget, keep it up. Can't wait for new version. :smile:

Ramunas 作 , # 2006/07/18 21:34:14

about synchronization between multiple computers, i hope it will still work offline.

padule 作 , # 2006/07/17 16:28:23

It is possible to enter bad strings that will break the widget.
Your "safe" function which is supposed to remove HTML injections will only reduce the first instance of '&','<' and '>'. Later instances will be left untouched. As an example, enter for one of the to-do items the string: <><sub>asdasdf.

To fix this bug you can use this function:
function safe (str) {
str = str.replace(/&/g, '&amp;amp;');
str = str.replace(/</g, '&amp;lt;');
str = str.replace(/>/g, '&amp;gt;');
return str;
}

Benjamin Joffe 作 , # 2006/07/17 16:21:28

Hi,
looks really nice. And yeahhh, a multiple computer synchronization would be quite perfect - that's what I have ever looked for :-)

cu.

Schwenx 作 , # 2006/07/17 15:49:26

that's veryyy beautiful!
add priorities and it will be nearly perfect.
also, i would make tasks little smaller in height.

padule 作 , # 2006/07/17 10:03:41

  1. ページ:
  2. « Previous
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7