summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: align font dialog helper with the color oneLiang Qi2013-07-312-121/+142
* Fix application font population on OS XSimon Hausmann2013-07-312-66/+127
* Doc: Unified the summary for C++ classes and QML types.Jerome Pasion2013-07-304-26/+275
* Assign icons to actions of QLineEdit context menuAurélien Gâteau2013-07-301-0/+13
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-3011-100/+404
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* Uic: remove unused option -3David Faure2013-07-292-8/+0
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-12/+28
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-261-1/+1
* QUrl: add matches(url, options) method.David Faure2013-07-262-0/+71
* XCB: Readd support for -name command line argument.Friedemann Kleint2013-07-252-0/+7
* Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-253-4/+125
* qdoc: Don't try to output from index nodesMartin Smith2013-07-252-0/+7
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-2441-124/+266
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-2341-124/+266
| |\
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
| | * xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-222-1/+6
| | * Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
| | * Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
| | * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-2010-10/+10
| | * Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
| | * Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-203-3/+5
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-206-55/+72
| | * Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
| | * fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
| | * XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
| | * Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
| | * QNX: Handle Qt::WindowDoesNotAcceptFocus correctly.Friedemann Kleint2013-07-171-1/+1
| | * Fix typo in qdoc's messages.Takumi Asaki2013-07-171-2/+2
| | * OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
| | * Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1
| | * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-3/+11
| | * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
| | * Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
| | * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
| | * Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
| | * Mac OS: Fix a crash in tst_qgraphicsproxywidget.Friedemann Kleint2013-07-161-0/+3
| | * Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
| | * Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-1/+141
* | | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
* | | Support RGBA image formatAllan Sandfeld Jensen2013-07-2313-99/+1295
* | | Bump QPA-API-version.Friedemann Kleint2013-07-2315-15/+15
* | | qdoc: Improve format of obsolete members fileMartin Smith2013-07-231-7/+8
* | | doc: Ensure page name does not changeMartin Smith2013-07-236-79/+50
|/ /
* | Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-223-31/+89