summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-touch input on AndroidEskil Abrahamsen Blomfeldt2013-03-125-3/+35
* Don't force disable accessibilityGunnar Sletta2013-03-121-1/+0
* Remove Q_OS_LINUX_ANDROID.Gunnar Sletta2013-03-122-2/+1
* Disable PCRE JIT on iOSTor Arne Vestbø2013-03-122-2/+3
* Fixed android-no-sdk build by excluding platformsupport/jniconvenience.Samuel Rødal2013-03-071-1/+1
* Fixed build of SSL when using android-no-sdk.Samuel Rødal2013-03-072-4/+6
* Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-072-1/+22
* Add manual tests for X11 embeddingAlberto Mardegan2013-03-0711-0/+783
* QVector - removeLast optimizeThorbjørn Martsum2013-03-073-1/+64
* QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-073-3/+40
* QVector - add remove functionsThorbjørn Martsum2013-03-073-4/+102
* Qnx: Add BlackBerry Playbook config tokenRafael Roquetto2013-03-062-0/+2
* Add support for attributes in the -perfcounter argumentThiago Macieira2013-03-061-1/+38
* Store the performance counter attributes globallyThiago Macieira2013-03-061-22/+27
* Add support for the cache-related operations counters in benchlibThiago Macieira2013-03-061-23/+180
* Add support for more performance counters in QBenchlibThiago Macieira2013-03-063-8/+213
* Add more events for QBenchlib, based on the Linux perf countersThiago Macieira2013-03-063-12/+137
* Implement the Linux Perf Counter backend for benchlibThiago Macieira2013-03-063-2/+109
* Add the skeleton Linux perf events counter for QtTestThiago Macieira2013-03-066-1/+224
* Import the Linux header linux/perf_event.hThiago Macieira2013-03-061-0/+615
* Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-063-0/+146
* Simplify further extension of tst_QObject::connectSlotsByNameAxel Waggershauser2013-03-061-119/+31
* Aero-Style-QWizard: Hide/Show back-button correctly.Friedemann Kleint2013-03-062-1/+4
* Aero-Style-QWizard: Fix drawing when used as a child widget.Friedemann Kleint2013-03-062-13/+33
* Aero-Style-QWizard: Do not use parent window handle.Friedemann Kleint2013-03-063-21/+48
* Aero-Style-QWizard: Set custom margins only for Areo-Style.Friedemann Kleint2013-03-063-9/+7
* Fix warnings about unused variables in sub-attaq-example (CLANG).Friedemann Kleint2013-03-063-10/+4
* Fix warning about float truncation in scroller example (CLANG).Friedemann Kleint2013-03-061-1/+1
* Fix warning about float truncation in tst_qdatastream.Friedemann Kleint2013-03-061-1/+1
* Fix loop condition in tst_qhash (CLANG).Friedemann Kleint2013-03-061-2/+2
* Fix warning about tautological comparison in tst_qstandarditem (CLANG).Friedemann Kleint2013-03-061-1/+1
* Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-062-2/+0
* QAndroidStyle: Fix warnings and compilation on Windows.Friedemann Kleint2013-03-061-10/+10
* Fix export of QAndroidStyle.Friedemann Kleint2013-03-061-1/+1
* moc: Remove VC6 workaroundOlivier Goffart2013-03-061-10/+0
* Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-062-5/+31
* qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-063-29/+34
* Fix build of host_build when a -sdk was passed to configureTor Arne Vestbø2013-03-061-1/+1
* Make .prl file generation work for iOS again.Morten Johan Sørvig2013-03-063-12/+12
* Compile.Morten Johan Sørvig2013-03-061-1/+1
* Fix Xcode version lookup in xcode.confTor Arne Vestbø2013-03-061-1/+1
* Implement XEmbed protocolAlberto Mardegan2013-03-0620-24/+410
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-063-0/+157
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-064-0/+236
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0634-70/+143
|\
| * Silence warning about an unused variable in Q_ASSUME.Jędrzej Nowacki2013-03-061-0/+1
| * Fix potential crash in accessibility key event handlingFrederik Gladhorn2013-03-062-7/+10
| * Workaround a bug in mktime on QNXFabian Bumberger2013-03-051-0/+10
| * Do not build qsharedmemory and qsystemsemaphore autotests on QNXFabian Bumberger2013-03-051-0/+1
| * Delete the reference of the QNX screen in child windows on deletionFabian Bumberger2013-03-052-2/+10