summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverting merge request 916Gabriel de Dietrich2011-04-147-58/+70
* Reverting merge request 916Gabriel de Dietrich2011-04-142-1/+3
* Build fix on QMenuBarThierry Bastian2011-04-142-3/+1
* Fix licence headers again for MR 900Gabriel de Dietrich2011-04-143-34/+40
* Fix copyright and a few codestyle mistakesThierry Bastian2011-04-143-114/+113
* Renamed QAbstractMenuBarImpl to QAbstractMenuBarInterfaceAurélien Gâteau2011-04-145-14/+14
* Make ctor and dtor of QAbstractMenuBarImpl inlineAurélien Gâteau2011-04-143-47/+3
* QAbstractMenuBarImpl::allowSetVisible => setVisibleAurélien Gâteau2011-04-144-14/+6
* Introduce menubar plugin systemAurélien Gâteau2011-04-144-1/+41
* Introduce QAbstractMenuBarImplAurélien Gâteau2011-04-147-299/+694
* Hide Q<Platform>MenuActionAurelien Gateau2011-04-145-10/+10
* Fix warning about initialization orderAurélien Gâteau2011-04-141-3/+3
* Add the QIdentityProxyModel.Stephen Kelly2011-04-1211-1/+1114
* Fix incorrect rendering of checked menu items on Windows ClassicJonathan Liu2011-04-122-10/+7
* Fix a bug with menu overflowing from a lower resolution second screen.Pierre Rossi2011-04-112-14/+51
* Calculate the submenu position after emitting aboutToShow()Pierre Rossi2011-04-111-21/+21
* Fix progressbar animation on VistaJens Bache-Wiig2011-04-061-5/+4
* Doc: removed documentation of a no longer used attributeRichard Moe Gustavsen2011-04-061-1/+1
* Fix autotest breakage in QTableWidgetPierre Rossi2011-04-051-0/+2
* QTabWidget/Win: do not add content margin when documentMode enabledJonathan Liu2011-04-051-2/+8
* QTableView: prevent QTableView from hanging when removing rows.Pierre Rossi2011-04-042-1/+21
* QFileSystemModel: Handle QDir::NoDot and QDir::NoDotDot for setFilterJonathan Liu2011-04-042-9/+34
* Remove Qt3ism: setToggleButton - setCheckableFrederik Gladhorn2011-04-041-8/+7
* Doc: update platform notes on Mac to reflect WA_MacNoCocoaChildWindowRichard Moe Gustavsen2011-04-041-2/+2
* Don't crash when requesting text.Frederik Gladhorn2011-04-011-1/+5
* Let QAccessibleButton::text return something even when not visible.Frederik Gladhorn2011-04-011-3/+0
* Fixed regression where AT client did not always announce stuff properly.Jan-Arve Sæther2011-03-291-1/+6
* Don't use inactive borders for spinbox on MacJens Bache-Wiig2011-03-281-1/+1
* Fix autotest.Frederik Gladhorn2011-03-251-1/+1
* Cocoa: respect QT_NO_EXCEPTION in color dialogRichard Moe Gustavsen2011-03-241-0/+5
* Merge branch 'master-upstream'Thierry Bastian2011-03-24928-6949/+105021
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-2451-37/+73633
| |\
| | * Remove the use of the QtTest baseline feature I revertedThiago Macieira2011-03-221-4/+4
| | * Revert "Add a feature to QTestLib to correct benchmark results."Thiago Macieira2011-03-2220-134/+33
| | * Use the ARM version of UTF-8 detection in the Neon codeThiago Macieira2011-03-221-16/+13
| | * Update the data files for the QString benchmark testThiago Macieira2011-03-223-204/+71503
| | * Fix a bug in the SSE2 UTF-8 decoder.Thiago Macieira2011-03-221-0/+4
| | * Add ARM Neon versions of fromLatin1 and fromUtf8Thiago Macieira2011-03-221-0/+192
| | * Make this compile on Atom/Core2 (no SSE4) and on ARM (no SSE)Thiago Macieira2011-03-221-1/+18
| | * Add baselines and zeros to the benchmarks.Thiago Macieira2011-03-221-6/+13
| | * Add an UTF-8 conversion on trusted data and no BOM.Thiago Macieira2011-03-221-0/+48
| | * Make it easier to write a UTF-8 conversion on trusted dataThiago Macieira2011-03-221-38/+58
| | * Add the missing tests and 4-byte UTF-8 sequencesThiago Macieira2011-03-221-1/+23
| | * Improve the code and avoid unnecessary storesThiago Macieira2011-03-221-7/+9
| | * Add an UTF-8 conversion optimised for ASCII using SSE2Thiago Macieira2011-03-221-1/+54
| | * Add an UTF-8 conversion code that is optimised for ASCIIThiago Macieira2011-03-221-2/+94
| | * Add a stateless copy of the Qt 4.7 UTF-8 codec.Thiago Macieira2011-03-221-0/+99
| | * Add UTF-8 code benchmarksThiago Macieira2011-03-221-0/+223
| | * Improve a little more the core loop and propagate to the other codeThiago Macieira2011-03-221-18/+22
| | * Reduce the number of operations in the main loopThiago Macieira2011-03-221-8/+7