summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-123-13/+15
| * Support Growl >=1.3 in QSystemTrayIconVincent A2012-03-121-2/+6
| * Force properties to be applied in the order in which they are specified.Robin Burchell2012-03-121-2/+15
| * Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-093-72/+0
| * Call updateAccessibility with the right index.Frederik Gladhorn2012-03-0812-22/+22
* | QTabBar - add minimumTabSizeHint as virtual function.Thorbjørn Lund Martsum2012-03-103-10/+13
* | QDialog - Change exec() and open() to virtual functionsThorbjørn Lund Martsum2012-03-081-2/+2
* | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-0813-31/+97
|\|
| * QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-9/+5
| * Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-073-3/+3
| * QWidget: fix wrong mouse behaviorDebao Zhang2012-03-071-1/+0
| * Add fonts to QPlatformTheme.Friedemann Kleint2012-03-074-10/+57
| * Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-073-4/+3
| * Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-062-1/+29
| * Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-052-3/+0
* | itemview/itemmodels: make some constructors explicitMarc Mutz2012-03-076-6/+6
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0590-1374/+1391
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-15/+13
| |\
| * | QAbstractSlider - adding setRange as a slotThorbjørn Lund Martsum2012-03-021-2/+1
| * | Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-0211-23/+23
| * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0278-1272/+1272
| * | Fix QWizard autotest for Windows 7 Classic themeMiikka Heikkinen2012-03-021-1/+6
| * | Revert "Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition."Jonathan Liu2012-03-021-3/+7
| * | Fix QPixmap::grabWidget() on Windows.Friedemann Kleint2012-03-021-2/+5
| * | Refactor the QPA dnd interface.Friedemann Kleint2012-02-292-2/+10
| * | QHeaderView - remove sectionCount variableThorbjørn Lund Martsum2012-02-292-69/+67
* | | Implements QStackedLayout's hfw-related methods.Debao Zhang2012-03-053-44/+36
| |/ |/|
* | QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-012-8/+8
* | Merge master -> api_changesRohan McGovern2012-02-2935-812/+198
|\|