author | mickeyl <mickeyl> | 2005-05-17 16:57:08 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-17 16:57:08 (UTC) |
commit | d2ae68c413873e234b34f733818427902e738948 (patch) (unidiff) | |
tree | f5748014d7b1785302c167c6f43fbd0622bf1019 /ChangeLog | |
parent | cce15d6b9a27880df72ea2638f9295900ea6c21e (diff) | |
download | opie-d2ae68c413873e234b34f733818427902e738948.zip opie-d2ae68c413873e234b34f733818427902e738948.tar.gz opie-d2ae68c413873e234b34f733818427902e738948.tar.bz2 |
libopienet API cleanups
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,24 +18,26 @@ | |||
18 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) | 18 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) |
19 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) | 19 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) |
20 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) | 20 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) |
21 | * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) | 21 | * 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) | 22 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
23 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) | 23 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
24 | 24 | ||
25 | Internal | 25 | Internal |
26 | -------- | 26 | -------- |
27 | * Make BluezApplet use OTaskbarApplet (mickeyl) | 27 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
28 | * Rewrite OFileNotification to use the upcoming inotify interface instead of the deprecated dnotify (mickeyl) | 28 | * 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) | 29 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
30 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) | ||
31 | * libopienet: Miscellaneous API cleanups (mickeyl) | ||
30 | 32 | ||
31 | 2005-03-25Opie 1.2.0 | 33 | 2005-03-25Opie 1.2.0 |
32 | 34 | ||
33 | Fixed Bugs | 35 | Fixed Bugs |
34 | ---------- | 36 | ---------- |
35 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) | 37 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
36 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) | 38 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
37 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) | 39 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) |
38 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) | 40 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) |
39 | * n.a.- make qpeglobal.h include qglobal.h (zecke) | 41 | * n.a.- make qpeglobal.h include qglobal.h (zecke) |
40 | 42 | ||
41 | 2005-03-20Opie 1.2.0-rc1 | 43 | 2005-03-20Opie 1.2.0-rc1 |