summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-2522-121/+232
|\
| * Add experimental support for StaticContents in Mac OS X.Fabien Freling2010-03-251-1/+18
| * Fix misspelling in function name.Fabien Freling2010-03-251-2/+2
| * Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-1/+1
| |\
| * | Do not move keyboard focus to invisible windows on X11.Denis Dzyubenko2010-03-242-6/+2
| * | Do not use _NET_ACTIVE_WINDOW for nonmanaged windows.Denis Dzyubenko2010-03-241-1/+2
| * | Revert "Revert "Make QWidget::activateWindow() NET window manager aware.""Denis Dzyubenko2010-03-243-1/+25
| * | Wrong position for foucs ring when used in QMacNativeWidget.Prasanth Ullattil2010-03-241-2/+3
| * | Revert "Make QWidget::activateWindow() NET window manager aware."Morten Johan Sørvig2010-03-243-25/+1
| * | After showing modal windows, WM_LBUTTONUP for double click is ignored.Prasanth Ullattil2010-03-231-0/+4
| * | Drag & drop operations wont end while using Remote Desktop sessionsPrasanth Ullattil2010-03-231-10/+6
| * | Extended the high_attributes array, since we have more than 127 widget attrib...Robert Griebl2010-03-231-1/+1
| * | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets (part 2).Robert Griebl2010-03-221-0/+2
| * | Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-223-1/+26
| * | Cocoa: fix eventdispatcher crash, found by macgui autotestRichard Moe Gustavsen2010-03-222-2/+7
| * | Make QWidget::activateWindow() NET window manager aware.Robert Griebl2010-03-223-1/+25
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2213-96/+136
| |\ \
| | * | Compile Qt in C++0x mode.Thiago Macieira2010-03-201-34/+34
| | * | Do not create native window handle just because a parent has one.Denis Dzyubenko2010-03-191-1/+1
| | * | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-193-2/+12
| | |\ \
| | * | | Add Japanese/Korean keyboard specific keys to QKeySequenceTasuku Suzuki2010-03-181-0/+35
| | * | | Fixed qmdiarea autotest regression on CocoaDenis Dzyubenko2010-03-181-1/+2
| | * | | Minor update for f3f979cbd37f47892cd0c0a9fc23b802ed6f7890Prasanth Ullattil2010-03-181-0/+2
| | * | | Incorrect translation for Application menu items in Mac.Prasanth Ullattil2010-03-182-3/+7
| | * | | Remove unwanted code in f8d5f2594a9b268b9eeecf95b24b23fc940c71cePrasanth Ullattil2010-03-171-3/+1
| | * | | Fixed focus handling when Qt is embedded into Cocoa app.Denis Dzyubenko2010-03-171-3/+17
| | * | | Do not deliver the same key event multiple times in Cocoa.Denis Dzyubenko2010-03-173-28/+19
| | * | | Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-171-28/+10
| | * | | Cocoa: minisplitter has only 1px wide grab areaCarlos Manuel Duclos Vergara2010-03-171-2/+5
| | * | | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-175-11/+11
| | * | | Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-176-27/+19
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-257-39/+90
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Hotfix to const usage in 262e98f9a29385f99cd6f768632264e0b621dc01Janne Anttila2010-03-231-3/+3
| * | | | Fixed S60 softkey implementation to use popup/modal dialog softkeys.Janne Anttila2010-03-233-13/+59
| * | | | Fixed 'fullsreen with softkeys' mode not to expand under softkey area.Janne Anttila2010-03-233-25/+29
| * | | | Fixed table formatting in QSound documentationMiikka Heikkinen2010-03-221-1/+2
* | | | | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-231-1/+1
| |/ / / |/| | |
* | | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-223-36/+29
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-191-28/+10
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-181-6/+8
| |\ \
| | * | Initialize the graphics system before creating the style.Jason Barron2010-03-181-6/+8
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-181-1/+10
| |\ \ \ | | |/ / | |/| |
| | * | QToolTip may be placed incorrectly when using FullScreen mode - Mac OS XCarlos Manuel Duclos Vergara2010-03-181-1/+10
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-182-1/+9
|\ \ \ \ | |/ / /
| * | | Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-181-0/+2
| |/ /
| * | Change QS60Style to use combobox popup menuSami Merila2010-03-171-1/+7
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-172-1/+3
|\ \ \ | |_|/ |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7-s60axis2010-03-166-7/+33
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-155-10/+9
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-1129-142/+513
| |\ \ \ \