summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-233-8/+11
* Remove some qBinaryFind usages from the CUPS printing codeGiuseppe D'Angelo2013-09-231-2/+4
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-6/+0
* Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-232-7/+5
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-233-6/+12
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-5/+0
* QFileSystemModel: Fix build when QT_NO_FILESYSTEMWATCHER is definedAndrew Knight2013-09-231-2/+45
* Fix warnings about conversion from const char* to QString.Thiago Macieira2013-09-231-3/+3
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-234-6/+25
* Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
* Fixed build issue on BlackBerryBernd Weimer2013-09-231-1/+1
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-232-3/+8
* qdoc: \externalpage links are fixedMartin Smith2013-09-233-11/+21
* qios: always auto rotate as specified in Info.plistRichard Moe Gustavsen2013-09-231-8/+3
* Port QMacCocoaViewContainer to Qt 5.Morten Johan Sørvig2013-09-236-31/+130
* Port QMacNativeWidget to Qt 5Morten Johan Sørvig2013-09-237-23/+219
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-2311-16/+713
* QTimeZone - Add Windows backendJohn Layt2013-09-235-26/+815
* QTimeZone - Add Mac backendJohn Layt2013-09-235-2/+368
* QTimeZone - Add TZ File BackendJohn Layt2013-09-225-3/+1144
* QTimeZone - Add ICU supportJohn Layt2013-09-225-1/+702
* QTimeZone - Define new class and apiJohn Layt2013-09-2210-0/+3962
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-222-0/+10
* Long live QOpenGLTexture!Sean Harmer2013-09-2211-2/+5237
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-2114-2/+401
* QTest: microoptimisationMarc Mutz2013-09-211-1/+1
* QFutureInterface: wrap a pair of {release,reserve}Thread() calls with RAIIMarc Mutz2013-09-211-3/+14
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-2131-169/+429
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-2131-169/+429
| |\
| | * OAuth over XMLHttpRequest failsAllan Sandfeld Jensen2013-09-191-1/+1
| | * Fix timing issue in incremental data retrieval mechanismGatis Paeglis2013-09-192-5/+13
| | * Implement INCR property mechanism for large data transfers [XCB]Gatis Paeglis2013-09-193-4/+138
| | * Fix transform (rotation matrix) uniform scale testing.Balazs Domjan2013-09-191-5/+22
| | * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-193-5/+102
| | * PNG: properly handle 1bpp greyscale images with alphaGiuseppe D'Angelo2013-09-181-0/+9
| | * Add missing initialization before requesting png data for scaled readSamuel Gaist2013-09-181-7/+8
| | * Fix sigchld-HandlerH. Rittich2013-09-171-9/+31
| | * Initialize the print panel with the NSPrintInfo we have createdAndy Shaw2013-09-171-1/+1
| | * Keep Cocoa screen list in sync on screen connect.Morten Johan Sørvig2013-09-172-1/+9
| | * Doc: Define a generic thumbnail for a number of examplesTopi Reinio2013-09-171-1/+26
| | * HTTP authentication fails if QUrl contains password with %Allan Sandfeld Jensen2013-09-172-4/+4
| | * Fix QSqlDriver::handle casting examplesGiuseppe D'Angelo2013-09-171-2/+2
| | * stickman example: fix header include guardMarc Mutz2013-09-161-1/+1
| | * Doc: Remove duplicated Qt Concurrent overviewSze Howe Koh2013-09-167-116/+11
| | * Doc: Remove space between class name and method nameSze Howe Koh2013-09-161-2/+2
| | * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-162-4/+45