author | zecke <zecke> | 2005-02-08 23:14:05 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-08 23:14:05 (UTC) |
commit | 426e43a3d110cb09aa99f47da2a73f53ee5aad7e (patch) (unidiff) | |
tree | dd582e5c86fba75954b8bd4651d594fcfb8f3cb2 /ChangeLog | |
parent | 5703c0b74a0866145a24a01e68530ed36a33e9cc (diff) | |
download | opie-426e43a3d110cb09aa99f47da2a73f53ee5aad7e.zip opie-426e43a3d110cb09aa99f47da2a73f53ee5aad7e.tar.gz opie-426e43a3d110cb09aa99f47da2a73f53ee5aad7e.tar.bz2 |
Mention the new Appearance Setting for Scrollbars on the Left
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,214 +1,216 @@ | |||
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 | ---------- |
56 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) | 58 | * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) |
57 | * #1269 - VCards were imported into personal area if it was activated (eilers) | 59 | * #1269 - VCards were imported into personal area if it was activated (eilers) |
58 | * #1464 - Packagemanager dont set active filter after install a package (drw) | 60 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
59 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) | 61 | * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) |
60 | * #1493 - Fixed one column layout bug of the launcher (hrw) | 62 | * #1493 - Fixed one column layout bug of the launcher (hrw) |
61 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) | 63 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
62 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) | 64 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
63 | * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) | 65 | * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) |
64 | 66 | ||
65 | Internal | 67 | Internal |
66 | -------- | 68 | -------- |
67 | * Moved libopie1 to unsupported (mickeyl) | 69 | * Moved libopie1 to unsupported (mickeyl) |
68 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) | 70 | * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) |
69 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) | 71 | * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) |
70 | 72 | ||
71 | 2004-11-14Opie 1.1.7 | 73 | 2004-11-14Opie 1.1.7 |
72 | 74 | ||
73 | New Features | 75 | New Features |
74 | ------------ | 76 | ------------ |
75 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 77 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
76 | * Backup now uses the busy indicator when backing up and restore (ar) | 78 | * Backup now uses the busy indicator when backing up and restore (ar) |
77 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 79 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
78 | * OpiePlayer2 better error handling (zecke) | 80 | * OpiePlayer2 better error handling (zecke) |
79 | * OpiePlayer2 progress indication while streaming (zecke) | 81 | * OpiePlayer2 progress indication while streaming (zecke) |
80 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 82 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
81 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 83 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
82 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 84 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
83 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) | 85 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) |
84 | * Opie-Console use Custom Font and Size in a Profile (harlekin) | 86 | * Opie-Console use Custom Font and Size in a Profile (harlekin) |
85 | * Opie-Console transparently log the Output and Input to a file (harlekin) | 87 | * Opie-Console transparently log the Output and Input to a file (harlekin) |
86 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 88 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
87 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 89 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
88 | * Opie-Security gained a 'test authentication' button (clem) | 90 | * Opie-Security gained a 'test authentication' button (clem) |
89 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults | 91 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults |
90 | * Opie-Mail improve the handling of POP mail boxes (alwin) | 92 | * Opie-Mail improve the handling of POP mail boxes (alwin) |
91 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) | 93 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) |
92 | * Opie IRC - backports of the 'NeIRC fork' (zecke) | 94 | * Opie IRC - backports of the 'NeIRC fork' (zecke) |
93 | 95 | ||
94 | Fixed Bugs | 96 | Fixed Bugs |
95 | ---------- | 97 | ---------- |
96 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 98 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
97 | * #608 - Make Opie usable for left handed users (zecke) | 99 | * #608 - Make Opie usable for left handed users (zecke) |
98 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 100 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
99 | * #1245 - Opie-Go 'paused' (zecke) | 101 | * #1245 - Opie-Go 'paused' (zecke) |
100 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 102 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
101 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 103 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
102 | * #1395 - Build VNC Backend with gcc3.4 | 104 | * #1395 - Build VNC Backend with gcc3.4 |
103 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 105 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
104 | * #1426 - Add missing opie-bartender Icon (CoreDump) | 106 | * #1426 - Add missing opie-bartender Icon (CoreDump) |
105 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 107 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
106 | * #1448 - Brightness Applet added (mickeyl) | 108 | * #1448 - Brightness Applet added (mickeyl) |
107 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 109 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
108 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) | 110 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
109 | * n.a. - Opie-mail: fixed some crasher, some layout-problems | 111 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
110 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 112 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
111 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 113 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
112 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 114 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
113 | * 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) | 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) |
114 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 116 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
115 | 117 | ||
116 | Internal | 118 | Internal |
117 | -------- | 119 | -------- |
118 | * Opie-Qashmoney has been moved to unsupported (mickeyl) | 120 | * Opie-Qashmoney has been moved to unsupported (mickeyl) |
119 | * Opie-Ubrowser has been moved to unsupported (mickeyl) | 121 | * Opie-Ubrowser has been moved to unsupported (mickeyl) |
120 | 122 | ||
121 | 2004-09-17Opie 1.1.6 | 123 | 2004-09-17Opie 1.1.6 |
122 | 124 | ||
123 | New Features | 125 | New Features |
124 | ------------ | 126 | ------------ |
125 | * Fifteen gained configurable number of items (zecke) | 127 | * Fifteen gained configurable number of items (zecke) |
126 | * Fifteen can have custom background images (zecke) | 128 | * Fifteen can have custom background images (zecke) |
127 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 129 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
128 | * Integrated the new security framework into libopie2 (zecke,clem) | 130 | * Integrated the new security framework into libopie2 (zecke,clem) |
129 | * Converted the launcher to use the new security framework (zecke) | 131 | * Converted the launcher to use the new security framework (zecke) |
130 | * Backup can now handle custom locations for backup and restore (ar) | 132 | * Backup can now handle custom locations for backup and restore (ar) |
131 | * Implemented right-on-hold feedback (wimpie,zecke) | 133 | * Implemented right-on-hold feedback (wimpie,zecke) |
132 | * Lots of new features in opie-reader (tim,pohly) | 134 | * Lots of new features in opie-reader (tim,pohly) |
133 | * Build system cleanups (schurig) | 135 | * Build system cleanups (schurig) |
134 | 136 | ||
135 | Fixed Bugs | 137 | Fixed Bugs |
136 | -------- | 138 | -------- |
137 | * #1005 - Fixed backup to CompactFlash (ar) | 139 | * #1005 - Fixed backup to CompactFlash (ar) |
138 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 140 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
139 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 141 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
140 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 142 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
141 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 143 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
142 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 144 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
143 | * #1376 - Bring back the capslock/numlock display (zecke) | 145 | * #1376 - Bring back the capslock/numlock display (zecke) |
144 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 146 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
145 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 147 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
146 | * #1394 - Fixed oversized headline in opie-login (coredump) | 148 | * #1394 - Fixed oversized headline in opie-login (coredump) |
147 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 149 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
148 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 150 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
149 | 151 | ||
150 | 2004-07-06Opie 1.1.4 | 152 | 2004-07-06Opie 1.1.4 |
151 | 153 | ||
152 | New Features | 154 | New Features |
153 | ------------ | 155 | ------------ |
154 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 156 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
155 | * Added Conversion tool for pim-data (eilers) | 157 | * Added Conversion tool for pim-data (eilers) |
156 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 158 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
157 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 159 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
158 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) | 160 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
159 | 161 | ||
160 | Fixed Bugs | 162 | Fixed Bugs |
161 | -------- | 163 | -------- |
162 | * #1068 - Country Drop Down Box Off Screen | 164 | * #1068 - Country Drop Down Box Off Screen |
163 | * #1291 - Opie tinykate does not open .desktop files (ar) | 165 | * #1291 - Opie tinykate does not open .desktop files (ar) |
164 | * #1291 - Opie sheet not saving correctly (ar) | 166 | * #1291 - Opie sheet not saving correctly (ar) |
165 | * #1294 - Opie does not know about British Summer Time | 167 | * #1294 - Opie does not know about British Summer Time |
166 | * #1314 - Drawpad initialization (mickeyl) | 168 | * #1314 - Drawpad initialization (mickeyl) |
167 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 169 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
168 | * #1321 - Batteryapplet graphic glitch (harlekin) | 170 | * #1321 - Batteryapplet graphic glitch (harlekin) |
169 | * #1324 - ZSafe not starting up (mickeyl) | 171 | * #1324 - ZSafe not starting up (mickeyl) |
170 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) | 172 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
171 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) | 173 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
172 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) | 174 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
173 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 175 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
174 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) | 176 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) |
175 | 177 | ||
176 | 2004-04-25Opie 1.1.3 | 178 | 2004-04-25Opie 1.1.3 |
177 | 179 | ||
178 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 180 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
179 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 181 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
180 | * Added a real system graffiti character set (brad) | 182 | * Added a real system graffiti character set (brad) |
181 | * Added Generic Keyconfig Widget (zecke) | 183 | * Added Generic Keyconfig Widget (zecke) |
182 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 184 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
183 | * Added new Bible reader app - opie-dagger (drw) | 185 | * Added new Bible reader app - opie-dagger (drw) |
184 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 186 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
185 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 187 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
186 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 188 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
187 | * Added an about applet showing some credits and information about Opie (mickeyl) | 189 | * Added an about applet showing some credits and information about Opie (mickeyl) |
188 | * Added benchmarking functionality to sysinfo (mickeyl) | 190 | * Added benchmarking functionality to sysinfo (mickeyl) |
189 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) | 191 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
190 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) | 192 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
191 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) | 193 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
192 | * Clean-up of package information in control files (drw) | 194 | * Clean-up of package information in control files (drw) |
193 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) | 195 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
194 | * Improved big-screen support (zecke,ar) | 196 | * Improved big-screen support (zecke,ar) |
195 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) | 197 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
196 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) | 198 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
197 | * Added new package manager - opie-packagemanager (drw) | 199 | * Added new package manager - opie-packagemanager (drw) |
198 | * Improved light-n-power for C7x0 (mickeyl) | 200 | * Improved light-n-power for C7x0 (mickeyl) |
199 | * Added automatic rotation support for C7x0 (treke) | 201 | * Added automatic rotation support for C7x0 (treke) |
200 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) | 202 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) |
201 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) | 203 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) |
202 | 204 | ||
203 | 2003-11-29Opie 1.0.3 | 205 | 2003-11-29Opie 1.0.3 |
204 | 206 | ||
205 | * Released as Version 1.0.3 | 207 | * Released as Version 1.0.3 |
206 | * Improved i18n (various contributors) | 208 | * Improved i18n (various contributors) |
207 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) | 209 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) |
208 | * Made the Documents Tab optional (mickeyl) | 210 | * Made the Documents Tab optional (mickeyl) |
209 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) | 211 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) |
210 | 212 | ||
211 | 2003-08-04Opie 1.0.0 | 213 | 2003-08-04Opie 1.0.0 |
212 | 214 | ||
213 | * Released as Version 1.0.0 | 215 | * Released as Version 1.0.0 |
214 | * Including a PPP module for easy dial up (tille,harlekin,zecke) | 216 | * Including a PPP module for easy dial up (tille,harlekin,zecke) |