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