summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed failure of xunit selftest on Windows.Rohan McGovern2009-07-171-9/+2
|
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-1612-5/+101
| | | | | | | | | | | | KDE and GNOME has the concept of a default tool button style that can be set system-wide. Qt currently allways default to IconOnly. I have added an optional Qt::ToolButtonSystemDefault value so you can opt-in to respect the system setting. We did not change the default because a lot of apps will look odd when for instance text is beside icons and the descriptive text is too long. Task-number: 237864 Reviewed-by: ogoffart
* ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-162-2/+2
| | | | Task-number: 258106
* Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-162-12/+6
|
* Documentation and whitespace fixes in phononDavid Faure2009-07-165-51/+46
| | | | | | | | | - fix wrong copy/pasted comments (including the whole docs for isSeekable) - make docs of Notifier more generic (there are 3 signals, not just one) - untabify Merge-request: 875 Reviewed-by: Leonardo Sobral Cunha <leo.cunha@nokia.com>
* QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| | | | | | This still needs to be autotested Task-number: 258225
* Fixed text rendering with the GL2 paint engine.Kim Motoyoshi Kalland2009-07-161-2/+5
| | | | | | | | | | | When copying a glyph image into the glyph cache, garbage appeared in the glyph cache in the lower part of the destination rectangle. This happened whenever the glyph image's width was not a multiple of four bytes. I suppose this is a driver bug (nVidia). As a workaround, I converted the glyph image to ARGB32 such that the width is guaranteed to be a multiple of four bytes. Reviewed-by: Tom
* Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| | | | | | | If you had deleted a VideoWidget, it could not free the memory taken because we still had a reference on it. Task-number: 258202
* Compile fix on windows.Denis Dzyubenko2009-07-163-6/+6
|
* Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| | | | | | in new overloads. Reviewed-By: bnilsen
* Fix warnings for mingwThierry Bastian2009-07-166-13/+12
|
* Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
|
* Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-166-8/+8
| | | | | | | Requires an update of existing translations. Fixes: 247314 Reviewed-by: TrustMe
* A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
| | | | Reviewed-by: Thiago Macieira
* Changed the implementation of the unicode text codecs to share more code ↵Denis Dzyubenko2009-07-169-251/+270
| | | | | | | | | | with qstring. The qstring unicode conversion functions used to have its own implementation, which did the same as QUtf*Codecs, so with the change all of them will share the same implementation. Reviewed-by: Thiago Macieira
* Added a utf8->utf16 conversion benchmark.Denis Dzyubenko2009-07-163-0/+98
| | | | We need a find better unicode input document though.
* Added missing autotest/benchmark projects to the root .pro-fileDenis Dzyubenko2009-07-162-2/+4
|
* Doc: show warnings about unrecognized or unsupported devices in the statusVolker Hilsheimer2009-07-162-9/+29
| | | | | | | bar where TabletPC users can also see them. Fixes: task 216859 Rev-by: TrustMe
* XmlSchema: update license headersPeter Hartmann2009-07-163-12/+12
| | | | Reviewed-by: TrustMe
* XmlSchema: add license headers for some filesPeter Hartmann2009-07-164-0/+131
| | | | | | some files did not contain the proper license headers. Reviewed-by: TrustMe
* Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
| | | | | | | That should fix compilation on platforms that do not have xinput headers installed. Reviewed-by: Thiago Macieira
* With license it's better.Alexis Menard2009-07-161-0/+41
|
* And again in the examplesThiago Macieira2009-07-163-3/+3
|
* Update the license header in a few more placesThiago Macieira2009-07-164-4/+4
|
* Update the license headers in XML Schema to the new formatThiago Macieira2009-07-16116-116/+116
|
* Add functionality tests for XSync.Thiago Macieira2009-07-163-1/+49
| | | | | | | It was reported to be auto-detected, but wasn't. Apparently, AIX 6's X11 doesn't have this. Reviewed-By: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* typos in German translationFrederik Schwarzer2009-07-161-7/+7
| | | | Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Use Unix signal handlers to properly close the test log when a test isRohan McGovern2009-07-154-6/+93
| | | | | | | | | | | | | | | terminated by a signal. The new XML testloggers in Qt 4.6 only output a testlog after the test completes. Therefore, if a test crashes, no testlog will be output at all. This is a functional regression from Qt 4.5 and earlier where the testlog would be output up to the point where the crash occurred. This is a Unix-specific fix for this problem. This change is also useful for hanging tests; if the test is killed with SIGTERM it will output the test log up to the current test before it exits.
* Fix HPUX compilationRobert Griebl2009-07-151-1/+1
| | | | Reviewed-by: TrustMe
* Xml Schema: move license file to the right directoryPeter Hartmann2009-07-151-0/+0
| | | | | | move the license file for the xml.xsd schema file Reviewed-by: TrustMe
* QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-152-0/+35
| | | | | | | The problem was that we didn't regenerate the bsp when adding items after calling QGraphicsScene::clear. Reviewed-by: alexis
* fix warnings with mingwThierry Bastian2009-07-154-2/+6
|
* avoids strict-antialiasing breakage warningsThierry Bastian2009-07-151-1/+3
|
* fix autotest buildThierry Bastian2009-07-151-1/+0
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-1540-477/+621
|\
| * Fix warnings for QtNetwork on mingwThierry Bastian2009-07-152-49/+30
| |
| * Fix warnings in mingwThierry Bastian2009-07-152-2/+2
| |
| * fix build on linuxThierry Bastian2009-07-151-11/+1
| |
| * Restore the use of threadsafe-fdcloexec calls on weird Linux toolchains.Thiago Macieira2009-07-151-1/+18
| | | | | | | | Approach suggested by Rohan on 1866485e46039d51ea78a6d672b678aa02f68eef
| * Compile fix.Denis Dzyubenko2009-07-151-0/+1
| | | | | | | | Include the qstylehelper header file since the macro uses it.
| * Added a version information to our executables.Denis Dzyubenko2009-07-154-0/+122
| | | | | | | | | | | | | | | | On Windows, the FileDescription part of the version information is used as a caption for the grouped taskbar button. Task-number: 253065 Reviewed-by: Prasanth Ullattil
| * Support more than 63 handles in QWindowsFileSystemWatcherdt2009-07-153-181/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | We spawn/stop additional threads as needed to watch any number of files/directories. The old logic of using just one handle per watched directory (regardless of how many files we watch in it.) is preserved. In the worst case a thread is started per 63 files to watch. This enabled Qt Creator to watch all .pro and .pri files even while having qt's projects.pro and qtcreator.pro open. Task-number: 185259, 253014 Reviewed-by: denis
| * Fix warnings for mingwThierry Bastian2009-07-1516-195/+92
| | | | | | | | | | did a small refactor and used QStyleHelper::uniqueName in plastique and windows styles
| * fix warnings for mingw in QtCoreThierry Bastian2009-07-155-11/+11
| |
| * Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
| |
| * Compile after a72c30020bdadbe0d82e583e17acd25715604f7bBjørn Erik Nilsen2009-07-151-1/+1
| | | | | | | | | | We don't translate the painter anymore (we instead set the brush origin), so we don't have to (and shouldn't) translate the rects here.
| * Make Graphics View auto-tests less dependant on WS.Bjørn Erik Nilsen2009-07-152-16/+29
| | | | | | | | | | | | | | Several auto-tests failed on the Mac because the view get two paint events on the first show. This is a bug in QWidget, but shouldn't make graphics view auto-tests fail. Also, there's no difference between update() and repaint() on the Mac.
| * Doc - fixed a typoKavindra Devi Palaraja2009-07-151-1/+1
| | | | | | | | | | | | Reviewed-By: TrustMe Task: 257919
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-151317-10751/+33198
|\ \ | |/
| * Fix Solaris build failure with the new qt_safe_() socket functions.Robert Griebl2009-07-151-1/+2
| | | | | | | | Reviewed-by: Thiago