summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update tech preview license header.Jason McDonald2009-08-31151-1963/+1963
* Make assorted constructors follow good coding practiceKeith Isdale2009-08-241-1/+2
* Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
* fix WA_DontShowOnScreen bug on Windows CEJoerg Bornemann2009-08-171-1/+1
* Document QAction::MenuRole not working on submenus.Norwegian Rock Cat2009-08-141-0/+5
* Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-08-121-0/+4
* fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
* Update URL of online documentation.Jason McDonald2009-08-111-1/+1
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-111-1/+1
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
* Update license headers.Jason McDonald2009-08-11151-151/+151
* Fix crash in QX11Data::xdndHandleEnter when XGetWindowProperty failsOctavian Voicu2009-08-061-6/+7
* Cocoa: Menus show old selected values.Richard Moe Gustavsen2009-08-051-0/+6
* Cocoa with namespace breaks the buildRichard Moe Gustavsen2009-07-311-2/+2
* Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
* Remove mem leak / warning in the cocoaportRichard Moe Gustavsen2009-07-301-0/+1
* Unable to change focus between two line edits on macRichard Moe Gustavsen2009-07-301-37/+12
* Doc - Renamed the cursor's images to illustrate splitV and splitH properlyKavindra Devi Palaraja2009-07-291-2/+2
* Roll back the fancy updating of translucent windows.Gunnar Sletta2009-07-271-4/+1
* Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-242-21/+34
* Revert "Added a check that X11 timestamp goes forward only."Denis Dzyubenko2009-07-221-20/+15
* Another fix needed to build in a namespace on Mac with -arch ppcAndy Shaw2009-07-211-1/+2
* Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
* Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-171-2/+6
* Fixed a crash with input methodsPierre Rossi2009-07-102-6/+3
* Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
* Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3
* Fix issue where a mainwindow would show two size grips in Cocoa.Norwegian Rock Cat2009-07-061-2/+5
* Implement QApplication::setOverrideCursor to use pure Cocoa callsNorwegian Rock Cat2009-07-061-1/+11
* Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-022-57/+0
* Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-022-8/+43
* Implement hitTestNorwegian Rock Cat2009-07-022-54/+7
* Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-022-4/+15
* Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changesNorwegian Rock Cat2009-06-301-2/+17
* Doc: About menu on the Mac gets the application name from Info.plist.Geir Vattekar2009-06-301-1/+3
* QWidget::adjustSize() sends a spontaneous event - Mac OS X CocoaPrasanth Ullattil2009-06-302-2/+12
* Always turn on shadows for Cocoa.Norwegian Rock Cat2009-06-291-2/+1
* Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-2/+2
* Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-236-18/+50
* Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16151-302/+302
* Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
* Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
* Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
* Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-101-2/+4
* Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
* Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
* Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
* BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4