author | mickeyl <mickeyl> | 2004-11-16 22:19:47 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-11-16 22:19:47 (UTC) |
commit | 539a1bfc1c120bcd196f2b7ab27befde1550e661 (patch) (unidiff) | |
tree | 112ec70184ad5e8bf765c4df2a0897791b9eb145 /ChangeLog | |
parent | add434632dc0b449a1439215ecbc2ae0589fd713 (diff) | |
download | opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.zip opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.gz opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.bz2 |
bye bye libopie1
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,24 +1,28 @@ | |||
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 | 6 | ||
7 | Fixed Bugs | 7 | Fixed Bugs |
8 | ---------- | 8 | ---------- |
9 | * #1464 - Packagemanager dont set active filter after install a package (drw) | 9 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
10 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) | 10 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
11 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) | 11 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
12 | 12 | ||
13 | Internal | ||
14 | -------- | ||
15 | * Moved libopie1 to unsupported (mickeyl) | ||
16 | |||
13 | 2004-11-14Opie 1.1.7 | 17 | 2004-11-14Opie 1.1.7 |
14 | 18 | ||
15 | New Features | 19 | New Features |
16 | ------------ | 20 | ------------ |
17 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 21 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
18 | * Backup now uses the busy indicator when backing up and restore (ar) | 22 | * Backup now uses the busy indicator when backing up and restore (ar) |
19 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 23 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
20 | * OpiePlayer2 better error handling (zecke) | 24 | * OpiePlayer2 better error handling (zecke) |
21 | * OpiePlayer2 progress indication while streaming (zecke) | 25 | * OpiePlayer2 progress indication while streaming (zecke) |
22 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 26 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
23 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 27 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
24 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 28 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
@@ -45,26 +49,29 @@ | |||
45 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 49 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
46 | * #1426 - Add missing opie-bartender Icon (CoreDump) | 50 | * #1426 - Add missing opie-bartender Icon (CoreDump) |
47 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 51 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
48 | * #1448 - Brightness Applet added (mickeyl) | 52 | * #1448 - Brightness Applet added (mickeyl) |
49 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 53 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
50 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) | 54 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
51 | * n.a. - Opie-mail: fixed some crasher, some layout-problems | 55 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
52 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 56 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
53 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 57 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
54 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 58 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
55 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) | 59 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) |
56 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 60 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
57 | * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) | 61 | |
58 | * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) | 62 | Internal |
63 | -------- | ||
64 | * Opie-Qashmoney has been moved to unsupported (mickeyl) | ||
65 | * Opie-Ubrowser has been moved to unsupported (mickeyl) | ||
59 | 66 | ||
60 | 2004-09-17Opie 1.1.6 | 67 | 2004-09-17Opie 1.1.6 |
61 | 68 | ||
62 | New Features | 69 | New Features |
63 | ------------ | 70 | ------------ |
64 | * Fifteen gained configurable number of items (zecke) | 71 | * Fifteen gained configurable number of items (zecke) |
65 | * Fifteen can have custom background images (zecke) | 72 | * Fifteen can have custom background images (zecke) |
66 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 73 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
67 | * Integrated the new security framework into libopie2 (zecke,clem) | 74 | * Integrated the new security framework into libopie2 (zecke,clem) |
68 | * Converted the launcher to use the new security framework (zecke) | 75 | * Converted the launcher to use the new security framework (zecke) |
69 | * Backup can now handle custom locations for backup and restore (ar) | 76 | * Backup can now handle custom locations for backup and restore (ar) |
70 | * Implemented right-on-hold feedback (wimpie,zecke) | 77 | * Implemented right-on-hold feedback (wimpie,zecke) |