summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2005-05-21 16:11:41 (UTC)
committer mickeyl <mickeyl>2005-05-21 16:11:41 (UTC)
commit7f8a80783ba36f32892bedf6a3bfebc20e822199 (patch) (unidiff)
tree1d034d6a22729bbc3fadc83c403d9adb9c33f0d0
parente570da2879fb3220a46f1a19bb797512fca144c6 (diff)
downloadopie-7f8a80783ba36f32892bedf6a3bfebc20e822199.zip
opie-7f8a80783ba36f32892bedf6a3bfebc20e822199.tar.gz
opie-7f8a80783ba36f32892bedf6a3bfebc20e822199.tar.bz2
update
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 ab65cde..7766d1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,159 +1,161 @@
1 2005-??-??Opie 1.2.1 1 2005-??-??Opie 1.2.1
2 2
3 3
4 New Features 4 New Features
5 ------------ 5 ------------
6 * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) 6 * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker)
7 * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) 7 * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly)
8 * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer) 8 * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer)
9 * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl) 9 * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl)
10 * Opie-Mobilemsg has gone unsupported - it never really worked and there will be a replacement (mickeyl)
10 11
11 Fixed Bugs 12 Fixed Bugs
12 ---------- 13 ----------
13 * #1476 - Wrong order of application entries in the O-menu (skyhusker) 14 * #1476 - Wrong order of application entries in the O-menu (skyhusker)
14 * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller) 15 * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller)
15 * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller) 16 * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller)
16 * #1614 - Make Opie-console start in $HOME instead of / (skyhusker) 17 * #1614 - Make Opie-console start in $HOME instead of / (skyhusker)
17 * n.a.- always show volume and wireless applet popups inside visible screen (deller) 18 * n.a.- always show volume and wireless applet popups inside visible screen (deller)
18 * n.a. - scale O-Menu-Applets appropriately (mickeyl) 19 * n.a. - scale O-Menu-Applets appropriately (mickeyl)
19 * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) 20 * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker)
20 * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) 21 * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl)
21 * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) 22 * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl)
22 * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) 23 * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham)
23 * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) 24 * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl)
24 25
25 Internal 26 Internal
26 -------- 27 --------
27 * Make BluezApplet use OTaskbarApplet (mickeyl) 28 * Make BluezApplet use OTaskbarApplet (mickeyl)
28 * Rewrite OFileNotification to use the upcoming inotify interface instead of the deprecated dnotify (mickeyl) 29 * Rewrite OFileNotification to use the upcoming inotify interface instead of the deprecated dnotify (mickeyl)
29 * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) 30 * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl)
30 * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) 31 * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl)
31 * libopienet: Miscellaneous API cleanups (mickeyl) 32 * libopienet: Miscellaneous API cleanups (mickeyl)
33 * libopiecore: Add linux pcmcia system abstraction classes (mickeyl)
32 34
33 2005-03-25Opie 1.2.0 35 2005-03-25Opie 1.2.0
34 36
35 Fixed Bugs 37 Fixed Bugs
36 ---------- 38 ----------
37 * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) 39 * #1613 - AdvancedFM - scale toolbar icons appropriately (drw)
38 * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) 40 * #1620 - OFileSelector - show the button on press and not on press on hold (alwin)
39 * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) 41 * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke)
40 * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) 42 * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw)
41 * n.a.- make qpeglobal.h include qglobal.h (zecke) 43 * n.a.- make qpeglobal.h include qglobal.h (zecke)
42 44
43 2005-03-20Opie 1.2.0-rc1 45 2005-03-20Opie 1.2.0-rc1
44 46
45 47
46 New Features 48 New Features
47 ------------ 49 ------------
48 * Launcher: Support a static background pixmap (mickeyl) 50 * Launcher: Support a static background pixmap (mickeyl)
49 * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) 51 * LauncherSettings: Choose whether to have a static background pixmap (mickeyl)
50 * PackageManager supports the 'lists_dir' ipkg configuration option (drw) 52 * PackageManager supports the 'lists_dir' ipkg configuration option (drw)
51 * Added hi-res inline images for large resolution devices (drw) 53 * Added hi-res inline images for large resolution devices (drw)
52 * Improved launcher icons for consistency (ar) 54 * Improved launcher icons for consistency (ar)
53 * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) 55 * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin)
54 56
55 Fixed Bugs 57 Fixed Bugs
56 ---------- 58 ----------
57 * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) 59 * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers)
58 * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) 60 * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw)
59 * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) 61 * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp)
60 * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) 62 * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke)
61 * #1482 - Fix double '/' in paths (zecke) 63 * #1482 - Fix double '/' in paths (zecke)
62 * #1536 - Autosave of custom locations in opie backup (ar) 64 * #1536 - Autosave of custom locations in opie backup (ar)
63 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) 65 * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke)
64 * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) 66 * #1540 - Implemented deletion of DocLnks in opie-eye (zecke)
65 * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw) 67 * #1542 - Fixed Todo crash when priority < 1 or > 5 (drw)
66 * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke) 68 * #1550 - Browse for alarm sound start in QPEDIR/sounds/ (zecke)
67 * #1554 - Fixed Opie-Console name in .desktop file (mickeyl) 69 * #1554 - Fixed Opie-Console name in .desktop file (mickeyl)
68 * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke) 70 * #1556 - Start to look for sound files in /opt/QtPalmtop/sounds (zecke)
69 * #1558 - Fixed opie-login breaking opie startup (mickeyl) 71 * #1558 - Fixed opie-login breaking opie startup (mickeyl)
70 * #1560 - Fixed Opie-Console picking up the wrong shell (bluelightning) 72 * #1560 - Fixed Opie-Console picking up the wrong shell (bluelightning)
71 * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar) 73 * #1570 - Confirmation needed befor Restore a backup and overwrite local data (ar)
72 * #1591 - Addressbook sortorder changed by clicking on column 0 (eilers) 74 * #1591 - Addressbook sortorder changed by clicking on column 0 (eilers)
73 * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints) 75 * #1599 - Security - change recommendation for opie-multiauth to opie-securityplugin (gints)
74 * #1604 - Checkbook crashed on startup (drw) 76 * #1604 - Checkbook crashed on startup (drw)
75 * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers) 77 * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers)
76 * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers) 78 * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers)
77 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) 79 * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw)
78 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) 80 * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw)
79 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) 81 * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw)
80 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) 82 * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw)
81 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) 83 * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw)
82 * n.a. - AddressBook - fixed sorting by 'File As' name (drw) 84 * n.a. - AddressBook - fixed sorting by 'File As' name (drw)
83 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers) 85 * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers)
84 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) 86 * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw)
85 87
86 Internal 88 Internal
87 -------- 89 --------
88 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl) 90 * Worked around bug in Qt/Embedded 2.3.10: qt_version() returns 231 (mickeyl)
89 * Killed the need for weak symbols in QtE (zecke) 91 * Killed the need for weak symbols in QtE (zecke)
90 * Added optional building libqpe without inline images (mickeyl) 92 * Added optional building libqpe without inline images (mickeyl)
91 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw) 93 * OColorButton - fixed so does not emit a colorSelected signal inside of resizeEvent (drw)
92 94
93 2005-02-03Opie 1.1.9 95 2005-02-03Opie 1.1.9
94 96
95 New Features 97 New Features
96 ------------ 98 ------------
97 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) 99 * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl)
98 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) 100 * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl)
99 * Usability enhancements in OpieIRC (skyhusker) 101 * Usability enhancements in OpieIRC (skyhusker)
100 102
101 Fixed Bugs 103 Fixed Bugs
102 ---------- 104 ----------
103 * #1501 - Fixed bug in todo sql backend (eilers) 105 * #1501 - Fixed bug in todo sql backend (eilers)
104 * #1505 - Added more Swap sizes in memoryapplet (mickeyl) 106 * #1505 - Added more Swap sizes in memoryapplet (mickeyl)
105 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) 107 * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke)
106 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) 108 * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke)
107 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) 109 * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl)
108 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) 110 * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl)
109 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) 111 * n.a. - Fixed numerous buglets in OpieIRC (skyhusker)
110 112
111 Internal 113 Internal
112 -------- 114 --------
113 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) 115 * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl)
114 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) 116 * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl)
115 * Made Opie compilable with Qt/Embedded 2.3.10 (ar) 117 * Made Opie compilable with Qt/Embedded 2.3.10 (ar)
116 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) 118 * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl)
117 * Build tree cleanups (mickeyl) 119 * Build tree cleanups (mickeyl)
118 120
119 2004-11-26Opie 1.1.8 121 2004-11-26Opie 1.1.8
120 122
121 New Features 123 New Features
122 ------------ 124 ------------
123 * PackageManager supports installation of local ipkg files (drw) 125 * PackageManager supports installation of local ipkg files (drw)
124 * PackageManager supports linking of applications to root (drw) 126 * PackageManager supports linking of applications to root (drw)
125 * PackageManager supports src/gz feeds (drw,wimpie) 127 * PackageManager supports src/gz feeds (drw,wimpie)
126 * Added a syslog information tab to sysinfo (mickeyl) 128 * Added a syslog information tab to sysinfo (mickeyl)
127 * Added new, more consistent, PIM icons + a GIMP teplate (ar) 129 * Added new, more consistent, PIM icons + a GIMP teplate (ar)
128 130
129 Fixed Bugs 131 Fixed Bugs
130 ---------- 132 ----------
131 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw) 133 * #1017 - Tetrix doesn't display correctly for high resolution screens (drw)
132 * #1269 - VCards were imported into personal area if it was activated (eilers) 134 * #1269 - VCards were imported into personal area if it was activated (eilers)
133 * #1464 - Packagemanager dont set active filter after install a package (drw) 135 * #1464 - Packagemanager dont set active filter after install a package (drw)
134 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers) 136 * #1479 - Improved VCard-Parser to import VCards created by Evolution 2 and Apple Addressbook (eilers)
135 * #1493 - Fixed one column layout bug of the launcher (hrw) 137 * #1493 - Fixed one column layout bug of the launcher (hrw)
136 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 138 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
137 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 139 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
138 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl) 140 * n.a. - Battery Applet - fix sizing of battery info popup (drw,mickeyl)
139 141
140 Internal 142 Internal
141 -------- 143 --------
142 * Moved libopie1 to unsupported (mickeyl) 144 * Moved libopie1 to unsupported (mickeyl)
143 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers) 145 * Implemented generic queryByExample() with incremental searching. A lot of internal changes of the Pim2-library (eilers)
144 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers) 146 * Added fast and full featured and incremental sorted() for SQL addressbook backend (eilers)
145 147
146 2004-11-14Opie 1.1.7 148 2004-11-14Opie 1.1.7
147 149
148 New Features 150 New Features
149 ------------ 151 ------------
150 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 152 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
151 * Backup now uses the busy indicator when backing up and restore (ar) 153 * Backup now uses the busy indicator when backing up and restore (ar)
152 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 154 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
153 * OpiePlayer2 better error handling (zecke) 155 * OpiePlayer2 better error handling (zecke)
154 * OpiePlayer2 progress indication while streaming (zecke) 156 * OpiePlayer2 progress indication while streaming (zecke)
155 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 157 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
156 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 158 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
157 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 159 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
158 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) 160 * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke)
159 * Opie-Console use Custom Font and Size in a Profile (harlekin) 161 * Opie-Console use Custom Font and Size in a Profile (harlekin)