summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make qt_pixmap_serial thread-safe.Trond Kjernåsen2010-07-021-6/+6
* Clean up debug output.Trond Kjernåsen2010-07-024-13/+33
* Clarification regarding the WA_X11InitThreads flag.Trond Kjernåsen2010-07-021-1/+2
* Rework the internal GL resource system yet again.Trond Kjernåsen2010-07-028-108/+161
* Check Qt::AA_X11InitThreads to determine pixmap usage in threads.Trond Kjernåsen2010-07-021-6/+7
* Add an application attribute to control XInitThreads().Trond Kjernåsen2010-07-024-2/+9
* Unnecessary alloc + remove unused headers.Trond Kjernåsen2010-07-021-6/+2
* QGLPixelBuffer should manage its own paint engines.Trond Kjernåsen2010-07-022-3/+0
* Remove the DDS texture cache.Trond Kjernåsen2010-07-022-29/+0
* Make the GL texture cache share textures between shared contexts.Trond Kjernåsen2010-07-021-2/+3
* Redesigned how GL resource management works.Trond Kjernåsen2010-07-0211-185/+116
* Don't use the QGLSignalProxy to clean up the thread-local shaders.Trond Kjernåsen2010-07-023-17/+43
* Simplify how the QGLEngineSharedShaders object is cleaned up.Trond Kjernåsen2010-07-021-35/+32
* Make it possible to call QWidget::metric() from a different thread.Trond Kjernåsen2010-07-021-3/+2
* Only use the texture_from_pixmap extension in the main thread.Trond Kjernåsen2010-07-021-1/+2
* More work on GL threading.Trond Kjernåsen2010-07-026-36/+98
* Make qt_gl_paint_engine() thread-safe.Trond Kjernåsen2010-07-021-7/+36
* Fixed the combobox just adjusting their size without relayoutingThierry Bastian2010-07-011-0/+1
* Auto expand of QTreeWidget does not work correctly if animatedThierry Bastian2010-07-013-5/+7
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-06-301-48/+0
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-06-301-48/+0
| |\
| | * QMutex: remove debug warnings.Olivier Goffart2010-06-301-48/+0
* | | Fix the blank areas during resize with theFabien Freling2010-06-303-18/+7
|/ /
* / Fix regression in popup behavior on WindowsJens Bache-Wiig2010-06-091-1/+1
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-06-301-1/+2
|\
| * Merge commit 'refs/merge-requests/704' of git://gitorious.org/qt/qt into inte...David Boddie2010-06-281-1/+2
| |\
| | * Fix QDir::tempPath() documentation for UnixJan Arne Petersen2010-06-251-1/+2
* | | Code simplification in treeviewsThierry Bastian2010-06-301-3/+1
* | | Oops...Thierry Bastian2010-06-291-1/+1
* | | Fixed the itemviews so that the editor is not considered opaque any moreThierry Bastian2010-06-293-26/+3
* | | minor documentation improvementsRitt Konstantin2010-06-281-85/+94
* | | nano optimizationsRitt Konstantin2010-06-282-9/+11
* | | fix possible crash in nextCursorPosition()/previousCursorPosition()Ritt Konstantin2010-06-281-13/+12
* | | set currentIndex as USER property for QComboBoxThierry Bastian2010-06-281-1/+1
|/ /
* | Makes the splascreen transparent depending on the pixmapThierry Bastian2010-06-281-39/+15
* | Fix suspicious code found by static code analysis:Zachary Blair2010-06-275-6/+8
|/
* Enablers for external use of QGLTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-232-7/+8
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-06-231-1/+1
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-06-2312-37/+409
| |\
| * | Fix painting of overlines in labels.Gunnar Sletta2010-06-231-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-06-213-11/+67
|\ \ \ | |_|/ |/| |
| * | code style changes applied to MR 697Joerg Bornemann2010-06-211-4/+3
| * | QElapsedTimer/Win: use QueryPerformanceCounter if availableSebastian Hartte2010-06-213-11/+68
* | | Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-217-27/+114
* | | Make QObject::connect with QMetaMethod works with JambiOlivier Goffart2010-06-181-16/+42
* | | Added QObject::connect overload taking QMetaMethod as parameterSergey Vidyuk2010-06-184-9/+268
* | | Fix compiler warningOlivier Goffart2010-06-181-1/+1
| |/ |/|
* | qdrawhelper: Use SSE2 in fetchTransformedBilinear (when scalling up)Olivier Goffart2010-06-161-14/+71
* | QListView: speedup QListView::setRowHidden()Olivier Goffart2010-06-162-7/+13
* | Merge remote branch 'origin/master'Olivier Goffart2010-06-15202-786/+2862
|\|