summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Compile fix for -qpa/Linux.Friedemann Kleint2011-05-237-0/+9
* Added QWindow::setTransientParent().Samuel Rødal2011-05-233-4/+24
* Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-232-14/+0
* clean up unused codeLars Knoll2011-05-221-148/+1
* implement dragging between top levelsLars Knoll2011-05-221-28/+23
* Add QGuiApp::topLevelAt and fix visibility flagLars Knoll2011-05-223-2/+30
* re-add in-process DnD implementationLars Knoll2011-05-223-50/+46
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-206-7/+49
|\
| * Full translucent background support in xcb and xlib backend.Samuel Rødal2011-05-191-2/+9
| * Remove warning from QColor::setNamedColor().Samuel Rødal2011-05-191-2/+1
| * Fixed compile of qdrawhelper_neon.cpp.Samuel Rødal2011-05-191-1/+1
| * Always call XInitThreads.Gunnar Sletta2011-05-191-2/+2
| * Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-183-3/+46
| * Fix broken drawing with large fonts using QStaticText and FreeTypeEskil Abrahamsen Blomfeldt2011-05-181-1/+1
* | Added QGuiApplication::activeWindow().Samuel Rødal2011-05-204-2/+14
* | remove an unused classLars Knoll2011-05-202-28/+0
* | move drag handling back to GuiLars Knoll2011-05-206-0/+1721
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-3/+0
* | Add QWindow::setWindowModality().Samuel Rødal2011-05-183-1/+23
* | Re-implement transient window support in XCB backend.Samuel Rødal2011-05-164-6/+24
* | Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-165-13/+94
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-162-8/+22
|\|
| * fix compilation with namespacesLars Knoll2011-05-121-8/+8
| * Fix compilation with namespaces enabledLars Knoll2011-05-122-0/+14
| * Make QLineControl send accessibility updates.Frederik Gladhorn2011-05-125-5/+13
| * Revert "Fix double painting when adding an item into a linear layout"Jan-Arve Sæther2011-05-121-4/+1
| * Fix licence headers again for MR 900Sergio Ahumada2011-05-122-9/+18
| * Avoid flicker when invalidate is propagated in a widget/layout hierarchyJan-Arve Sæther2011-05-125-76/+190
| * Fix licence headers again for MR 900Gabriel de Dietrich2011-05-122-20/+21
* | Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-135-8/+33
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-1220-1485/+1225
|\|
| * New algorithm for drawing thin linesLars Knoll2011-05-126-1449/+1137
| * Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-112-0/+4
| * Add the QIdentityProxyModel.Stephen Kelly2011-05-114-1/+700
| * Fix initial main window dimensions for "fullscreen with softkeys" caseMiikka Heikkinen2011-05-111-0/+5
| * Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-112-0/+21
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-1115-47/+94
| |\
| | * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-1113-42/+39
| | * Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-112-5/+55
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-111-0/+2
| |\ \ | | |/ | |/|
| | * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+2
* | | move files in src/gui into their final locationsLars Knoll2011-05-1182-101/+100
* | | Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
* | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1131-470/+946
|\| |
| * | Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-105-22/+262
| |\ \
| | * | Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
| | * | Avoided calling updateAccessibility() from updateMicroFocus if the item was h...Jan-Arve Sæther2011-05-101-2/+4
| | * | Notify a11y framework of FocusChanges for QGraphicsObjectJan-Arve Sæther2011-05-101-0/+12
| | * | Call updateAccessibility on the QGraphicsObject in updateMicroFocusJan-Arve Sæther2011-05-101-6/+10
| | * | Fix updateAccessibility for QGraphicsObjectsJan-Arve Sæther2011-05-101-1/+123