summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/TODO2
-rw-r--r--core/pim/today/changelog3
-rw-r--r--core/pim/today/opie-today.control10
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,12 +1,10 @@
1TODO for today: 1TODO 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
11* make Opiezilla a clickable label wich is allway on the far right side of 9* make Opiezilla a clickable label wich is allway on the far right side of
12the screen , klick will open credits ,) \ No newline at end of file 10the screen , klick will open credits ,) \ No newline at end of file
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,76 +1,77 @@
10.3.1 10.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
60.3.0 70.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
10 - then sorted by date, then by priority 11 - then sorted by date, then by priority
11* some cleanups 12* some cleanups
12* speed optimisations 13* speed optimisations
13 14
140.2.9 150.2.9
15 16
16* Many bugfixes. 17* Many bugfixes.
17* Today now apparently sorts the dates _allways_ right, i would assume it 18* Today now apparently sorts the dates _allways_ right, i would assume it
18to be a qt bug 19to be a qt bug
19 20
200.2.8 210.2.8
21 22
22* Appointments are now clickable (connection to datebook still missing) 23* Appointments are now clickable (connection to datebook still missing)
23* autostart support (opie only) 24* autostart support (opie only)
24 25
250.2.7 260.2.7
26 27
27* check if todolist.xml was changed before parsing it 28* check if todolist.xml was changed before parsing it
28* check only every 30 sec for changes. 29* check only every 30 sec for changes.
29* some visual stuff 30* some visual stuff
30* as usual many little improvements .-) 31* as usual many little improvements .-)
31 32
320.2.6 330.2.6
33 34
34* added scrollbars to dates and todo 35* added scrollbars to dates and todo
35* all day detection 36* all day detection
36* some smaller bugfixes 37* some smaller bugfixes
37 38
380.2.5 390.2.5
39 40
40* some other minor fixes regarding autoupdate 41* some other minor fixes regarding autoupdate
41* fixed segfault with todolist > 7 entries 42* fixed segfault with todolist > 7 entries
42* fixed the "ugly grey border around buttons" issue 43* fixed the "ugly grey border around buttons" issue
43* fixed the "empty calendar field" "bug" 44* fixed the "empty calendar field" "bug"
44* shown only later appointments as option 45* shown only later appointments as option
45 46
46 47
470.2.4 480.2.4
48 49
49* added support for email 50* added support for email
50* autoupdates after 1 min 51* autoupdates after 1 min
51* QCopEnvelope instead of system() 52* QCopEnvelope instead of system()
52* starting to use qvbox in gui 53* starting to use qvbox in gui
53 54
54 55
550.2.3 560.2.3
56 57
57* the 4 am release 58* the 4 am release
58* several bugfixes 59* several bugfixes
59 60
60 61
610.2.2 620.2.2
62 63
63* started working on calling other apps 64* started working on calling other apps
64* and finished it 65* and finished it
65 66
660.2.1 670.2.1
67 68
68* images no more inline 69* images no more inline
69* config dialog 70* config dialog
70 71
710.1.1 720.1.1
72 73
73* started changelog. 74* started changelog.
74* fixed segfault on empty/nonexistant todolist.xml 75* fixed segfault on empty/nonexistant todolist.xml
75* better handling for file location 76* better handling for file location
76 77
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 @@
1Files: bin/today apps/Applications/today.desktop pics/today/* 1Files: bin/today apps/Applications/today.desktop pics/today/*
2Priority: optional 2Priority: optional
3Section: opie/applications 3Section: opie/applications
4Maintainer: Maximilian Reiß <max.reiss@gmx.de> 4Maintainer: Maximilian Reiß <max.reiss@gmx.de>
5Architecture: arm 5Architecture: arm
6Version: 0.3.0-$SUB_VERSION 6Version: 0.3.1-$SUB_VERSION
7Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION) 7Depends: opie-base ($QPE_VERSION), libopie ($QPE_VERSION)
8License: GPL 8License: GPL
9Description: today screen 9Description: 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