-rw-r--r-- | core/pim/today/TODO | 2 | ||||
-rw-r--r-- | core/pim/today/changelog | 3 | ||||
-rw-r--r-- | core/pim/today/opie-today.control | 10 |
3 files changed, 10 insertions, 5 deletions
diff --git a/core/pim/today/TODO b/core/pim/today/TODO index 0ff4758..48e8d20 100644 --- a/core/pim/today/TODO +++ b/core/pim/today/TODO | |||
@@ -1,10 +1,8 @@ | |||
1 | TODO for today: | 1 | TODO for today: |
2 | 2 | ||
3 | * start the app on "resume" (partly done) | ||
4 | |||
5 | * show alarm icons on alarm events (partly done) | 3 | * show alarm icons on alarm events (partly done) |
6 | 4 | ||
7 | * add am/pm mode instead of 24 h, take system default | 5 | * add am/pm mode instead of 24 h, take system default |
8 | 6 | ||
9 | * qcop integration for updating events? | 7 | * qcop integration for updating events? |
10 | 8 | ||
diff --git a/core/pim/today/changelog b/core/pim/today/changelog index c5d20ce..2270551 100644 --- a/core/pim/today/changelog +++ b/core/pim/today/changelog | |||
@@ -1,9 +1,10 @@ | |||
1 | 0.3.1 | 1 | 0.3.1 |
2 | 2 | ||
3 | 3 | * better translation (thanks carsten and others) | |
4 | * fixes memory leaks | ||
4 | * bugfixes in calendar part, now location and note are working again. | 5 | * bugfixes in calendar part, now location and note are working again. |
5 | 6 | ||
6 | 0.3.0 | 7 | 0.3.0 |
7 | 8 | ||
8 | * today uses now tododb from libopie. So major changes in the todo part: | 9 | * today uses now tododb from libopie. So major changes in the todo part: |
9 | - overdue items on top | 10 | - overdue items on top |
diff --git a/core/pim/today/opie-today.control b/core/pim/today/opie-today.control index 9686504..35d775a 100644 --- a/core/pim/today/opie-today.control +++ b/core/pim/today/opie-today.control | |||
@@ -1,10 +1,16 @@ | |||
1 | Files: bin/today apps/Applications/today.desktop pics/today/* | 1 | Files: bin/today apps/Applications/today.desktop pics/today/* |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 0.3.0-$SUB_VERSION | 6 | Version: 0.3.1-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION) |
8 | License: GPL | 8 | License: GPL |
9 | Description: today screen | 9 | Description: today screen |
10 | A short overview over current appointments and tasks. | 10 | This today screen app gives an overview of appointments |
11 | and todos. | ||
12 | It also shows incoming and outgoing mails from opiemail. | ||
13 | When using Opie (opie.handhelds.org) today can be autostarted | ||
14 | on resume. | ||
15 | It is highly configurable. | ||
16 | |||