summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use current license header.Volker Hilsheimer2009-07-082-4/+4
* QMainWindow: fixed a crash in some cases when deleting the widgetThierry Bastian2009-07-082-13/+6
* QMainWindow: made use of QPropertyAnimation for animationsThierry Bastian2009-07-084-149/+59
* The offset of cropRect should not depend on the position of the windowBenjamin Poulain2009-07-081-1/+1
* Tables aren't deleting properly. Send the correct name .Bill King2009-07-081-4/+4
* On Mac OS X, translate the wrect to the coordinates on screenBenjamin Poulain2009-07-072-7/+51
* ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-073-6/+9
* Fixes a crash when scrolling a scrollarea with a mouse wheel.Denis Dzyubenko2009-07-072-0/+2
* QColumnView: new uses QPropertyAnimation over QTimeLineThierry Bastian2009-07-072-22/+9
* Getting rid of compiler warnings on windowsThierry Bastian2009-07-073-9/+5
* QColumnView: didn't react to addition of rows/cols in the current viewThierry Bastian2009-07-079-28/+96
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-071060-17655/+44558
|\
| * try to fix the accept4 not being found in some older kernelsThiago Macieira2009-07-071-4/+14
| * Updated docs to mention pattern matching in help project file lists.ck2009-07-073-16/+11
| * improve the QScriptEngine::importExtension() autotestKent Hansen2009-07-073-0/+15
| * doc: Explained that you can't add new Q3DockAreas to a Widget.Martin Smith2009-07-071-14/+15
| * QMainWindow: layout private API cleanupThierry Bastian2009-07-072-35/+35
| * Make sure we send a ValueChanged event if the spinbox value has changedJan-Arve Sæther2009-07-072-0/+16
| * ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtck2009-07-074-21/+16
| |\
| | * QMenu: with tearoff handle, it would reserve the space for it twiceThierry Bastian2009-07-071-8/+5
| | * QToolBar: better management of positions when hiding/unhidingThierry Bastian2009-07-071-11/+5
| | * QFontComboBox: used to emit currentFontChanged twice when setting it.Thierry Bastian2009-07-072-2/+6
| * | Added wildcard support for file lists in help projects.ck2009-07-072-7/+22
| |/
| * 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