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,147 +1,148 @@ | |||
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) |
84 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 85 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
85 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) | 86 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) |
86 | * Opie-Console use Custom Font and Size in a Profile (harlekin) | 87 | * Opie-Console use Custom Font and Size in a Profile (harlekin) |
87 | * Opie-Console transparently log the Output and Input to a file (harlekin) | 88 | * Opie-Console transparently log the Output and Input to a file (harlekin) |
88 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 89 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
89 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 90 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
90 | * Opie-Security gained a 'test authentication' button (clem) | 91 | * Opie-Security gained a 'test authentication' button (clem) |
91 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults | 92 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults |
92 | * Opie-Mail improve the handling of POP mail boxes (alwin) | 93 | * Opie-Mail improve the handling of POP mail boxes (alwin) |
93 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) | 94 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) |
94 | * Opie IRC - backports of the 'NeIRC fork' (zecke) | 95 | * Opie IRC - backports of the 'NeIRC fork' (zecke) |
95 | 96 | ||
96 | Fixed Bugs | 97 | Fixed Bugs |
97 | ---------- | 98 | ---------- |
98 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 99 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
99 | * #608 - Make Opie usable for left handed users (zecke) | 100 | * #608 - Make Opie usable for left handed users (zecke) |
100 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 101 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
101 | * #1245 - Opie-Go 'paused' (zecke) | 102 | * #1245 - Opie-Go 'paused' (zecke) |
102 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 103 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
103 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 104 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
104 | * #1395 - Build VNC Backend with gcc3.4 | 105 | * #1395 - Build VNC Backend with gcc3.4 |
105 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 106 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
106 | * #1426 - Add missing opie-bartender Icon (CoreDump) | 107 | * #1426 - Add missing opie-bartender Icon (CoreDump) |
107 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 108 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
108 | * #1448 - Brightness Applet added (mickeyl) | 109 | * #1448 - Brightness Applet added (mickeyl) |
109 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 110 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
110 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) | 111 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
111 | * n.a. - Opie-mail: fixed some crasher, some layout-problems | 112 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
112 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 113 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
113 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 114 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
114 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 115 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
115 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) | 116 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) |
116 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 117 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
117 | 118 | ||
118 | Internal | 119 | Internal |
119 | -------- | 120 | -------- |
120 | * Opie-Qashmoney has been moved to unsupported (mickeyl) | 121 | * Opie-Qashmoney has been moved to unsupported (mickeyl) |
121 | * Opie-Ubrowser has been moved to unsupported (mickeyl) | 122 | * Opie-Ubrowser has been moved to unsupported (mickeyl) |
122 | 123 | ||
123 | 2004-09-17Opie 1.1.6 | 124 | 2004-09-17Opie 1.1.6 |
124 | 125 | ||
125 | New Features | 126 | New Features |
126 | ------------ | 127 | ------------ |
127 | * Fifteen gained configurable number of items (zecke) | 128 | * Fifteen gained configurable number of items (zecke) |
128 | * Fifteen can have custom background images (zecke) | 129 | * Fifteen can have custom background images (zecke) |
129 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 130 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
130 | * Integrated the new security framework into libopie2 (zecke,clem) | 131 | * Integrated the new security framework into libopie2 (zecke,clem) |
131 | * Converted the launcher to use the new security framework (zecke) | 132 | * Converted the launcher to use the new security framework (zecke) |
132 | * Backup can now handle custom locations for backup and restore (ar) | 133 | * Backup can now handle custom locations for backup and restore (ar) |
133 | * Implemented right-on-hold feedback (wimpie,zecke) | 134 | * Implemented right-on-hold feedback (wimpie,zecke) |
134 | * Lots of new features in opie-reader (tim,pohly) | 135 | * Lots of new features in opie-reader (tim,pohly) |
135 | * Build system cleanups (schurig) | 136 | * Build system cleanups (schurig) |
136 | 137 | ||
137 | Fixed Bugs | 138 | Fixed Bugs |
138 | -------- | 139 | -------- |
139 | * #1005 - Fixed backup to CompactFlash (ar) | 140 | * #1005 - Fixed backup to CompactFlash (ar) |
140 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 141 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
141 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 142 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
142 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 143 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
143 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 144 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
144 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 145 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
145 | * #1376 - Bring back the capslock/numlock display (zecke) | 146 | * #1376 - Bring back the capslock/numlock display (zecke) |
146 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 147 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
147 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 148 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |