summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* litehouse multiscreen supportJeremy Katz2010-06-111-0/+8
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-101-1/+28
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-271-0/+27
| |\
| | * QTabWidget documentMode not working correctly on MacCarlos Manuel Duclos Vergara2010-04-271-0/+27
| * | Revert "QDialog: user-moved dialog would not show on the same place after hide"Gabriel de Dietrich2010-04-271-3/+3
| |/
| * When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st...Alexis Menard2010-04-221-1/+1
| * QDialog: user-moved dialog would not show on the same place after hideGabriel de Dietrich2010-04-201-3/+3
* | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-211-3/+13
|\ \ | |/
| * Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-151-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-131-1/+1
| |\
| | * CompileAaron Kennedy2010-04-071-1/+1
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-2/+6
| |\ \ | | |/ | |/|
| | * QTBUG-4887 and other exception safety fixesmread2010-04-071-2/+6
| * | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-221-0/+4
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-0/+2
| |\ \ | | |/
| | * Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-181-0/+2
* | | Ifdef out QPlatformWindow implementation when not compiling lighthouseJørgen Lind2010-04-121-0/+2
* | | QPlatformWindow refactoringJørgen Lind2010-04-081-0/+6
* | | Added QPlatformWindowJørgen Lind2010-04-071-0/+38
* | | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-111-35/+94
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-5/+25
| |\ \ | | |/
| | * Fix compileJens Bache-Wiig2010-03-031-1/+0
| | * Bug with toolbar focus on MacCarlos Manuel Duclos Vergara2010-03-031-0/+18
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-261-5/+8
| | |\
| | | * ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil2010-02-261-5/+8
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-041-29/+69
| |\ \ \
| | * | | Introduce a setAttribute_internal helperHarald Fernengel2010-03-031-21/+29
| | * | | Stabilize QWidgetHarald Fernengel2010-03-031-2/+3
| | * | | Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-021-6/+37
| * | | | Fix warnings on MSVCThierry Bastian2010-03-031-1/+0
| |/ / /
* | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-011-97/+155
|\ \ \ \ | |/ / /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-0/+43
| |\ \ \ | | |/ /
| | * | Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-251-0/+43
| | |/
| * | Prevent stale QWidget pointers in QCocoaViewMorten Johan Sørvig2010-02-231-0/+9
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-131-1/+1
| |\ \ | | |/
| | * Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila2010-02-121-1/+1
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-1/+1
| |\ \ | | |/
| | * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-091-1/+1
| | |\
| | | * Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-041-1/+1
| | | * Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
| * | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-1/+28
| |\ \ \ | | |/ /
| * | | Revert "Prevent widgets with WA_DontShowOnScreen from keeping the app running"Tor Arne Vestbø2010-02-051-11/+9
| * | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-1/+1
| |\ \ \
| * \ \ \ Merge commit 'origin/4.6' into oslo1-masterRohan McGovern2010-02-011-45/+69
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2009-11-251-15/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-11-131-0/+11
| |\ \ \ \ \ \
| * | | | | | | Fixed QPixmap::grabWidget() on widgets that have not yet been shown.Kim Motoyoshi Kalland2009-11-121-84/+92
* | | | | | | | Merge remote branch 'remotes/qt/4.6' into lighthousePaul Olav Tvete2010-02-101-2/+37
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Revert change 34f1758 on non-Synbian platformsPaul Olav Tvete2010-02-051-0/+2
| * | | | | | | Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete2010-02-051-1/+14
| |\ \ \ \ \ \ \