author | mickeyl <mickeyl> | 2004-07-05 12:49:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-07-05 12:49:51 (UTC) |
commit | b3899d9e129e56197a989be48b94ea0f36da06ca (patch) (unidiff) | |
tree | b24fda439d0ceae94817fd64a50525f799bd5288 | |
parent | 2d60895963dcb8bbcf363a4576f5559d65ba3893 (diff) | |
download | opie-b3899d9e129e56197a989be48b94ea0f36da06ca.zip opie-b3899d9e129e56197a989be48b94ea0f36da06ca.tar.gz opie-b3899d9e129e56197a989be48b94ea0f36da06ca.tar.bz2 |
add new feature from Zecke
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,33 +1,34 @@ | |||
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 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 7 | * 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) | ||
8 | 9 | ||
9 | BugFixes | 10 | Fixed Bugs |
10 | -------- | 11 | -------- |
11 | * #1068 - Country Drop Down Box Off Screen | 12 | * #1068 - Country Drop Down Box Off Screen |
12 | * #1294 - Opie does not know about British Summer Time | 13 | * #1294 - Opie does not know about British Summer Time |
13 | * #1314 - Drawpad initialization (mickeyl) | 14 | * #1314 - Drawpad initialization (mickeyl) |
14 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 15 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
15 | * #1321 - Batteryapplet graphic glitch (harlekin) | 16 | * #1321 - Batteryapplet graphic glitch (harlekin) |
16 | * #1324 - ZSafe not starting up (mickeyl) | 17 | * #1324 - ZSafe not starting up (mickeyl) |
17 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) | 18 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
18 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) | 19 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
19 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 20 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
20 | 21 | ||
21 | 2004-25-04The Opie Team <opie@handhelds.org> | 22 | 2004-25-04The Opie Team <opie@handhelds.org> |
22 | 23 | ||
23 | * Released as Version 1.1.3 (devel) | 24 | * Released as Version 1.1.3 (devel) |
24 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 25 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
25 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 26 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
26 | * Added a real system graffiti character set (brad) | 27 | * Added a real system graffiti character set (brad) |
27 | * Added Generic Keyconfig Widget (zecke) | 28 | * Added Generic Keyconfig Widget (zecke) |
28 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 29 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
29 | * Added new Bible reader app - opie-dagger (drw) | 30 | * Added new Bible reader app - opie-dagger (drw) |
30 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 31 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
31 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 32 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
32 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 33 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
33 | * Added an about applet showing some credits and information about Opie (mickeyl) | 34 | * Added an about applet showing some credits and information about Opie (mickeyl) |