author | mickeyl <mickeyl> | 2005-06-26 12:36:41 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-06-26 12:36:41 (UTC) |
commit | ab3b082684ff048536f03e2a7c3694c6c48d7935 (patch) (unidiff) | |
tree | 78c3bafada476dd161785d143f971a1986ad1e65 | |
parent | 7eb3ca44b7ff351221b190840270c62c12be6402 (diff) | |
download | opie-ab3b082684ff048536f03e2a7c3694c6c48d7935.zip opie-ab3b082684ff048536f03e2a7c3694c6c48d7935.tar.gz opie-ab3b082684ff048536f03e2a7c3694c6c48d7935.tar.bz2 |
mention mteira's work
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,24 +40,26 @@ | |||
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 |