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