summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reshuffle command line parsingOswald Buddenhagen2009-11-041-16/+12
| | | | | collect the files into a string list during the initial run instead of iterating the argument list twice.
* construct ConversionData earlierOswald Buddenhagen2009-11-041-31/+21
| | | | to avoid the insane number of function arguments in a few places
* don't break on unterminated C commentsOswald Buddenhagen2009-11-041-1/+1
|
* introduce delayed resolution of aliasesOswald Buddenhagen2009-11-043-16/+68
| | | | | | | | this has two effects: - using-declarations which use forward-declared classes work without collecting the forward declarations, as the resolution happens at a place where the class definition must have been encountered already - it should be a bit faster
* fix bogus "Class '<foo>' lacks Q_OBJECT macro"Oswald Buddenhagen2009-11-044-3/+100
| | | | | | the optimization not to look for parent definitions if we already knew that there would be none did not consider that we only know that the leaf node is missing, not any intermediate nodes.
* namespaces can have parents, tooOswald Buddenhagen2009-11-041-5/+10
|
* QPlainTextEdit redraw issue in QTextControlmae2009-11-041-1/+3
| | | | | | | | | | | | | | | | There is an optimization in QTextControl, that it only requests updates for single blocks if only a single block was changed. This update was requested with the block's bounding rectangle. In the case of disabled line wrapping in combination with a very long line, a block change can result in a narrower block bounding rectangle. This then resulted in pixel on the screen not being redrawn properly. The fix enlarges the requested update rectangle horizontally. The bug was discovered during inhouse Qt Creator testing. Reviewed-by: Oswald Buddenhagen
* Fix Assistant to never access the network.kh12009-11-041-17/+15
| | | | | Task-number: QT-1684 Reviewed-by: ck
* Make QStringBuilder respect codecForCStringsHarald Fernengel2009-11-044-21/+88
| | | | | | | Now, it's a real drop-in replacement, with no known feature regressions :) Reviewed-By: hjk
* Raise the limit for _not_ using multimedia timers to 20msKai Koehne2009-11-041-1/+1
| | | | | | | | To achieve 60FPS you need a new frame every 16ms -> this just missed the original threshold of 15ms. This came up in the context of a Snake game written in qml. Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
* fix canReadLine() erroneously returning trueOswald Buddenhagen2009-11-032-1/+29
| | | | | | | the indexOf() call did not consider actualReadBufferSize and thus scanned uninitialized memory for newlines. Reviewed-by: phartman
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-02297-30794/+8709
|\
| * Merge branch 'feature' into 4.6Jørgen Lind2009-11-0276-242/+500
| |\
| | * Merge commit 'origin/4.6' into featureJørgen Lind2009-11-02274-31523/+8458
| | |\
| | * | Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7Jørgen Lind2009-10-307-119/+85
| | | | | | | | | | | | | | | | | | | | | | | | and removes THREAD from qfeature Reviewed-by: Trust Me
| | * | Fix GRAPHICSVIEWJørgen Lind2009-10-297-13/+41
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Remove QT_NO_ICON from mimimalJørgen Lind2009-10-291-3/+0
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix QT_NO_MAINWINDOWJørgen Lind2009-10-291-0/+2
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | FIX TABBARJørgen Lind2009-10-292-6/+16
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix SHAREDMEMORYJørgen Lind2009-10-291-2/+1
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix PROXYMODELJørgen Lind2009-10-293-5/+2
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix TEXTCODECJørgen Lind2009-10-291-0/+4
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix FSCOMPLETERJørgen Lind2009-10-293-9/+9
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix THREAD and TOOLBARJørgen Lind2009-10-298-74/+101
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: tom Squash me with Fix THREAD and TOOLBAR a6e785b4ff9ec9cd48
| | * | Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependenciesJørgen Lind2009-10-296-5/+12
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Remove ICON from QFeatureJørgen Lind2009-10-293-67/+58
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix QT_NO_PHONON_VIDEOJørgen Lind2009-10-298-8/+17
| | | | | | | | | | | | | | | | Reviewed-by: Jens Bache-Wiig
| | * | Fix LIBRARY and ICONJørgen Lind2009-10-2917-10/+51
| | | | | | | | | | | | | | | | | | | | | | | | However, compiling with QT_NO_ICON will still not work :( Reviewed-by: tom
| | * | Fix dependencies in qfeaturesJørgen Lind2009-10-292-62/+89
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix LIBRARY and SETTINGS in phononJørgen Lind2009-10-297-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Jens Bache-Wiig Squash me with Fix LIBRARY and SETTINGS in phonon 7d2282
| | * | Fix QT_NO_GROUPBOXJørgen Lind2009-10-291-0/+2
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix QT_NO_GROUPBOXJørgen Lind2009-10-292-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix ValidatorJørgen Lind2009-10-291-0/+6
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fixed MENU and QWS_PROXYSCREENJørgen Lind2009-10-294-8/+38
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix QT_NO_PROPERTIESJørgen Lind2009-10-293-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | However, there are some stuff added to qscript that I'm really not sure about. Reviewed-by: tom
| | * | Fix QT_NO_ACTION dependenciesJørgen Lind2009-10-294-13/+28
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix QT_NO_XMLSTREAMREADERJørgen Lind2009-10-292-2/+5
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Added QT_NO_PHONON_EFFECT to gstreamer backendJørgen Lind2009-10-295-8/+10
| | | | | | | | | | | | | | | | Reviewed-by: Jens Bache-Wiig
| | * | Updated qfeatures.hJørgen Lind2009-10-292-13/+15
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix QT_NO_PHONON_ABSTRACTMEDIASTREAM in phononJørgen Lind2009-10-295-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | Seemed to be missing from gstreamer backend Reviewed-by: Jens Bache-Wiig
| | * | The PRINTER feature now depends on TEMPORARYFILEJørgen Lind2009-10-292-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix dependencies to QT_NO_PRINTPREVIEWWIDGETJørgen Lind2009-10-292-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Fix QT_NO_IMAGEFORMAT_PNGJørgen Lind2009-10-291-2/+1
| | | | | | | | | | | | | | | | Reviewed-by: tom
| | * | Fix QFeature QT_NO_PHONON_VOLUMEFADEREFFECTJørgen Lind2009-10-293-4/+8
| | | | | | | | | | | | | | | | Reviewed-by: Jens Bache-Wiig
| | * | Make QT_NO_PHONON_PLATFORMPLUGIN workJørgen Lind2009-10-291-3/+4
| | | | | | | | | | | | | | | | Reviewed-by:tom
| * | | Sanitize building Qt with OpenGL ES supportHarald Fernengel2009-11-028-25/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduce QMAKE_LIBS_OPENGL_ES1, QMAKE_LIBS_OPENGL_ES1CL and QMAKE_LIBS_OPENGL_ES2 so we do not have to force users to copy/paste around entire mkspecs just to change the OpenGL backend. This should make the "-opengl es2" (and friends) configure option work out of the box with any mkspec on Linux+WinCE. Also removes a WinCE specific hack that is not required anymore. Reviewed-by: Tom Cooksey Reviewed-by: Trond Kjernåsen Approved-by: Lars Knoll
| * | | Manual glyph shaping test.Alessandro Portale2009-11-023-0/+525
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It tests the glyph shaper in Qt by rendering a couple of glyph combinations that are known to be strongly shaped. For now, this test is manual and simply generates an html report for a visual test. It can, however also be implemented as auto test. The test data contains Vietnamese and Tamil data sets, more will follow. Reviewed-by: trustme
| * | Compilation error due to undefined EGL_BIND_TO_TEXTURE_RGB for OpenGLKeith Isdale2009-11-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | ES enabled build of Qt for Windows CE Add #ifdef guards around EGL_BIND_TO_TEXTURE_RGB useage Task-number: QTBUG-5152 Reviewed-by: Trond Kjernåsen
| * | Compilation failure for OpenGL and OpenVG graphic system plugins whenKeith Isdale2009-11-021-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Opengl ES is used on Qt for Windows CE Simplify logic as OpenGL graphic system is not supported for WindowsCE Task-number: QTBUG-5080 Reviewed-by: Rhys Weatherley
| * | Fixes testing of sqlite against the real(floating pt) datatypeBill King2009-11-021-0/+1
| | |