summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-04Bump package version to 5.3.1submit/tizen/20140705.141155submit/tizen/20140705.140643Tomasz Olszak1-1/+1
Change-Id: I3f22c400f5f4daa1fe5418e96df0486db9f9d368 Bug-Tizen: TIVI-2416 Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.3.0Tomasz Olszak1-1/+1
Change-Id: Id9b6c96e2398fcc7bc5647ac5a748a3874e3802f Bug-Tizen: TIVI-2416 Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.2.96+rc2Tomasz Olszak1-1/+1
Change-Id: Iaf48f76c014f06e56e93a2a85dc248de8b289fc6 Bug-Tizen: TIVI-2416 Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.2.95+rc1Tomasz Olszak1-1/+1
Change-Id: I5c87de56b45ef2ce648b209c5c252727f17ef6b0 Bug-Tizen:TIVI-2416 Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Added manifest file according to smack 3-domain model.Tomasz Olszak2-0/+8
Bug-Tizen:TIVI-2416 Change-Id: I30d2287aa3402f1aa6a68623132c4f279e36f26a Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.2.90+alphaTomasz Olszak1-1/+3
Tizen-Bug: TIVI-2416 Change-Id: Ie2bf563a58285e08fce8c814157ed79e4ac4f5ee Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.2.2Tomasz Olszak1-1/+1
Tizen-Bug: TIVI-2416 Change-Id: Ifae6f14d683064eca4c2dba27f670b3683ca1a29 Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-07-04Bump package version to 5.2.1Tomasz Olszak1-1/+1
Change-Id: I560e18f54e76c736884f8d5dc7bf3447076fb26f
2014-07-04Added spec file for TizenTomasz Olszak1-0/+73
2014-07-04Fixed warning from Qt 5.3Tomasz Olszak1-1/+1
Change-Id: I21f3b5611e3daca0b6841ed7e5e220ed9dcc09d0 Reviewed-by: Leon Anavi <leon@anavi.org> Reviewed-by: Jarosław Staniek <staniek@kde.org>
2014-07-04Tizen: Settings.hasTouchScreen returns true on Tizen.Tomasz Olszak1-2/+2
Change-Id: I818bff2fcc416215c07b65e6714fcc995e9d3409 Reviewed-by: Jarosław Staniek <staniek@kde.org>
2014-07-04ApplicationWindow: added content orientation handling.Tomasz Olszak1-1/+15
On platforms that does not rotate whole screen when device orientation changes, ApplicationWindow can handle it by itslef by rotating main part of contentItem. Change-Id: I32b1611718d290eb49ab774a5c310fb12ebbfd83 Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
2014-06-18Add changelog for 5.3.1upstream/5.3.1Caroline Chao1-0/+77
Change-Id: I5b3fb1c9e6b91bcf58b72f6e380c3cd580674f3c Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-14Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada6-14/+96
Change-Id: I44e51646f79c71b9ade6cbedd9e22bcae00833c8
2014-06-13Doc: Updated layouts docs with images and snippetsVenu4-9/+77
The images and the corresponding snippets should help the reader understand the Quick Layouts better. Task-number: QTBUG-33799 Change-Id: I0a4831f33d99de87fcd7cb68a36844885509bb06 Sanity-Review: Qt Sanity Bot <qt_sanitybot@qt-project.org> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
2014-06-12Menu: Don't open disabled submenusGabriel de Dietrich2-5/+19
Task-number: QTBUG-39384 Change-Id: I5310c6efb0a7045f6f89c6347551a0043d8e0ca6 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-11Fix CalendarStyle::control as read-onlyJ-P Nurmi1-1/+1
This should never be set by the user, and marking it explicitly as read-only makes it also appear read-only in the docs. Change-Id: I9b66a62d2989446396e4c3ceb81d2ee8575d7a03 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-11CalendarStyle: add styleData.index for dayOfWeekDelegateJ-P Nurmi1-0/+4
The first/last day could be styled in a different way compared to the days in the middle. Expose the index for convenience and consistency with weekNumberDelegate. Change-Id: Ia0cdf5d121f81c243345ea65a8ee355342b4f220 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-11CalendarStyle: document available styleData propertiesJ-P Nurmi1-0/+29
Change-Id: I0eb2a3ef443fe0827cb6b5d1d4bfa44543025906 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-11Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into ↵Sergio Ahumada4-13/+35
refs/staging/5.3
2014-06-11Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada4-13/+35
Change-Id: Ib60d7e00639f5a73bf4eed48e44dab880cdc748b
2014-06-11CalendarStyle: do not hard code the width of weekNumberDelegateJ-P Nurmi1-15/+16
Task-number: QTBUG-39482 Change-Id: Ia46f79e5969b9d0a1262bca871a7f389d0df9688 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-11CalendarStyle: do not hard code the height of dayOfWeekDelegateJ-P Nurmi2-5/+7
Task-number: QTBUG-39482 Change-Id: I7b610a098402f5ec684fc0d7f9b47c4b9981e733 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-10Make Base ToolButtonStyle honor icon size.Mitch Curtis1-2/+2
Change-Id: Iba7cd88bd3d69ad254f312f57845d10c6170af63 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2014-06-10Calendar: respect style provided sizeJ-P Nurmi2-5/+6
Task-number: QTBUG-39473 Change-Id: Ic0f874a6015b13b4833c6e1d6441c54d9533e2da Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-10Calendar: fix dayOfWeekDelegate positioningJ-P Nurmi1-0/+1
The grid line width needs to be taken into account Change-Id: I13ecf5e32d1ae3fa967bbd01ae104686ee371411 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-06-06TableView: Allow resizing and scrolling single-column tablesGabriel de Dietrich2-7/+8
Also makes sure the resize handle is visible in desktop style. Task-number: QTBUG-39393 Change-Id: I44410c65e76b0a3221ea5fce713c1f1b69079947 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-06Menu: Properly relay enabled state to QPA menu objectGabriel de Dietrich2-3/+19
Task-number: QTBUG-39384 Change-Id: I1b71912b4f35ea0aa9e06667a5c0ecedec30f980 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-05TableView: Make sure we get the content width with hidden headerGabriel de Dietrich1-2/+2
The key is to get a headerRowDelegate of non-null dimensions. Task-number: QTBUG-39393 Change-Id: I5ceadb07ebfc84142bbbfe98c5d61780e0314cf5 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-05TableView: Reset dragged header position if not movedGabriel de Dietrich1-1/+6
The user expects the "ghost" header to be aligned with the actual column header when he starts dragging it. Change-Id: Ifccf633403a72fe8448132fe6c349a85acba28d7 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-04TableViewColumn: Process all the rows in resizeToContents()Gabriel de Dietrich1-1/+1
... including the first row. Task-number: QTBUG-39337 Change-Id: I55bf61168840e9a7a5b31d7be2182b6974371a4a Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-04TextField::font: fix the default value handlingJ-P Nurmi1-1/+1
Assigning undefined to font is not possible, so use TextSingleton::font as a fallback instead of undefined. Change-Id: If148f7773ca784c0a1eb78f952dfad073fa9b1e3 Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2014-06-04Fix TextArea's fontJ-P Nurmi1-6/+1
Using a Binding element overrides TextArea::font with a value from TextAreaStyle::font, whereas the style is only supposed to provide the default value. Use TextSingleton's font to avoid the original binding loop. Task-number: QTBUG-39328 Change-Id: I90113ef03dd31b2a060dfe12361708f99b35eb53 Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2014-06-03Make SliderStyle example use implicitWidth and implicitHeight.Mitch Curtis1-2/+2
This is what we encourage, so it should be consistent. Change-Id: I0b9bcaebf45aec599a71a351c924883d432c0af0 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-06-03FileDialog: handle back and esc keys to reject the dialogAndy Shaw1-0/+12
When the dialog was open then pressing the Android back button would cause it to quit the application as it just went straight through. Task-number: QTBUG-39204 Change-Id: I69e5f39ab90a5c280ae4dbd1a498fb6f3d4dcf1e Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
2014-06-02Dialogs: don't allow click passthrough when a dialog is showingShawn Rutledge1-3/+2
On Android and other non-windowing platforms, clicking outside the dialog dismisses it if it is non-modal, but if it is modal we still need to capture the click even though it will not dismiss the dialog. Task-number: QTBUG-39339 Change-Id: I18e892d1ca9c7ed4bea44c462a84b48ca44915d0 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
2014-05-21TableView: cleanup unused Text left overJ-P Nurmi1-2/+0
It has gone unnoticed for a long time ever since 47ef1a5f. As far as I can see, it never was actually used for anything... Change-Id: I28045ca8ba3ecec6869aed1eeebcaab7c2866e93 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2014-05-20Merge remote-tracking branch 'origin/release' into stableIikka Eklund3-51/+2
Change-Id: Ibe2ec06eabd5a60a5f9a98008eba6079fac048bd
2014-05-15Fixed QML binding loop warning.Jason Erb1-1/+6
Change-Id: I1339949afa6aeb659baf7186cbcb7a714d9826a3 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-05-15TextFieldStyle: more fool-proof size calculationJ-P Nurmi1-6/+3
This ensures that such style gets a sensible default size: TextField { text: "Hello" style: TextFieldStyle { font.pixelSize: 30 background: Rectangle { color:"lightgray" } } } Change-Id: I370d8ad324cda09c9b085191ab452c4f8994d1d9 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2014-05-15TableView: fix the position of "filled" rowsJ-P Nurmi1-1/+1
On desktop the content cannot be scrolled when there are empty filled rows, but on touch the content can be still flicked so the empty filled rows must move together with the content. Change-Id: I82e27d26a332d54c051e5d7bf9e1e0ab8e205f76 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
2014-05-14Dialogs: avoid setting invalid geometryShawn Rutledge1-2/+2
QRect::setX() and setY() can change the width and height, even to a negative value, which will make the dialog's intended geometry invalid. The intention was that QQuickAbstractDialog::setX() and setY() should move the window, so it should be done with QRect::moveLeft and moveTop. Task-number: QTBUG-38898 Change-Id: I59104395ed39b09f6b7a99eb177820edb5e46cf6 Reviewed-by: Liang Qi <liang.qi@digia.com>
2014-05-14Remove redundant button clicked handler in QQuickMessageBoxBerthold Krevert2-49/+0
Change c286b4fccb2d83fcc01b21913b95c5e4f21f2982 added the QQuickAbstractMessageDialog::click() handler, which made the QQuickMessageDialog::clicked() handler redundant. (cherry-picked from qtdeclarative/a5669568904b37b1d6b297e7190d18306e198604) Change-Id: Ifd770a3c67b35fd9a4929fc55b9e5298c36fb960 Task-number: QTBUG-35933 Reviewed-by: Liang Qi <liang.qi@digia.com>
2014-05-14Scroll the parent mouse areas when reaching the bounds of a ScrollViewAndy Shaw2-1/+40
Change-Id: I18da235e81fa7547b78b623257226dd4a745b518 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-05-13Don't allow navigation to previous/next month when dragging mouse.Mitch Curtis2-8/+27
When dragging the mouse over the calendar and a date from a previous month is hit, it will change the visible month to that month. This becomes worse when dragging the mouse between in the start/end of the calendar, because there are usually several days shown from the previous month, and the calendar quickly goes back several months. [ChangeLog][Calendar] Calendar no longer selects dates in the next/previous month when dragging the mouse. Task-number: QTBUG-38848 Change-Id: I0b9bc727a05397a8e4f1280e16c91e39e160bf4a Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
2014-05-13Fix selection handling in texteditor exampleBerthold Krevert1-5/+12
Task-number: QTBUG-31784 Change-Id: I7122abbfd346edd85f17c54dfde37db93a1ba0fc Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
2014-05-13Fix CalendarStyle's layouting and grid cell calculation.Mitch Curtis3-249/+348
- Wrap all panel items within a container, so that the frame width checks happen in only one place, and the other items don't need to care about it. - Move the logic involving grid line width into CalendarUtils, so that the style code can be for styling and not maths. Task-number: QTBUG-38847 Change-Id: I99a1f131b9cd608f3f7a7627d51a75780a6cbac2 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
2014-05-12Use RotationAnimator in the BusyIndicatorStyle example snippetJ-P Nurmi1-1/+1
Using NumberAnimation is a bad example, because it won't actually animate when the app is busy. Change-Id: I877a7226c5985f446f6ed6c6f6e709f2296b39ca Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2014-05-12Fix TableViewStyle::rowDelegate docsJ-P Nurmi1-1/+1
Change-Id: I27b0347192def2ebfd761401a037f36d7207b2f5 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
2014-05-08Doc: modified wrong default valueNico Vertriest1-1/+1
Task-number: QTBUG-38772 Change-Id: I8e9c0c6e510e264f1bd262961056489c75fddf83 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>