summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-31159-2067/+2067
* QLineEdit: Disable standard key 'cut' when there is no selection.Dyami Caliri2014-09-291-1/+1
* Replace all ocurrences of NSApp with [NSApplication sharedApplication].Jake Petroules2014-09-012-6/+6
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-061-0/+3
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-103-20/+32
* Updated year in copyright headerKai Koehne2014-03-26159-159/+159
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-201-0/+1
* QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-201-2/+8
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-202-7/+6
* QSpinBox: fix cursor jumping around when pressing up/down keysPekka Vuorela2013-12-171-4/+8
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2013-12-091-1/+1
* Correct QToolBar layout on retina displays.Morten Johan Sørvig2013-11-051-0/+5
* Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-131-2/+5
* Recognize separator item in QMenu.Leonard Lee2013-06-171-2/+2
* QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-141-0/+3
* Fix warning about narrowing inside {}Olivier Goffart2013-04-231-2/+2
* Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-171-0/+3
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-281-1/+7
* Fix text issue with Hiragana characters when stylesheet is applied.Mitch Curtis2013-02-211-0/+6
* Fix TextInput test failures.Andrew den Exter2013-01-231-0/+2
* Use a UUID for the NSToolbar in unified title and toolbar.Jake Petroules2013-01-151-1/+2
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13159-159/+159
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-191-1/+1
* Fix conflict between QMainWindow::restoreState, QWidget::setStylesheet.Mitch Curtis2012-11-281-1/+2
* When clicking on a menu item which has a sub menu it should not closeAndy Shaw2012-11-151-0/+3
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-11-141-2/+4
* Don't use Cocoa code unconditionallyAndy Shaw2012-11-141-0/+2
* Fix submenu navigation.Friedemann Kleint2012-11-071-0/+10
* Fixed crash on destruction of animating QDockWidget in a QMainWindowRohan McGovern2012-10-302-2/+5
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-181-1/+4
* QComboBox: mention insert policy in context of editable propertyMark Brand2012-10-171-1/+4
* QComboBox::currentText: correct documentationMark Brand2012-10-171-3/+6
* Clean up whitespaceJan-Arve Saether2012-10-121-34/+34
* Update the state of native menus correctly on MacPasi Matilainen2012-10-023-12/+7
* Fix issue with mispositioned family name i QFontComboBoxEskil Abrahamsen Blomfeldt2012-10-011-1/+12
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29159-3816/+3816
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-281-0/+2
* Prevent a crash when a merged action is removedAndy Shaw2012-09-111-0/+10
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-231-0/+10
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-222-2/+24
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-161-0/+1
* Fix for restoring dockwidget's size when it gets dragged.Mikko Knuutila2012-08-161-6/+24
* make currentText the USER property for QComboBoxMark Brand2012-08-131-2/+2
* Update contact information in license headers.Sergio Ahumada2012-08-01159-318/+318
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-06-251-2/+3
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-192-17/+24