summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Make the CMake files work with directory overrides.Stephen Kelly2012-02-281-2/+5
| * QComboBox: Use platform theme hint to determine popup geometry.Friedemann Kleint2012-02-281-13/+8
| * Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-277-10/+14
| * QHeaderView - minor cleanup in viewportEventThorbjørn Lund Martsum2012-02-271-9/+4
| * Fix submenu positioningMiikka Heikkinen2012-02-271-0/+8
| * Fix tst_qmenu.Debao Zhang2012-02-271-22/+12
| * Fix icon loading in style sheets.Friedemann Kleint2012-02-271-3/+16
| * Remove usage of deprecated QAbstractItemModel::setRoleNamesOlivier Goffart2012-02-272-11/+7
| * Don't use deprecated QAbstractItemModel::reset()Olivier Goffart2012-02-276-6/+12
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-2/+2
| * Remove usage of deprecated QRect::uniteOlivier Goffart2012-02-262-2/+2
| * Fix tst_qlineedit.Friedemann Kleint2012-02-242-18/+34
| * Remove unused toolTip member variable (qt3 leftover)David Faure2012-02-241-6/+0
| * QHeaderView - fix setOffsetToSectionPosition a bitThorbjørn Lund Martsum2012-02-241-2/+2
| * QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-242-3/+3
| * QHeaderView - change not needed if to Q_ASSERTThorbjørn Lund Martsum2012-02-241-2/+1
| * Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-232-8/+29
| * Fix conflict between QMainWindow::restoreState() and QWidget::setStylesheet()Debao Zhang2012-02-231-1/+2
| * QMenuBar: Clean up Q_WS_WINDebao Zhang2012-02-231-5/+1
| * Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-2/+2
| * Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-223-25/+9
| * Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-224-659/+24
| * Fix typosPekka Vuorela2012-02-221-1/+1
* | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-7/+5
|/
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+0
* Merge overloads.Richard Moore2012-02-222-28/+1
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3
* QHeaderView - create a union to save some space.Thorbjørn Lund Martsum2012-02-211-3/+5