| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge of master | Bradley T. Hughes | 2009-06-15 | 2 | -1/+4 |
|
|
* | Removed qApp and replaced with QApplication:: for static member calls | Thierry Bastian | 2009-06-11 | 10 | -17/+17 |
|
|
* | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 1 | -8/+6 |
|
|
* | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 4 | -6/+15 |
|\ |
|
| * | Document the proper signals that the ::open() convenience connects to. | Norwegian Rock Cat | 2009-06-04 | 4 | -6/+15 |
|
|
* | | missing opening paragraph tag | Frederik Schwarzer | 2009-06-03 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-02 | 3 | -3/+21 |
|\ \
| |/ |
|
| * | Doc - marked QFileDialog::setOption() with the since 4.5 tag. | Kavindra Devi Palaraja | 2009-05-29 | 1 | -2/+3 |
|
|
| * | Fix wrong sorting when using the QFileSystemModel with QTreeView | Alexis Menard | 2009-05-28 | 3 | -1/+18 |
|
|
* | | Polished aboutQt dialog a little bit. | Denis Dzyubenko | 2009-05-28 | 1 | -5/+8 |
|
|
* | | Merge branch '4.5' | Tom Cooksey | 2009-05-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | BT: aboutQt dialog is too big. | Denis Dzyubenko | 2009-05-28 | 1 | -1/+1 |
|
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 2 | -6/+6 |
|
|
* | | Use Qt::UniqueConnection instead of disconnect/connect | Olivier Goffart | 2009-05-28 | 1 | -2/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 3 | -13/+46 |
|\ \
| |/ |
|
| * | QFileDialog selection bug when calling it multiple times. | Alexis Menard | 2009-05-26 | 1 | -5/+6 |
|
|
| * | Carbon, QFontDialog::getFont() ignore the "initial" parameter | Richard Moe Gustavsen | 2009-05-26 | 1 | -8/+31 |
|
|
| * | fix double slash prepending causing troubles on WinCE | Maurice Kalinowski | 2009-05-26 | 1 | -6/+12 |
|
|
| * | BT: Mac: Crash when using QFontDialog | Richard Moe Gustavsen | 2009-05-25 | 2 | -0/+9 |
|
|
* | | Compile fix | Thierry Bastian | 2009-05-25 | 1 | -1/+1 |
|
|
* | | Fixed 'crazy' warnings about using a string instead of a character | Thierry Bastian | 2009-05-25 | 5 | -18/+18 |
|
|
* | | Added a "Qt 5 FIXME" comment to qmessagebox.h. | jasplin | 2009-05-25 | 1 | -0/+2 |
|
|
* | | Merge branch '4.5' of ../qt-45-documentation | David Boddie | 2009-05-20 | 3 | -12/+10 |
|\ \
| |/ |
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Martin Smith | 2009-05-20 | 1 | -9/+4 |
| |\ |
|
| | * | Remove bad documentation about window modality and QMessageBox. | Norwegian Rock Cat | 2009-05-20 | 1 | -9/+4 |
|
|
| * | | qdoc: Moved a qdoc comment to a file that is in all packages. | Martin Smith | 2009-05-20 | 2 | -3/+6 |
| |/ |
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-18 | 3 | -3/+8 |
|\ \
| |/ |
|
| * | Fixed crash in QWizard running on old Windows systems. | jasplin | 2009-05-18 | 3 | -3/+8 |
|
|
* | | Fixed regression introduced by fix for Task 177022. | jasplin | 2009-05-18 | 1 | -3/+7 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Compile. | Norwegian Rock Cat | 2009-05-14 | 1 | -1/+1 |
|
|
| * | Prevent duplicate entries in the sidebar when the paths are the same | Andy | 2009-05-14 | 1 | -2/+2 |
|
|
* | | Work around a limitation in QFormLayout - 0 width content margins | Trond Kjernaasen | 2009-05-12 | 1 | -4/+9 |
|
|
* | | Make the QPrintPreviewDialog use a QMainWindow with a proper QToolBar for | Trond Kjernaasen | 2009-05-12 | 1 | -79/+56 |
|
|
* | | Add support for CMYK colors for the native QColorDialog on Mac OS X. | Benjamin Poulain | 2009-05-11 | 2 | -12/+29 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 2 | -2/+1 |
|\ \
| |/ |
|
| * | Fixes a crash in QPrinterDialog with relative filenames | João Abecasis | 2009-05-08 | 2 | -2/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fixed a typo in QPrintDialog documentation | Pierre Rossi | 2009-05-06 | 1 | -1/+1 |
|
|
* | | QFileDialog::getOpenFileNames() is not shown at the correct position | Richard Moe Gustavsen | 2009-05-04 | 1 | -16/+3 |
|
|
* | | introduce Q_WS_WINCE | Maurice Kalinowski | 2009-04-29 | 11 | -45/+42 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 2 | -5/+7 |
|\ \
| |/ |
|
| * | Fix documentation about native dialogs | Alexis Menard | 2009-04-28 | 1 | -4/+3 |
|
|
| * | Fixed showing messageboxes on small screens. | Denis Dzyubenko | 2009-04-28 | 1 | -0/+3 |
|
|
| * | Fix a crash with a proxy model applied on the QFileDialog. | Alexis Menard | 2009-04-28 | 1 | -1/+1 |
|
|
* | | fix double slash prepending causing troubles on WinCE | Maurice Kalinowski | 2009-04-28 | 1 | -6/+12 |
|/ |
|
* | Doc - cleaning up some documentation for QFileDialog and obsolete | Kavindra Devi Palaraja | 2009-04-27 | 1 | -134/+129 |
|
|
* | Ensure that QFontDialog::getFont() works on Mac OS X. | Norwegian Rock Cat | 2009-04-27 | 1 | -40/+27 |
|
|
* | Fix double entries in the sidebar of QFileDialog | Alexis Menard | 2009-04-22 | 1 | -0/+4 |
|
|
* | Fix a problem where QPrintDialog/Unix didn't update print-to-file states. | Trond Kjernåsen | 2009-04-21 | 1 | -1/+3 |
|
|