Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Fri Jun 6 18:39:00 CEST 2008


 src/server/core_server/applicationlauncher.cpp     |   31 -
 src/server/core_server/applicationlauncher.h       |    2 -
 .../media/volumemanagement/mediaservicestask.cpp   |    6 +-
 .../media/volumemanagement/mediaservicestask.h     |    2 +
 src/server/phone/callscreen/themed/callscreen.cpp  |   19 +-
 src/server/phone/callscreen/themed/callscreen.h    |    2 +
 .../phone/homescreen/themed/themedhomescreen.cpp   |    4 +
 src/server/phone/qabstracthomescreen.cpp           |   36 +-
 src/server/phone/qabstracthomescreen.h             |    6 +-
 .../phonelauncher/phonelauncher_illume.cpp         | 1371 ++++++++++++++++++++
 .../phonelauncher/phonelauncher_illume.h           |  189 +++
 .../telephony/dialercontrol/dialercontrol.cpp      |    2 +
 .../phone/telephony/ringcontrol/ringcontrol.cpp    |   14 +-
 src/server/phone/themecontrol/serverthemeview.cpp  |    2 +
 src/server/processctrl/qdsync/qdsynctask.cpp       |    1 -
 src/server/server.pro                              |  115 +--
 src/server/ui/standarddialogs.cpp                  |   10 +-
 17 files changed, 1651 insertions(+), 161 deletions(-)

New commits:
commit 0f3d70fcf9c6dbfefd9c5e02de430166a870ac81
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 18:14:55 2008 +0200

    [illume] Do not build the phonebrowser and homescreenwidgets

commit 707d9a7fc712daa536ebc0455d6ff131d5e2de33
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 14:28:41 2008 +0200

    [illume] No (sim, pin) locks for our illume launcher...

commit d48ffda3248b844c7ad32b60bd87ef547be3dba1
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:56:42 2008 +0200

    [illume] remove dead code

commit c6973ec431b9a69b19fdea17209780a787a20a58
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:55:44 2008 +0200

    [illume] Remove as much homescreen functionality as possible

commit 13f3a747b356be683da91018204050be07402ded
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:48:21 2008 +0200

    [illume] Remove unused foo

commit cb657cbe1499c297b9129694ab5facbab20d203a
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:46:22 2008 +0200

    [illume] Remove m_stack, it is unsued

commit f58ffb841a72c6806e78c3cb44bdaee617b3dcaa
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:44:59 2008 +0200

    [illume] We do not handle call and hangup key in illume => remove

commit f5abcad439f86473d14e81ffee86195ce423d9d6
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:44:42 2008 +0200

    fixup removed slot

commit 54ce4a534903fa3bdbef6406c938ef519917d6cd
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:42:00 2008 +0200

    [illume] Do not create a PhoneBrowser

commit 320d6047f9c8dd154ec0aac3dbada8ca53f40a47
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:32:43 2008 +0200

    [illume] Remove the speed dial for illume

commit 88e10c03f08b5ff761d61dcbbad8203211d79e15
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:29:17 2008 +0200

    [sanity] This code doesn't make any sense... it blocks before sending the message
        sleep(1) will block the process before having sent the envelope across the
        wire. So this sleep doesn't make any sense. It looks like one of the places
        where the Qtopia devs made assumption on completion time...

commit 3c778453f1f0aa07ea4d65833de108759e9fd733
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 6 13:25:45 2008 +0200

    [illume] Start shrinking the binary and runtime size
        Start disabling services, tasks, and features we are not going to use. This
        will create a smaller binary that will launch faster. Fork the phonelauncher
        to phonelauncher_illume to be able to get rid of certain things we are not
        going to use.
        The SystemSuspend task needs to stay due the way qtopiaTask is used. For some
        tasks people assume that these are going to be present.





More information about the commitlog mailing list