summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-262-0/+7
| | * optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
| | * optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
| | * don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
| | * Remove duplicated code from QTestBasicStreamer.Jason McDonald2011-08-263-57/+4
| | * Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
| | * Add constants to QAccessible::Event enum.Frederik Gladhorn2011-08-251-34/+34
| | * Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-258-17/+60
| | * Make the DBus timeout configurable in QDBusAbstractInterface.David Faure2011-08-253-4/+31
* | | Compile without QT_DEBUG.Morten Sorvig2011-08-292-2/+2
* | | Get cocoa plugin compiling after OpenGL refactoringGunnar Sletta2011-08-292-3/+3
|/ /
* | Clean up legacy defines in gui/opengl.Samuel Rødal2011-08-293-78/+10
* | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-29197-8999/+24066
* | Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-2920-485/+772
* | Always relay configure notify events from XCB plugin.Samuel Rødal2011-08-291-3/+0
* | QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-293-0/+51
* | directfb: Follow coding standards, add hints of memleaks, remove varsHolger Hans Peter Freyther2011-08-265-36/+36
* | directfb: Convert the directfb plugin, disable the OpenGL supportHolger Hans Peter Freyther2011-08-2611-84/+57
* | xcb: Disable GLX when xcb-xlib is not present due xlib usageHolger Hans Peter Freyther2011-08-262-2/+2
* | xcb: Be able to compile without xlib supportHolger Hans Peter Freyther2011-08-261-4/+5
* | Temporarily disable printers on Windows, fix export.Friedemann Kleint2011-08-262-1/+3
* | Introduce new test macro for GUI applications.Friedemann Kleint2011-08-262-2/+14
* | Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-265-18/+33
* | Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-267-1/+18
* | Move XCB event reading to a separate thread.Samuel Rødal2011-08-263-19/+137
* | Fix exports for widgets.Friedemann Kleint2011-08-253-4/+8
* | Fix compilation/use correct data type for qt_lastx,y.Friedemann Kleint2011-08-254-19/+14
* | Merge "Merge branch 'master' into refactor" into refactorGunnar Sletta2011-08-2593-3456/+3458
|\ \
| * | Merge branch 'master' into refactorGunnar Sletta2011-08-2593-3456/+3458
| |\|
| | * Add operator== and operator!= to qsqlerror classAntonis Tsiapaliokas2011-08-242-0/+22
| | * Do not expose text when echo mode is not Normal.José Millán Soto2011-08-231-0/+4
| | * Check validator when changing text using accessibility functions.José Millán Soto2011-08-231-1/+8
| | * Implemented QAccessibleTextEdit::attributes()Frederik Gladhorn2011-08-231-5/+106
| | * Add IAccessible2 table2 implementation.Frederik Gladhorn2011-08-2217-29/+1693
| | * Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-1910-39/+196
| | * Fixed broken lookup of fallback fonts on qpaRohan McGovern2011-08-191-2/+1
| | * Use name for combobox on Unix.Frederik Gladhorn2011-08-182-5/+25
| | * Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-182-9/+9
| | * Implement text interface for QLineEdit.Frederik Gladhorn2011-08-182-12/+140
| | * Fix compilation with thumb2.Eike Ziller2011-08-181-0/+2
| | * Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
| | * Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| | * Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-08-188-9/+282
| | * Fix a11y crash: dock doesn't always have a widget.Frederik Gladhorn2011-08-181-7/+12
| | * Fix typo in comment.Frederik Gladhorn2011-08-181-1/+1
| | * Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-08-181-0/+4
| | * Stabilize autotests using QTest::qWaitForWindowShown on non-X11.Rohan McGovern2011-08-181-4/+1
| | * When asking for relations, don't crash on children that don't return an inter...Frederik Gladhorn2011-08-171-4/+7
| | * Remove more inconsistencies with invisible.Frederik Gladhorn2011-08-161-18/+0
| | * QAccessibleToolButton::text should return accessibleName if set.Frederik Gladhorn2011-08-161-1/+1