summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moving some QVFB stuff out of the configure script and into .pro filesJoão Abecasis2009-09-303-21/+12
| | | | Reviewed-by: Paul Olav Tvete
* Stabilize more test on X11Olivier Goffart2009-09-306-110/+108
| | | | Each times the test are run, pulse show different failures.
* Prospective solaris-g++-sparc build fixSimon Hausmann2009-09-301-0/+5
| | | | | | | | | | g++ on sparc appears to have problems inlining functions when Qt is compiled in debug. ("sorry: unimplemented blah blah") We're not entirely sure, but we suspect that removing -g might help avoid this compiler bug. Reviewed-by: Kent Hansen
* Add more debug information to the QPrinterInfo testOlivier Goffart2009-09-301-8/+11
| | | | Reviewed-by: Paul
* Stabilize graphicsview testOlivier Goffart2009-09-301-1/+3
|
* Fix regression in Command link button font sizeJens Bache-Wiig2009-09-092-8/+20
| | | | | | | | | | | | | Since vista style polish sets the font on polish, the check for WA_SetFont will succeed, hence we never set the actual font. I replaced the check with a full resolve. However since the resolve would clear the resolve_mask, from the widget font it has to be restored manually so that QPainter:setFont can resolve it later. Task-number: QTBUG-4646 Reviewed-by: trond
* Fix duplicate key events from extended media keys on WindowsJens Bache-Wiig2009-09-091-61/+0
| | | | | | | | | | We handle WM_APPCOMMAND to generate keyEvents separate from normal key events. However when we already have virtual key mappings for the same keys the events got delivered twice. Hence we have now removed WM_APPCOMMAND handling for all such keys. Task-number: QTBUG-4124 Reviewed-by: prasanth
* Make itemviews use gradient selection on Vista by defaultJens Bache-Wiig2009-09-092-14/+9
| | | | | | | | | | | | | | | We postponed this in 4.3 when the vista style was introduced since a lot of microsoft apps still used the legacy style and microsoft did not enable it by default. It has been reported as bugs a few times and it seems increasingly odd that we are not using the more modern look and feel when we can. Instead of only enabling it for QTreeView, we now only disable it for QTableView as the look still cannot be used to span vertical cells. Task-number: QTBUG-3746 Reviewed-by: prasanth
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-09-30127-1085/+19190
|\
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-3014-46/+212
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Martin Smith2009-09-303-1/+31
| | |\
| | | * Google Chat example: state that SSL is requiredPeter Hartmann2009-09-301-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bail out if SSL is not supported; before it only showed "service unavailable", which was somewhat confusing. Reviewed-by: Tor Arne Vestbø
| | | * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-302-1/+16
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/WebCore/generated/CSSGrammar.cpp src/3rdparty/webkit/WebCore/generated/CSSGrammar.h (merged webkit files with -s ours)
| | | | * Fix reader.google.com crashesSimon Hausmann2009-09-303-1450/+1133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert this change: ---- 2008-12-18 Bernhard Rosenkraenzer <bero@arklinux.ch> Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=22205 Fix compatibility with bison 2.4, partially based on older patch by Priit Laes <amd@store20.com> * WebCore/css/CSSGrammar.y: Made compatible with bison 2.4 ----- Cherry-picked from qtwebkit.git 4.5 repository/branch with commit 23d13ba45ee59379c04afdef8472acc8611bb36a
| | | | * (TDS) Fixes improper formatting of date valuesBill King2009-09-301-1/+3
| | | | | | | | | | | | | | | | | | | | Task-number: QT-754
| | | | * (TDS) Fixes missing field/table name escaping.Bill King2009-09-302-0/+13
| | | | |
| | * | | qdoc: Modified the support for \sincelist.Martin Smith2009-09-305-42/+141
| | |/ / | | | | | | | | | | | | It now finds a lot more \since 4.6 stuff.
| | * | Don't need to wait that much.Alexis Menard2009-09-301-1/+1
| | | | | | | | | | | | | | | | Reviewed-by:TrustMe
| | * | Be consistant between static method and regular QFileDialog contructor.Alexis Menard2009-09-302-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The protected constructor of QFileDialog call selectAll() on the line edit. This constructor is only called by static methods. But the regular constructor didn't behave the same. Now it does :D. Task-number:QTBUG-4419 Reviewed-by:jasplin
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-3023-371/+616
| | |\ \
| | | * | Make the test fail, not crash for now. A task is already open to fix it.Alexis Menard2009-09-301-1/+2
| | | | | | | | | | | | | | | | | | | | Reviewed-by:jesper
| | | * | Fix auto-test build.Alexis Menard2009-09-301-0/+2
| | | | | | | | | | | | | | | | | | | | Reviewed-by:jesper
| | | * | avoid JavaScriptCore C API functions being exported from QtScript libraryKent Hansen2009-09-301-0/+3
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | * | | Add redo keyboard shortcut for Symbian.Jani Hautakangas2009-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian had undo shortcut already defined so this will add redo shortcut to get symmetrical undo-redo Reviewed-by: axis
| * | | | Making tst_QListWidget::closePersistentEditor work for Symbian.Janne Anttila2009-09-301-0/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The persistent editor was not closed in time, as events from Symbian app start up had not had time to be flushed through. The addition of a 1s QTest::qWait gives plenty of time for the app to settle. Probably the better fix would be to add piece of code to testlib which would empty the event queue before executing each test case. However this was seen as an risky solution. Reviewed-by: mread
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-302-2/+1
| |\ \ \
| | * | | Make the automaticReparenting autotest pass on Mac.Jan-Arve2009-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | On Mac, all autotests will use the release version of Qt, regardless of how the autotest was built
| | * | | Compile on VS2003Kent Hansen2009-09-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compiler complained about ambiguity in calls to make_pair because there is also a "using std::make_pair" in the WTF namespace (wtf/HashTraits.h). Reviewed-by: Simon Hausmann
| * | | | Fixed qdoublespinbox undoRedo test case for Symbian.Janne Anttila2009-09-301-10/+20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian does not have keysequene associated to redo functionality. Changed the test so that it checks if key sequence is associated to needed functionality and if not test is skipped and warning printed. Reviewed-by: Aleksandar Sasha Babic
| * | | Compile.Eskil Abrahamsen Blomfeldt2009-09-301-0/+72
| | | | | | | | | | | | | | | | Missed qdatastream_p.h in last commit.
| * | | Fix googlechat example when Qt is lacking SSL support.Simon Hausmann2009-09-302-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't build the googlechat example if QSslSocket isn't available. And even then also perform a run-time check and display an error page if SSL is not available. This is because the login into Google Chat works through an https website. Reviewed-by: Jesper
| * | | Fix floating point precision when using qreal with QDataStreamEskil Abrahamsen Blomfeldt2009-09-304-10/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A frequent bug when using QDataStream across platforms where the size of qreal is different (such as any desktop platform and an ARM device) is that you end up using different overloads for streaming the value in and out (e.g. operator>>(double) on desktop and operator<<(float) on ARM.) This can leads to crashes and data corruption. To avoid the problem, we define a single floating point precision for the entire data stream and allow this to be set by the user. The default is to use 64-bit precision for all floating point numbers. Reviewed-by: Samuel Reviewed-by: Thiago
| * | | Make the test more robust because pulse doesn't clean the temp dir.Alexis Menard2009-09-301-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | I clean the directory i will use to be sure it is clean. Reviewed-by:TrustMe
| * | | Phonon/EffectFactory: Remove calls to QObject tr().Friedemann Kleint2009-09-301-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | Replace them by calls to QCoreApplication::translate() to provide translators with context information. Reviewed-by: Frans Englich <frans.englich@nokia.com>
| * | | Install sub-attaq in the correct place.Alexis Menard2009-09-301-2/+2
| | | | | | | | | | | | | | | | Reviewed-by:TrustMe
| * | | Compile when one includes <QtGui/QtGui> without putting explicitly all Qt ↵Olivier Goffart2009-09-301-1/+1
| | | | | | | | | | | | | | | | subdirs in the include path
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-3014-363/+345
| |\ \ \
| | * | | Fix tst_QFontDialog::task256466_wrongStyle() autotest failure in Cocoa.Prasanth Ullattil2009-09-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some fonts contain only styles other than Normal (or Regualr). If we try to retrive the font sizes for such fonts by passing an empty style string, the QFontDatabase will return a null list. This was causing the autotest to fail. This patch will make sure that a style is always selected in the QFontDialog. Reviewed-by: Olivier
| | * | | Stabilize and speedup QGraphicsItem and QGraphicsView and ↵Olivier Goffart2009-09-303-334/+309
| | | | | | | | | | | | | | | | | | | | QGraphicsProxyWidget test
| | * | | Fixed warning in public header:Olivier Goffart2009-09-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qcommonstyle.h:87: warning: virtual void QCommonStyle::polish(QPalette&) was hidden qs60style.h:77: warning: by QS60Style::polish Reviewed-by: Jeremy
| | * | | Stabilize listview testOlivier Goffart2009-09-301-1/+3
| | |/ /
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-30149-664/+24632
| | |\ \
| | | * | remove two expected failuresKent Hansen2009-09-301-4/+0
| | | | | | | | | | | | | | | | | | | | The tests now pass after the last update of src/3rdparty/javascriptcore.
| | | * | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to ↵Kent Hansen2009-09-303-5/+10
| | | | | | | | | | | | | | | | | | | | jsc-for-qtscript-4.6-staging-30092009 ( e8f42cf0203bee0ba89a05e0e773d713782129b4 )
| | | * | Fix linking on windows, building qt in namespaceJarek Kobus2009-09-301-1/+3
| | | | | | | | | | | | | | | | | | | | RevBy: Thiago Macieira <thiago.macieira@trolltech.com>
| | * | | Symbian specific fixes to QComboBoxJani Hautakangas2009-09-303-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes QComboBox edit field geometry in s60style Fixes softkey crash when setting a custom itemview to QComboBox Fixes Symbian keyboard input interval in tst_QComboBox::virtualAutocompletion() Reviewed-by: Sami Merila
| * | | | Ftp example application crashes (due to keypad navigation)Sami Merilä2009-09-301-0/+4
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keypad navigation tries to calculate the minimal distance of next widget to the direction of pressed navigation key. This calculation in QWidgetPrivate::widgetInNavigationDirection dies not take into account that some widgets might have focusProxy setup. In the reported case, ignoring focus proxy means that QDialogButtonBox gets the focus and it hands it over to first button in its tab order. Unfortunately, this button is disabled 'Download' button. Now, when Select key is pressed, button action is triggered causing a crash. Solution is to skip widgets that have focus proxies in widgetInNavigationDirection. Task-number: QT-2177 Reviewed-by: Alessandro Portale
| * | | Fix the sub-attaq menu (new game and quit).Alexis Menard2009-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now QStateMachine can be a child of a QState but here in sub-attaq the code was not design for that so the code breaks. Task-number:QT-665 Task-number:QT-914 Reviewed-by:TrustMe
| * | | fix string builder for QT_NO_CAST_FROM_ASCII on Windowshjk2009-09-301-2/+13
| | | | | | | | | | | | | | | | Reviewed-by: thiago
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-304-35/+40
| |\ \ \