summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Native file dialog on Symbian^3Titta Heikkala2010-11-153-9/+278
* Wordwrap QInputDialog label in SymbianJanne Koskinen2010-11-041-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-11-031-11/+34
|\
| * Doc: Moved QFileSystemModel example code to the class documentation.David Boddie2010-10-211-11/+34
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-091-0/+6
| |\
* | | Qt/Symbian: QInputDialog layout and size are wrongSami Merila2010-11-032-1/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-10-091-5/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-041-9/+0
| |\
| * | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
* | | Added support for using inputMethodHints in QInputDialog edit widget.axis2010-10-081-0/+6
| |/ |/|
* | Fixed crash when using Qt::WA_DeleteOnClose on a QPrintDialog on Mac.Trond Kjernåsen2010-09-281-9/+0
|/
* remove extra includesRitt Konstantin2010-09-211-1/+0
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-072-9/+9
|\
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-032-9/+9
| * Initalize the nativeDialogInUse variableAndy Shaw2010-07-081-0/+1
* | QFileDialog::HideNameFilterDetails breaks Cocoa QFileDIalog filterRichard Moe Gustavsen2010-08-201-8/+17
* | Cocoa: Showing a QFontDialog first shows it in the bottom-left cornerRichard Moe Gustavsen2010-08-041-3/+8
* | QFileDialog crashes when empty selectedFilter is set on Carbon.Prasanth Ullattil2010-07-301-3/+5
* | Fix QWizard icon and metrics on Windows 7 and VistaJens Bache-Wiig2010-06-182-20/+43
* | ColorDialog is incorrectly positionedSami Merila2010-07-021-2/+1
* | Fix for include "private/qt_s60_p.h" in non-symbian buildsmread2010-07-011-1/+1
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-07-012-10/+17
|\ \
| * | Avkon removal configured with -no-s60mread2010-07-012-10/+17
* | | QProgressDialog text is too close to dialog borderSami Merila2010-07-011-2/+9
|/ /
* | QFileDialog broken in landscape in N8Sami Merila2010-06-301-6/+9
* | Newly created folders in QFileDialog are disabled on Cocoa.Prasanth Ullattil2010-06-231-9/+9
* | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-26/+12
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+1
|\ \ | |/
| * Fixed a potential crash with misconfigured CUPS printers.Trond Kjernåsen2010-05-111-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-142-1/+2
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-122-1/+2
| |\ \
| | * | Fix compiler warning in QT_REQUIRE_VERSIONOlivier Goffart2010-05-111-1/+1
| | * | Mark QFileDialog::Options as a Q_FLAGSOlivier Goffart2010-05-071-0/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-127-55/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Don't leak QVistaHelper from QWizardBradley T. Hughes2010-05-051-1/+2
| * | | Ensure that the Mac specific Qt classes are namespacedAndy Shaw2010-05-046-54/+54
| |/ /
* | | Fix fetchedRoot test variable to work also in SymbianMiikka Heikkinen2010-05-072-5/+13
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-272-8/+8
|\ \
| * | Revert "QDialog: user-moved dialog would not show on the same place after hide"Gabriel de Dietrich2010-04-272-8/+8
* | | Cocoa: Native QFileDialog has problems selecting name filterRichard Moe Gustavsen2010-04-271-1/+1
|/ /
* | QDialog: user-moved dialog would not show on the same place after hideGabriel de Dietrich2010-04-202-8/+8
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-171-0/+5
|\ \
| * | Crash while printing from the portedcanvas example on Mac Cocoa.Prasanth Ullattil2010-04-151-0/+5
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-17/+24
|\ \ \ | |/ / |/| / | |/
| * Dialogs in landscape mode are not correctly positionedSami Merila2010-04-151-17/+24
* | Revert "Removed double setting of _WIN32_WINNT"Olivier Goffart2010-04-131-4/+10
* | Removed double setting of _WIN32_WINNTThierry Bastian2010-04-131-10/+4
* | Remove useless assertThierry Bastian2010-04-131-1/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-122-1/+5
|\ \
| * | Fix QT_NO_COMPLETERTasuku Suzuki2010-04-121-1/+1