summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build from scratch on Windows.Friedemann Kleint2011-05-242-5/+6
* Build from scratch, use correct version number in Widgets.Friedemann Kleint2011-05-243-13/+8
* Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-2414-28/+30
* QTestlib: Compile.Friedemann Kleint2011-05-233-4/+4
* src.pro: Add dependencies of widget moduleFriedemann Kleint2011-05-231-2/+5
* Compile fix for -qpa/Linux.Friedemann Kleint2011-05-238-0/+12
* Added QWindow::setTransientParent().Samuel Rødal2011-05-235-18/+63
* Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-233-15/+1
* clean up unused codeLars Knoll2011-05-221-148/+1
* implement dragging between top levelsLars Knoll2011-05-222-30/+23
* Add QGuiApp::topLevelAt and fix visibility flagLars Knoll2011-05-223-2/+30
* re-add in-process DnD implementationLars Knoll2011-05-225-50/+115
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-2048-111/+631
|\
| * Fix inconsistency between Qt and ICU in Shift-JIS codec with regards to ASCII...Simon Hausmann2011-05-201-1/+3
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-202-4/+29
| |\
| | * Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-201-1/+1
| | * Make QHostAddress.toString() follow RFC-5952 for IPv6 address format.Martin Petersson2011-05-201-3/+28
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-2018-55/+149
| |\|
| | * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-197-12/+55
| | * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-1910-25/+78
| | * Lighthouse minimal: Add support for transparencyJanusz Lewandowski2011-05-192-3/+3
| | * Compile fixes for Xlib plugin.Samuel Rødal2011-05-194-15/+13
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-201-1/+2
| |\|
| | * Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-199-1/+324
| |\|
| | * Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-191-2/+1
| |\|
| | * Remove warning from QColor::setNamedColor().Samuel Rødal2011-05-191-2/+1
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-191-1/+1
| |\|
| | * Fixed compile of qdrawhelper_neon.cpp.Samuel Rødal2011-05-191-1/+1
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-191-2/+2
| |\|
| | * Always call XInitThreads.Gunnar Sletta2011-05-191-2/+2
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-199-19/+91
| |\|
| | * QUiLoader, QAbstractFormBuilder: Introduce errorString().Friedemann Kleint2011-05-182-1/+16
| | * Enable configuration for XcbEckhart Koppen2011-05-181-0/+3
| | * Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-184-14/+68
| | * Add ability to work around non-standard GLES implementationsPaul Olav Tvete2011-05-181-3/+3
| | * Fix broken drawing with large fonts using QStaticText and FreeTypeEskil Abrahamsen Blomfeldt2011-05-181-1/+1
| * | QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-185-21/+16
| |/
* | Get the QWidget auto-test compiling and running.Samuel Rødal2011-05-204-6/+6
* | Added QGuiApplication::activeWindow().Samuel Rødal2011-05-204-2/+14
* | remove an unused classLars Knoll2011-05-204-31/+0
* | move drag handling back to GuiLars Knoll2011-05-209-59/+58
* | Build the cocoa plugin on Mac.Morten Sorvig2011-05-201-0/+4
* | Add QCocoaNativeInterface.Morten Sorvig2011-05-207-4/+135
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-196-49/+100
* | Remove QMAKE_MACOS_DEPLOYMENT_TARGET.Morten Sorvig2011-05-191-1/+0
* | Support Qt::WindowStaysOnTopHint and other window flags in XCB backend.Samuel Rødal2011-05-182-4/+111
* | Port Qt 5 to Mac.Morten Sorvig2011-05-1817-80/+313
* | Add QWindow::setWindowModality().Samuel Rødal2011-05-187-19/+151