summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3123-299/+299
|\
| * Update tech preview license header.Jason McDonald2009-08-3123-299/+299
| * Update license headers.Jason McDonald2009-08-1123-23/+23
* | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-4/+5
* | qsystemtrayicon_win.cpp fix determination of NOTIFYICONDATA struct sizeJoerg Bornemann2009-08-251-5/+1
* | Windows compile fix for code that needs WINVER > 0x500Joerg Bornemann2009-08-241-4/+7
* | Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-184-5/+1
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-174-5/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-1323-23/+23
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-1223-23/+23
* | | Update license headers according to commit 858c70f768e.axis2009-08-061-3/+3
* | | Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-066-6/+6
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-1/+1
|\ \ \ | |/ /
| * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-062-41/+47
|\ \ \
| * | | Implemented QDesktopServices TODOs, and fixed coding style deviations.Janne Anttila2009-08-052-41/+47
* | | | Merge commit 'origin/master'Jason Barron2009-08-049-76/+99
|\ \ \ \ | |/ / /
| * | | Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-042-49/+49
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-038-28/+51
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-042-1/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Do not emit activated and close the popup when the item is not enabled.Benjamin C Meyer2009-07-301-1/+5
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-0/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-2/+9
|\ \ \ \ | |/ / /
| * | | Fix QSystemTrayIcon causing three activated signals on doubleclickJens Bache-Wiig2009-07-241-2/+9
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-275-277/+138
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | compile fix after the last commitDenis Dzyubenko2009-07-201-1/+1
| * | QDesktopServices::openUrl failed for local file paths with a file schemaDenis Dzyubenko2009-07-201-2/+4
| * | Lets the size of the completer be configurable in a way similar to QComboBox.Frédéric Mercille2009-07-173-3/+32
| * | support context menu for system tray icons on Windows CEJoerg Bornemann2009-07-141-2/+11
| * | Build fix for mingwThierry Bastian2009-07-141-1/+1
| * | Fixes: The keyboard navigation of QComboBox don't work with the completionNoah White-Hamerslough2009-07-131-2/+2
| * | Getting rid of compiler warnings on windowsThierry Bastian2009-07-071-2/+2
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-072-267/+84
| |\ \
| | * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-267/+84
| * | | Doc: Indicated that QCompleter::completionModel() returns a proxy model.David Boddie2009-06-251-0/+4
| |/ /
* | | Make S60 integration optional.Jason Barron2009-07-153-4/+25
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3023-52/+65
|\ \ \ | |/ /
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-5/+14
| |\ \ | | |/
| | * Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-231-5/+14
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1623-47/+51
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1623-46/+46
| | * Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
| | * Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-121-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-256-58/+54
|\ \ \ | |/ /
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-1/+1
| * | Opening links with cyrillic file names does not work in QLabel.Prasanth Ullattil2009-06-091-0/+3
| * | Fixed compile with MinGW 3.4.Rohan McGovern2009-06-091-2/+2