summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile with MinGW 3.4.Rohan McGovern2009-06-091-2/+2
| | | | | | | This compiler doesn't seem to follow the same rule as others for implicit conversions to/from wchar_t. Add the necessary casts, keeping in mind that sizeof(wchar_t) == 2 on Windows.
* openUrl("mailto:") fails to open Thunderbird on windows.Prasanth Ullattil2009-06-081-36/+28
| | | | | | | | | | | Thunderbird sets only the user level shell association for mailto. This is now being read before the default mail application registry. The registry crawling could have been avoided by using the ShellExecute() but it supports only around 2KBytes of data as parameter, so we will continue using CreateProcess(). Task-number: 251554 Reviewed-by: Jens Bache-Wiig
* Reduce binary size by using 16bits integers in static data over 32 bits.Thierry Bastian2009-06-081-23/+18
| | | | Reviewed-by: ogoffart
* Reduce the members in QLocale to 16bit integer instea of 32 bits.Thierry Bastian2009-06-081-19/+19
| | | | | | That reduces memory usage. Reviewed-by: denis
* Make sure that indexes in the autogenerated locale info do not exceed 16bit ↵Denis Dzyubenko2009-06-081-1/+11
| | | | | | range. Reviewed-By: TrustMe
* Clip region to screen coordinates before setting its component rectangles dirty.Alex Cucos2009-06-081-0/+1
| | | | | | | | | | | When using Qt/E with VNC screen driver on top of the Linux framebuffer (export QWS_DISPLAY="VNC:LinuxFb") the region to be exposed needs be clipped to the real screen to avoid possible negative coordinates which in turn cause access to invalid memory locations when comparing the content of the VNC buffer with the Linux framebuffer. Merge-request: 603 Reviewed-by: Tom Cooksey <thomas.cooksey@nokia.com>
* Small simplification on codeThierry Bastian2009-06-086-46/+35
|
* Sync the French tutorial with the English versionBenjamin Poulain2009-06-085-15/+1
| | | | Reviewed-by: Pierre
* qdoc: Changed to mountain fresh blue.Martin Smith2009-06-081-3/+2
| | | | | I didn't test this, because I can't build qdoc3 due to changes in QStringBuilder.
* Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-082-1/+52
| | | | | | | | | still paint them. The autotest is included. Task-number: 254449 Reviewed-by: ogoffart
* small code cleanupThierry Bastian2009-06-081-7/+1
|
* Small fix to exported symbolThierry Bastian2009-06-081-1/+1
|
* Make sure we draw the complete curve.Jan-Arve Sæther2009-06-081-1/+1
|
* Use a QPainterPath instead to draw the graph.Jan-Arve Sæther2009-06-081-5/+5
| | | | | | This enables the antialiazing to be done on the graph as a whole, and not on every tiny line segment. The result is that the curve is painter prettier.
* Remove trailing whitespace.Jan-Arve Sæther2009-06-081-7/+7
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-06-088-747/+994
|\
| * Make the easing curve icons more beautiful.Ariya Hidayat2009-06-081-3/+17
| | | | | | | | | | | | | | | | Draw the curve with anti-aliasing. Do not use absolute black, but rather a dark black color for the lines. Draw the red and blue dots, indicating the start and end points. Reviewed-by: Jan-Arve
| * Compile with gcc 4.0.xRoberto Raggi2009-06-081-2/+2
| |
| * Fix GDI object leak.Prasanth Ullattil2009-06-081-1/+2
| | | | | | | | | | | | | | In case the SetWindowRgn() fails, the region object has to be deleted. Task-number: 251293 Reviewed-by: Denis Dzyubenko
| * Doc: Added information about the Fontconfig and FreeType dependencies.David Boddie2009-06-083-693/+908
| | | | | | | | | | Task-number: 250349 Reviewed-by: Trust Me
| * qdoc: Updated the code to create references to documents and files.David Boddie2009-06-081-32/+48
| | | | | | | | | | Task-number: 251995 Reviewed-by: Martin Smith
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-0840-43/+155
| |\
| * | Reflected the state machine framework API changes on documentation.Bruno Abinader2009-06-081-16/+17
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 602 Reviewed-by: David Boddie <dboddie@trolltech.com>
* | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-0821-112/+446
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/phonon/qt7/mediaobject.mm src/3rdparty/phonon/qt7/quicktimevideoplayer.mm src/gui/text/qfontengine_win.cpp tools/linguist/shared/cpp.cpp
| * | Mac: play music from CD does not work in PhononRichard Moe Gustavsen2009-06-086-83/+313
| | | | | | | | | | | | | | | | | | ...because it was never implemented. This patch does that. Task-number: 255377
| * | Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | My changes for 4.5.2Jarek Kobus2009-06-081-0/+4
| | |
| * | Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | | This was a contribution sent via the public bugs channel. Task-number: 255161 Reviewed-by: Marius Storm-Olsen
| * | Ensure that the manifest files are placed correctlyAndy Shaw2009-06-082-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | If OBJECTS_DIR was empty then it would create a directory for the manifest files in the root directory. This is not desired as it should create a directory in the build directory instead. Reviewed-by: Marius Storm-Olsen
| * | Add a comment for the translator so the placeholders are describedAndy Shaw2009-06-061-0/+3
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | Fixed typos.Trond Kjernåsen2009-06-051-2/+2
| | |
| * | My 4.5.2 changes.Trond Kjernåsen2009-06-051-1/+43
| | |
| * | explicitly handle windows and mac9 line endingsOswald Buddenhagen2009-06-051-5/+20
| | | | | | | | | | | | | | | | | | in practice, this matters only for backslashed line continuations Task-number: 255336
| * | Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We didn't actually check the depth of the target window before calling the qt_x11_drawImage() fu, that will only work with depths >= 24. Task-number: 255311 Reviewed-by: Samuel BT: yes
| * | Doc - fixed a typoKavindra Devi Palaraja2009-06-051-2/+1
| | | | | | | | | | | | Reviewed-By: TrustMe
| * | Doc - fixed another typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | | | | | Reviewed-By: TrustMe
| * | Doc - fixed a typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | | | | | Reviewed-By: TrustMe
| * | My changes for 4.5.2.jasplin2009-06-051-0/+18
| | |
| * | My changes for 4.5.2Thomas Hartmann2009-06-051-1/+3
| | |
| * | Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus ↵jasplin2009-06-051-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events." This reverts commit 7314c07a3e443b1d5349b419a03db8d41ca43f7e. As reported by Eike, this patch caused several problems for Qt Creator. Potentially it may cause problems for other (external) applications as well. An alternative fix (scheduled for 4.5.x) needs to be found for tasks 254456 and 254460. Reviewed-by: Richard Moe Gustavsen
| * | Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The reason is that cocoa looses the first responder when we raise the fake window inside the MDA area. So we need to re-set the first responder again Task-number: 255040 Reviewed-by: Trenton Schulz
| * | Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were several problems with antialiased text in 16 bit mode under Windows. No gamma correction was done, yet we prepared the cached glyphs for gamma correction. The mask format we rendered the glyphs into was also set to the desktop depth, which implied that information was lost and the text looked rather odd. Reviewed-by: Samuel BT: yes
| * | Doc - fixed a typoKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | | | | | Reviewed-By: TrustMe
| * | Autotest: Fixed a race condition in the network self test.Thiago Macieira2009-06-051-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the tests (including the httpsServer one) requested that the server close the connection (Connection: close). It could happen that, well, the server did close the connection and we noticed it while doing the waitForBytesWritten in the doSocketFlush function. Then we'd create an error in the next step because the socket wasn't connected. Reviewed-by: TrustMe
| * | Doc - cleaned up a sentence to improve clarityKavindra Devi Palaraja2009-06-051-1/+1
| | | | | | | | | | | | Reviewed-By: TrustMe
| * | link qmake without /DEBUG on WindowsJoerg Bornemann2009-06-051-1/+1
| | | | | | | | | | | | Reviewed-by: mariusSO
| * | My changelog for 4.5.2Alexis Menard2009-06-051-0/+11
| | |
| * | Make sure to retain alpha information in copyAnders Bakken2009-06-041-3/+4
| | | | | | | | | | | | | | | | | | We need to set alpha to the right value when copying pixmaps. Reviewed-by: Donald <qt-info@nokia.com>
* | | Revert signal emission order in QTextDocument to 4.5 behaviourmae2009-06-082-3/+11
| | | | | | | | | | | | | | | | | | | | | This is covered by the autotest tst_QTextDocument::receiveCursorPositionChangedAfterContentsChange() Reviewed-by: con
* | | Extend auto test to cover the emission order of the contentChange() andmae2009-06-081-0/+32
| | | | | | | | | | | | | | | cursorPositionChanged() singals of QTextDocument. The contentChange() signal is used for the syntax highlighter.