|
diff --git a/ChangeLog b/ChangeLog index 40e7b11..34b2e3f 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -1,30 +1,32 @@ |
1 | 2004-??-??Opie 1.1.8 |
1 | 2004-??-??Opie 1.1.8 |
2 | |
2 | |
3 | New Features |
3 | New Features |
4 | ------------ |
4 | ------------ |
5 | * PackageManager supports installation of local ipkg files (drw) |
5 | * PackageManager supports installation of local ipkg files (drw) |
6 | * PackageManager supports linking of applications to root (drw) |
6 | * PackageManager supports linking of applications to root (drw) |
| |
7 | * Add a syslog information tab to sysinfo (mickeyl) |
| |
8 | * Add new, more consistent, PIM icons + a GIMP teplate (ar) |
7 | |
9 | |
8 | Fixed Bugs |
10 | Fixed Bugs |
9 | ---------- |
11 | ---------- |
10 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
12 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
11 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
13 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
12 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
14 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
13 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
15 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
14 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
16 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
15 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
17 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
16 | |
18 | |
17 | Internal |
19 | Internal |
18 | -------- |
20 | -------- |
19 | * Moved libopie1 to unsupported (mickeyl) |
21 | * Moved libopie1 to unsupported (mickeyl) |
20 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) |
22 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) |
21 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) |
23 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) |
22 | |
24 | |
23 | 2004-11-14Opie 1.1.7 |
25 | 2004-11-14Opie 1.1.7 |
24 | |
26 | |
25 | New Features |
27 | New Features |
26 | ------------ |
28 | ------------ |
27 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
29 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
28 | * Backup now uses the busy indicator when backing up and restore (ar) |
30 | * Backup now uses the busy indicator when backing up and restore (ar) |
29 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
31 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
30 | * OpiePlayer2 better error handling (zecke) |
32 | * OpiePlayer2 better error handling (zecke) |
|