summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2014-03-281-14/+14
* QPrintDialog OSX: don't crash if ApplicationModal and no parentShawn Rutledge2014-03-281-1/+3
* QPrintDialog: document the modality on OS X and WindowsShawn Rutledge2014-03-281-0/+4
* Updated year in copyright headerKai Koehne2014-03-261250-1251/+1251
* QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-211-0/+8
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-201-0/+1
* QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-204-7/+16
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-202-7/+6
* QWindowsXP/VistaStyle: Fix detection of item view delegate line edits.Friedemann Kleint2014-03-173-15/+17
* Windows: Restore maximized/full screen widgets to correct screen.Friedemann Kleint2014-03-131-4/+17
* Fix a crash when reparenting widgets on Windows.Friedemann Kleint2014-03-131-4/+6
* Mac: Fix file dialog filters when filter doesn't start with '*'Eike Ziller2014-02-131-1/+2
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-131-1/+3
* Fix the Carbon buildAndy Shaw2014-02-111-0/+6
* Fix compile for CarbonAndy Shaw2014-02-071-1/+2
* Win: Fixed assert in QKeyMapperPrivate::possibleKeysOliver Wolff2014-02-051-1/+4
* DontUseNativeDialog is not just for the Mac color dialogShawn Rutledge2014-02-051-2/+2
* Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-311-2/+2
* QWindowVistaStyle: Always initialize text color of menu items.Friedemann Kleint2014-01-221-6/+4
* QWindowsVistaStyle: Fixed position of menu gutter when using a custom widget ...Friedemann Kleint2014-01-221-2/+4
* QWizard: Fix frame when using Vista style/MSVC2012Friedemann Kleint2014-01-172-8/+32
* Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-152-1/+9
* Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2014-01-121-16/+45
* Fixed another assert in qwindowskeymapperOliver Wolff2014-01-101-2/+5
* 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