author | ar <ar> | 2004-10-30 23:57:37 (UTC) |
---|---|---|
committer | ar <ar> | 2004-10-30 23:57:37 (UTC) |
commit | 92fa51ae338d92b0df078f8283b31afdfcf4341a (patch) (unidiff) | |
tree | 84cf645cb0dcc6df0460e73b803057a39bcfbc02 | |
parent | 193bbcdfb160a1a1dbb59078ae262c1a98207808 (diff) | |
download | opie-92fa51ae338d92b0df078f8283b31afdfcf4341a.zip opie-92fa51ae338d92b0df078f8283b31afdfcf4341a.tar.gz opie-92fa51ae338d92b0df078f8283b31afdfcf4341a.tar.bz2 |
- confirm some bugfixes
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,76 +1,78 @@ | |||
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. Remember to upgrade your database files! (eilers) | 5 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
6 | * Backup now uses the busy indicator when backing up and restore (ar) | 6 | * Backup now uses the busy indicator when backing up and restore (ar) |
7 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 7 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
8 | * OpiePlayer2 better error handling (zecke) | 8 | * OpiePlayer2 better error handling (zecke) |
9 | * OpiePlayer2 progress indication while streaming (zecke) | 9 | * OpiePlayer2 progress indication while streaming (zecke) |
10 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 10 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
11 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 11 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
12 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 12 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
13 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) | 13 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) |
14 | * Opie-Console use Custom Font and Size in a Profile (harlekin) | 14 | * Opie-Console use Custom Font and Size in a Profile (harlekin) |
15 | * 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) |
16 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 16 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
17 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 17 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
18 | * Opie-Security gained a 'test authentication' button (clem) | 18 | * Opie-Security gained a 'test authentication' button (clem) |
19 | 19 | ||
20 | Fixed Bugs | 20 | Fixed Bugs |
21 | ---------- | 21 | ---------- |
22 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 22 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
23 | * #608 - Make Opie usable for left handed users (zecke) | ||
23 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 24 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
24 | * #1245 - Opie-Go 'paused' (zecke) | 25 | * #1245 - Opie-Go 'paused' (zecke) |
25 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 26 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
26 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 27 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
27 | * #1395 - Build VNC Backend with gcc3.4 | 28 | * #1395 - Build VNC Backend with gcc3.4 |
28 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 29 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
30 | * #1426 - Add missing opie-bartender Icon (CoreDump) | ||
29 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 31 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
30 | * #1448 - Brightness Applet added (mickeyl) | 32 | * #1448 - Brightness Applet added (mickeyl) |
31 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 33 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
32 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 34 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
33 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 35 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
34 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 36 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
35 | * 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) | 37 | * 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) |
36 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 38 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
37 | 39 | ||
38 | 2004-09-17Opie 1.1.6 | 40 | 2004-09-17Opie 1.1.6 |
39 | 41 | ||
40 | New Features | 42 | New Features |
41 | ------------ | 43 | ------------ |
42 | * Fifteen gained configurable number of items (zecke) | 44 | * Fifteen gained configurable number of items (zecke) |
43 | * Fifteen can have custom background images (zecke) | 45 | * Fifteen can have custom background images (zecke) |
44 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 46 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
45 | * Integrated the new security framework into libopie2 (zecke,clem) | 47 | * Integrated the new security framework into libopie2 (zecke,clem) |
46 | * Converted the launcher to use the new security framework (zecke) | 48 | * Converted the launcher to use the new security framework (zecke) |
47 | * Backup can now handle custom locations for backup and restore (ar) | 49 | * Backup can now handle custom locations for backup and restore (ar) |
48 | * Implemented right-on-hold feedback (wimpie,zecke) | 50 | * Implemented right-on-hold feedback (wimpie,zecke) |
49 | * Lots of new features in opie-reader (tim,pohly) | 51 | * Lots of new features in opie-reader (tim,pohly) |
50 | * Build system cleanups (schurig) | 52 | * Build system cleanups (schurig) |
51 | 53 | ||
52 | Fixed Bugs | 54 | Fixed Bugs |
53 | -------- | 55 | -------- |
54 | * #1005 - Fixed backup to CompactFlash (ar) | 56 | * #1005 - Fixed backup to CompactFlash (ar) |
55 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 57 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
56 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 58 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
57 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 59 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
58 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 60 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
59 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 61 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
60 | * #1376 - Bring back the capslock/numlock display (zecke) | 62 | * #1376 - Bring back the capslock/numlock display (zecke) |
61 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 63 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
62 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 64 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
63 | * #1394 - Fixed oversized headline in opie-login (coredump) | 65 | * #1394 - Fixed oversized headline in opie-login (coredump) |
64 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 66 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
65 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 67 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
66 | 68 | ||
67 | 2004-07-06Opie 1.1.4 | 69 | 2004-07-06Opie 1.1.4 |
68 | 70 | ||
69 | New Features | 71 | New Features |
70 | ------------ | 72 | ------------ |
71 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 73 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
72 | * Added Conversion tool for pim-data (eilers) | 74 | * Added Conversion tool for pim-data (eilers) |
73 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 75 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
74 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 76 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
75 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) | 77 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
76 | 78 | ||