summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make use of a thread-specific variable in qFlagLocation."Thiago Macieira2009-04-011-18/+2
* use ftruncate() to resize a buffered fileHarald Fernengel2009-03-311-0/+2
* compile with QIODEVICE_DEBUGHarald Fernengel2009-03-311-2/+6
* Improve example so that we can demonstrate custom layout items.Jan-Arve Sæther2009-03-313-27/+90
* Add more enums for the search fields.Norwegian Rock Cat2009-03-311-0/+7
* Add an example of how to write a custom layout for QGraphicsLayouts.Jan-Arve Sæther2009-03-316-0/+258
* Update the license on this code to match the rest.Thiago Macieira2009-03-3123-23/+713
* Allow setting font properties for Command Link ButtonsJens Bache-Wiig2009-03-301-3/+6
* Consistency between Carbon and Cocoa with fullscreen mode.Norwegian Rock Cat2009-03-302-20/+5
* Call documented API.Norwegian Rock Cat2009-03-301-11/+2
* Fix incorrect painting of checked itemview itemsJens Bache-Wiig2009-03-301-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-3020-135/+251
|\
| * Fix backslashes in string propeerty in property browserJarek Kobus2009-03-301-0/+1
| * Work around raster engine not ignoring the pad byte in RGB32Anders Bakken2009-03-303-55/+78
| * Fix threaded QImage text drawing under Windows.Trond Kjernaasen2009-03-301-1/+3
| * Make Qt/Embedded compile with the -no-feature-PICTURE switch.Trond Kjernaasen2009-03-301-61/+61
| * Don't send QFileOpenEvents for items on the command-lineNorwegian Rock Cat2009-03-302-4/+21
| * Adjust the opacity value for popupsNorwegian Rock Cat2009-03-301-1/+1
| * Mac: check for valid -arch arguments in configure.Morten Sørvig2009-03-301-0/+12
| * Fix draImage() calls for threaded printing to a PostScript printer.Trond Kjernaasen2009-03-304-5/+35
| * String-to-number conversion functions should ignore trailing whitespaces.Denis Dzyubenko2009-03-302-3/+17
| * Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-302-1/+22
| * Revert "don't include uic in non-gui configurations"Rohan McGovern2009-03-302-4/+0
* | Allow styling of pressed splitterOlivier Goffart2009-03-304-6/+83
* | Fix test for QSplitter in shadow buildOlivier Goffart2009-03-302-1/+4
* | Remove all call in itemviews to set/updateDirtyRegionThierry Bastian2009-03-305-29/+24
* | Add SC_CustombaseJens Bache-Wiig2009-03-301-0/+1
* | Fix compilation with MS VS 2005Friedemann Kleint2009-03-301-1/+1
* | Make LCD segments filled by defaultJens Bache-Wiig2009-03-301-4/+8
* | Removed warnings by using qreal instead of floatThierry Bastian2009-03-301-7/+7
* | Fixed a compile issue on WindowsJens Bache-Wiig2009-03-301-1/+1
* | Provide a previousInFocusChain for consistancyOlivier Goffart2009-03-303-0/+27
* | Merge branch '4.5'Thiago Macieira2009-03-2750-544/+937
|\ \
| * | Make use of a thread-specific variable in qFlagLocation.Thiago Macieira2009-03-271-2/+18
| |/
| * Add the parameter to the function call.Thiago Macieira2009-03-271-2/+2
| * Remove unnecessary debug message.Thiago Macieira2009-03-271-1/+0
| * Fix crashes in D-Bus due to race conditions.Thiago Macieira2009-03-272-5/+8
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-03-275-8/+67
| * Revert "make shadow builds work even if a non-shadow build is present"Bradley T. Hughes2009-03-272-2/+2
| * Fix Qt3Support compileBradley T. Hughes2009-03-271-0/+1
| * Documented the -xinput configure option in the doc.Denis Dzyubenko2009-03-271-1/+1
| * QDesktopWidget::resized wasn't emitted properly on X11.Denis Dzyubenko2009-03-271-6/+15
| * Crash in OpenGL paint engine when brush style is Qt::NoBrush.Samuel Rødal2009-03-271-0/+3
| * Small fix: initialise the global static isDebugging variable within theThiago Macieira2009-03-271-2/+1
| * Make QMutexPool actually be thread-safe (double-checked locking doesn'tThiago Macieira2009-03-272-13/+6
| * Major surface related fixAnders Bakken2009-03-276-217/+327
| * Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-272-1/+36
| * Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
| * Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-272-7/+22
| * Fix QPixmap::fromImage() bug for monochrome images on Mac.Samuel Rødal2009-03-271-1/+1