author | eilers <eilers> | 2004-12-28 14:23:27 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-28 14:23:27 (UTC) |
commit | 434b13deebd178903ea10ab5a75f92a0fe7eaa59 (patch) (unidiff) | |
tree | f6dcce03c252547db3dd1a12dd3a9815a0d8c711 | |
parent | 47c87c92a46f56bc9190025e7a653fa48718431e (diff) | |
download | opie-434b13deebd178903ea10ab5a75f92a0fe7eaa59.zip opie-434b13deebd178903ea10ab5a75f92a0fe7eaa59.tar.gz opie-434b13deebd178903ea10ab5a75f92a0fe7eaa59.tar.bz2 |
Fixing bug #1501
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,33 +14,35 @@ | |||
14 | New Features | 14 | New Features |
15 | ------------ | 15 | ------------ |
16 | * PackageManager supports installation of local ipkg files (drw) | 16 | * PackageManager supports installation of local ipkg files (drw) |
17 | * PackageManager supports linking of applications to root (drw) | 17 | * PackageManager supports linking of applications to root (drw) |
18 | * PackageManager supports src/gz feeds (drw,wimpie) | 18 | * PackageManager supports src/gz feeds (drw,wimpie) |
19 | * Add a syslog information tab to sysinfo (mickeyl) | 19 | * Add a syslog information tab to sysinfo (mickeyl) |
20 | * Add new, more consistent, PIM icons + a GIMP teplate (ar) | 20 | * Add new, more consistent, PIM icons + a GIMP teplate (ar) |
21 | 21 | ||
22 | Fixed Bugs | 22 | Fixed Bugs |
23 | ---------- | 23 | ---------- |
24 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) | 24 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
25 | * #1269 - VCards were imported into personal area if it was activated (eilers) | 25 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
26 | * #1464 - Packagemanager dont set active filter after install a package (drw) | 26 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
27 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) | 27 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
28 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) | 28 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
29 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) | 29 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
30 | * n.a. - Battery Applet - fix sizing of battery info popup (drw) | 30 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
31 | * n.a. - Battery Applet - fix sizing of battery info popup | ||
32 | * #1501 - Fixing bug in todo sql backend (eilers) | ||
31 | 33 | ||
32 | Internal | 34 | Internal |
33 | -------- | 35 | -------- |
34 | * Moved libopie1 to unsupported (mickeyl) | 36 | * Moved libopie1 to unsupported (mickeyl) |
35 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) | 37 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) |
36 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) | 38 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) |
37 | 39 | ||
38 | 2004-11-14Opie 1.1.7 | 40 | 2004-11-14Opie 1.1.7 |
39 | 41 | ||
40 | New Features | 42 | New Features |
41 | ------------ | 43 | ------------ |
42 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 44 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
43 | * Backup now uses the busy indicator when backing up and restore (ar) | 45 | * Backup now uses the busy indicator when backing up and restore (ar) |
44 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 46 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
45 | * OpiePlayer2 better error handling (zecke) | 47 | * OpiePlayer2 better error handling (zecke) |
46 | * OpiePlayer2 progress indication while streaming (zecke) | 48 | * OpiePlayer2 progress indication while streaming (zecke) |