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