summaryrefslogtreecommitdiff
authoreilers <eilers>2004-10-27 14:31:54 (UTC)
committer eilers <eilers>2004-10-27 14:31:54 (UTC)
commit1fa2a15b88949dc6bb153b8c78dc3080373240dc (patch) (unidiff)
tree6a21fee85ab2c6908b5037fca45bdac293d5bed7
parent03adfc8b698fbed4b6f31c8320f510eb6da0d51d (diff)
downloadopie-1fa2a15b88949dc6bb153b8c78dc3080373240dc.zip
opie-1fa2a15b88949dc6bb153b8c78dc3080373240dc.tar.gz
opie-1fa2a15b88949dc6bb153b8c78dc3080373240dc.tar.bz2
Switching to SQlite3 ..
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c72fb3..6db572b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,52 +1,53 @@
1 2004-??-??Opie 1.1.x 1 2004-??-??Opie 1.1.x
2 2
3 New Features 3 New Features
4 ------------ 4 ------------
5 * libOpieDB now uses SQLite V3 instead V2. This would need an upgrade for old database files! (eilers)
5 * Backup uses Busy Indicator when backing up and restore (ar) 6 * Backup uses Busy Indicator when backing up and restore (ar)
6 * OpiePlayer2 gains adding of Directories to the playlist (zecke) 7 * OpiePlayer2 gains adding of Directories to the playlist (zecke)
7 * OpiePlayer2 handles error better (zecke) 8 * OpiePlayer2 handles error better (zecke)
8 * OpiePlayer2 gives Progress when streaming (zecke) 9 * OpiePlayer2 gives Progress when streaming (zecke)
9 * OpiePlayer2 ported to use libxine 1.0.0-rc6-a (brad,zecke) 10 * OpiePlayer2 ported to use libxine 1.0.0-rc6-a (brad,zecke)
10 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 11 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
11 * Opie Eye got a Digital Camera File Backend (alwin,zecke) 12 * Opie Eye got a Digital Camera File Backend (alwin,zecke)
12 * Support for Tuxpad 1 of Tradesquare.NL (mickeyl,zecke) 13 * Support for Tuxpad 1 of Tradesquare.NL (mickeyl,zecke)
13 * Opie-Console use Custom Font and Size in a Profile (harlekin) 14 * Opie-Console use Custom Font and Size in a Profile (harlekin)
14 * Opie-Console transparently log the Output and Input to a file (harlekin) 15 * Opie-Console transparently log the Output and Input to a file (harlekin)
15 * New O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 16 * New O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
16 * opie-security improvements: hide the plugin-based authentication tabs if no auth. plugin package is installed, and new 'test authentication' button (clem) 17 * opie-security improvements: hide the plugin-based authentication tabs if no auth. plugin package is installed, and new 'test authentication' button (clem)
17 18
18 Fixed Bugs 19 Fixed Bugs
19 ---------- 20 ----------
20 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 21 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
21 * #1445 - Opie Sheet Has No Icon (CoreDump) 22 * #1445 - Opie Sheet Has No Icon (CoreDump)
22 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 23 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
23 * #1395 - Build VNC Backend with gcc3.4 24 * #1395 - Build VNC Backend with gcc3.4
24 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 25 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
25 * #1450 - ZSame didn't clear the Bonus Item after winning a game (zecke) 26 * #1450 - ZSame didn't clear the Bonus Item after winning a game (zecke)
26 * #1245 - Opie Go 'paused' (zecke) 27 * #1245 - Opie Go 'paused' (zecke)
27 * #1448 - Brightness Applet added (mickeyl) 28 * #1448 - Brightness Applet added (mickeyl)
28 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 29 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
29 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 30 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
30 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir 31 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir
31 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string 32 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string
32 * n.a. - Build system: enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 33 * n.a. - Build system: enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
33 * 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) 34 * 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)
34 35
35 2004-09-17Opie 1.1.6 36 2004-09-17Opie 1.1.6
36 37
37 New Features 38 New Features
38 ------------ 39 ------------
39 * Fifteen gained configurable number of items (zecke) 40 * Fifteen gained configurable number of items (zecke)
40 * Fifteen can have custom background images (zecke) 41 * Fifteen can have custom background images (zecke)
41 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 42 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
42 * Integrated the new security framework into libopie2 (zecke,clem) 43 * Integrated the new security framework into libopie2 (zecke,clem)
43 * Converted the launcher to use the new security framework (zecke) 44 * Converted the launcher to use the new security framework (zecke)
44 * Backup can now handle custom locations for backup and restore (ar) 45 * Backup can now handle custom locations for backup and restore (ar)
45 * Implemented right-on-hold feedback (wimpie,zecke) 46 * Implemented right-on-hold feedback (wimpie,zecke)
46 * Lots of new features in opie-reader (tim,pohly) 47 * Lots of new features in opie-reader (tim,pohly)
47 * Build system cleanups (schurig) 48 * Build system cleanups (schurig)
48 49
49 Fixed Bugs 50 Fixed Bugs
50 -------- 51 --------
51 * #1005 - Fixed backup to CompactFlash (ar) 52 * #1005 - Fixed backup to CompactFlash (ar)
52 * #1167 - Fixed Opie write crashing on more text than one page (ar) 53 * #1167 - Fixed Opie write crashing on more text than one page (ar)