summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize testsOlivier Goffart2009-11-042-8/+8
|
* Pressing return in a QWizard would erase the active password entry.Gabriel de Dietrich2009-11-032-11/+28
| | | | | | | | | When echo mode was set to PasswordEchoOnEdit in a QLineEdit, and its text selected, pressing the return key would erase the text and start editing it instead of validating the password. Auto-test included. Reviewed-by: Olivier Task-number: QTBUG-4401
* QStyleSheetStyle: CE_PushButton Do not call the parent style if we have ↵Olivier Goffart2009-11-031-3/+8
| | | | | | | | | | nothing to draw This fixes the focus rect that appears on buttons with GtkStyle if a stylesheet is used. Task-number: QTBUG-4488 Reviewed-by: Gabriel
* Introduced QGraphicsItem::ItemSendsScenePositionChanges andJ-P Nurmi2009-11-037-8/+206
| | | | | | | QGraphicsItem::ItemScenePositionHasChanged Merge-Request: 1945 Reviewed-By: Andreas
* Fixed QGraphicsScene::clear() not to crash if related top level itemsJ-P Nurmi2009-11-032-2/+23
| | | | | | | | happen to delete each others. Merge-Request: 1863 Reviewed-by: Andreas Reviewed-by: Olivier
* Fixed spacing display in QListView with wrapped text.Gabriel de Dietrich2009-11-022-5/+20
| | | | | | | | The spacing was not being substracted from the viewport width when calculating the available space for items. Auto-test included. Reviewed-by: Olivier Task-number: QTBUG-2678
* Make the combobox emit activated when it loses focusThierry Bastian2009-11-024-8/+63
| | | | | Task-number: QTBUG-1071 Reviewed-by: ogoffart
* QCSSParser: Fixes the way spaces are handled in font family.Olivier Goffart2009-11-023-2/+18
| | | | | | | | | | | | | | | We cannot simplify spaces because a font may have several spaces in its name. If we only add spaces when needed when merging tokens, we don't need to simplyfy the string later The CSS tokenizer will already make sure that spaces are removed if there is no quotes (btw, the CSS specification says that there must be quotes if there is spaces, but we tollerate if there is no quotes) Reviewed-by: Jocelyn Turcotte Task-number: QTBUG-4344 Task-number: 258586
* QStyleSheetStyle: ItemViews: Fixes drawing of items and branches.Olivier Goffart2009-11-022-29/+180
| | | | | | | | | | | | | | | | I am not sure why the code was there, but after some testing, it is better to remove it: - While painting the branch, we should not look at the ::item pseudo class at all. - Items specific stuff is drawn in PE_PanelItemViewItem, not PE_PanelItemViewRow - Selection is handled his way by the native style. background-color is not for selection and should not depends on SH_ItemView_ShowDecorationSelected Reviewed-by: Thierry Task-number: QTBUG-5228 Task-number: 258382 Task-number: QTBUG-4338
* Make animation timer slightly more accurate with default interval of 15Thierry Bastian2009-11-021-1/+2
| | | | | | On windows this will make it much more accurate Reviewed-by: ogoffart
* Merge origin/4.6 into team-widgets/4.6Olivier Goffart2009-11-02111-29491/+5063
|\
| * 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
| |
| * Fixed handling of database level precision policy for sqlite driver.Yuecel Ahi2009-11-021-5/+1
| | | | | | | | Reviewed-by: Bill King <bill.king@nokia.com>
| * Compilation failure for OpenGL and OpenVG graphic system plugins whenKeith Isdale2009-11-021-2/+8
| | | | | | | | | | | | | | | | | | Opengl ES is used on Qt for Windows CE For WindowsCE plugins do not support version 1.x of OpenGL ES Task-number : QTBUG-5080 Reviewed-by : Trond Kjernåsen
| * Compilation failure QtOpenGL when Opengl ES is used on Qt for Windows CEKeith Isdale2009-11-022-1/+4
| | | | | | | | | | | | | | | | Enable building egl/qegl_wince.cpp when a wince* mkspec is used Add "egl" to QT_CONFIG when any of the OpenGL ES variants is used Task-number: QTBUG-5073 Reviewed-by: Trond Kjernåsen
| * Compilation error qegl_p.h not found for OpenGL ES enabled build of QtKeith Isdale2009-11-021-3/+3
| | | | | | | | | | | | | | | | | | for WindowsCE Be more consistant in the usage of <private/foo_p.h> vs "foo_p.h" Task-number: QTBUG-5149 Reviewed-by: Trond Kjernåsen
| * Fixes Floating point number truncation in qsqlpsql plugin under linuxBill King2009-11-021-1/+1
| | | | | | | | | | | | | | replaces strtod call with locale aware QString::toDouble() Task-number: QTBUG-5179 Reviewed-by: Justin McPherson
| * Track declarative changesWarwick Allison2009-11-021-1/+1
| |
| * Add missing QENUM declarations (needed by declarative).Warwick Allison2009-11-021-0/+2
| |
| * Add a French translation to Assistant. Update the phrase book.Benjamin Poulain2009-10-303-0/+1101
| | | | | | | | Reviewed-by: Pierre Rossi
| * Fix a rounding error.Alessandro Portale2009-10-301-1/+1
| | | | | | | | Reviewed-by: trustme
| * Added manual text performance test.Alessandro Portale2009-10-302-0/+232
| | | | | | | | | | | | | | Small application that simulates different text rendering scenarios and displays the Fps. Reviewed-by: trustme
| * Reducing file size.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | | | Stripping 350k off by reencoding the mp3. 32 Kbps, mono, 22.05 KHz. Reviewed-by: trustme
| * Reducing file sizes.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
| * Reducing file sizes.Alessandro Portale2009-10-301-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
| * Reducing file sizes.Alessandro Portale2009-10-305-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
| * Reducing file sizes.Alessandro Portale2009-10-303-0/+0
| | | | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. And to reduce Anomalies memory footprint. Reviewed-by: trustme
| * Reducing file sizes.Alessandro Portale2009-10-3013-0/+0
| | | | | | | | | | | | Using pngout to make the fluidlauncher a bit lighter. Reviewed-by: trustme
| * Reduced file sizes.Alessandro Portale2009-10-3012-28985/+1446
| | | | | | | | | | | | | | SVG graphics may contain much unneeded stuff. I used Inkscape's vacuum function and Ariya's svgmin. Much better now. Reviewed-By: trustme
| * Merge commit '30b0902cf05b0c1dc649e9c2e7ae0415e0c1d042' into 4.6-upstreamBradley T. Hughes2009-10-301-75/+0
| |\
| | * Remove the unnecessary (and broken) tst_QMouseEvent::checkMouseMoveEvent() testBradley T. Hughes2009-10-301-75/+0
| | | | | | | | | | | | | | | | | | According to people responsible for the test, it is not necessary. This partially reverts commit b1f9882fa52745c922eb0109daa011908214dcf7.
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-3050-413/+1646
| | |\
| * | \ Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-3050-413/+1646
| |\ \ \ | | | |/ | | |/|
| | * | Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-086-28/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also adds QStyleOptionTabWidgetFrameV2 so that we do not have to do ugly hacks in the style to obtain it. Task-number: QTBUG-5187 Reviewed-by: ogoffart
| | * | Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-293-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While drawing the tabbar frame, mac style needs the QTabBar pointer to calculate the correct size. Since the QTabWidget also uses the PE_FrameTabBarBase to draw background of the corner widgets, the mac style has to use position passed with the style option. This only works with horizontal tabs. Reviewed-by: Jens Bache-Wiig
| | * | Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-292-4/+78
| | | | | | | | | | | | | | | | | | | | | | | | This was a platform regression for the cocoa platform Reviewed-by: Prasanth
| | * | Fix a combobox autotest on VistaJens Bache-Wiig2009-10-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The subcontrol rect offset was correctly reporting not to work on Vista style. The problem was that we were getting the size of the arrow by subtracting the xoffset. But this would mean that the Reviewed-by: ogoffart
| | * | Fix split tool button drawing on Vista when not in a tool barJens Bache-Wiig2009-10-071-10/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a tool button is not in a tool bar on XP and Vista it will get a slightly different appearance from normal tool buttons. I resolved this by drawing a normal tool button with a divider line on top if the autoraise property is not set on the button. (which is by default enabled only for buttons in a tool bar). Task-number: QTBUG-5061 Reviewed-by: prasanth
| | * | Wrong font used when moving a tab in document mode.Prasanth Ullattil2009-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dragging is handled by a seperate window in document mode. The currently selected tabbar item is drawn to a pixmap for this purpose. That paintdevice was not initialized correctly. (e.g. font) Reviewed-by: Trond
| | * | Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-282-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | There is no reason to use QMap when the key is a pointer. Reviewed-by: Thomas Zander
| | * | Tiny doc change by David Boddie.Denis Dzyubenko2009-10-281-3/+3
| | | | | | | | | | | | | | | | Reviewed-by: David Boddie
| | * | Delete all gesture objects and recognizers when gesture manager is deleted.Denis Dzyubenko2009-10-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When application closes and we haven't deleted the unregistered gestures and gesture recognizer, we should delete them. Reviewed-by: Thomas Zander
| | * | Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-282-25/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are several gesture recognizers registered for the same gesture type, we need to know which recognizer we need to get a state object for since those QGesture objects are tied to the recognizer that created them. Reviewed-by: Thomas Zander
| | * | Fixed the scrollarea gesture manual test.Denis Dzyubenko2009-10-282-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| | * | Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-283-11/+7
| | | | | | | | | | | | | | | | Reviewed-by: Thomas Zander
| | * | QLocale: AM/PM symbol support for symbian platformdka2009-10-281-1/+3
| | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko
| | * | Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-282-25/+25
| | | | | | | | | | | | | | | | | | | | Our tests now call the recently converted registerRecognizer using a proper static method.