-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -1,49 +1,59 @@ | |||
1 | 2004-??-??The Opie Team <opie@handhelds.org> | 1 | 2004-??-??The Opie Team <opie@handhelds.org> |
2 | 2 | ||
3 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | ||
4 | * Integrated the new security framework into libopie2 (zecke) | ||
5 | * Converted the launcher to use the new security framework (zecke) | ||
6 | |||
7 | 2004-07-06The Opie Team <opie@handhelds.org> | ||
8 | |||
9 | * Tagged as Version 1.1.4 (devel) | ||
10 | |||
3 | New Features | 11 | New Features |
4 | ------------ | 12 | ------------ |
5 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 13 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
6 | * Added Conversion tool for pim-data (eilers) | 14 | * Added Conversion tool for pim-data (eilers) |
7 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 15 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
8 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 16 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
9 | * 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) |
10 | 18 | ||
11 | Fixed Bugs | 19 | Fixed Bugs |
12 | -------- | 20 | -------- |
13 | * #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) | ||
23 | * #1291 - Opie sheet not saving correctly (ar) | ||
14 | * #1294 - Opie does not know about British Summer Time | 24 | * #1294 - Opie does not know about British Summer Time |
15 | * #1314 - Drawpad initialization (mickeyl) | 25 | * #1314 - Drawpad initialization (mickeyl) |
16 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 26 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
17 | * #1321 - Batteryapplet graphic glitch (harlekin) | 27 | * #1321 - Batteryapplet graphic glitch (harlekin) |
18 | * #1324 - ZSafe not starting up (mickeyl) | 28 | * #1324 - ZSafe not starting up (mickeyl) |
19 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) | 29 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
20 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) | 30 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
21 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) | 31 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
22 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 32 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
23 | + #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) |
24 | 34 | ||
25 | 2004-25-04The Opie Team <opie@handhelds.org> | 35 | 2004-04-25The Opie Team <opie@handhelds.org> |
26 | 36 | ||
27 | * Released as Version 1.1.3 (devel) | 37 | * Released as Version 1.1.3 (devel) |
28 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 38 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
29 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 39 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
30 | * Added a real system graffiti character set (brad) | 40 | * Added a real system graffiti character set (brad) |
31 | * Added Generic Keyconfig Widget (zecke) | 41 | * Added Generic Keyconfig Widget (zecke) |
32 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 42 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
33 | * Added new Bible reader app - opie-dagger (drw) | 43 | * Added new Bible reader app - opie-dagger (drw) |
34 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 44 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
35 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 45 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
36 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 46 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
37 | * Added an about applet showing some credits and information about Opie (mickeyl) | 47 | * Added an about applet showing some credits and information about Opie (mickeyl) |
38 | * Added benchmarking functionality to sysinfo (mickeyl) | 48 | * Added benchmarking functionality to sysinfo (mickeyl) |
39 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) | 49 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
40 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) | 50 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
41 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) | 51 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
42 | * Clean-up of package information in control files (drw) | 52 | * Clean-up of package information in control files (drw) |
43 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) | 53 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
44 | * Improved big-screen support (zecke,ar) | 54 | * Improved big-screen support (zecke,ar) |
45 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) | 55 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
46 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) | 56 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
47 | * Added new package manager - opie-packagemanager (drw) | 57 | * Added new package manager - opie-packagemanager (drw) |
48 | * Improved light-n-power for C7x0 (mickeyl) | 58 | * Improved light-n-power for C7x0 (mickeyl) |
49 | * Added automatic rotation support for C7x0 (treke) | 59 | * Added automatic rotation support for C7x0 (treke) |
diff --git a/library/version.h b/library/version.h index bc739a3..ab54651 100644 --- a/library/version.h +++ b/library/version.h | |||
@@ -1,3 +1,3 @@ | |||
1 | #define QPE_VENDOR "Project Opie" | 1 | #define QPE_VENDOR "Project Opie" |
2 | #define QPE_VERSION "1.1.4-snapshot" | 2 | #define QPE_VERSION "1.1.5-snapshot" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |