summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-1212-66/+73
* Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-122-3/+2
* Android: install java-related filesPaul Olav Tvete2013-03-123-15/+29
* Android build fixPaul Olav Tvete2013-03-121-1/+1
* XCB: support creation of OpenGL ES profilesGiuseppe D'Angelo2013-03-121-46/+78
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-128-384/+115
* QFontComboBox: Minor code optimization & simplificationKonstantin Ritt2013-03-121-25/+12
* Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
* Add QOpenGLTimerQuery and QOpenGLTimeMonitor classesSean Harmer2013-03-124-3/+1174
* Fix wrong initial positionCaroline Chao2013-03-122-1/+25
* Update gl2ext.h with the latest version from KhronosGiuseppe D'Angelo2013-03-121-20/+461
* Reset the X error handler after initializing GTKGiuseppe D'Angelo2013-03-121-0/+8
* QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
* Build with GL headers in non-standard locations.Volker Krause2013-03-121-0/+4
* Add support for setting/getting the paper name on the QPrinterAndy Shaw2013-03-129-18/+209
* Silence warning about unused fields in test event (CLANG).Friedemann Kleint2013-03-121-1/+1
* Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
* Fix MinGW-64-warnings about cast from DWORD to HWND.Friedemann Kleint2013-03-121-8/+12
* QApplication: Fix MSVC-warning about unused variable q.Friedemann Kleint2013-03-121-6/+2
* Windows: Use arrow cursor for toplevels with no cursor set.Friedemann Kleint2013-03-121-2/+15
* Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
* Android: Allow more than three touch pointsPaul Olav Tvete2013-03-121-41/+7
* Fix multi-touch input on AndroidEskil Abrahamsen Blomfeldt2013-03-125-3/+35
* 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-071-3/+5
* Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-1/+18
* QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-072-2/+26
* QVector - add remove functionsThorbjørn Martsum2013-03-072-4/+26
* 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-062-0/+44
* 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
* 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-061-5/+4
* qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-063-29/+34
* Compile.Morten Johan Sørvig2013-03-061-1/+1
* Implement XEmbed protocolAlberto Mardegan2013-03-0620-24/+410