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 /ChangeLog | |
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
@@ -20,64 +20,66 @@ | |||
20 | * #1377 - Suspend Powermanagement when switched to another VT (mickeyl) | 20 | * #1377 - Suspend Powermanagement when switched to another VT (mickeyl) |
21 | - We actually suspend the complete Opie now in that case. | 21 | - We actually suspend the complete Opie now in that case. |
22 | * #1384 - Battery status updated improperly when charging (skyhusker) | 22 | * #1384 - Battery status updated improperly when charging (skyhusker) |
23 | * #1476 - Wrong order of application entries in the O-menu (skyhusker) | 23 | * #1476 - Wrong order of application entries in the O-menu (skyhusker) |
24 | * #1514 - Remove usage of cardmon/pcmcia picture in applications. pcmcia is now an inline picture (mickeyl) | 24 | * #1514 - Remove usage of cardmon/pcmcia picture in applications. pcmcia is now an inline picture (mickeyl) |
25 | * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller) | 25 | * #1535- Missing line break and unnecessary location shown with Today-Calendar plugin (deller) |
26 | * #1546 - Battery applet popup is not always large enough to show jacket remaining info (skyhusker) | 26 | * #1546 - Battery applet popup is not always large enough to show jacket remaining info (skyhusker) |
27 | * #1557 - Light&Power-Settings don't store warning intervall and warning levels (skyhusker) | 27 | * #1557 - Light&Power-Settings don't store warning intervall and warning levels (skyhusker) |
28 | * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller) | 28 | * #1565 - crash-fix in odevice.cpp while scanning the distribution table (deller) |
29 | * #1614 - Make Opie-console start in $HOME instead of / (skyhusker) | 29 | * #1614 - Make Opie-console start in $HOME instead of / (skyhusker) |
30 | * #1635 - opie-today, datebook-plugin does not show notes (skyhusker) | 30 | * #1635 - opie-today, datebook-plugin does not show notes (skyhusker) |
31 | * #1665 - Opie-IRC displays the host prepended to the message when peer is using and ipv6 address (skyhusker) | 31 | * #1665 - Opie-IRC displays the host prepended to the message when peer is using and ipv6 address (skyhusker) |
32 | * #1666 - Opie-IRC does not allow to add !channels in config asautojoin ones (skyhusker) | 32 | * #1666 - Opie-IRC does not allow to add !channels in config asautojoin ones (skyhusker) |
33 | * #1667 - Opie-IRC does not show messages from !channel (skyhusker) | 33 | * #1667 - Opie-IRC does not show messages from !channel (skyhusker) |
34 | * n.a.- always show volume and wireless applet popups inside visible screen (deller) | 34 | * n.a.- always show volume and wireless applet popups inside visible screen (deller) |
35 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) | 35 | * n.a. - scale O-Menu-Applets appropriately (mickeyl) |
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 | ------------ |
68 | * Launcher: Support a static background pixmap (mickeyl) | 70 | * Launcher: Support a static background pixmap (mickeyl) |
69 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) | 71 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) |
70 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) | 72 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) |
71 | * Added hi-res inline images for large resolution devices (drw) | 73 | * Added hi-res inline images for large resolution devices (drw) |
72 | * Improved launcher icons for consistency (ar) | 74 | * Improved launcher icons for consistency (ar) |
73 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) | 75 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) |
74 | 76 | ||
75 | Fixed Bugs | 77 | Fixed Bugs |
76 | ---------- | 78 | ---------- |
77 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) | 79 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
78 | * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) | 80 | * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) |
79 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) | 81 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) |
80 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) | 82 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) |
81 | * #1482 - Fix double '/' in paths (zecke) | 83 | * #1482 - Fix double '/' in paths (zecke) |
82 | * #1536 - Autosave of custom locations in opie backup (ar) | 84 | * #1536 - Autosave of custom locations in opie backup (ar) |
83 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) | 85 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |