|
diff --git a/ChangeLog b/ChangeLog index f47d948..8018c6a 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -36,32 +36,34 @@ |
36 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) |
36 | * n.a.- libopienet: fix bugs in wireless scanning and setting SSID (skyhusker) |
37 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) |
37 | * n.a.- Wellenreiter: relax WE version matching test a bit (mickeyl) |
38 | * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) |
38 | * n.a.- scale BluezApplet appropriately and use larger icons (mickeyl) |
39 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
39 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
40 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
40 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
41 | * n.a. - Today Addressbook plugin fix configuration to show/not show birthdays, use checkboxes for selection (hrw) |
41 | * n.a. - Today Addressbook plugin fix configuration to show/not show birthdays, use checkboxes for selection (hrw) |
42 | |
42 | |
43 | Internal |
43 | Internal |
44 | -------- |
44 | -------- |
45 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
45 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
46 | * libopiecore: rewrite OFileNotification to use the Linux 2.6 inotify interface (mickeyl) |
46 | * libopiecore: rewrite OFileNotification to use the Linux 2.6 inotify interface (mickeyl) |
47 | * libopiecore: add ODirNotification - recursive directory notifications (mickeyl) |
47 | * libopiecore: add ODirNotification - recursive directory notifications (mickeyl) |
48 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
48 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
49 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) |
49 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) |
50 | * libopienet: Miscellaneous API cleanups (mickeyl) |
50 | * libopienet: Miscellaneous API cleanups (mickeyl) |
51 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) |
51 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) |
| |
52 | * libopiecore: ODevice now knows the default gfx driver to use (mteira,mickeyl) |
| |
53 | * Remove assumptions about default gfx driver ("Transformed") all over the place (mteira,mickeyl) |
52 | |
54 | |
53 | 2005-03-25Opie 1.2.0 |
55 | 2005-03-25Opie 1.2.0 |
54 | |
56 | |
55 | Fixed Bugs |
57 | Fixed Bugs |
56 | ---------- |
58 | ---------- |
57 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
59 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
58 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
60 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
59 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) |
61 | * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) |
60 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) |
62 | * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) |
61 | * n.a.- make qpeglobal.h include qglobal.h (zecke) |
63 | * n.a.- make qpeglobal.h include qglobal.h (zecke) |
62 | |
64 | |
63 | 2005-03-20Opie 1.2.0-rc1 |
65 | 2005-03-20Opie 1.2.0-rc1 |
64 | |
66 | |
65 | |
67 | |
66 | New Features |
68 | New Features |
67 | ------------ |
69 | ------------ |
|