summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: follow symbolic linksOlivier Goffart2014-05-302-3/+16
* Accessibility: Fix rect for QComboBox and QRadioButtonFrederik Gladhorn2014-05-304-0/+23
* Dummy window for creating GLX context should be override redirectMartin Gräßlin2014-05-301-1/+2
* Make QWeakPointer's ctor constexprGiuseppe D'Angelo2014-05-291-1/+1
* QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-282-4/+245
* Android: extract View_scrollbarDefaultDelayBeforeFadeJ-P Nurmi2014-05-271-0/+3
* Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-272-19/+105
* Android: extract scrollViewStyleJ-P Nurmi2014-05-261-0/+19
* Use accurate title/status bar gradient colors on OS X.Jake Petroules2014-05-261-11/+31
* Android: ensure unique IDs when extracting style data for layersJ-P Nurmi2014-05-261-2/+5
* Android: extract SeekBar_thumbOffsetJ-P Nurmi2014-05-261-0/+6
* Android: extract progressBarStyle(Small|Large)J-P Nurmi2014-05-261-0/+3
* Android: add support for extracting RotateDrawableJ-P Nurmi2014-05-261-0/+38
* Fix support for depth/stencil textures in QOpenGLTextureGiuseppe D'Angelo2014-05-262-8/+248
* Introduce QOpenGLTexture::target()Giuseppe D'Angelo2014-05-242-0/+13
* Guarantee QTextEngine::findItem() returns -1 for invalid strPosKonstantin Ritt2014-05-232-2/+7
* Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-2219-279/+1871
* Android: Extract data for native style on startupBogDan Vatra2014-05-227-4/+1625
* Fix a crash when using QtQuickControls with core profileBerthold Krevert2014-05-221-4/+25
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-2256-263/+597
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-2256-263/+597
| |\
| | * Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-222-0/+4
| | * Mark the missing QDnsLookup constructor as \internalAndy Shaw2014-05-211-0/+5
| | * Fix for bindvalue(int) memory allocation problemKarim Pinter2014-05-211-1/+3
| | * Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
| | * Cocoa: Do not process ampersands in menus twice.Christoph Schleifenbaum2014-05-211-1/+1
| | * Android: Fix crash caused by unintentionally modification of env data.Christian Strømme2014-05-211-9/+11
| | * iOS: don't report negative selection ranges for backspaceRichard Moe Gustavsen2014-05-211-1/+1
| | * Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-213-4/+9
| | * QDoc: Stop copying title string unnecessarilySze Howe Koh2014-05-201-6/+2
| | * Make the use of -ffunction-sections more generic in QtThiago Macieira2014-05-191-2/+0
| | * Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-194-15/+16
| | * Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-193-3/+4
| | * Windows QPA: Remove dependency on swprintf_s() pulled in via _com_error::Erro...Friedemann Kleint2014-05-191-1/+22
| | * CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
| | * Fix potential null pointer accessFrederik Gladhorn2014-05-191-1/+1
| | * Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
| | * Direct2D QPA: Use correct buffer size constantLouai Al-Khanji2014-05-191-2/+2
| | * Direct2D QPA: Stroke using direct2d primitivesLouai Al-Khanji2014-05-192-1/+84
| | * Direct2D QPA: Fix version checkLouai Al-Khanji2014-05-191-2/+2
| | * Fix compilation on libxcb 1.5Gatis Paeglis2014-05-192-2/+25
| | * egl cursor: The sampler is a uniform not an attributeLaszlo Agocs2014-05-191-1/+1
| | * Fix auto test failure output on QNXBernd Weimer2014-05-191-8/+9
| | * CoreWLan: wait for scan thread to finishDyami Caliri2014-05-182-0/+4
| | * QMacStyle: Always draw status bar in active state if the window is main.Jake Petroules2014-05-171-2/+2
| | * Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
| | * QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
| | * Accessibility Android: Fix statesFrederik Gladhorn2014-05-161-6/+5
| | * Accessibility: Update ComboBox text on arrow keysFrederik Gladhorn2014-05-162-13/+26
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-165-31/+80
| | |\