author | ar <ar> | 2004-09-28 22:27:51 (UTC) |
---|---|---|
committer | ar <ar> | 2004-09-28 22:27:51 (UTC) |
commit | b7504197efe0f5c485fe87fa5cbfb0b4450e9335 (patch) (unidiff) | |
tree | 546d4bc14edf3448887c93ba42fc51a1eb9fe3f2 | |
parent | a1482c1dfd0f0859736716a7ce4a459a8e02728c (diff) | |
download | opie-b7504197efe0f5c485fe87fa5cbfb0b4450e9335.zip opie-b7504197efe0f5c485fe87fa5cbfb0b4450e9335.tar.gz opie-b7504197efe0f5c485fe87fa5cbfb0b4450e9335.tar.bz2 |
- add some bugfixes
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,53 +1,56 @@ | |||
1 | 2004-??-??Opie 1.1.x | 1 | 2004-??-??Opie 1.1.x |
2 | 2 | ||
3 | New Features | 3 | New Features |
4 | ------------ | 4 | ------------ |
5 | * Ported opie-mediaplayer2 to recent libxine (brad,zecke) | 5 | * Ported opie-mediaplayer2 to recent libxine (brad,zecke) |
6 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 6 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
7 | 7 | ||
8 | Fixed Bugs | 8 | Fixed Bugs |
9 | ---------- | 9 | ---------- |
10 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | ||
11 | * #1445 - Opie Sheet Has No Icon (CoreDump) | ||
12 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | ||
10 | 13 | ||
11 | 2004-09-17Opie 1.1.6 | 14 | 2004-09-17Opie 1.1.6 |
12 | 15 | ||
13 | New Features | 16 | New Features |
14 | ------------ | 17 | ------------ |
15 | * Fifteen gained configurable number of items (zecke) | 18 | * Fifteen gained configurable number of items (zecke) |
16 | * Fifteen can have custom background images (zecke) | 19 | * Fifteen can have custom background images (zecke) |
17 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 20 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
18 | * Integrated the new security framework into libopie2 (zecke,clem) | 21 | * Integrated the new security framework into libopie2 (zecke,clem) |
19 | * Converted the launcher to use the new security framework (zecke) | 22 | * Converted the launcher to use the new security framework (zecke) |
20 | * Backup can now handle custom locations for backup and restore (ar) | 23 | * Backup can now handle custom locations for backup and restore (ar) |
21 | * Implemented right-on-hold feedback (wimpie,zecke) | 24 | * Implemented right-on-hold feedback (wimpie,zecke) |
22 | * Lots of new features in opie-reader (tim,pohly) | 25 | * Lots of new features in opie-reader (tim,pohly) |
23 | * Build system cleanups (schurig) | 26 | * Build system cleanups (schurig) |
24 | 27 | ||
25 | Fixed Bugs | 28 | Fixed Bugs |
26 | -------- | 29 | -------- |
27 | * #1005 - Fixed backup to CompactFlash (ar) | 30 | * #1005 - Fixed backup to CompactFlash (ar) |
28 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 31 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
29 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 32 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
30 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 33 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
31 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 34 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
32 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 35 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
33 | * #1376 - Bring back the capslock/numlock display (zecke) | 36 | * #1376 - Bring back the capslock/numlock display (zecke) |
34 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 37 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
35 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 38 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
36 | * #1394 - Fixed oversized headline in opie-login (coredump) | 39 | * #1394 - Fixed oversized headline in opie-login (coredump) |
37 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 40 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
38 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 41 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
39 | 42 | ||
40 | 2004-07-06Opie 1.1.4 | 43 | 2004-07-06Opie 1.1.4 |
41 | 44 | ||
42 | New Features | 45 | New Features |
43 | ------------ | 46 | ------------ |
44 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 47 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
45 | * Added Conversion tool for pim-data (eilers) | 48 | * Added Conversion tool for pim-data (eilers) |
46 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 49 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
47 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 50 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
48 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) | 51 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
49 | 52 | ||
50 | Fixed Bugs | 53 | Fixed Bugs |
51 | -------- | 54 | -------- |
52 | * #1068 - Country Drop Down Box Off Screen | 55 | * #1068 - Country Drop Down Box Off Screen |
53 | * #1291 - Opie tinykate does not open .desktop files (ar) | 56 | * #1291 - Opie tinykate does not open .desktop files (ar) |