summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: fix a typo for F9 in key mappingLiang Qi2013-12-201-1/+1
* 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
* Use qt_mac_effectiveview_for for setFocus_sysSamuel Gaist2013-12-051-1/+1
* Respect the custom paper size settings on MacAndy Shaw2013-12-042-23/+48
* QPrintDialog - Fix Windows Current Page option selectionJohn Layt2013-11-271-2/+4
* Mac style: Fix selected tab text color on 10.6Gabriel de Dietrich2013-11-271-3/+4
* Fixed assert in Windows key handlingOliver Wolff2013-11-271-2/+8
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-11-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-11-251-25/+12
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-182-2/+2
* MinGW: Fix warnings about assigned but not used variables.Friedemann Kleint2013-11-183-9/+0
* When reparenting a widget, children need to reregister as a drop siteAndy Shaw2013-11-151-1/+11
* QWizard: provoke 'enum value not handled in switch' warnings in object_name_f...Marc Mutz2013-11-151-1/+13
* QWizard: give all buttons an objectNameMarc Mutz2013-11-151-13/+16
* Optimize macDisplayColorSpaceMorten Johan Sørvig2013-11-145-18/+41
* Use the correct system font on OS X Mavericks.Jake Petroules2013-11-112-2/+10
* Cocoa File Dialog: Remove sandbox-ufriendly QDir::entryList() callGabriel de Dietrich2013-11-081-18/+48
* Correct QToolBar layout on retina displays.Morten Johan Sørvig2013-11-051-0/+5
* QPdfEngine - Remove Producer copyright noticeSamuel Gaist2013-11-041-1/+1
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-311-2/+10
* Revert "Return the correct system font on OS X Mavericks."Jake Petroules2013-10-301-7/+0
* Fix the assert failure in QShortcutMap::findGatis Paeglis2013-10-271-0/+3
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
* correctly fix compilation of NEON_ASM sourcesOswald Buddenhagen2013-10-181-2/+9
* Properly paint QListView dragged item in icon modeSamuel Gaist2013-10-182-28/+17
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-161-5/+37
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-091-0/+3
* Add missing variables initialization before requesting png offsetSamuel Gaist2013-09-201-7/+7
* Compilation fix for libjpeg release 9aavit2013-09-131-22/+5
* Revert "QTBUG-15319: fix shortcuts with secondary Xkb layout."Gatis Paeglis2013-09-121-4/+1
* Fix layouts with expanding items with maximum sizePaul Olav Tvete2013-09-101-9/+16
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSergio Martins2013-09-095-11/+52
* Fix QOleDropTarget object leakJian Liang2013-09-031-1/+15
* Fix scrollbar appearance on Win8J-P Nurmi2013-08-231-23/+24
* OSX: Disable window restoration for the Mac font panelLiang Qi2013-08-231-0/+5
* OSX: Disable window restoration for the Mac color panelLiang Qi2013-08-231-0/+5
* Fix unused private field warning in QMacMime.Jake Petroules2013-08-211-1/+1
* Only release when there is no lock on the objectAndy Shaw2013-08-201-2/+4
* Do not send clipboard message to application under debugger.Friedemann Kleint2013-08-191-0/+22
* Sun CC: Fix QFileDialog compilationSergio Ahumada2013-08-161-1/+1
* Add offset reading support in pnghandlerSamuel Gaist2013-08-081-0/+7
* Link to correct function in QApplication documentation.Mitch Curtis2013-08-081-1/+1
* Return the correct system font on OS X Mavericks.Jake Petroules2013-08-051-0/+7
* Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
* Fix QListWidget item widget scroll bugSamuel Gaist2013-08-051-3/+1
* Fix build regression caused by 7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.Jake Petroules2013-08-041-1/+1
* Cleanup QFileIconProviderPrivate::getWinIcon().Sergio Martins2013-07-251-23/+18
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-233-33/+92
* evdev tablet support on LinuxShawn Rutledge2013-07-182-1/+4