summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename the p_foo() functions in QLineControl to internalFoo().Marius Bugge Monsen2009-07-142-31/+31
* Make the member variable names in QLineControl consistent.Marius Bugge Monsen2009-07-144-245/+253
* Some minor style and whitespace fixes.Marius Bugge Monsen2009-07-142-38/+44
* Add '\internal' to the QLineControl documentation.Marius Bugge Monsen2009-07-141-40/+102
* Cleanup some incorrect changes to QLineEditAlan Alpert2009-07-141-9/+8
* qlinecontrol_p_p.h isn't actually used at all, remove file.Alan Alpert2009-07-141-105/+0
* Replace Q_ASSERT with qWarningAlan Alpert2009-07-141-2/+4
* Actually, some of that can't be moved back into QLineEditAlan Alpert2009-07-142-38/+43
* Move some keypad navigation code back out of QLineControlAlan Alpert2009-07-142-50/+48
* Fix some minor mistakesAlan Alpert2009-07-102-4/+4
* Accidental Behavioural changes have been identified and rectified.Alan Alpert2009-07-081-4/+11
* Fixed one of the QT3_SUPPORT constructors.Alan Alpert2009-07-081-8/+3
* Forgot to bring in the change to QAbstractSpinBoxAlan Alpert2009-07-072-3/+3
* Finish remaining TODOs for QLineControlAlan Alpert2009-07-073-11/+23
* Manually integrate 099a32d121 to QLineControlAlan Alpert2009-07-071-1/+2
* Manual cherrypick of QLineControl from kinetic-declarativeui-qfxlineeditAlan Alpert2009-07-079-1840/+3010
* QMenu: the scroller now takes the qapp's global strut into accountThierry Bastian2009-07-062-25/+25
* QMenu: scrolling in menus was brokenThierry Bastian2009-07-062-16/+24
* Doc - beautified some of the existing sentences in Part 6Kavindra Devi Palaraja2009-07-061-8/+8
* doc: Included note about the effect of WA_NoMousePropagation.Martin Smith2009-07-061-0/+4
* Phonon: take advantage of more modern compiler to initialize structThierry Bastian2009-07-064-80/+27
* Phonon: Some work done on binary sizeThierry Bastian2009-07-0613-105/+88
* QHeaderView::sizeHint: small bug fix and refactorThierry Bastian2009-07-061-5/+5
* general wording change for some file type namesFrederik Schwarzer2009-07-0659-236/+235
* update German translationFrederik Schwarzer2009-07-062-144/+150
* support for id-based translationsOswald Buddenhagen2009-07-0611-17/+267
* remove arbitrary string length limitsOswald Buddenhagen2009-07-061-11/+2
* doc: Corrected comment about effect of deleting a QObject from a thread.Martin Smith2009-07-061-12/+14
* Fix to paint big widgets in a scroll areaBenjamin Poulain2009-07-061-5/+3
* doc: Added not about Mac OS X.Martin Smith2009-07-061-0/+7
* doc: Removed specific reference to Mac OS X.Martin Smith2009-07-061-15/+20
* doc: Added note about qmake not building to two targets simultaneouslyMartin Smith2009-07-061-0/+23
* qdoc: Added missing CR to help message.Martin Smith2009-07-061-1/+1
* Moved uniform enum to QGLEngineShaderManager.Kim Motoyoshi Kalland2009-07-034-83/+69
* QHeaderView: code cleanup in sizehint calculationThierry Bastian2009-07-031-9/+3
* QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-07-031-4/+8
* Improved the support for input methods in Graphics View.jasplin2009-07-0312-12/+310
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-036-39/+64
|\
| * Drag leave event is delivered, after re-entering the widget.Prasanth Ullattil2009-07-032-2/+10
| * Replace usage of the old, obsolete PrintDlg with PrintDlgEx.Trond Kjernaasen2009-07-031-33/+46
| * Enabled double buffering of window surfaces on Windows.Kim Motoyoshi Kalland2009-07-031-1/+1
| * Fix QX11Embed* with x86_64 by reading prop_return as long.Riku Palomäki2009-07-031-3/+3
| * QToolBar: avoid repaints when entering/leaving a toolbarThierry Bastian2009-07-031-0/+4
* | signals -> Q_SIGNALSVolker Hilsheimer2009-07-031-1/+1
|/
* doc: Corrected several qdoc warnings.Martin Smith2009-07-034-6/+22
* Do not specify the output file when generating Visual Studio ProjectKeith Isdale2009-07-031-1/+1
* Fixed compile of QtCore with some exotic GNU toolchains.Rohan McGovern2009-07-031-1/+1
* QPlainTextEdit pixel dust redrawing problem on clear()mae2009-07-021-3/+2
* Benchmark test for quaternion multiplication.Ariya Hidayat2009-07-022-0/+130
* Refactored gesture apiDenis Dzyubenko2009-07-02130-17868/+968