summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | QAndroidStyle: Fix warnings and compilation on Windows.Friedemann Kleint2013-03-061-10/+10
| * | Fix export of QAndroidStyle.Friedemann Kleint2013-03-061-1/+1
| * | Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-061-5/+4
| * | qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-061-24/+30
| * | Compile.Morten Johan Sørvig2013-03-061-1/+1
| * | Implement XEmbed protocolAlberto Mardegan2013-03-065-4/+88
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-063-3/+3
| |\ \
| * \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0612-60/+72
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0512-60/+72
| | |\ \ \
| * | | | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-052-2/+2
| |/ / / /
| * | | | Introducing the Qt Android portPaul Olav Tvete2013-03-056-11/+2024
| * | | | Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-042-5/+25
| * | | | Fusion style: Remove unnecessary widget castGabriel de Dietrich2013-03-041-6/+4
| * | | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-283-4/+4
| |\ \ \ \
| | * | | | QFusionStyle: Fix crash on iOSRichard Moe Gustavsen2013-02-271-2/+2
| | * | | | iOS: Don't reference QMacStyle from QStyleOption as we don't build itRichard Moe Gustavsen2013-02-261-1/+1
| | * | | | iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-261-1/+1
| * | | | | Update the display to reflect changes by input methodPaul Olav Tvete2013-02-271-1/+2
| * | | | | Enablers for input methods on AndroidPaul Olav Tvete2013-02-271-0/+1
| * | | | | Add multi-line input method hintPaul Olav Tvete2013-02-271-1/+1
| * | | | | Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
| * | | | | QGraphicsView - emit signal when rubber band changes.Thorbjørn Lund Martsum2013-02-263-3/+37
| * | | | | QGraphicsView - add function to get RubberBand rectThorbjørn Lund Martsum2013-02-262-1/+23
| |/ / / /
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-215-34/+48
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-205-34/+48
| | |\ \ \ \
| * | | | | | Gtk Style: Workaround to get combo box item style from QtQuick ControlsGabriel de Dietrich2013-02-201-1/+2
| * | | | | | Activate window before replay mouse press eventjian liang2013-02-201-0/+6
| |/ / / / /
| * | | | | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-202-10/+39
| * | | | | Doc: Fix some typosTakumi ASAKI2013-02-192-3/+3
| * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1810-13/+36
| |\ \ \ \ \
| * | | | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-5/+1
| * | | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1720-49/+402
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1420-49/+402
| | |\ \ \ \ \ \
| * | | | | | | | Cocoa: QSystemTrayIcon showing native messages on Mountain Lion.Christoph Schleifenbaum2013-02-161-1/+1
| * | | | | | | | QMetaMethod is needed in qtreeview.cpp even without accessibility.Samuel Rødal2013-02-131-1/+1
| |/ / / / / / /
| * | | | | | | replay mouse press event after a popup widget has been closedJian Liang2013-02-121-0/+15
| * | | | | | | Mark public non-member non-static variables as Q_DECL_UNUSEDThiago Macieira2013-02-121-1/+1
| * | | | | | | Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-127-35/+38
| * | | | | | | Make QGraphicsViewPrivate::updateRubberBand more readableThorbjørn Lund Martsum2013-02-121-41/+36
| * | | | | | | Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
| * | | | | | | Automatically hide the SIPBogDan Vatra2013-02-112-1/+5
| * | | | | | | QGraphicsView - remove not needed storeMouseEventThorbjørn Lund Martsum2013-02-092-3/+2
| * | | | | | | Allow actions in a QMenu to show their tooltipshjk2013-02-083-1/+47
| * | | | | | | Allow overriding subElementRect in QProxyStyle for ItemViewItemJerzy Kozera2013-02-051-3/+3
| * | | | | | | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-8/+0
| * | | | | | | QTreeView - optimize. Do not do signals-work if signals are blockedThorbjørn Lund Martsum2013-02-021-20/+28
| * | | | | | | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+20
| * | | | | | | Keep QLineEdit placeholder text visible when focusedAurélien Gâteau2013-02-011-2/+1
| * | | | | | | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-0/+8
| * | | | | | | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-2/+2