author | zecke <zecke> | 2005-02-08 23:22:00 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-08 23:22:00 (UTC) |
commit | b61772fe39346e724f560161d9885589ba86a23f (patch) (unidiff) | |
tree | 09d255a5f858d98aff8472134f19612f7d084403 | |
parent | 615923bafaffe90dd7c860d094f4cf3680b6d103 (diff) | |
download | opie-b61772fe39346e724f560161d9885589ba86a23f.zip opie-b61772fe39346e724f560161d9885589ba86a23f.tar.gz opie-b61772fe39346e724f560161d9885589ba86a23f.tar.bz2 |
-Mention the fix for #1556 start to look for sounds in /opt/QtPalmtops/sounds
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,83 +1,84 @@ | |||
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 | 8 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance |
9 | (zecke) | 9 | (zecke) |
10 | * #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) |
11 | * #1482 - Fix double '/' in paths (zecke) | 11 | * #1482 - Fix double '/' in paths (zecke) |
12 | * #1536 - Autosave of custom locations in opie backup (ar) | 12 | * #1536 - Autosave of custom locations in opie backup (ar) |
13 | * #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) |
14 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) | 14 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
15 | * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) | ||
15 | 16 | ||
16 | Internal | 17 | Internal |
17 | -------- | 18 | -------- |
18 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) | 19 | * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) |
19 | 20 | * killed the need for weak symbols in QtE (zecke) | |
20 | 2005-02-03Opie 1.1.9 | 21 | 2005-02-03Opie 1.1.9 |
21 | 22 | ||
22 | New Features | 23 | New Features |
23 | ------------ | 24 | ------------ |
24 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) | 25 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
25 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) | 26 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
26 | * Usability enhancements in OpieIRC (skyhusker) | 27 | * Usability enhancements in OpieIRC (skyhusker) |
27 | 28 | ||
28 | Fixed Bugs | 29 | Fixed Bugs |
29 | ---------- | 30 | ---------- |
30 | * #1501 - Fixed bug in todo sql backend (eilers) | 31 | * #1501 - Fixed bug in todo sql backend (eilers) |
31 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) | 32 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
32 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) | 33 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
33 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) | 34 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
34 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) | 35 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
35 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) | 36 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
36 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) | 37 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
37 | 38 | ||
38 | Internal | 39 | Internal |
39 | -------- | 40 | -------- |
40 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) | 41 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (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) | 42 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
42 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) | 43 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
43 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) | 44 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
44 | * Build tree cleanups (mickeyl) | 45 | * Build tree cleanups (mickeyl) |
45 | 46 | ||
46 | 2004-11-26Opie 1.1.8 | 47 | 2004-11-26Opie 1.1.8 |
47 | 48 | ||
48 | New Features | 49 | New Features |
49 | ------------ | 50 | ------------ |
50 | * PackageManager supports installation of local ipkg files (drw) | 51 | * PackageManager supports installation of local ipkg files (drw) |
51 | * PackageManager supports linking of applications to root (drw) | 52 | * PackageManager supports linking of applications to root (drw) |
52 | * PackageManager supports src/gz feeds (drw,wimpie) | 53 | * PackageManager supports src/gz feeds (drw,wimpie) |
53 | * Added a syslog information tab to sysinfo (mickeyl) | 54 | * Added a syslog information tab to sysinfo (mickeyl) |
54 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) | 55 | * Added new, more consistent, PIM icons + a GIMP teplate (ar) |
55 | 56 | ||
56 | Fixed Bugs | 57 | Fixed Bugs |
57 | ---------- | 58 | ---------- |
58 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) | 59 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
59 | * #1269 - VCards were imported into personal area if it was activated (eilers) | 60 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
60 | * #1464 - Packagemanager dont set active filter after install a package (drw) | 61 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
61 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) | 62 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
62 | * #1493 - Fixed one column layout bug of the launcher (hrw) | 63 | * #1493 - Fixed one column layout bug of the launcher (hrw) |
63 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) | 64 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
64 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) | 65 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
65 | * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) | 66 | * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) |
66 | 67 | ||
67 | Internal | 68 | Internal |
68 | -------- | 69 | -------- |
69 | * Moved libopie1 to unsupported (mickeyl) | 70 | * Moved libopie1 to unsupported (mickeyl) |
70 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) | 71 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) |
71 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) | 72 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) |
72 | 73 | ||
73 | 2004-11-14Opie 1.1.7 | 74 | 2004-11-14Opie 1.1.7 |
74 | 75 | ||
75 | New Features | 76 | New Features |
76 | ------------ | 77 | ------------ |
77 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 78 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
78 | * Backup now uses the busy indicator when backing up and restore (ar) | 79 | * Backup now uses the busy indicator when backing up and restore (ar) |
79 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 80 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
80 | * OpiePlayer2 better error handling (zecke) | 81 | * OpiePlayer2 better error handling (zecke) |
81 | * OpiePlayer2 progress indication while streaming (zecke) | 82 | * OpiePlayer2 progress indication while streaming (zecke) |
82 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 83 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
83 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 84 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |