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