| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ctor and dtor of QAbstractMenuBarImpl inline | Aurélien Gâteau | 2011-04-14 | 3 | -47/+3 |
|
|
* | QAbstractMenuBarImpl::allowSetVisible => setVisible | Aurélien Gâteau | 2011-04-14 | 4 | -14/+6 |
|
|
* | Introduce menubar plugin system | Aurélien Gâteau | 2011-04-14 | 4 | -1/+41 |
|
|
* | Introduce QAbstractMenuBarImpl | Aurélien Gâteau | 2011-04-14 | 7 | -299/+694 |
|
|
* | Hide Q<Platform>MenuAction | Aurelien Gateau | 2011-04-14 | 5 | -10/+10 |
|
|
* | Fix warning about initialization order | Aurélien Gâteau | 2011-04-14 | 1 | -3/+3 |
|
|
* | Add the QIdentityProxyModel. | Stephen Kelly | 2011-04-12 | 11 | -1/+1114 |
|
|
* | Fix incorrect rendering of checked menu items on Windows Classic | Jonathan Liu | 2011-04-12 | 2 | -10/+7 |
|
|
* | Fix a bug with menu overflowing from a lower resolution second screen. | Pierre Rossi | 2011-04-11 | 2 | -14/+51 |
|
|
* | Calculate the submenu position after emitting aboutToShow() | Pierre Rossi | 2011-04-11 | 1 | -21/+21 |
|
|
* | Fix progressbar animation on Vista | Jens Bache-Wiig | 2011-04-06 | 1 | -5/+4 |
|
|
* | Doc: removed documentation of a no longer used attribute | Richard Moe Gustavsen | 2011-04-06 | 1 | -1/+1 |
|
|
* | Fix autotest breakage in QTableWidget | Pierre Rossi | 2011-04-05 | 1 | -0/+2 |
|
|
* | QTabWidget/Win: do not add content margin when documentMode enabled | Jonathan Liu | 2011-04-05 | 1 | -2/+8 |
|
|
* | QTableView: prevent QTableView from hanging when removing rows. | Pierre Rossi | 2011-04-04 | 2 | -1/+21 |
|
|
* | QFileSystemModel: Handle QDir::NoDot and QDir::NoDotDot for setFilter | Jonathan Liu | 2011-04-04 | 2 | -9/+34 |
|
|
* | Remove Qt3ism: setToggleButton - setCheckable | Frederik Gladhorn | 2011-04-04 | 1 | -8/+7 |
|
|
* | Doc: update platform notes on Mac to reflect WA_MacNoCocoaChildWindow | Richard Moe Gustavsen | 2011-04-04 | 1 | -2/+2 |
|
|
* | Don't crash when requesting text. | Frederik Gladhorn | 2011-04-01 | 1 | -1/+5 |
|
|
* | Let QAccessibleButton::text return something even when not visible. | Frederik Gladhorn | 2011-04-01 | 1 | -3/+0 |
|
|
* | Fixed regression where AT client did not always announce stuff properly. | Jan-Arve Sæther | 2011-03-29 | 1 | -1/+6 |
|
|
* | Don't use inactive borders for spinbox on Mac | Jens Bache-Wiig | 2011-03-28 | 1 | -1/+1 |
|
|
* | Fix autotest. | Frederik Gladhorn | 2011-03-25 | 1 | -1/+1 |
|
|
* | Cocoa: respect QT_NO_EXCEPTION in color dialog | Richard Moe Gustavsen | 2011-03-24 | 1 | -0/+5 |
|
|
* | Merge branch 'master-upstream' | Thierry Bastian | 2011-03-24 | 928 | -6949/+105021 |
|\ |
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-03-24 | 51 | -37/+73633 |
| |\ |
|
| | * | Remove the use of the QtTest baseline feature I reverted | Thiago Macieira | 2011-03-22 | 1 | -4/+4 |
|
|
| | * | Revert "Add a feature to QTestLib to correct benchmark results." | Thiago Macieira | 2011-03-22 | 20 | -134/+33 |
|
|
| | * | Use the ARM version of UTF-8 detection in the Neon code | Thiago Macieira | 2011-03-22 | 1 | -16/+13 |
|
|
| | * | Update the data files for the QString benchmark test | Thiago Macieira | 2011-03-22 | 3 | -204/+71503 |
|
|
| | * | Fix a bug in the SSE2 UTF-8 decoder. | Thiago Macieira | 2011-03-22 | 1 | -0/+4 |
|
|
| | * | Add ARM Neon versions of fromLatin1 and fromUtf8 | Thiago Macieira | 2011-03-22 | 1 | -0/+192 |
|
|
| | * | Make this compile on Atom/Core2 (no SSE4) and on ARM (no SSE) | Thiago Macieira | 2011-03-22 | 1 | -1/+18 |
|
|
| | * | Add baselines and zeros to the benchmarks. | Thiago Macieira | 2011-03-22 | 1 | -6/+13 |
|
|
| | * | Add an UTF-8 conversion on trusted data and no BOM. | Thiago Macieira | 2011-03-22 | 1 | -0/+48 |
|
|
| | * | Make it easier to write a UTF-8 conversion on trusted data | Thiago Macieira | 2011-03-22 | 1 | -38/+58 |
|
|
| | * | Add the missing tests and 4-byte UTF-8 sequences | Thiago Macieira | 2011-03-22 | 1 | -1/+23 |
|
|
| | * | Improve the code and avoid unnecessary stores | Thiago Macieira | 2011-03-22 | 1 | -7/+9 |
|
|
| | * | Add an UTF-8 conversion optimised for ASCII using SSE2 | Thiago Macieira | 2011-03-22 | 1 | -1/+54 |
|
|
| | * | Add an UTF-8 conversion code that is optimised for ASCII | Thiago Macieira | 2011-03-22 | 1 | -2/+94 |
|
|
| | * | Add a stateless copy of the Qt 4.7 UTF-8 codec. | Thiago Macieira | 2011-03-22 | 1 | -0/+99 |
|
|
| | * | Add UTF-8 code benchmarks | Thiago Macieira | 2011-03-22 | 1 | -0/+223 |
|
|
| | * | Improve a little more the core loop and propagate to the other code | Thiago Macieira | 2011-03-22 | 1 | -18/+22 |
|
|
| | * | Reduce the number of operations in the main loop | Thiago Macieira | 2011-03-22 | 1 | -8/+7 |
|
|
| | * | Add an SSE4 version using PMOVZXBW and PSRLDQ | Thiago Macieira | 2011-03-22 | 1 | -0/+22 |
|
|
| | * | Attempt to improve the epilog code | Thiago Macieira | 2011-03-22 | 1 | -19/+72 |
|
|
| | * | Add two SIMD overcommit prologs | Thiago Macieira | 2011-03-22 | 1 | -0/+21 |
|
|
| | * | Try to remove the non-determinism by moving the malloc() away | Thiago Macieira | 2011-03-22 | 1 | -10/+15 |
|
|
| | * | Optimise the prolog even further | Thiago Macieira | 2011-03-22 | 1 | -16/+33 |
|
|
| | * | Try to improve the prolog by doing less operations | Thiago Macieira | 2011-03-22 | 1 | -7/+7 |
|
|