summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-201-13/+40
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-205-10/+20
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-206-23/+55
* Reduce virtual address space use by JavaScriptCore on SymbianMurray Read2012-04-204-40/+88
* fix static library names when generating .pc files for pkgconfigMark Brand2012-04-201-1/+2
* Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr()Yan Shapochnik2012-04-201-1/+2
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-193-3/+7
* Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-192-0/+89
* mkspecs: Rename freebsd-g++40 to freebsd-g++46.Raphael Kubo da Costa2012-04-192-3/+3
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-04-191-8/+2
* Bump Qt version to 4.8.2aksalova2012-04-1820-41/+120
* Symbian: absent changed exports in symbian def-filesPasi Pentikainen2012-04-182-2/+2
* Symbian: absent changed exports in symbian def-filesPasi Pentikainen2012-04-181-227/+227
* qmake vc(x)proj generator: don't create bogus directoriesJoerg Bornemann2012-04-171-0/+3
* qmake/Win: fix incomplete generated version resourceJoerg Bornemann2012-04-171-1/+11
* qmake vcxproj generator: fix handling of /MANIFEST:NO linker optionJoerg Bornemann2012-04-171-0/+7
* qmake: QMakeProject::intValue addedJoerg Bornemann2012-04-171-0/+13
* qmake vcproj generator: unused variable removedJoerg Bornemann2012-04-171-1/+0
* mkspecs: Sync freebsd-g++40 and freebsd-g++.Raphael Kubo da Costa2012-04-171-35/+6
* Do not define QT_AOUT_UNDERSCORE in freebsd-g++'s mkspec.Raphael Kubo da Costa2012-04-171-11/+0
* Remove the freebsd-g++34 mkspec.Raphael Kubo da Costa2012-04-172-129/+0
* Do not redefine QT_SOCKLEN_T in freebsd-g++'s mkspec.Raphael Kubo da Costa2012-04-171-9/+0
* Refactor navigator event handlingKevin Krammer2012-04-170-0/+0
* widgets/qpa: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-161-5/+13
* qmake vc(x)project generator: fix VC++ Express detectionJoerg Bornemann2012-04-161-1/+3
* Fix symbol visibility warnings when building uic3Andy Shaw2012-04-161-0/+1
* Refactor navigator event handlingKevin Krammer2012-04-167-207/+348
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-133-6/+17
* Fix crashes in QAccessibleTree::navigateFrederik Gladhorn2012-04-131-1/+7
* Accessible interface for QPlainTextEditJosé Millán Soto2012-04-133-8/+83
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-131-1/+1
* Enable stack smashing protection on Blackberry platformsSean Harmer2012-04-132-0/+6
* Remove fileLineEndingTest from networkselftest.Miikka Heikkinen2012-04-131-26/+0
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-131-1/+2
* Add new QSysInfo::symbianVersion() enumsPasi Pentikainen2012-04-133-28/+43
* Symbian: avoid crash when inline editing is canceledRiikka Inkila2012-04-131-3/+4
* Fix handling for key repeat events in the QPA linux input pluginReuben Dowle2012-04-131-1/+1
* Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-131-2/+2
* Fixes crashes and memory leak in QMacPixmapDataAndreas Loew2012-04-131-13/+44
* Fixed crash in QImage in out of memory conditionAndreas Loew2012-04-131-0/+4
* gcc 4.7.0 compatibility fix for javascriptMark Brand2012-04-122-2/+2
* Upgrading libpng: Patches to libpng 1.5.10 for Qt usageaavit2012-04-127-12/+40
* Upgrading libpng: Adding clean copy of libpng 1.5.10aavit2012-04-1242-23675/+3990
* Fix initial size of QMainWindow with unified title and toolbar on MacAndy Shaw2012-04-121-1/+1
* Ensure that the IME composition is handled correctly on MacAndy Shaw2012-04-123-5/+13
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-121-3/+10
* Widget created with type to Qt::ToolTip should have a drop shadowKatja2012-04-121-1/+1
* Accessibility: send cursor move updates.Frederik Gladhorn2012-04-121-0/+5
* Do not send QEvent::AccessibilityPrepare.Frederik Gladhorn2012-04-121-3/+0
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-122-1/+27