author | mickeyl <mickeyl> | 2005-05-21 16:11:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-21 16:11:41 (UTC) |
commit | 7f8a80783ba36f32892bedf6a3bfebc20e822199 (patch) (unidiff) | |
tree | 1d034d6a22729bbc3fadc83c403d9adb9c33f0d0 | |
parent | e570da2879fb3220a46f1a19bb797512fca144c6 (diff) | |
download | opie-7f8a80783ba36f32892bedf6a3bfebc20e822199.zip opie-7f8a80783ba36f32892bedf6a3bfebc20e822199.tar.gz opie-7f8a80783ba36f32892bedf6a3bfebc20e822199.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,289 +1,291 @@ | |||
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) |
160 | * Opie-Console transparently log the Output and Input to a file (harlekin) | 162 | * Opie-Console transparently log the Output and Input to a file (harlekin) |
161 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 163 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
162 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 164 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
163 | * Opie-Security gained a 'test authentication' button (clem) | 165 | * Opie-Security gained a 'test authentication' button (clem) |
164 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults | 166 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults |
165 | * Opie-Mail improve the handling of POP mail boxes (alwin) | 167 | * Opie-Mail improve the handling of POP mail boxes (alwin) |
166 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) | 168 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) |
167 | * Opie IRC - backports of the 'NeIRC fork' (zecke) | 169 | * Opie IRC - backports of the 'NeIRC fork' (zecke) |
168 | 170 | ||
169 | Fixed Bugs | 171 | Fixed Bugs |
170 | ---------- | 172 | ---------- |
171 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 173 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
172 | * #608 - Make Opie usable for left handed users (zecke) | 174 | * #608 - Make Opie usable for left handed users (zecke) |
173 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 175 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
174 | * #1245 - Opie-Go 'paused' (zecke) | 176 | * #1245 - Opie-Go 'paused' (zecke) |
175 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 177 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
176 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 178 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
177 | * #1395 - Build VNC Backend with gcc3.4 | 179 | * #1395 - Build VNC Backend with gcc3.4 |
178 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) | 180 | * #1440 - The icon of opie-mobilemsg is missing (CoreDump) |
179 | * #1426 - Add missing opie-bartender Icon (CoreDump) | 181 | * #1426 - Add missing opie-bartender Icon (CoreDump) |
180 | * #1445 - Opie-Sheet Has No Icon (CoreDump) | 182 | * #1445 - Opie-Sheet Has No Icon (CoreDump) |
181 | * #1448 - Brightness Applet added (mickeyl) | 183 | * #1448 - Brightness Applet added (mickeyl) |
182 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) | 184 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
183 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) | 185 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
184 | * n.a. - Opie-mail: fixed some crasher, some layout-problems | 186 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
185 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) | 187 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
186 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) | 188 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
187 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) | 189 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
188 | * 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) | 190 | * 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) |
189 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) | 191 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
190 | 192 | ||
191 | Internal | 193 | Internal |
192 | -------- | 194 | -------- |
193 | * Opie-Qashmoney has been moved to unsupported (mickeyl) | 195 | * Opie-Qashmoney has been moved to unsupported (mickeyl) |
194 | * Opie-Ubrowser has been moved to unsupported (mickeyl) | 196 | * Opie-Ubrowser has been moved to unsupported (mickeyl) |
195 | 197 | ||
196 | 2004-09-17Opie 1.1.6 | 198 | 2004-09-17Opie 1.1.6 |
197 | 199 | ||
198 | New Features | 200 | New Features |
199 | ------------ | 201 | ------------ |
200 | * Fifteen gained configurable number of items (zecke) | 202 | * Fifteen gained configurable number of items (zecke) |
201 | * Fifteen can have custom background images (zecke) | 203 | * Fifteen can have custom background images (zecke) |
202 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 204 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
203 | * Integrated the new security framework into libopie2 (zecke,clem) | 205 | * Integrated the new security framework into libopie2 (zecke,clem) |
204 | * Converted the launcher to use the new security framework (zecke) | 206 | * Converted the launcher to use the new security framework (zecke) |
205 | * Backup can now handle custom locations for backup and restore (ar) | 207 | * Backup can now handle custom locations for backup and restore (ar) |
206 | * Implemented right-on-hold feedback (wimpie,zecke) | 208 | * Implemented right-on-hold feedback (wimpie,zecke) |
207 | * Lots of new features in opie-reader (tim,pohly) | 209 | * Lots of new features in opie-reader (tim,pohly) |
208 | * Build system cleanups (schurig) | 210 | * Build system cleanups (schurig) |
209 | 211 | ||
210 | Fixed Bugs | 212 | Fixed Bugs |
211 | -------- | 213 | -------- |
212 | * #1005 - Fixed backup to CompactFlash (ar) | 214 | * #1005 - Fixed backup to CompactFlash (ar) |
213 | * #1167 - Fixed Opie write crashing on more text than one page (ar) | 215 | * #1167 - Fixed Opie write crashing on more text than one page (ar) |
214 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 216 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
215 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 217 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
216 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 218 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
217 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 219 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
218 | * #1376 - Bring back the capslock/numlock display (zecke) | 220 | * #1376 - Bring back the capslock/numlock display (zecke) |
219 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 221 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
220 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 222 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
221 | * #1394 - Fixed oversized headline in opie-login (coredump) | 223 | * #1394 - Fixed oversized headline in opie-login (coredump) |
222 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 224 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
223 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 225 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
224 | 226 | ||
225 | 2004-07-06Opie 1.1.4 | 227 | 2004-07-06Opie 1.1.4 |
226 | 228 | ||
227 | New Features | 229 | New Features |
228 | ------------ | 230 | ------------ |
229 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 231 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
230 | * Added Conversion tool for pim-data (eilers) | 232 | * Added Conversion tool for pim-data (eilers) |
231 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) | 233 | * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) |
232 | * Modified the PIM API for providing generic use of OPimRecords (eilers) | 234 | * Modified the PIM API for providing generic use of OPimRecords (eilers) |
233 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) | 235 | * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) |
234 | 236 | ||
235 | Fixed Bugs | 237 | Fixed Bugs |
236 | -------- | 238 | -------- |
237 | * #1068 - Country Drop Down Box Off Screen | 239 | * #1068 - Country Drop Down Box Off Screen |
238 | * #1291 - Opie tinykate does not open .desktop files (ar) | 240 | * #1291 - Opie tinykate does not open .desktop files (ar) |
239 | * #1291 - Opie sheet not saving correctly (ar) | 241 | * #1291 - Opie sheet not saving correctly (ar) |
240 | * #1294 - Opie does not know about British Summer Time | 242 | * #1294 - Opie does not know about British Summer Time |
241 | * #1314 - Drawpad initialization (mickeyl) | 243 | * #1314 - Drawpad initialization (mickeyl) |
242 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 244 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
243 | * #1321 - Batteryapplet graphic glitch (harlekin) | 245 | * #1321 - Batteryapplet graphic glitch (harlekin) |
244 | * #1324 - ZSafe not starting up (mickeyl) | 246 | * #1324 - ZSafe not starting up (mickeyl) |
245 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) | 247 | * #1328 - Personal Home Address fields is trimmed to 1char (eilers) |
246 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) | 248 | * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) |
247 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) | 249 | * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) |
248 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 250 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
249 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) | 251 | * #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) |
250 | 252 | ||
251 | 2004-04-25Opie 1.1.3 | 253 | 2004-04-25Opie 1.1.3 |
252 | 254 | ||
253 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 255 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
254 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) | 256 | * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) |
255 | * Added a real system graffiti character set (brad) | 257 | * Added a real system graffiti character set (brad) |
256 | * Added Generic Keyconfig Widget (zecke) | 258 | * Added Generic Keyconfig Widget (zecke) |
257 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) | 259 | * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) |
258 | * Added new Bible reader app - opie-dagger (drw) | 260 | * Added new Bible reader app - opie-dagger (drw) |
259 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) | 261 | * Added a new Image Viewer. Work is ongoing (zecke,alwin) |
260 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) | 262 | * Added namespace usage in libopie2 and everywhere (zecke,alwin) |
261 | * Enabled the possibility to pass command line arguments to applications (mickeyl) | 263 | * Enabled the possibility to pass command line arguments to applications (mickeyl) |
262 | * Added an about applet showing some credits and information about Opie (mickeyl) | 264 | * Added an about applet showing some credits and information about Opie (mickeyl) |
263 | * Added benchmarking functionality to sysinfo (mickeyl) | 265 | * Added benchmarking functionality to sysinfo (mickeyl) |
264 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) | 266 | * Added applet and configuration application for switching hardware keyboard layouts (alwin) |
265 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) | 267 | * Ported applications from libopie1 to libopie2* (drw,ar,alwin) |
266 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) | 268 | * Imported fullscreen and font improvements from the Qkonsole fork to embeddedkonsole (waspe) |
267 | * Clean-up of package information in control files (drw) | 269 | * Clean-up of package information in control files (drw) |
268 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) | 270 | * Repaired mediummount which was broken since integrating the quicklauncher (alwin) |
269 | * Improved big-screen support (zecke,ar) | 271 | * Improved big-screen support (zecke,ar) |
270 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) | 272 | * Improved multikeyboard support, added keyboard layout switching applet (mouse) |
271 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) | 273 | * Added a new mail client based on libetpan (harlekin,alwin,jgf) |
272 | * Added new package manager - opie-packagemanager (drw) | 274 | * Added new package manager - opie-packagemanager (drw) |
273 | * Improved light-n-power for C7x0 (mickeyl) | 275 | * Improved light-n-power for C7x0 (mickeyl) |
274 | * Added automatic rotation support for C7x0 (treke) | 276 | * Added automatic rotation support for C7x0 (treke) |
275 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) | 277 | * Split libopie1 up into a set of smaller - functionally grouped - libraries (mickeyl) |
276 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) | 278 | * Added scanning the wireless network neighbourhood to networksettings (mickeyl) |
277 | 279 | ||
278 | 2003-11-29Opie 1.0.3 | 280 | 2003-11-29Opie 1.0.3 |
279 | 281 | ||
280 | * Released as Version 1.0.3 | 282 | * Released as Version 1.0.3 |
281 | * Improved i18n (various contributors) | 283 | * Improved i18n (various contributors) |
282 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) | 284 | * Reduced application startup time by integrating the TT quicklauncher (zecke,harlekin) |
283 | * Made the Documents Tab optional (mickeyl) | 285 | * Made the Documents Tab optional (mickeyl) |
284 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) | 286 | * Integrated basic support for HP iPAQ 54xx and the Jornada 5xx (chicken) |
285 | 287 | ||
286 | 2003-08-04Opie 1.0.0 | 288 | 2003-08-04Opie 1.0.0 |
287 | 289 | ||
288 | * Released as Version 1.0.0 | 290 | * Released as Version 1.0.0 |
289 | * Including a PPP module for easy dial up (tille,harlekin,zecke) | 291 | * Including a PPP module for easy dial up (tille,harlekin,zecke) |