summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-201-4/+208
|\
| * On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-21/+6
|\ \ | |/ |/|
| * QFileDialog static functions doesn't honor the DontUseNativeDialog flag.Alexis Menard2009-07-151-3/+3
| * Revert "QFileDialog: When passing an invalid path in static functions the nat...Alexis Menard2009-07-141-18/+3
* | Fix warnings for mingwThierry Bastian2009-07-161-2/+2
* | Fix warnings for mingwThierry Bastian2009-07-152-4/+4
* | Build fix for mingwThierry Bastian2009-07-142-2/+2
* | QFileDialog: the side urls are now always cleaned when they are localThierry Bastian2009-07-101-4/+9
* | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-091-1/+0
* | doc: Removed specific reference to Mac OS X.Martin Smith2009-07-061-15/+20
* | Replace usage of the old, obsolete PrintDlg with PrintDlgEx.Trond Kjernaasen2009-07-031-33/+46
* | Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
|\ \ | |/
| * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-017-432/+143
* | 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
* | 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
|\ \ | |/
| * Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-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
|\ \ | |/
| * Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
* | Polished aboutQt dialog a little bit.Denis Dzyubenko2009-05-281-5/+8
* | Merge branch '4.5'Tom Cooksey2009-05-281-1/+1
|\ \ | |/
| * BT: aboutQt dialog is too big.Denis Dzyubenko2009-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
|\ \ | |/
| * QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-5/+6
| * Carbon, QFontDialog::getFont() ignore the "initial" parameterRichard Moe Gustavsen2009-05-261-8/+31
| * fix double slash prepending causing troubles on WinCEMaurice Kalinowski2009-05-261-6/+12
| * BT: Mac: Crash when using QFontDialogRichard Moe Gustavsen2009-05-252-0/+9