summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QColorDialog: move all helper classes into the unnamed namespaceMarc Mutz2015-03-131-2/+12
* QColorDialog: remove unused friendship on QColorShowerMarc Mutz2015-03-131-1/+0
* Inline qcolordialog_p.h into qcolordialog.cppMarc Mutz2015-03-133-181/+117
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-096-42/+31
|\
| * Add getter for QSizePolicy to SpacerItemKatja Marttila2015-03-062-0/+9
| * xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-0/+5
| * Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
| * Implement debug operator for QStyle::State using the new operator for QFlags<T>.Friedemann Kleint2015-03-052-37/+13
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-062-7/+20
* | Support "writing-mode" accessibility text attributeBoris Dušek2015-03-051-0/+3
* | Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-051-1/+14
* | Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-041-1/+9
|\|
| * avoid sending QPinchGestures based on unreasonable pinch deltasShawn Rutledge2015-03-031-1/+9
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0317-66/+100
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+1
| |\
| | * Replace old qt-project.org wiki with wiki.qt.ioSergio Ahumada2015-02-271-1/+1
| * | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+10
| * | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+19
| * | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-254-8/+8
| * | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-2513-41/+41
| * | Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* | | Move the systemTrayVisualHasAlphaChannel to the QXcbSystemTrayTrackerJørgen Lind2015-02-251-4/+2
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-259-62/+44
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-249-62/+44
| |\|
| | * QWidgetWindow check valid widget geometryJørgen Lind2015-02-241-1/+1
| | * Fix fusion style QPushButton icon on HiDPI modeMarko Kangas2015-02-241-4/+6
| | * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-2/+2
| | * Fix crash in QAccessibleTextWidget::attributes()Jan Arve Saether2015-02-171-8/+20
| | * Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4
| | * QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
| | * Fixed crash when adding items with spansJan Arve Saether2015-02-091-1/+1
| | * Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
| | * Document that setGraphicsEffect is not suitable for GL widgetsLaszlo Agocs2015-02-091-0/+3
| | * Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-071-43/+2
* | | Support all underline types in accessibilityBoris Dušek2015-02-251-1/+36
* | | xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-231-21/+5
|/ /
* | Fixed license headersJani Heikkinen2015-02-178-8/+8
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-1/+10
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-1/+11
* | Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-152-1/+21
* | QWidgetTextControl: add object names for standard context menu actionsJ-P Nurmi2015-02-151-0/+8
* | QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* | QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* | Updated BSD licensed file headersJani Heikkinen2015-02-15129-385/+385
* | Make QAccessibleTextWidget::attributes respect default document fontBoris Dušek2015-02-131-3/+3
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1312-0/+48
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1312-14/+15
* | Fix text-align justify in accessibility supportBoris Dušek2015-02-131-1/+1