summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compile when QT_NO_WARNING_OUTPUT defined without QT_NO_DEBUG_STREAMJonathan Liu2013-09-101-0/+2
* Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSergio Martins2013-09-095-11/+52
* Fix QOleDropTarget object leakJian Liang2013-09-031-1/+15
* Add Q_ASSERT in qAllocMore() function.Leonard Lee2013-08-301-0/+3
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-291-3/+3
* BlackBerry: Fixed cover modeBernd Weimer2013-08-261-3/+3
* 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
* Update for OS X Mavericks.Jake Petroules2013-08-212-4/+11
* Fix unused private field warning in QMacMime.Jake Petroules2013-08-211-1/+1
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-5/+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
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-08-123-8/+74
* fix namespaced buildOswald Buddenhagen2013-08-121-2/+2
* Mac: make windows not restorable on 10.7 and laterLiang Qi2013-08-111-0/+5
* Remove OS X unsupported warning.Jake Petroules2013-08-101-3/+0
* Accessibility: ComboBoxes should expose their line edits as textFrederik Gladhorn2013-08-091-2/+5
* [WK1] NPStream::headers not initializedAllan Sandfeld Jensen2013-08-091-0/+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
* Revert ea6ec4c781d5e94425b70f9f4e45d3e50eb12299Albert Astals Cid2013-08-081-3/+2
* Include <new> instead of <ciso646> for libc++ detection.Raphael Kubo da Costa2013-08-061-1/+1
* Remove a left over cast that is now semantically incorrect.Jake Petroules2013-08-051-1/+1
* Make sure to also check for null CFPropertyLists.Thiago Macieira2013-08-051-0/+3
* Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-08-052-7/+16
* Make libtiff link on OS X 10.9.Jake Petroules2013-08-051-9/+0
* 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
* QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-08-031-1/+2
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-08-034-43/+58
* Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-08-032-9/+1
* Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-08-031-2/+9
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2013-08-031-0/+1
* Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-08-031-1/+9
* [Qt][WK1] navigator.plugins shows too few entries.Michael Brüning2013-08-011-2/+0
* Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-311-2/+3
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-311-1/+4
* Sun CC 5.10 supports Template-Template ParametersSergio Ahumada2013-07-301-2/+4
* QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-301-0/+2
* Cleanup QFileIconProviderPrivate::getWinIcon().Sergio Martins2013-07-251-23/+18
* HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-251-0/+3
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-233-33/+92
* Add support for the Linux/m68k platformThorsten Glaser2013-07-223-0/+257
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5