summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-07159-4126/+6122
|\
| * QMainWindow: layout private API cleanupThierry Bastian2009-07-072-35/+35
| * Make sure we send a ValueChanged event if the spinbox value has changedJan-Arve Sæther2009-07-071-0/+9
| * ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * QMenu: with tearoff handle, it would reserve the space for it twiceThierry Bastian2009-07-071-8/+5
| * QToolBar: better management of positions when hiding/unhidingThierry Bastian2009-07-071-11/+5
| * QFontComboBox: used to emit currentFontChanged twice when setting it.Thierry Bastian2009-07-071-1/+1
| * QMenu: the scroller now takes the qapp's global strut into accountThierry Bastian2009-07-062-25/+25
| * QMenu: scrolling in menus was brokenThierry Bastian2009-07-062-16/+24
| * doc: Included note about the effect of WA_NoMousePropagation.Martin Smith2009-07-061-0/+4
| * QHeaderView::sizeHint: small bug fix and refactorThierry Bastian2009-07-061-5/+5
| * Fix to paint big widgets in a scroll areaBenjamin Poulain2009-07-061-5/+3
| * doc: Added not about Mac OS X.Martin Smith2009-07-061-0/+7
| * doc: Removed specific reference to Mac OS X.Martin Smith2009-07-061-15/+20
| * QHeaderView: code cleanup in sizehint calculationThierry Bastian2009-07-031-9/+3
| * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-07-031-4/+8
| * Improved the support for input methods in Graphics View.jasplin2009-07-039-10/+90
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-035-38/+63
| |\
| | * Drag leave event is delivered, after re-entering the widget.Prasanth Ullattil2009-07-032-2/+10
| | * Replace usage of the old, obsolete PrintDlg with PrintDlgEx.Trond Kjernaasen2009-07-031-33/+46
| | * Fix QX11Embed* with x86_64 by reading prop_return as long.Riku Palomäki2009-07-031-3/+3
| | * QToolBar: avoid repaints when entering/leaving a toolbarThierry Bastian2009-07-031-0/+4
| * | signals -> Q_SIGNALSVolker Hilsheimer2009-07-031-1/+1
| |/
| * doc: Corrected several qdoc warnings.Martin Smith2009-07-031-0/+7
| * QPlainTextEdit pixel dust redrawing problem on clear()mae2009-07-021-3/+2
| * Refactored gesture apiDenis Dzyubenko2009-07-0243-3145/+885
| * Don't insert text into a text widget when a modifier is pressed.Denis Dzyubenko2009-07-022-2/+4
| * QHeaderView: the sizeHint for section now takes the indicator intoThierry Bastian2009-07-021-1/+1
| * Port gui/embedded to the EINTR-safe functions.Thiago Macieira2009-07-0220-84/+118
| * Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-021-8/+12
| * Merge branch '4.5'Thiago Macieira2009-07-024-6/+7
| |\
| | * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
| | * Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
| | * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+2
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-023-4/+12
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-023-19/+20
| * | QMainWindow: cleanup of code in QWidgetAnimatorThierry Bastian2009-07-016-107/+66
| * | Remove this stale function.Norwegian Rock Cat2009-07-011-23/+0
| * | Implement hitTestNorwegian Rock Cat2009-07-012-54/+7
| * | Compiler warnings.Bjørn Erik Nilsen2009-07-014-2/+5
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtNorwegian Rock Cat2009-07-0149-2983/+1283
| |\ \
| | * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0148-2917/+1206
| | * | doc: Fixed several qdoc error reports.Martin Smith2009-07-012-66/+77
| * | | Never discard TabletRelease events as they may be delivered *after* TabletLea...Cédric Luthi2009-07-011-1/+2
| * | | Fix tablet eventsCédric Luthi2009-07-011-0/+5
| * | | Fix a few typosCédric Luthi2009-07-011-5/+5
| |/ /
| * | Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-012-0/+30
| * | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-012-33/+42
| * | Set the focus to a child widget when set on a QGroupBoxBenjamin Poulain2009-06-301-3/+2