summaryrefslogtreecommitdiff
path: root/ChangeLog
Unidiff
Diffstat (limited to 'ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88581df..7717697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,242 +1,242 @@
1 2005-??-??Opie 1.2.0 1 2005-??-??Opie 1.2.0
2 2
3 New Features 3 New Features
4 ------------ 4 ------------
5 * Launcher: Support a static background pixmap (mickeyl) 5 * Launcher: Support a static background pixmap (mickeyl)
6 * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) 6 * LauncherSettings: Choose whether to have a static background pixmap (mickeyl)
7 * PackageManager supports the 'lists_dir' ipkg configuration option (drw) 7 * PackageManager supports the 'lists_dir' ipkg configuration option (drw)
8 * Added hi-res inline images for large resolution devices (drw) 8 * Added hi-res inline images for large resolution devices (drw)
9 * Improved launcher icons for consistency (ar) 9 * Improved launcher icons for consistency (ar)
10 * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook. (alwin) 10 * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook. (alwin)
11 11
12 Fixed Bugs 12 Fixed Bugs
13 ---------- 13 ----------
14 * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) 14 * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers)
15 * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) 15 * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp)
16 * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) 16 * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke)
17 * #1482 - Fix double '/' in paths (zecke) 17 * #1482 - Fix double '/' in paths (zecke)
18 * #1536 - Autosave of custom locations in opie backup (ar) 18 * #1536 - Autosave of custom locations in opie backup (ar)
19 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) 19 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke)
20 * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) 20 * #1540 - Implemented deletion of DocLnks in opie-eye (zecke)
21 * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw) 21 * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw)
22 * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke) 22 * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke)
23 * #1554 - Fixed Opie-Console name in .desktop file (mickeyl) 23 * #1554 - Fixed Opie-Console name in .desktop file (mickeyl)
24 * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) 24 * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke)
25 * #1558 - Fixed opie-login breaking opie startup (mickeyl) 25 * #1558 - Fixed opie-login breaking opie startup (mickeyl)
26 * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) 26 * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar)
27 * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) 27 * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints)
28 * #1604 - Checkbook crashed on startup (drw) 28 * #1604 - Checkbook crashed on startup (drw)
29 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) 29 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw)
30 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) 30 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw)
31 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) 31 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw)
32 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) 32 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw)
33 * n.a. - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) 33 * n.a. - Launcher Settings - fixed default settings for background in Edit tab dialog (drw)
34 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) 34 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw)
35 * n.a. - AddressBook - fixed sorting by 'File As' name (drw) 35 * n.a. - AddressBook - fixed sorting by 'File As' name (drw)
36 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (drw) 36 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers)
37 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) 37 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw)
38 38
39 Internal 39 Internal
40 -------- 40 --------
41 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) 41 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl)
42 * Killed the need for weak symbols in QtE (zecke) 42 * Killed the need for weak symbols in QtE (zecke)
43 * Added optional building libqpe without inline images (mickeyl) 43 * Added optional building libqpe without inline images (mickeyl)
44 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw) 44 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw)
45 45
46 2005-02-03Opie 1.1.9 46 2005-02-03Opie 1.1.9
47 47
48 New Features 48 New Features
49 ------------ 49 ------------
50 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) 50 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl)
51 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) 51 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl)
52 * Usability enhancements in OpieIRC (skyhusker) 52 * Usability enhancements in OpieIRC (skyhusker)
53 53
54 Fixed Bugs 54 Fixed Bugs
55 ---------- 55 ----------
56 * #1501 - Fixed bug in todo sql backend (eilers) 56 * #1501 - Fixed bug in todo sql backend (eilers)
57 * #1505 - Added more Swap sizes in memoryapplet (mickeyl) 57 * #1505 - Added more Swap sizes in memoryapplet (mickeyl)
58 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) 58 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke)
59 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) 59 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke)
60 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) 60 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl)
61 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) 61 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl)
62 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) 62 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker)
63 63
64 Internal 64 Internal
65 -------- 65 --------
66 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) 66 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl)
67 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) 67 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl)
68 * Made Opie compilable with Qt/Embedded 2.3.10 (ar) 68 * Made Opie compilable with Qt/Embedded 2.3.10 (ar)
69 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) 69 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl)
70 * Build tree cleanups (mickeyl) 70 * Build tree cleanups (mickeyl)
71 71
72 2004-11-26Opie 1.1.8 72 2004-11-26Opie 1.1.8
73 73
74 New Features 74 New Features
75 ------------ 75 ------------
76 * PackageManager supports installation of local ipkg files (drw) 76 * PackageManager supports installation of local ipkg files (drw)
77 * PackageManager supports linking of applications to root (drw) 77 * PackageManager supports linking of applications to root (drw)
78 * PackageManager supports src/gz feeds (drw,wimpie) 78 * PackageManager supports src/gz feeds (drw,wimpie)
79 * Added a syslog information tab to sysinfo (mickeyl) 79 * Added a syslog information tab to sysinfo (mickeyl)
80 * Added new, more consistent, PIM icons + a GIMP teplate (ar) 80 * Added new, more consistent, PIM icons + a GIMP teplate (ar)
81 81
82 Fixed Bugs 82 Fixed Bugs
83 ---------- 83 ----------
84 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) 84 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw)
85 * #1269 - VCards were imported into personal area if it was activated (eilers) 85 * #1269 - VCards were imported into personal area if it was activated (eilers)
86 * #1464 - Packagemanager dont set active filter after install a package (drw) 86 * #1464 - Packagemanager dont set active filter after install a package (drw)
87 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) 87 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers)
88 * #1493 - Fixed one column layout bug of the launcher (hrw) 88 * #1493 - Fixed one column layout bug of the launcher (hrw)
89 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 89 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
90 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 90 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
91 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) 91 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl)
92 92
93 Internal 93 Internal
94 -------- 94 --------
95 * Moved libopie1 to unsupported (mickeyl) 95 * Moved libopie1 to unsupported (mickeyl)
96 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) 96 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers)
97 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) 97 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers)
98 98
99 2004-11-14Opie 1.1.7 99 2004-11-14Opie 1.1.7
100 100
101 New Features 101 New Features
102 ------------ 102 ------------
103 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 103 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
104 * Backup now uses the busy indicator when backing up and restore (ar) 104 * Backup now uses the busy indicator when backing up and restore (ar)
105 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 105 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
106 * OpiePlayer2 better error handling (zecke) 106 * OpiePlayer2 better error handling (zecke)
107 * OpiePlayer2 progress indication while streaming (zecke) 107 * OpiePlayer2 progress indication while streaming (zecke)
108 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 108 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
109 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 109 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
110 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 110 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
111 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 111 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
112 * Opie-Console use Custom Font and Size in a Profile (harlekin) 112 * Opie-Console use Custom Font and Size in a Profile (harlekin)
113 * Opie-Console transparently log the Output and Input to a file (harlekin) 113 * Opie-Console transparently log the Output and Input to a file (harlekin)
114 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 114 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
115 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) 115 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem)
116 * Opie-Security gained a 'test authentication' button (clem) 116 * Opie-Security gained a 'test authentication' button (clem)
117 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults 117 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults
118 * Opie-Mail improve the handling of POP mail boxes (alwin) 118 * Opie-Mail improve the handling of POP mail boxes (alwin)
119 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) 119 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin)
120 * Opie IRC - backports of the 'NeIRC fork' (zecke) 120 * Opie IRC - backports of the 'NeIRC fork' (zecke)
121 121
122 Fixed Bugs 122 Fixed Bugs
123 ---------- 123 ----------
124 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 124 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
125 * #608 - Make Opie usable for left handed users (zecke) 125 * #608 - Make Opie usable for left handed users (zecke)
126 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 126 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
127 * #1245 - Opie-Go 'paused' (zecke) 127 * #1245 - Opie-Go 'paused' (zecke)
128 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 128 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
129 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 129 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
130 * #1395 - Build VNC Backend with gcc3.4 130 * #1395 - Build VNC Backend with gcc3.4
131 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 131 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
132 * #1426 - Add missing opie-bartender Icon (CoreDump) 132 * #1426 - Add missing opie-bartender Icon (CoreDump)
133 * #1445 - Opie-Sheet Has No Icon (CoreDump) 133 * #1445 - Opie-Sheet Has No Icon (CoreDump)
134 * #1448 - Brightness Applet added (mickeyl) 134 * #1448 - Brightness Applet added (mickeyl)
135 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 135 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
136 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 136 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
137 * n.a. - Opie-mail: fixed some crasher, some layout-problems 137 * n.a. - Opie-mail: fixed some crasher, some layout-problems
138 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 138 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
139 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 139 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
140 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 140 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
141 * 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) 141 * 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)
142 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 142 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
143 143
144 Internal 144 Internal
145 -------- 145 --------
146 * Opie-Qashmoney has been moved to unsupported (mickeyl) 146 * Opie-Qashmoney has been moved to unsupported (mickeyl)
147 * Opie-Ubrowser has been moved to unsupported (mickeyl) 147 * Opie-Ubrowser has been moved to unsupported (mickeyl)
148 148
149 2004-09-17Opie 1.1.6 149 2004-09-17Opie 1.1.6
150 150
151 New Features 151 New Features
152 ------------ 152 ------------
153 * Fifteen gained configurable number of items (zecke) 153 * Fifteen gained configurable number of items (zecke)
154 * Fifteen can have custom background images (zecke) 154 * Fifteen can have custom background images (zecke)
155 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 155 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
156 * Integrated the new security framework into libopie2 (zecke,clem) 156 * Integrated the new security framework into libopie2 (zecke,clem)
157 * Converted the launcher to use the new security framework (zecke) 157 * Converted the launcher to use the new security framework (zecke)
158 * Backup can now handle custom locations for backup and restore (ar) 158 * Backup can now handle custom locations for backup and restore (ar)
159 * Implemented right-on-hold feedback (wimpie,zecke) 159 * Implemented right-on-hold feedback (wimpie,zecke)
160 * Lots of new features in opie-reader (tim,pohly) 160 * Lots of new features in opie-reader (tim,pohly)
161 * Build system cleanups (schurig) 161 * Build system cleanups (schurig)
162 162
163 Fixed Bugs 163 Fixed Bugs
164 -------- 164 --------
165 * #1005 - Fixed backup to CompactFlash (ar) 165 * #1005 - Fixed backup to CompactFlash (ar)
166 * #1167 - Fixed Opie write crashing on more text than one page (ar) 166 * #1167 - Fixed Opie write crashing on more text than one page (ar)
167 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) 167 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
168 * #1359 - Fixed bookmarks in Gutenbrowser (ljp) 168 * #1359 - Fixed bookmarks in Gutenbrowser (ljp)
169 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 169 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers)
170 * #1370 - Pimconverter now reacts on cancel key (eilers) 170 * #1370 - Pimconverter now reacts on cancel key (eilers)
171 * #1376 - Bring back the capslock/numlock display (zecke) 171 * #1376 - Bring back the capslock/numlock display (zecke)
172 * #1383 - Language settings now warns about losing open apps (Markus Litz) 172 * #1383 - Language settings now warns about losing open apps (Markus Litz)
173 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) 173 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl)
174 * #1394 - Fixed oversized headline in opie-login (coredump) 174 * #1394 - Fixed oversized headline in opie-login (coredump)
175 * #1396 - Opie-console captures the escape key and vim is working (zecke) 175 * #1396 - Opie-console captures the escape key and vim is working (zecke)
176 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) 176 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl)
177 177
178 2004-07-06Opie 1.1.4 178 2004-07-06Opie 1.1.4
179 179
180 New Features 180 New Features
181 ------------ 181 ------------
182 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) 182 * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle)
183 * Added Conversion tool for pim-data (eilers) 183 * Added Conversion tool for pim-data (eilers)
184 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) 184 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers)
185 * Modified the PIM API for providing generic use of OPimRecords (eilers) 185 * Modified the PIM API for providing generic use of OPimRecords (eilers)
186 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) 186 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke)
187 187
188 Fixed Bugs 188 Fixed Bugs
189 -------- 189 --------
190 * #1068 - Country Drop Down Box Off Screen 190 * #1068 - Country Drop Down Box Off Screen
191 * #1291 - Opie tinykate does not open .desktop files (ar) 191 * #1291 - Opie tinykate does not open .desktop files (ar)
192 * #1291 - Opie sheet not saving correctly (ar) 192 * #1291 - Opie sheet not saving correctly (ar)
193 * #1294 - Opie does not know about British Summer Time 193 * #1294 - Opie does not know about British Summer Time
194 * #1314 - Drawpad initialization (mickeyl) 194 * #1314 - Drawpad initialization (mickeyl)
195 * #1317 - Packagemanager crashes on hold-down or install (chicken) 195 * #1317 - Packagemanager crashes on hold-down or install (chicken)
196 * #1321 - Batteryapplet graphic glitch (harlekin) 196 * #1321 - Batteryapplet graphic glitch (harlekin)
197 * #1324 - ZSafe not starting up (mickeyl) 197 * #1324 - ZSafe not starting up (mickeyl)
198 * #1328 - Personal Home Address fields is trimmed to 1char (eilers) 198 * #1328 - Personal Home Address fields is trimmed to 1char (eilers)
199 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) 199 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken)
200 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) 200 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl)
201 * #1348 - Datebook dependency on libopiedb2 (chicken) 201 * #1348 - Datebook dependency on libopiedb2 (chicken)
202 * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) 202 * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers)
203 203
204 2004-04-25Opie 1.1.3 204 2004-04-25Opie 1.1.3
205 205
206 * Introduced first implementation of SQL-Support using SQLite (eilers) 206 * Introduced first implementation of SQL-Support using SQLite (eilers)
207 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) 207 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp)
208 * Added a real system graffiti character set (brad) 208 * Added a real system graffiti character set (brad)
209 * Added Generic Keyconfig Widget (zecke) 209 * Added Generic Keyconfig Widget (zecke)
210 * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) 210 * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke)
211 * Added new Bible reader app - opie-dagger (drw) 211 * Added new Bible reader app - opie-dagger (drw)
212 * Added a new Image Viewer. Work is ongoing (zecke,alwin) 212 * Added a new Image Viewer. Work is ongoing (zecke,alwin)
213 * Added namespace usage in libopie2 and everywhere (zecke,alwin) 213 * Added namespace usage in libopie2 and everywhere (zecke,alwin)
214 * Enabled the possibility to pass command line arguments to applications (mickeyl) 214 * Enabled the possibility to pass command line arguments to applications (mickeyl)
215 * Added an about applet showing some credits and information about Opie (mickeyl) 215 * Added an about applet showing some credits and information about Opie (mickeyl)
216 * Added benchmarking functionality to sysinfo (mickeyl) 216 * Added benchmarking functionality to sysinfo (mickeyl)
217 * Added applet and configuration application for switching hardware keyboard layouts (alwin) 217 * Added applet and configuration application for switching hardware keyboard layouts (alwin)
218 * Ported applications from libopie1 to libopie2* (drw,ar,alwin) 218 * Ported applications from libopie1 to libopie2* (drw,ar,alwin)
219 * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) 219 * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe)
220 * Clean-up of package information in control files (drw) 220 * Clean-up of package information in control files (drw)
221 * Repaired mediummount which was broken since integrating the quicklauncher (alwin) 221 * Repaired mediummount which was broken since integrating the quicklauncher (alwin)
222 * Improved big-screen support (zecke,ar) 222 * Improved big-screen support (zecke,ar)
223 * Improved multikeyboard support, added keyboard layout switching applet (mouse) 223 * Improved multikeyboard support, added keyboard layout switching applet (mouse)
224 * Added a new mail client based on libetpan (harlekin,alwin,jgf) 224 * Added a new mail client based on libetpan (harlekin,alwin,jgf)
225 * Added new package manager - opie-packagemanager (drw) 225 * Added new package manager - opie-packagemanager (drw)
226 * Improved light-n-power for C7x0 (mickeyl) 226 * Improved light-n-power for C7x0 (mickeyl)
227 * Added automatic rotation support for C7x0 (treke) 227 * Added automatic rotation support for C7x0 (treke)
228 * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) 228 * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl)
229 * Added scanning the wireless network neighbourhood to networksettings (mickeyl) 229 * Added scanning the wireless network neighbourhood to networksettings (mickeyl)
230 230
231 2003-11-29Opie 1.0.3 231 2003-11-29Opie 1.0.3
232 232
233 * Released as Version 1.0.3 233 * Released as Version 1.0.3
234 * Improved i18n (various contributors) 234 * Improved i18n (various contributors)
235 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) 235 * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin)
236 * Made the Documents Tab optional (mickeyl) 236 * Made the Documents Tab optional (mickeyl)
237 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) 237 * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken)
238 238
239 2003-08-04Opie 1.0.0 239 2003-08-04Opie 1.0.0
240 240
241 * Released as Version 1.0.0 241 * Released as Version 1.0.0
242 * Including a PPP module for easy dial up (tille,harlekin,zecke) 242 * Including a PPP module for easy dial up (tille,harlekin,zecke)