summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2335-138/+208
|\
| * Merge master into api_changesKent Hansen2012-03-2335-138/+208
| |\
| | * Fixed QLineEdit to emit selectionChangedPekka Vuorela2012-03-231-0/+2
| | * Deprecate QApplication::setGraphicsSystemDonald Carr2012-03-221-2/+3
| | * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-226-10/+10
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-224-29/+72
| | * Remove Q_WS_X11Frederik Gladhorn2012-03-211-6/+0
| | * Fix QWidgetTextController issue when used with QtQuick1 TextEditPekka Vuorela2012-03-211-2/+2
| | * QHeaderView - minor fix to setDefaultSectionSizeThorbjørn Lund Martsum2012-03-201-2/+1
| | * QHeaderView - minor fix to createSectionSpanThorbjørn Lund Martsum2012-03-201-1/+3
| | * Fix KDE palette.Olivier Goffart2012-03-201-5/+8
| | * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-1922-79/+71
| | * Accessibility: add text update eventsFrederik Gladhorn2012-03-195-10/+45
| | * QtWidgets: cleanup several Q3* itemsDebao Zhang2012-03-193-4/+2
| | * QWidget: update documents of mouseDoubleClickEvent()Debao Zhang2012-03-191-2/+3
* | | Remove QWorkspace.Debao Zhang2012-03-2315-3702/+15
* | | Cleanup Q3* itemsDebao Zhang2012-03-231-1/+1
|/ /
* | Remove obsolete methods which forward to the base class.Stephen Kelly2012-03-222-22/+0
* | Remove non-const version of QTreeWidget method.Stephen Kelly2012-03-222-11/+0
* | Remove obsolete internal functions.Stephen Kelly2012-03-222-27/+0
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-36/+19
* | Change the parameter name of signals to be consistent.Stephen Kelly2012-03-211-2/+2
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
* | Reserve a virtual method for use with a feature in Qt 5.1.Stephen Kelly2012-03-202-0/+12
* | Reserve the virtual viewportSizeHint method in QAbstractScrollArea.Stephen Kelly2012-03-202-0/+12
* | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-2018-776/+24
* | Merge master into api_changesKent Hansen2012-03-192-11/+13
|\|
| * Replace Q_WS_MAC with Q_OS_MAC in qshortcut.cppBradley T. Hughes2012-03-171-2/+3
| * Fix bug showing folder icons for filesArnt Witteveen2012-03-171-9/+10
* | Merge master into api_changesKent Hansen2012-03-1639-277/+330
|\|
| * Remove Q_WS_X11Frederik Gladhorn2012-03-151-4/+0
| * QSystemTrayIcon/Win: Fix compilation on MinGWJonathan Liu2012-03-151-0/+1
| * Fix compiling with --no-accessibilityJerome Leclanche2012-03-154-2/+11
| * Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-1522-83/+126
| * Port QMacPrintEngine and QCoreGraphicsPaintEngine from Qt 4 to Qt 5Bradley T. Hughes2012-03-151-0/+1
| * improve processing stylesheet propertiesMark Brand2012-03-151-25/+24
| * QTableView: call model->submit() on row changeMark Brand2012-03-151-0/+16
| * Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-141-4/+13
| * QStyleSheetStyle: Fix icon properties.Friedemann Kleint2012-03-141-2/+1
| * QHeaderView - documentation update. Prefer hideSection over 0-resize.Thorbjørn Lund Martsum2012-03-141-2/+4
| * QHeaderView - renaming functions in Qt5Thorbjørn Lund Martsum2012-03-146-48/+117
| * Add two (forgotten) since 5.0Thorbjørn Lund Martsum2012-03-142-0/+4
| * Windows: Fix QSpinBox background setting via stylesheetMiikka Heikkinen2012-03-132-4/+8
| * improve declaration scopeMark Brand2012-03-131-1/+1
| * use QStringLiteralMark Brand2012-03-131-1/+1
| * take opportunity to use constMark Brand2012-03-131-2/+2
| * Move variant animation interpolators from QtWidgets to QtGuiCharles Yin2012-03-133-99/+0
* | Fix warning about unused parameter.Stephen Kelly2012-03-141-0/+1
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1220-211/+194
|\|
| * Implement QSystemTrayIcon for Windows.Friedemann Kleint2012-03-122-100/+136