summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Make S60 integration optional.Jason Barron2009-07-152-11/+6
* Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-093-3/+3
|\
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-1/+1
| |\
| | * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
| * | Removed unused static data from Qt.axis2009-07-061-1/+1
| * | Silenced newline at EOF warnings from RVCT.axis2009-07-061-1/+1
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2958-124/+161
| |\ \ | | |/
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3058-212/+165
|\ \ \
| * \ \ Merge branch '4.5'Thiago Macieira2009-06-241-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | QColorDialog: Fix setting of alpha valuesMarkus Goetz2009-06-241-1/+1
| * | | More culling of Panther Code.Norwegian Rock Cat2009-06-231-76/+7
| * | | Clean up the font hash and palette hash stuff.Norwegian Rock Cat2009-06-231-2/+1
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-232-4/+12
| |\ \ \ | | |/ /
| | * | Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-232-4/+12
| * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-232-0/+26
| |\ \ \ | | |/ /
| | * | Prevented QWizard from crashing upon removing a page after deleting a field o...jasplin2009-06-222-0/+26
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-3/+3
| |\ \ \ | | |/ /
| | * | Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-3/+3
| * | | QFontDialog: fixed the current font not being updatedThierry Bastian2009-06-181-11/+0
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-1658-115/+115
| |\ \ \ | | |/ /
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-1658-115/+115
* | | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-1/+1
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2522-213/+205
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-122-1/+4
| |\ \ | | |/
| | * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-101-0/+3
| | * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-1/+1
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-1110-17/+17
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-8/+6
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-044-6/+15
| |\ \ | | |/
| * | missing opening paragraph tagFrederik Schwarzer2009-06-031-1/+1
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-023-3/+21
| |\ \
| * | | Polished aboutQt dialog a little bit.Denis Dzyubenko2009-05-281-5/+8
| * | | Merge branch '4.5'Tom Cooksey2009-05-281-1/+1
| |\ \ \
| * | | | improved string operations all over the placeThierry Bastian2009-05-282-6/+6
| * | | | Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-2/+1
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-273-13/+46
| |\ \ \ \
| * | | | | Compile fixThierry Bastian2009-05-251-1/+1
| * | | | | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-255-18/+18
| * | | | | Added a "Qt 5 FIXME" comment to qmessagebox.h.jasplin2009-05-251-0/+2
| * | | | | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-203-12/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/4.5'Olivier Goffart2009-05-183-3/+8
| |\ \ \ \ \ \
| * | | | | | | Fixed regression introduced by fix for Task 177022.jasplin2009-05-181-3/+7
| * | | | | | | Merge branch '4.5'Thiago Macieira2009-05-141-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Work around a limitation in QFormLayout - 0 width content marginsTrond Kjernaasen2009-05-121-4/+9
| * | | | | | | | Make the QPrintPreviewDialog use a QMainWindow with a proper QToolBar forTrond Kjernaasen2009-05-121-79/+56
| * | | | | | | | Add support for CMYK colors for the native QColorDialog on Mac OS X.Benjamin Poulain2009-05-112-12/+29
| * | | | | | | | Merge branch '4.5'Thiago Macieira2009-05-112-2/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | QFileDialog::getOpenFileNames() is not shown at the correct positionRichard Moe Gustavsen2009-05-041-16/+3
| * | | | | | | | | | introduce Q_WS_WINCEMaurice Kalinowski2009-04-2911-45/+42