Talk:Diablo Community Project: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>sd69 No edit summary |
imported>sixwheeledbeast mNo edit summary |
||
| (215 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
TO-DO LIST | = TO-DO LIST = | ||
* Patches available in bugs.maemo.org | *1st SSU | ||
** hildon applet lock + VNC menu fixes http://qwerty12.qole.org/hildon-desktop/ | |||
** USBControl (to facilitate OTG host mode) | |||
** tentative - usb => ethernet support (only if well packaged) | |||
*** There is an [http://maemo.gitorious.org/icd2-network-modules/libicd-network-usb ICD module] now. We need to ensure that g_ether & g_file_storage are never loaded at the same time ([https://bugs.maemo.org/show_bug.cgi?id=3243 bug 3243] has some relevant discussion), [http://maemo.org/packages/view/maemo-control-usb/ maemo-control-usb] doesn't quite do it. | |||
== Patches available in bugs.maemo.org == | |||
{{#bugzilla: | {{#bugzilla: | ||
| | |keywords=community-diablo | ||
|columns=id,summary,component,severity,votes | |columns=id,summary,component,severity,votes | ||
|sort=votes | |sort=votes | ||
|order=desc | |order=desc | ||
}} | }} | ||
== Requests from talk.maemo.org [http://talk.maemo.org/showthread.php?t=30648 thread]. == | |||
* A2DP & AVRCP (kernel patches in Mer?) | |||
* [http://talk.maemo.org/showthread.php?t=28004 patch for hildon-desktop which makes it send a dbus-signal for every key pressed while the windows list is displayed]. | |||
* [http://talk.maemo.org/showthread.php?t=25452 libxcomposite1] with transparency (ping qwerty12 for patch). | |||
* [http://maemo.org/packages/view/ogg-support/ Ogg support], so it can be enabled in libsdl-mixer. Tuomas has no further plans for the Diablo version so we can just pull the existing packages and bump their version numbers. | |||
** Performance: check gst-av by Felipe Contreras which uses FFMpeg for vorbis decoding. | |||
* A way of optionally running USB host mode with OHCI instead of MUSB (potential workaround for [https://bugs.maemo.org/show_bug.cgi?id=3281 bug 3281]. | |||
* Figure out some way to safely update kernel modules in initfs. | |||
* More osso-xterm [http://talk.maemo.org/showthread.php?t=23291 mods]. | |||
* Find the reason why Xkbd stopped working correctly under Diablo. | |||
** Dirty solution [http://talk.maemo.org/showpost.php?p=408688&postcount=1 here]. | |||
* DSP clock tuning (patch included [http://fanoush.wz.cz/maemo/ here], it's the diff against board-n800-dvfs.c). | |||
* Create a patch for modest to add a menu entry to initiate image download for HTML messages. Modest has the capability, thanks to a option hiding inside gconf, but its not accessible from the gui, and one may not always want to have it enabled. | |||
* [http://talk.maemo.org/showthread.php?t=33359 Lock Code Dialog - Owner Tag] ([http://slexy.org/view/s2YTcGLwFj updated patch]). | |||
* Write [https://bugs.maemo.org/show_bug.cgi?id=3030 API for services to change wallpaper] | |||
** background manager is [http://timeless.justdave.net/mxr-test/os2008/source/hildon-desktop-2.0.6/background-manager/ here]. | |||
== Nokia not-yet-released fixes == | |||
Maybe we can convince Nokia to publish them (even as non-free if appropriate). | |||
* [https://bugs.maemo.org/show_bug.cgi?id=1797 bug 1797] focus in textarea and pressing backspace in vkb triggers page back | |||
* [https://bugs.maemo.org/show_bug.cgi?id=2450 bug 2450] Audio recording above sampling rate of 8KHz | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3144 bug 3144] Device starts reboot loop when charging | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3501 bug 3501] hildon_window_update_topmost() should handle/ignore windows that haven't been realized | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3583 bug 3583] libhildonmime fails to build with -Wformat-security due to variable format strings | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3660 bug 3660] going off- then on-line with ad-hoc doesn't reconnect wifi | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3793 bug 3793] Segmentation fault when ossofilemanager access SMB shares | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3830 bug 3830] IP Routing Table Incorrectly configured for Wi-Fi with static address | |||
* [https://bugs.maemo.org/show_bug.cgi?id=3970 bug 3970] Media player doesn't detect media files / cannot restart metalayer-crawler | |||
Latest revision as of 22:12, 8 November 2020
TO-DO LIST
- 1st SSU
- hildon applet lock + VNC menu fixes http://qwerty12.qole.org/hildon-desktop/
- USBControl (to facilitate OTG host mode)
- tentative - usb => ethernet support (only if well packaged)
- There is an ICD module now. We need to ensure that g_ether & g_file_storage are never loaded at the same time (bug 3243 has some relevant discussion), maemo-control-usb doesn't quite do it.
Patches available in bugs.maemo.org
{{#bugzilla: |keywords=community-diablo |columns=id,summary,component,severity,votes |sort=votes |order=desc }}
Requests from talk.maemo.org thread.
- A2DP & AVRCP (kernel patches in Mer?)
- patch for hildon-desktop which makes it send a dbus-signal for every key pressed while the windows list is displayed.
- libxcomposite1 with transparency (ping qwerty12 for patch).
- Ogg support, so it can be enabled in libsdl-mixer. Tuomas has no further plans for the Diablo version so we can just pull the existing packages and bump their version numbers.
- Performance: check gst-av by Felipe Contreras which uses FFMpeg for vorbis decoding.
- A way of optionally running USB host mode with OHCI instead of MUSB (potential workaround for bug 3281.
- Figure out some way to safely update kernel modules in initfs.
- More osso-xterm mods.
- Find the reason why Xkbd stopped working correctly under Diablo.
- Dirty solution here.
- DSP clock tuning (patch included here, it's the diff against board-n800-dvfs.c).
- Create a patch for modest to add a menu entry to initiate image download for HTML messages. Modest has the capability, thanks to a option hiding inside gconf, but its not accessible from the gui, and one may not always want to have it enabled.
- Lock Code Dialog - Owner Tag (updated patch).
- Write API for services to change wallpaper
- background manager is here.
Nokia not-yet-released fixes
Maybe we can convince Nokia to publish them (even as non-free if appropriate).
- bug 1797 focus in textarea and pressing backspace in vkb triggers page back
- bug 2450 Audio recording above sampling rate of 8KHz
- bug 3144 Device starts reboot loop when charging
- bug 3501 hildon_window_update_topmost() should handle/ignore windows that haven't been realized
- bug 3583 libhildonmime fails to build with -Wformat-security due to variable format strings
- bug 3660 going off- then on-line with ad-hoc doesn't reconnect wifi
- bug 3793 Segmentation fault when ossofilemanager access SMB shares
- bug 3830 IP Routing Table Incorrectly configured for Wi-Fi with static address
- bug 3970 Media player doesn't detect media files / cannot restart metalayer-crawler