summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QFileInfo::canonicalFilePath failure on WindowsPrasanth Ullattil2010-12-061-10/+19
* Fix QDir::relativeFilePathJoão Abecasis2010-12-061-1/+1
* Fix spelling in commentsJoão Abecasis2010-12-056-12/+12
* Add missing license header to test caseJoão Abecasis2010-12-051-0/+41
* Define _WIN32_WINNT before any includesJoão Abecasis2010-12-051-4/+4
* New attempt at fixing compilation failureJoão Abecasis2010-12-052-6/+4
* Removing unused duplicate definitionsJoão Abecasis2010-12-051-27/+0
* No symbolic links in Windows CEJoão Abecasis2010-12-041-0/+2
* Set minimum target Windows version to 2000João Abecasis2010-12-042-0/+8
* More missing includesJoão Abecasis2010-12-042-0/+3
* Add missing includeJoão Abecasis2010-12-041-0/+1
* Fix compile errorShane Kearns2010-12-031-0/+2
* Update def filesShane Kearns2010-12-024-3/+12
* Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-02384-7206/+24094
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-018-30/+147
| |\
| | * QGtkStyle: Don't create new GtkAdjustment objects on every drawAndreas Kling2010-12-013-15/+51
| | * Designer: Fix coverity warning (memory leak in widget database).Friedemann Kleint2010-12-011-5/+5
| | * Fix license headersJason McDonald2010-12-014-10/+91
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-304-41/+47
| |\ \ | | |/
| | * avoid the warning about comparison between signed and unsigned integersKonstantin Ritt2010-11-301-1/+1
| | * QRasterPixmapData: Reuse underlying QImage in fill() if possible.Andreas Kling2010-11-303-40/+46
| |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-11-307-25/+489
| |\
| | * DEF file freezemread2010-11-297-25/+489
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-294-27/+90
| |\ \ | | |/ | |/|
| | * minor optimization: decrease amount of possible detaches to 1Konstantin Ritt2010-11-291-6/+10
| | * add reminders for Qt 5.0Konstantin Ritt2010-11-291-3/+3
| | * add QChar::currentUnicodeVersion() static memberRitt Konstantin2010-11-292-0/+11
| | * make the ArabicShaping parser a bit stricterKonstantin Ritt2010-11-291-13/+56
| | * fix a typo in the code rangeKonstantin Ritt2010-11-291-3/+7
| | * define a constant for the expected Properties struct sizeKonstantin Ritt2010-11-291-2/+3
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-281-3/+9
| |\ \ | | |/
| | * Rename File > Quit to Exit on Windows.Thiago Macieira2010-11-281-3/+9
| |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-11-261-1/+1
| |\
| | * Corrected case on Symbian library.axis2010-11-261-1/+1
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-265-43/+85
| |\ \
| | * | gdb_dwarf_index: change version constraint from 72 to 73Arvid Ephraim Picciani2010-11-261-1/+1
| | * | Revert "Remove gdb_dwarf_index from maemo mkspec"Arvid Ephraim Picciani2010-11-261-1/+1
| | * | Line ending fix.Kim Motoyoshi Kalland2010-11-261-35/+35
| | * | Added mipmap property to QGLFramebufferObjectFormat.Kim Motoyoshi Kalland2010-11-263-7/+49
| | * | Remove gdb_dwarf_index from maemo mkspecArvid Ephraim Picciani2010-11-261-1/+1
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-11-264-123/+103
| |\ \ \ | | |/ / | |/| |
| | * | QFileSystemWatcher: don't try to stop non-running threadJoão Abecasis2010-11-262-0/+3
| | * | Fix QSettings auto test to use QTRY_VERIFYJoão Abecasis2010-11-261-8/+5
| | * | tst_QFileSystemWatcher: Don't exit the event loop on first signal.Tijl Coosemans2010-11-261-8/+0
| | * | QPollingFileSystemWatcherEngine: Fix double report of directory change.Tijl Coosemans2010-11-261-2/+8
| | * | QKqueueFileSystemWatcherEngine: Use higher file descriptors.Tijl Coosemans2010-11-261-0/+8
| | * | QKqueueFileSystemWatcherEngine: Unlock mutex between two events.Tijl Coosemans2010-11-261-13/+6
| | * | QKqueueFileSystemWatcherEngine: Unlock mutex before calling write(2).Tijl Coosemans2010-11-261-65/+69
| | * | QKqueueFileSystemWatcherEngine: Handle kevent(2) returning EINTR.Tijl Coosemans2010-11-261-1/+2
| | * | QKqueueFileSystemWatcherEngine: Deleting kevent is handled by close().Tijl Coosemans2010-11-261-13/+1