summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-1/+4
* Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-2/+2
* Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
* Fix regression in QListViewJ-P Nurmi2013-09-031-4/+4
* Ensure the timer is killed when appropriate before starting a new oneAndy Shaw2013-09-031-2/+9
* Update QLineEdit::placeholderText property documentationGiuseppe D'Angelo2013-08-291-2/+1
* Activate Qt::WidgetWithChildrenShortcut shortcuts in MDI subwindowsGiuseppe D'Angelo2013-08-281-1/+1
* Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-271-0/+1
* Style: Remove useless background paint for menu scrollerGabriel de Dietrich2013-08-221-1/+0
* Fix scrollbar appearance on Win8J-P Nurmi2013-08-221-22/+24
* QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
* update the viewport after changing the backgroundIrfan Omair2013-08-151-1/+1
* QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-152-3/+23
* Fix ShortcutOverrid for Qt QuickFrederik Gladhorn2013-08-131-1/+8
* un-confuse lupdate: remove excess brace in dead codeOswald Buddenhagen2013-08-121-1/+0
* Merge branch 'release' into stableSergio Ahumada2013-08-091-16/+16
|\
| * Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
* | QComboBox: fix item activation via completerJ-P Nurmi2013-08-083-9/+30
* | Fix QCompleter::activated(QModelIndex)J-P Nurmi2013-08-071-0/+1
* | Mac Style: Fix 1-pixel text offset in combo boxGabriel de Dietrich2013-08-071-0/+2
* | Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
* | Fix typo in Model/View Programming documentation.Mitch Curtis2013-08-051-1/+1
* | Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-2/+3
* | Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
* | Check if the widgetItem is valid before accessing widget() on itAndy Shaw2013-07-311-1/+1
* | Remove duplicated call to QGraphicsSceneMouseEvent::setButtons.Marcel Krems2013-07-281-1/+0
* | Fix updating of screens in QDesktopWidget.Friedemann Kleint2013-07-263-12/+35
|/
* Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1
* Mac OS: Fix a crash in tst_qgraphicsproxywidget.Friedemann Kleint2013-07-161-0/+3
* Display sizegrip on QMdiSubWindows, even on 10.7 and laterGabriel de Dietrich2013-07-122-5/+19
* Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-121-2/+11
* Check if widget inherits from QTextEdit when drawing the frameAndy Shaw2013-07-111-2/+3
* Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-112-2/+2
* Windows/ActiveQt: Pass native parent handle property from widget to widget wi...Friedemann Kleint2013-07-111-0/+8
* QComboBox - optimize (improve stupid code at enter-key)Thorbjørn Martsum2013-07-101-3/+2
* Search toplevel when setting the active window from focus window.Friedemann Kleint2013-07-101-0/+2
* Clean up evaluation license logicTor Arne Vestbø2013-07-051-1/+1
* Set correct cell when selecting custom color cell with arrow keysJ-P Nurmi2013-07-033-1/+12
* Fix rotation of text in vertical QDockWidget titlebars in QFusionStyle.Parker Coates2013-07-021-0/+4
* Fix dropshadow and blur graphics effects.Gunnar Sletta2013-07-021-4/+0
* Remove unused variables (as found by ICC)Thiago Macieira2013-07-011-4/+0
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-013-28/+0
* Fix the cursor position of an empty QLineEdit with a placeholder textJ-P Nurmi2013-06-291-3/+3
* Fix system tray icon on X11.Friedemann Kleint2013-06-281-4/+4
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-273-19/+59
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-253-19/+59
| |\
| | * Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
| | * Fix missing shortcuts for WindowContainersJørgen Lind2013-06-212-18/+58
* | | QMacStyle: fix auto-default button animationJ-P Nurmi2013-06-262-8/+17
|/ /
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-255-8/+11
|\ \