|
diff --git a/ChangeLog b/ChangeLog index f2ee9d4..883586d 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -1,55 +1,57 @@ |
1 | 2005-??-??Opie 1.2.0 |
1 | 2005-??-??Opie 1.2.0 |
2 | |
2 | |
3 | New Features |
3 | New Features |
4 | ------------ |
4 | ------------ |
5 | |
5 | |
6 | Fixed Bugs |
6 | Fixed Bugs |
7 | ---------- |
7 | ---------- |
| |
8 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance |
| |
9 | (zecke) |
8 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
10 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
9 | * #1482 - Fix double '/' in paths (zecke) |
11 | * #1482 - Fix double '/' in paths (zecke) |
10 | * #1536 - Autosave of custom locations in opie backup (ar) |
12 | * #1536 - Autosave of custom locations in opie backup (ar) |
11 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
13 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
12 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
14 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
13 | |
15 | |
14 | Internal |
16 | Internal |
15 | -------- |
17 | -------- |
16 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) |
18 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) |
17 | |
19 | |
18 | 2005-02-03Opie 1.1.9 |
20 | 2005-02-03Opie 1.1.9 |
19 | |
21 | |
20 | New Features |
22 | New Features |
21 | ------------ |
23 | ------------ |
22 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
24 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
23 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
25 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
24 | * Usability enhancements in OpieIRC (skyhusker) |
26 | * Usability enhancements in OpieIRC (skyhusker) |
25 | |
27 | |
26 | Fixed Bugs |
28 | Fixed Bugs |
27 | ---------- |
29 | ---------- |
28 | * #1501 - Fixed bug in todo sql backend (eilers) |
30 | * #1501 - Fixed bug in todo sql backend (eilers) |
29 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
31 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
30 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
32 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
31 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
33 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
32 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
34 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
33 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
35 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
34 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
36 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
35 | |
37 | |
36 | Internal |
38 | Internal |
37 | -------- |
39 | -------- |
38 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) |
40 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) |
39 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
41 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
40 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
42 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
41 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
43 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
42 | * Build tree cleanups (mickeyl) |
44 | * Build tree cleanups (mickeyl) |
43 | |
45 | |
44 | 2004-11-26Opie 1.1.8 |
46 | 2004-11-26Opie 1.1.8 |
45 | |
47 | |
46 | New Features |
48 | New Features |
47 | ------------ |
49 | ------------ |
48 | * PackageManager supports installation of local ipkg files (drw) |
50 | * PackageManager supports installation of local ipkg files (drw) |
49 | * PackageManager supports linking of applications to root (drw) |
51 | * PackageManager supports linking of applications to root (drw) |
50 | * PackageManager supports src/gz feeds (drw,wimpie) |
52 | * PackageManager supports src/gz feeds (drw,wimpie) |
51 | * Added a syslog information tab to sysinfo (mickeyl) |
53 | * Added a syslog information tab to sysinfo (mickeyl) |
52 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) |
54 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) |
53 | |
55 | |
54 | Fixed Bugs |
56 | Fixed Bugs |
55 | ---------- |
57 | ---------- |
|