Merge lp://qastaging/~kalikiana/ubuntu-ui-toolkit/pagesearch into lp://qastaging/ubuntu-ui-toolkit

Proposed by Cris Dywan
Status: Work in progress
Proposed branch: lp://qastaging/~kalikiana/ubuntu-ui-toolkit/pagesearch
Merge into: lp://qastaging/ubuntu-ui-toolkit
Diff against target: 477 lines (+387/-0)
9 files modified
components.api (+11/-0)
examples/examples.pro (+1/-0)
examples/search/MessageList.qml (+44/-0)
examples/search/search.desktop (+8/-0)
examples/search/search.pro (+18/-0)
examples/search/search.qml (+150/-0)
modules/Ubuntu/Components/Page.qml (+39/-0)
modules/Ubuntu/Components/Search.qml (+115/-0)
modules/Ubuntu/Components/qmldir (+1/-0)
To merge this branch: bzr merge lp://qastaging/~kalikiana/ubuntu-ui-toolkit/pagesearch
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu SDK team Pending
Review via email: mp+173996@code.qastaging.launchpad.net

Commit message

Implement Page-based search in header and an example

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

This is a fake merge request. I want to see the diff, jenkins etc but I don't expect review yet.

584. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

[ Kaleo ]
* ListItems Base & Standard: prevent the icon from going taller than
  5GU. . (LP: #1187128)
[ Timo Jyrinki ]
* Remove qmlrunner. On saucy, the less complicated way is to just use
  qmlscene with either environment variable set or with a command line
  parameter.
[ Ubuntu daily release ]
* Automatic snapshot from revision 605
[ Kaleo ]
* Add a CrossFadeImage component which crossfades when its source is
  updated.
* Standard animation durations adapted for new design: - SnapDuration
  goes from 125ms to 100ms - FastDuration goes from 250ms to 165ms -
  new BriskDuration is introduced at 333ms.
* GIconProvider: avoid using QPixmap which is not re-entrant. Fixes
  crashes. (LP: #1197784)
* Fine tuned UbuntuAnimation.StandardEasing to match design.
  Introduced new standard Ubuntu easing
  UbuntuAnimation.StandardEasingReverse.
* Panel.animating: do not rely on comparing real values that sometimes
  have rounding errors. (LP: #1199550)
[ Iain Lane ]
* Add a CrossFadeImage component which crossfades when its source is
  updated.
[ Loïc Molinari ]
* [UbuntuShape] Moved content flagging before implicit sizing to
  prevent assertion.
[ Ubuntu daily release ]
* Automatic snapshot from revision 602
[ Kaleo ]
* Pass import paths from main QQmlEngine to QQuickUtils' QQmlEngine.
  Fixes case where qmlscene is passed import paths via the -I
  argument.
[ Ubuntu daily release ]
* Automatic snapshot from revision 593
[ Kaleo ]
* Latest fix in ButtonStyle had 3 typos. Fixing them. .
* ListItem.SingleControl: Ensure that there is always enough vertical
  padding around the control. (LP: #1198116)
[ Christian Dywan ]
* Include alias types in qmlapicheck. (LP: #1192540)
[ Ubuntu daily release ]
* Automatic snapshot from revision 589
[ Kaleo ]
* Reintroduced QML proxy for ShapeItem C++ class in order to
  workaround CPU hog when no image was set to ShapeItem. (LP:
  #1197801)
[ Loïc Molinari ]
* Added workaround for QML buggy support for color props in ternary
  ops. (LP: #1197802)
[ Ubuntu daily release ]
* Automatic snapshot from revision 584

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
585. By Cris Dywan

Mark onQueryReset default handler as internal

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
586. By Cris Dywan

Build and install Search example

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
587. By Cris Dywan

Use "search" icon so that the example works on phone and desktop

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
588. By Cris Dywan

Provide an action to trigger search; remove built-in reset callback

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
589. By Cris Dywan

Save original header and restore on queryReset

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
590. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

[ Kaleo ]
* Dialog: removed clipping that not clipping anything.
* Removed unused PointerStyleShader.
[ Ubuntu daily release ]
* Automatic snapshot from revision 626
[ Kaleo ]
* MainView: new API to choose the background colors. That requires: -
  HeaderStyle: removed background. - MainView: clip the contents when
  necessary. - PageTreeNode: new properties 'isLeaf' and
  'activeLeafNode'.
[ Leo Arias ]
* Fixed the pep8 errors and copyright notices.
[ Didier Roche ]
* fix icon -> iconSource for toolbar doc.
[ tpeeters ]
* Fix bug where Header did not get linked to the new Flickable when
  Page.flickable is automatically detected. (LP: #1200642, #1192591)
[ Ubuntu daily release ]
* Automatic snapshot from revision 623
[ Kaleo ]
* Removed unused artwork.
* Added experimental dark & gradient themes.
* Reverted standard easings to Quad because it seems
  QEasingCurve::BezierSpline does not ensure the target value is
  always reached. (LP: #1199662)
[ Loïc Molinari ]
* [UbuntuShape] Prevented dangling nodes in the scene graph. (LP:
  #1180794)
[ Ubuntu daily release ]
* Automatic snapshot from revision 618
[ Kaleo ]
* Introduce new theme color palette API centralising the definition of
  the colors used by the widgets to draw themselves. Adapted most
  widgets to use the theme color palette. The color palette defined in
  the Ambiance theme is the one from the new visual design. (LP:
  #1186968, #1197853)
* Switch: refresh to match new visual design.
* Tabs: more robust binding of the header component.
* CheckBox: refresh to match new visual design.
[ Loïc Molinari ]
* Added support for -Werror flagged debug builds and fixed warnings.
* [UbuntuShape] Fixed alignment support.
[ tpeeters ]
* Add API tests for MainView.
[ Ubuntu daily release ]
* Automatic snapshot from revision 613

591. By Cris Dywan

Define global Search and Quit actions and no toolbar

Unmerged revisions

591. By Cris Dywan

Define global Search and Quit actions and no toolbar

590. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

[ Kaleo ]
* Dialog: removed clipping that not clipping anything.
* Removed unused PointerStyleShader.
[ Ubuntu daily release ]
* Automatic snapshot from revision 626
[ Kaleo ]
* MainView: new API to choose the background colors. That requires: -
  HeaderStyle: removed background. - MainView: clip the contents when
  necessary. - PageTreeNode: new properties 'isLeaf' and
  'activeLeafNode'.
[ Leo Arias ]
* Fixed the pep8 errors and copyright notices.
[ Didier Roche ]
* fix icon -> iconSource for toolbar doc.
[ tpeeters ]
* Fix bug where Header did not get linked to the new Flickable when
  Page.flickable is automatically detected. (LP: #1200642, #1192591)
[ Ubuntu daily release ]
* Automatic snapshot from revision 623
[ Kaleo ]
* Removed unused artwork.
* Added experimental dark & gradient themes.
* Reverted standard easings to Quad because it seems
  QEasingCurve::BezierSpline does not ensure the target value is
  always reached. (LP: #1199662)
[ Loïc Molinari ]
* [UbuntuShape] Prevented dangling nodes in the scene graph. (LP:
  #1180794)
[ Ubuntu daily release ]
* Automatic snapshot from revision 618
[ Kaleo ]
* Introduce new theme color palette API centralising the definition of
  the colors used by the widgets to draw themselves. Adapted most
  widgets to use the theme color palette. The color palette defined in
  the Ambiance theme is the one from the new visual design. (LP:
  #1186968, #1197853)
* Switch: refresh to match new visual design.
* Tabs: more robust binding of the header component.
* CheckBox: refresh to match new visual design.
[ Loïc Molinari ]
* Added support for -Werror flagged debug builds and fixed warnings.
* [UbuntuShape] Fixed alignment support.
[ tpeeters ]
* Add API tests for MainView.
[ Ubuntu daily release ]
* Automatic snapshot from revision 613

589. By Cris Dywan

Save original header and restore on queryReset

588. By Cris Dywan

Provide an action to trigger search; remove built-in reset callback

587. By Cris Dywan

Use "search" icon so that the example works on phone and desktop

586. By Cris Dywan

Build and install Search example

585. By Cris Dywan

Mark onQueryReset default handler as internal

584. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

[ Kaleo ]
* ListItems Base & Standard: prevent the icon from going taller than
  5GU. . (LP: #1187128)
[ Timo Jyrinki ]
* Remove qmlrunner. On saucy, the less complicated way is to just use
  qmlscene with either environment variable set or with a command line
  parameter.
[ Ubuntu daily release ]
* Automatic snapshot from revision 605
[ Kaleo ]
* Add a CrossFadeImage component which crossfades when its source is
  updated.
* Standard animation durations adapted for new design: - SnapDuration
  goes from 125ms to 100ms - FastDuration goes from 250ms to 165ms -
  new BriskDuration is introduced at 333ms.
* GIconProvider: avoid using QPixmap which is not re-entrant. Fixes
  crashes. (LP: #1197784)
* Fine tuned UbuntuAnimation.StandardEasing to match design.
  Introduced new standard Ubuntu easing
  UbuntuAnimation.StandardEasingReverse.
* Panel.animating: do not rely on comparing real values that sometimes
  have rounding errors. (LP: #1199550)
[ Iain Lane ]
* Add a CrossFadeImage component which crossfades when its source is
  updated.
[ Loïc Molinari ]
* [UbuntuShape] Moved content flagging before implicit sizing to
  prevent assertion.
[ Ubuntu daily release ]
* Automatic snapshot from revision 602
[ Kaleo ]
* Pass import paths from main QQmlEngine to QQuickUtils' QQmlEngine.
  Fixes case where qmlscene is passed import paths via the -I
  argument.
[ Ubuntu daily release ]
* Automatic snapshot from revision 593
[ Kaleo ]
* Latest fix in ButtonStyle had 3 typos. Fixing them. .
* ListItem.SingleControl: Ensure that there is always enough vertical
  padding around the control. (LP: #1198116)
[ Christian Dywan ]
* Include alias types in qmlapicheck. (LP: #1192540)
[ Ubuntu daily release ]
* Automatic snapshot from revision 589
[ Kaleo ]
* Reintroduced QML proxy for ShapeItem C++ class in order to
  workaround CPU hog when no image was set to ShapeItem. (LP:
  #1197801)
[ Loïc Molinari ]
* Added workaround for QML buggy support for color props in ternary
  ops. (LP: #1197802)
[ Ubuntu daily release ]
* Automatic snapshot from revision 584

583. By Cris Dywan

Implement Page-based search in header and an example

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to status/vote changes: