summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-102-14/+21
* Tablet events get delivered to the widget where the tablet down happend.Luc Devallonne2009-07-101-2/+27
* QTableView: auto-scrolling could be broken by invisible sectionsThierry Bastian2009-07-101-2/+2
* QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+4
* QMainWindow: it is useless to apply the stte after a call to plugThierry Bastian2009-07-101-5/+0
* QFileDialog: the side urls are now always cleaned when they are localThierry Bastian2009-07-101-4/+9
* QDoubleSpinBox: make sure people can't choose too many decimalsThierry Bastian2009-07-101-3/+4
* Support Tablet coordinate on Windows with non-zero physical originLuc Devallonne2009-07-102-13/+17
* Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-0910-42/+161
* Add the complex control SC_SpinBoxEditField to style optionNils Christian Roscher-Nielsen2009-07-091-1/+1
* Compile fix.Denis Dzyubenko2009-07-091-0/+1
* Fix compile issueThierry Bastian2009-07-093-13/+20
* QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-094-73/+65
* QTreeView: cleanup of useless private slotsThierry Bastian2009-07-094-48/+20
* QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-094-67/+55
* Remove unneeded assert.Friedemann Kleint2009-07-091-1/+0
* Directly copy QGenericMatrix members instead of using qMemCopy()Rhys Weatherley2009-07-091-1/+3
* Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-095-20/+3
* Make compileBill King2009-07-081-0/+1
* Merge commit 'origin/4.5'Bill King2009-07-088-80/+83
|\
| * Update QGroupBox on focusBenjamin Poulain2009-07-081-5/+1
| * Document limitation in Cocoa cursor handling.Norwegian Rock Cat2009-07-071-0/+5
| * Fix typo in color calculation.Norwegian Rock Cat2009-07-071-3/+3
| * Fix issue where a mainwindow would show two size grips in Cocoa.Norwegian Rock Cat2009-07-061-2/+5
| * Implement QApplication::setOverrideCursor to use pure Cocoa callsNorwegian Rock Cat2009-07-061-1/+11
| * Remove unused function viewUnderTransparentForMouseView in QCocoaView.Prasanth Ullattil2009-07-022-57/+0
| * Drag and drop events are not delivered correctly in CocoaPrasanth Ullattil2009-07-022-8/+43
| * Implement hitTestNorwegian Rock Cat2009-07-022-54/+7
| * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-022-4/+15
* | Fix possible crash in QDockAreasThierry Bastian2009-07-081-1/+1
* | Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-082-8/+0
* | QMainWindow: fix the use of animation and improve code qualityThierry Bastian2009-07-083-52/+38
* | QMenuBar: the extension could be visible when it shouldn'tThierry Bastian2009-07-081-2/+2
* | Cocoa: Plain text from clipboard use '\r' as newline instead of '\n'Prasanth Ullattil2009-07-083-2/+25
* | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-084-2/+37
* | QMainWindow: compile fix when defining QT_NO_DOCKWIDGETThierry Bastian2009-07-081-2/+1
* | 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
* | On Mac OS X, translate the wrect to the coordinates on screenBenjamin Poulain2009-07-071-7/+16
* | 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-078-21/+61
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-07159-4126/+6122
|\ \
| * | 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-071-0/+9
| * | ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * | QMenu: with tearoff handle, it would reserve the space for it twiceThierry Bastian2009-07-071-8/+5