summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Mac: qcolordialog autotest fails.Richard Moe Gustavsen2010-01-041-0/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-171-12/+23
|\
| * Stack overflow when closing a Color panel in Cocoa.Prasanth Ullattil2009-12-171-12/+23
* | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-171-0/+4
|\ \ | |/
| * Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-151-0/+4
| |\
| | * Fix crash in QFontDialog::getFont() on Mac 10.4Morten Johan Sørvig2009-12-101-0/+4
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2009-12-1621-135/+173
|\ \ \ | |/ /
| * | Compile with -no-exceptions on Mac.Morten Johan Sørvig2009-12-081-2/+16
| * | Fixed crash on Symbian when using QProgressDialog::setCancelButton(0).Janne Anttila2009-12-021-4/+0
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-11-271-1/+3
| |\ \
| | * | Fixed a memory leak in the newer native filedialog on windowsThierry Bastian2009-11-271-1/+3
| * | | Fix QFontDialog::getFont on Mac OS X when using an invalid initial fontEskil Abrahamsen Blomfeldt2009-11-271-2/+3
| |/ /
| * | Mac: remove superflucious callRichard Moe Gustavsen2009-11-231-1/+0
| * | Ran the script utils/normalizeOlivier Goffart2009-11-1810-70/+70
| * | QFileDialog: user could not select a readonly file on vista and win7Thierry Bastian2009-11-161-1/+1
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-11-131-33/+22
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-101-3/+3
| | |\ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-091-7/+23
| | |\ \ \
| | * | | | Simplify NavigationModeKeypad casesAlessandro Portale2009-11-061-33/+22
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-132-10/+26
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | API review: Rename numPages() -> pageCount()Marius Storm-Olsen2009-11-091-3/+3
| | | |/ / | | |/| |
| | * | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-1/+1
| | |\ \ \ | | | |/ /
| | * | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-054-11/+21
| | |\ \ \
| | * | | | Cocoa: QColorDialog crashing when selection colors from system paletteRichard Moe Gustavsen2009-11-041-7/+23
| * | | | | Fixed handling of the "..." button in QPrintDialog for X11.Trond Kjernåsen2009-11-091-5/+4
| | |_|/ / | |/| | |
| * | | | Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fix a freeze in QFileDialog (Mac)Cédric Luthi2009-11-021-1/+1
| | * | Update license headers again.Jason McDonald2009-09-0858-232/+232
| * | | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-3/+7
| |\ \ \ | | | |/ | | |/|
| | * | Cocoa: fix double emit bug from file dialogRichard Moe Gustavsen2009-11-031-3/+7
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-034-11/+11
| |\ \ \
| | * \ \ Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-1/+1
| | |\ \ \ | | | |/ /
| | * | | Fix FSCOMPLETERJørgen Lind2009-10-293-9/+9
| | * | | Fix THREAD and TOOLBARJørgen Lind2009-10-291-2/+2
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-10-301-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed crash when QPrintDialog parent is a subwidgetGunnar Sletta2009-10-271-1/+1
| | |/ /
| * | | Fixed keypad navigation in QFileDialog details viewMiikka Heikkinen2009-10-301-0/+10
| |/ /
| * | QT_NO_CURSOR build fix on windows. Random corrections for it on mac.Jocelyn Turcotte2009-10-232-0/+4
| * | Mac: remove obvious commentRichard Moe Gustavsen2009-10-231-1/+0
| * | Fix weird behavior when opening a QFileDialog for non-current directory.Andreas Kling2009-10-231-0/+5
* | | Long informative texts causes messagebox to grow outside of screen areaSami Merila2009-12-161-0/+17
|/ /
* | Set OFN_PATHMUSTEXIT as a default parameterMartin Pejcoch2009-10-201-2/+2
* | Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-163-8/+9
* | Compile on Carbon.Morten Johan Sørvig2009-10-151-0/+4
* | Cocoa: qfiledialog will not exit cleanlyRichard Moe Gustavsen2009-10-141-0/+3
* | Mac: fix autotest for qcolordialogRichard Moe Gustavsen2009-10-131-1/+3
* | Fixed crash when printing to files under CocoaGunnar Sletta2009-10-091-0/+6
* | Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-081-0/+7
* | Remove handling of arrow key on QDialogOlivier Goffart2009-10-081-22/+0
* | Fix for qfiledialog autotest build break in Symbian.Janne Anttila2009-10-081-1/+1