summaryrefslogtreecommitdiff
authorzecke <zecke>2005-02-07 22:43:02 (UTC)
committer zecke <zecke>2005-02-07 22:43:02 (UTC)
commit17b12cbae223e1e86212db0d092e4ed3bbe43e59 (patch) (unidiff)
tree058ae215f24f75b77b8c4ea601c5927161ee473a
parentf112fe72adcfb8d3c6745c6ff878cbfbbdfbfa24 (diff)
downloadopie-17b12cbae223e1e86212db0d092e4ed3bbe43e59.zip
opie-17b12cbae223e1e86212db0d092e4ed3bbe43e59.tar.gz
opie-17b12cbae223e1e86212db0d092e4ed3bbe43e59.tar.bz2
Mention recent OFileSelector fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2d3011..f2ee9d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,107 +1,108 @@
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 * #1482 - Fix double '/' in paths (zecke)
9 * #1536 - Autosave of custom locations in opie backup (ar) 10 * #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 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke)
11 * #1540 - Implemented deletion of DocLnks in opie-eye 12 * #1540 - Implemented deletion of DocLnks in opie-eye (zecke)
12 13
13 Internal 14 Internal
14 -------- 15 --------
15 * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) 16 * Work around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl)
16 17
17 2005-02-03Opie 1.1.9 18 2005-02-03Opie 1.1.9
18 19
19 New Features 20 New Features
20 ------------ 21 ------------
21 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) 22 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl)
22 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) 23 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl)
23 * Usability enhancements in OpieIRC (skyhusker) 24 * Usability enhancements in OpieIRC (skyhusker)
24 25
25 Fixed Bugs 26 Fixed Bugs
26 ---------- 27 ----------
27 * #1501 - Fixed bug in todo sql backend (eilers) 28 * #1501 - Fixed bug in todo sql backend (eilers)
28 * #1505 - Added more Swap sizes in memoryapplet (mickeyl) 29 * #1505 - Added more Swap sizes in memoryapplet (mickeyl)
29 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) 30 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke)
30 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) 31 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke)
31 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) 32 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl)
32 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) 33 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl)
33 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) 34 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker)
34 35
35 Internal 36 Internal
36 -------- 37 --------
37 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) 38 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (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) 39 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl)
39 * Made Opie compilable with Qt/Embedded 2.3.10 (ar) 40 * Made Opie compilable with Qt/Embedded 2.3.10 (ar)
40 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) 41 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl)
41 * Build tree cleanups (mickeyl) 42 * Build tree cleanups (mickeyl)
42 43
43 2004-11-26Opie 1.1.8 44 2004-11-26Opie 1.1.8
44 45
45 New Features 46 New Features
46 ------------ 47 ------------
47 * PackageManager supports installation of local ipkg files (drw) 48 * PackageManager supports installation of local ipkg files (drw)
48 * PackageManager supports linking of applications to root (drw) 49 * PackageManager supports linking of applications to root (drw)
49 * PackageManager supports src/gz feeds (drw,wimpie) 50 * PackageManager supports src/gz feeds (drw,wimpie)
50 * Added a syslog information tab to sysinfo (mickeyl) 51 * Added a syslog information tab to sysinfo (mickeyl)
51 * Added new, more consistent, PIM icons + a GIMP teplate (ar) 52 * Added new, more consistent, PIM icons + a GIMP teplate (ar)
52 53
53 Fixed Bugs 54 Fixed Bugs
54 ---------- 55 ----------
55 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) 56 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw)
56 * #1269 - VCards were imported into personal area if it was activated (eilers) 57 * #1269 - VCards were imported into personal area if it was activated (eilers)
57 * #1464 - Packagemanager dont set active filter after install a package (drw) 58 * #1464 - Packagemanager dont set active filter after install a package (drw)
58 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) 59 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers)
59 * #1493 - Fixed one column layout bug of the launcher (hrw) 60 * #1493 - Fixed one column layout bug of the launcher (hrw)
60 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 61 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
61 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 62 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
62 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) 63 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl)
63 64
64 Internal 65 Internal
65 -------- 66 --------
66 * Moved libopie1 to unsupported (mickeyl) 67 * Moved libopie1 to unsupported (mickeyl)
67 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) 68 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers)
68 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) 69 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers)
69 70
70 2004-11-14Opie 1.1.7 71 2004-11-14Opie 1.1.7
71 72
72 New Features 73 New Features
73 ------------ 74 ------------
74 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 75 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
75 * Backup now uses the busy indicator when backing up and restore (ar) 76 * Backup now uses the busy indicator when backing up and restore (ar)
76 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 77 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
77 * OpiePlayer2 better error handling (zecke) 78 * OpiePlayer2 better error handling (zecke)
78 * OpiePlayer2 progress indication while streaming (zecke) 79 * OpiePlayer2 progress indication while streaming (zecke)
79 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 80 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
80 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 81 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
81 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 82 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
82 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 83 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
83 * Opie-Console use Custom Font and Size in a Profile (harlekin) 84 * Opie-Console use Custom Font and Size in a Profile (harlekin)
84 * Opie-Console transparently log the Output and Input to a file (harlekin) 85 * Opie-Console transparently log the Output and Input to a file (harlekin)
85 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) 86 * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem)
86 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) 87 * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem)
87 * Opie-Security gained a 'test authentication' button (clem) 88 * Opie-Security gained a 'test authentication' button (clem)
88 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults 89 * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults
89 * Opie-Mail improve the handling of POP mail boxes (alwin) 90 * Opie-Mail improve the handling of POP mail boxes (alwin)
90 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) 91 * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin)
91 * Opie IRC - backports of the 'NeIRC fork' (zecke) 92 * Opie IRC - backports of the 'NeIRC fork' (zecke)
92 93
93 Fixed Bugs 94 Fixed Bugs
94 ---------- 95 ----------
95 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) 96 * #501 - Pickboard is able to show 'Umlaute' (TT,zecke)
96 * #608 - Make Opie usable for left handed users (zecke) 97 * #608 - Make Opie usable for left handed users (zecke)
97 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) 98 * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke)
98 * #1245 - Opie-Go 'paused' (zecke) 99 * #1245 - Opie-Go 'paused' (zecke)
99 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) 100 * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke)
100 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) 101 * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke)
101 * #1395 - Build VNC Backend with gcc3.4 102 * #1395 - Build VNC Backend with gcc3.4
102 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 103 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
103 * #1426 - Add missing opie-bartender Icon (CoreDump) 104 * #1426 - Add missing opie-bartender Icon (CoreDump)
104 * #1445 - Opie-Sheet Has No Icon (CoreDump) 105 * #1445 - Opie-Sheet Has No Icon (CoreDump)
105 * #1448 - Brightness Applet added (mickeyl) 106 * #1448 - Brightness Applet added (mickeyl)
106 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 107 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
107 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 108 * #1482 - Fix OFileSelector to be able to sort by size (zecke)