|
diff --git a/ChangeLog b/ChangeLog index fb28a1f..b9a9add 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -12,12 +12,14 @@ |
12 | * Checkbook: Added configuration option to use smaller font for checkbook transaction tab (hrw) |
12 | * Checkbook: Added configuration option to use smaller font for checkbook transaction tab (hrw) |
13 | * ZSafe: Made UI conform to Opie standards (drw) |
13 | * ZSafe: Made UI conform to Opie standards (drw) |
14 | * Today Addressbook plugin: Fixed configuration to show/not show birthdays, use checkboxes for selection (hrw) |
14 | * Today Addressbook plugin: Fixed configuration to show/not show birthdays, use checkboxes for selection (hrw) |
15 | * Opie-Console: Read initial fixed font configuration from qpe.conf (mickeyl) |
15 | * Opie-Console: Read initial fixed font configuration from qpe.conf (mickeyl) |
16 | * Opie-PcmciaApplet: Configure insert/resume actions and bind unsupported cards (mickeyl) |
16 | * Opie-PcmciaApplet: Configure insert/resume actions and bind unsupported cards (mickeyl) |
17 | * SysInfo: Remove CPU tab and add Devices tab instead (mickeyl) |
17 | * SysInfo: Remove CPU tab and add Devices tab instead (mickeyl) |
| |
18 | * Opie-smb: Added Opie front end for Samba (ljp) |
| |
19 | |
18 | |
20 | |
19 | Fixed Bugs |
21 | Fixed Bugs |
20 | ---------- |
22 | ---------- |
21 | * #1377 - Suspend Powermanagement when switched to another VT (mickeyl) |
23 | * #1377 - Suspend Powermanagement when switched to another VT (mickeyl) |
22 | - We actually suspend the complete Opie now in that case. |
24 | - We actually suspend the complete Opie now in that case. |
23 | * #1384 - Battery status updated improperly when charging (skyhusker) |
25 | * #1384 - Battery status updated improperly when charging (skyhusker) |
@@ -43,25 +45,27 @@ |
43 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
45 | * n.a.- memoryapplet: fix crash in memoryapplet on kernels without swap support (seneca cunningham) |
44 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
46 | * n.a. - networksettings: ignore hostap control interfaces wifi* (mickeyl) |
45 | * n.a. - Today Addressbook plugin fix configuration to show/not show birthdays, use checkboxes for selection (hrw) |
47 | * n.a. - Today Addressbook plugin fix configuration to show/not show birthdays, use checkboxes for selection (hrw) |
46 | * n.a. - remove hardcoded font size from netsystemtime (hrw) |
48 | * n.a. - remove hardcoded font size from netsystemtime (hrw) |
47 | * n.a. - remove hardcoded font size from checkbook graphs (hrw) |
49 | * n.a. - remove hardcoded font size from checkbook graphs (hrw) |
48 | * n.a. - Dagger - fixes for Sword 1.5.8, morph tag x-refs, closing last tab crash (drw) |
50 | * n.a. - Dagger - fixes for Sword 1.5.8, morph tag x-refs, closing last tab crash (drw) |
| |
51 | |
49 | |
52 | |
50 | Internal |
53 | Internal |
51 | -------- |
54 | -------- |
52 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
55 | * Make BluezApplet use OTaskbarApplet (mickeyl) |
53 | * libopiecore: rewrite OFileNotification to use the Linux 2.6 inotify interface (mickeyl) |
56 | * libopiecore: rewrite OFileNotification to use the Linux 2.6 inotify interface (mickeyl) |
54 | * libopiecore: add ODirNotification - recursive directory notifications (mickeyl) |
57 | * libopiecore: add ODirNotification - recursive directory notifications (mickeyl) |
55 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
58 | * libopienet: Skip hostap control interfaces 'wifi' and improve robustness in ONetworkInterface (mickeyl) |
56 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) |
59 | * libopieui: Remove OVersatileView and OVersatileViewItem (mickeyl) |
57 | * libopienet: Miscellaneous API cleanups (mickeyl) |
60 | * libopienet: Miscellaneous API cleanups (mickeyl) |
58 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) |
61 | * libopiecore: Add linux pcmcia system abstraction classes (mickeyl) |
59 | * libopiecore: ODevice now knows the default gfx driver to use (mteira,mickeyl) |
62 | * libopiecore: ODevice now knows the default gfx driver to use (mteira,mickeyl) |
60 | * Remove assumptions about default gfx driver ("Transformed") all over the place (mteira,mickeyl) |
63 | * Remove assumptions about default gfx driver ("Transformed") all over the place (mteira,mickeyl) |
61 | |
64 | * fix / optimize number of scanned directories. (ljp) |
| |
65 | |
62 | 2005-03-25Opie 1.2.0 |
66 | 2005-03-25Opie 1.2.0 |
63 | |
67 | |
64 | Fixed Bugs |
68 | Fixed Bugs |
65 | ---------- |
69 | ---------- |
66 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
70 | * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) |
67 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
71 | * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) |
|