summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Assign icons to actions of QLineEdit context menuAurélien Gâteau2013-07-301-0/+13
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-302-97/+54
* Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-4/+13
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-1/+4
|\
| * 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
* | Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-223-31/+89
* | Prevent QLineEdit from emitting edited signal (QTBUG-27347)Ivan Komissarov2013-07-211-2/+2
* | Add QUrl based API to QFileDialogKevin Ottens2013-07-182-6/+139
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-183-33/+95
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-154-9/+33
|\|
| * 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
* | Merge branch 'stable' into devSergio Ahumada2013-07-1117-50/+38
|\|
| * 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
* | QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-106-5/+34
* | QListWidget - iterator fix in QListModel::ensureSortedThorbjørn Martsum2013-07-091-0/+4
* | QColorDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-07-053-26/+47
* | QTableView::sizeHintForRow minor fix of word wrap in a special caseThorbjørn Martsum2013-07-041-1/+10
* | QTableView::sizeHintForRow move word wrap into heightHintForIndexThorbjørn Martsum2013-07-042-15/+8
* | QStyle - tooltip - add wakeDelay and sleepDelay as styleHintsThorbjørn Martsum2013-07-034-3/+24
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-2810-35/+100
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2710-35/+100
| |\|
| | * 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
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-205-8/+11
| | | |\|
| | | | * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-151-2/+4
| | | | * Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-142-4/+5
| | | | * Fix another type of crash when dragging QDockWidget in and outShawn Rutledge2013-06-131-1/+1
| | | | * Fix crash for pressing Ctrl+C in a message boxKai Koehne2013-06-121-1/+1
| | * | | Fix QWidget::isActiveWindow for window containers.Gunnar Sletta2013-06-251-0/+13
| | |/ /
* | / / Add getMultiLineText static method to QInputDialogDavid Gil2013-06-272-11/+110
|/ / /
* | | QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-252-25/+41