summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75dd827..589e7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,81 +1,84 @@
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 7
8 Fixed Bugs 8 Fixed Bugs
9 ---------- 9 ----------
10 * #1269 - VCards were imported into personal area if it was activated (eilers)
10 * #1464 - Packagemanager dont set active filter after install a package (drw) 11 * #1464 - Packagemanager dont set active filter after install a package (drw)
11 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 12 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
12 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 13 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
13 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) 14 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers)
14 15
15 Internal 16 Internal
16 -------- 17 --------
17 * Moved libopie1 to unsupported (mickeyl) 18 * Moved libopie1 to unsupported (mickeyl)
19 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers)
20 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers)
18 21
19 2004-11-14Opie 1.1.7 22 2004-11-14Opie 1.1.7
20 23
21 New Features 24 New Features
22 ------------ 25 ------------
23 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 26 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
24 * Backup now uses the busy indicator when backing up and restore (ar) 27 * Backup now uses the busy indicator when backing up and restore (ar)
25 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 28 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
26 * OpiePlayer2 better error handling (zecke) 29 * OpiePlayer2 better error handling (zecke)
27 * OpiePlayer2 progress indication while streaming (zecke) 30 * OpiePlayer2 progress indication while streaming (zecke)
28 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 31 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
29 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 32 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
30 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 33 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
31 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 34 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
32 * Opie-Console use Custom Font and Size in a Profile (harlekin) 35 * Opie-Console use Custom Font and Size in a Profile (harlekin)
33 * Opie-Console transparently log the Output and Input to a file (harlekin) 36 * Opie-Console transparently log the Output and Input to a file (harlekin)
34 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 37 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
35 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) 38 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem)
36 * Opie-Security gained a 'test authentication' button (clem) 39 * Opie-Security gained a 'test authentication' button (clem)
37 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults 40 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults
38 * Opie-Mail improve the handling of POP mail boxes (alwin) 41 * Opie-Mail improve the handling of POP mail boxes (alwin)
39 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) 42 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin)
40 * Opie IRC - backports of the 'NeIRC fork' (zecke) 43 * Opie IRC - backports of the 'NeIRC fork' (zecke)
41 44
42 Fixed Bugs 45 Fixed Bugs
43 ---------- 46 ----------
44 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 47 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
45 * #608 - Make Opie usable for left handed users (zecke) 48 * #608 - Make Opie usable for left handed users (zecke)
46 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 49 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
47 * #1245 - Opie-Go 'paused' (zecke) 50 * #1245 - Opie-Go 'paused' (zecke)
48 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 51 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
49 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 52 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
50 * #1395 - Build VNC Backend with gcc3.4 53 * #1395 - Build VNC Backend with gcc3.4
51 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 54 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
52 * #1426 - Add missing opie-bartender Icon (CoreDump) 55 * #1426 - Add missing opie-bartender Icon (CoreDump)
53 * #1445 - Opie-Sheet Has No Icon (CoreDump) 56 * #1445 - Opie-Sheet Has No Icon (CoreDump)
54 * #1448 - Brightness Applet added (mickeyl) 57 * #1448 - Brightness Applet added (mickeyl)
55 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 58 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
56 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 59 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
57 * n.a. - Opie-mail: fixed some crasher, some layout-problems 60 * n.a. - Opie-mail: fixed some crasher, some layout-problems
58 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 61 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
59 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 62 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
60 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 63 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
61 * 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) 64 * 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)
62 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 65 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
63 66
64 Internal 67 Internal
65 -------- 68 --------
66 * Opie-Qashmoney has been moved to unsupported (mickeyl) 69 * Opie-Qashmoney has been moved to unsupported (mickeyl)
67 * Opie-Ubrowser has been moved to unsupported (mickeyl) 70 * Opie-Ubrowser has been moved to unsupported (mickeyl)
68 71
69 2004-09-17Opie 1.1.6 72 2004-09-17Opie 1.1.6
70 73
71 New Features 74 New Features
72 ------------ 75 ------------
73 * Fifteen gained configurable number of items (zecke) 76 * Fifteen gained configurable number of items (zecke)
74 * Fifteen can have custom background images (zecke) 77 * Fifteen can have custom background images (zecke)
75 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 78 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
76 * Integrated the new security framework into libopie2 (zecke,clem) 79 * Integrated the new security framework into libopie2 (zecke,clem)
77 * Converted the launcher to use the new security framework (zecke) 80 * Converted the launcher to use the new security framework (zecke)
78 * Backup can now handle custom locations for backup and restore (ar) 81 * Backup can now handle custom locations for backup and restore (ar)
79 * Implemented right-on-hold feedback (wimpie,zecke) 82 * Implemented right-on-hold feedback (wimpie,zecke)
80 * Lots of new features in opie-reader (tim,pohly) 83 * Lots of new features in opie-reader (tim,pohly)
81 * Build system cleanups (schurig) 84 * Build system cleanups (schurig)