summaryrefslogtreecommitdiff
path: root/ChangeLog
Unidiff
Diffstat (limited to 'ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 824e749..a2d3011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,142 +1,143 @@
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) 10 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke)
11 * #1540 - Implemented deletion of DocLnks in opie-eye 11 * #1540 - Implemented deletion of DocLnks in opie-eye
12 12
13 Internal 13 Internal
14 -------- 14 --------
15 * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl)
15 16
16 2005-02-03Opie 1.1.9 17 2005-02-03Opie 1.1.9
17 18
18 New Features 19 New Features
19 ------------ 20 ------------
20 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) 21 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl)
21 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) 22 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl)
22 * Usability enhancements in OpieIRC (skyhusker) 23 * Usability enhancements in OpieIRC (skyhusker)
23 24
24 Fixed Bugs 25 Fixed Bugs
25 ---------- 26 ----------
26 * #1501 - Fixed bug in todo sql backend (eilers) 27 * #1501 - Fixed bug in todo sql backend (eilers)
27 * #1505 - Added more Swap sizes in memoryapplet (mickeyl) 28 * #1505 - Added more Swap sizes in memoryapplet (mickeyl)
28 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) 29 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke)
29 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) 30 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke)
30 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) 31 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl)
31 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) 32 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl)
32 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) 33 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker)
33 34
34 Internal 35 Internal
35 -------- 36 --------
36 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) 37 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (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) 38 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl)
38 * Made Opie compilable with Qt/Embedded 2.3.10 (ar) 39 * Made Opie compilable with Qt/Embedded 2.3.10 (ar)
39 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) 40 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl)
40 * Build tree cleanups (mickeyl) 41 * Build tree cleanups (mickeyl)
41 42
42 2004-11-26Opie 1.1.8 43 2004-11-26Opie 1.1.8
43 44
44 New Features 45 New Features
45 ------------ 46 ------------
46 * PackageManager supports installation of local ipkg files (drw) 47 * PackageManager supports installation of local ipkg files (drw)
47 * PackageManager supports linking of applications to root (drw) 48 * PackageManager supports linking of applications to root (drw)
48 * PackageManager supports src/gz feeds (drw,wimpie) 49 * PackageManager supports src/gz feeds (drw,wimpie)
49 * Added a syslog information tab to sysinfo (mickeyl) 50 * Added a syslog information tab to sysinfo (mickeyl)
50 * Added new, more consistent, PIM icons + a GIMP teplate (ar) 51 * Added new, more consistent, PIM icons + a GIMP teplate (ar)
51 52
52 Fixed Bugs 53 Fixed Bugs
53 ---------- 54 ----------
54 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) 55 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw)
55 * #1269 - VCards were imported into personal area if it was activated (eilers) 56 * #1269 - VCards were imported into personal area if it was activated (eilers)
56 * #1464 - Packagemanager dont set active filter after install a package (drw) 57 * #1464 - Packagemanager dont set active filter after install a package (drw)
57 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) 58 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers)
58 * #1493 - Fixed one column layout bug of the launcher (hrw) 59 * #1493 - Fixed one column layout bug of the launcher (hrw)
59 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 60 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
60 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 61 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
61 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) 62 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl)
62 63
63 Internal 64 Internal
64 -------- 65 --------
65 * Moved libopie1 to unsupported (mickeyl) 66 * Moved libopie1 to unsupported (mickeyl)
66 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) 67 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers)
67 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) 68 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers)
68 69
69 2004-11-14Opie 1.1.7 70 2004-11-14Opie 1.1.7
70 71
71 New Features 72 New Features
72 ------------ 73 ------------
73 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 74 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
74 * Backup now uses the busy indicator when backing up and restore (ar) 75 * Backup now uses the busy indicator when backing up and restore (ar)
75 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 76 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
76 * OpiePlayer2 better error handling (zecke) 77 * OpiePlayer2 better error handling (zecke)
77 * OpiePlayer2 progress indication while streaming (zecke) 78 * OpiePlayer2 progress indication while streaming (zecke)
78 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 79 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
79 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 80 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
80 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 81 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
81 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 82 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
82 * Opie-Console use Custom Font and Size in a Profile (harlekin) 83 * Opie-Console use Custom Font and Size in a Profile (harlekin)
83 * Opie-Console transparently log the Output and Input to a file (harlekin) 84 * Opie-Console transparently log the Output and Input to a file (harlekin)
84 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 85 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
85 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) 86 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem)
86 * Opie-Security gained a 'test authentication' button (clem) 87 * Opie-Security gained a 'test authentication' button (clem)
87 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults 88 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults
88 * Opie-Mail improve the handling of POP mail boxes (alwin) 89 * Opie-Mail improve the handling of POP mail boxes (alwin)
89 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) 90 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin)
90 * Opie IRC - backports of the 'NeIRC fork' (zecke) 91 * Opie IRC - backports of the 'NeIRC fork' (zecke)
91 92
92 Fixed Bugs 93 Fixed Bugs
93 ---------- 94 ----------
94 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 95 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
95 * #608 - Make Opie usable for left handed users (zecke) 96 * #608 - Make Opie usable for left handed users (zecke)
96 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 97 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
97 * #1245 - Opie-Go 'paused' (zecke) 98 * #1245 - Opie-Go 'paused' (zecke)
98 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 99 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
99 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 100 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
100 * #1395 - Build VNC Backend with gcc3.4 101 * #1395 - Build VNC Backend with gcc3.4
101 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 102 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
102 * #1426 - Add missing opie-bartender Icon (CoreDump) 103 * #1426 - Add missing opie-bartender Icon (CoreDump)
103 * #1445 - Opie-Sheet Has No Icon (CoreDump) 104 * #1445 - Opie-Sheet Has No Icon (CoreDump)
104 * #1448 - Brightness Applet added (mickeyl) 105 * #1448 - Brightness Applet added (mickeyl)
105 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 106 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
106 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 107 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
107 * n.a. - Opie-mail: fixed some crasher, some layout-problems 108 * n.a. - Opie-mail: fixed some crasher, some layout-problems
108 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 109 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
109 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 110 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
110 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 111 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (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) 112 * 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)
112 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 113 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
113 114
114 Internal 115 Internal
115 -------- 116 --------
116 * Opie-Qashmoney has been moved to unsupported (mickeyl) 117 * Opie-Qashmoney has been moved to unsupported (mickeyl)
117 * Opie-Ubrowser has been moved to unsupported (mickeyl) 118 * Opie-Ubrowser has been moved to unsupported (mickeyl)
118 119
119 2004-09-17Opie 1.1.6 120 2004-09-17Opie 1.1.6
120 121
121 New Features 122 New Features
122 ------------ 123 ------------
123 * Fifteen gained configurable number of items (zecke) 124 * Fifteen gained configurable number of items (zecke)
124 * Fifteen can have custom background images (zecke) 125 * Fifteen can have custom background images (zecke)
125 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 126 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
126 * Integrated the new security framework into libopie2 (zecke,clem) 127 * Integrated the new security framework into libopie2 (zecke,clem)
127 * Converted the launcher to use the new security framework (zecke) 128 * Converted the launcher to use the new security framework (zecke)
128 * Backup can now handle custom locations for backup and restore (ar) 129 * Backup can now handle custom locations for backup and restore (ar)
129 * Implemented right-on-hold feedback (wimpie,zecke) 130 * Implemented right-on-hold feedback (wimpie,zecke)
130 * Lots of new features in opie-reader (tim,pohly) 131 * Lots of new features in opie-reader (tim,pohly)
131 * Build system cleanups (schurig) 132 * Build system cleanups (schurig)
132 133
133 Fixed Bugs 134 Fixed Bugs
134 -------- 135 --------
135 * #1005 - Fixed backup to CompactFlash (ar) 136 * #1005 - Fixed backup to CompactFlash (ar)
136 * #1167 - Fixed Opie write crashing on more text than one page (ar) 137 * #1167 - Fixed Opie write crashing on more text than one page (ar)
137 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) 138 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
138 * #1359 - Fixed bookmarks in Gutenbrowser (ljp) 139 * #1359 - Fixed bookmarks in Gutenbrowser (ljp)
139 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 140 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers)
140 * #1370 - Pimconverter now reacts on cancel key (eilers) 141 * #1370 - Pimconverter now reacts on cancel key (eilers)
141 * #1376 - Bring back the capslock/numlock display (zecke) 142 * #1376 - Bring back the capslock/numlock display (zecke)
142 * #1383 - Language settings now warns about losing open apps (Markus Litz) 143 * #1383 - Language settings now warns about losing open apps (Markus Litz)