|
diff --git a/ChangeLog b/ChangeLog index f0f31ed..80069ab 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -1,45 +1,47 @@ |
1 | 2004-??-??The Opie Team <opie@handhelds.org> |
1 | 2004-??-??The Opie Team <opie@handhelds.org> |
2 | |
2 | |
3 | New Features |
3 | New Features |
4 | ------------ |
4 | ------------ |
5 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
5 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
6 | * Added Conversion tool for pim-data (eilers) |
6 | * Added Conversion tool for pim-data (eilers) |
| |
7 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
7 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
8 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
8 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
9 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
9 | |
10 | |
10 | Fixed Bugs |
11 | Fixed Bugs |
11 | -------- |
12 | -------- |
12 | * #1068 - Country Drop Down Box Off Screen |
13 | * #1068 - Country Drop Down Box Off Screen |
13 | * #1294 - Opie does not know about British Summer Time |
14 | * #1294 - Opie does not know about British Summer Time |
14 | * #1314 - Drawpad initialization (mickeyl) |
15 | * #1314 - Drawpad initialization (mickeyl) |
15 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
16 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
16 | * #1321 - Batteryapplet graphic glitch (harlekin) |
17 | * #1321 - Batteryapplet graphic glitch (harlekin) |
17 | * #1324 - ZSafe not starting up (mickeyl) |
18 | * #1324 - ZSafe not starting up (mickeyl) |
18 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
19 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
19 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
20 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
20 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
21 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
21 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
22 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
| |
23 | + #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) |
22 | |
24 | |
23 | 2004-25-04The Opie Team <opie@handhelds.org> |
25 | 2004-25-04The Opie Team <opie@handhelds.org> |
24 | |
26 | |
25 | * Released as Version 1.1.3 (devel) |
27 | * Released as Version 1.1.3 (devel) |
26 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
28 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
27 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
29 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
28 | * Added a real system graffiti character set (brad) |
30 | * Added a real system graffiti character set (brad) |
29 | * Added Generic Keyconfig Widget (zecke) |
31 | * Added Generic Keyconfig Widget (zecke) |
30 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
32 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
31 | * Added new Bible reader app - opie-dagger (drw) |
33 | * Added new Bible reader app - opie-dagger (drw) |
32 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
34 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
33 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
35 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
34 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
36 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
35 | * Added an about applet showing some credits and information about Opie (mickeyl) |
37 | * Added an about applet showing some credits and information about Opie (mickeyl) |
36 | * Added benchmarking functionality to sysinfo (mickeyl) |
38 | * Added benchmarking functionality to sysinfo (mickeyl) |
37 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
39 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
38 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
40 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
39 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
41 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
40 | * Clean-up of package information in control files (drw) |
42 | * Clean-up of package information in control files (drw) |
41 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
43 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
42 | * Improved big-screen support (zecke,ar) |
44 | * Improved big-screen support (zecke,ar) |
43 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
45 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
44 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
46 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
45 | * Added new package manager - opie-packagemanager (drw) |
47 | * Added new package manager - opie-packagemanager (drw) |
|