Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Fri Jun 27 19:15:45 CEST 2008


 qtopiacore/qt/src/corelib/global/qnamespace.h     |    2 +-
 qtopiacore/qt/src/gui/kernel/qapplication_x11.cpp |   23 ++++++++++++++++----
 qtopiacore/qt/src/gui/kernel/qwidget.cpp          |    8 ++++++-
 qtopiacore/qt/src/gui/kernel/qwidget_x11.cpp      |    4 +-
 src/applications/clock/clock.cpp                  |    3 +-
 src/libraries/qtopia/qanalogclock.cpp             |    2 +-
 6 files changed, 30 insertions(+), 12 deletions(-)

New commits:
commit 52a0632d5aeca6edf0641e0d3467e570cacd4915
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 27 19:10:57 2008 +0200

    [x11] Change from isVisible to check if the window is mapped.
        Attempt/test to see if there is any difference to isVisible. In the
        case when a tab is switched the old window should be hidden, the new
        one should be drawn. Under valgrind one can see some artefacts when
        switching tabs in the clock app, this needs some investigation...

commit e6d9bcf2da1e215d694e082989e59658f9df9e53
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 27 19:01:57 2008 +0200

    [x11] We have postponed the Resize and Move from show_helper... do them now
        Even if we are not a toplevel window we need to do the resize. Basicly
        we have postponed this from show_helper and need to do this before we
        start painting. qtmail's "mail" is a good test case for this.

commit 80d3f3fb4bdd47ca6f49f0079f2301d2ed7632d4
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 27 18:35:44 2008 +0200

    [x11] We can use ConfigPending, remove the other option, paint less
        Try to paint less... this is work in progress

commit a8e364afd2ced4d280444d363e5f3a5ac0627b88
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Jun 27 10:47:46 2008 +0200

    [clock] Do not force an immediate repaint





More information about the commitlog mailing list