[SCM] kirigami packaging branch, upstream, created. 8de89818992ed759ea813d26b9b575b7b4356a87

Maximiliano Curia maxy at moszumanska.debian.org
Mon Oct 3 16:50:18 UTC 2016


The branch, upstream has been created
        at  8de89818992ed759ea813d26b9b575b7b4356a87 (commit)

- Shortlog ------------------------------------------------------------
commit 8de89818992ed759ea813d26b9b575b7b4356a87
Merge: e2ddada 7e66a3f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Sep 29 17:23:21 2016 +0200

    New upstream version 1.1.0

commit e2ddadabf92e8788ac38476291a4ad0b1e957b00
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Sep 29 17:22:40 2016 +0200

    Upstream branch

commit 7e66a3fefe0dc83a1ce8992b3952f3ab1ffeb696
Author: l10n daemon script <scripty at kde.org>
Date:   Mon Sep 26 09:25:19 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit df3d0a53f0fe04b68b985d55d5a3a48488fe931e
Author: l10n daemon script <scripty at kde.org>
Date:   Mon Sep 26 02:59:30 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit f8d7e5af5e4ff71dba3ea890e84e0b2257ab346a
Author: Martin Gysel <me at bearsh.org>
Date:   Thu Sep 22 16:01:47 2016 +0200

    update kirigami.qrc
    
    include new qml file

commit 4ec2ddb5eadd08dd447859cc667b51942a9de156
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Sep 22 13:19:04 2016 +0200

    ApplicationWindow.bannerPressed signal
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2830

commit 3838bf052a472243eaf1c37ebb352aa320f87217
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Sep 22 13:00:05 2016 +0200

    Introduce an action to display what we're showing in the menu
    
    Summary:
    We let the developer introduce a tree of actions as a menu.
    This patch makes it possible for the application to see how this is being
    navigated
    
    Test Plan: tested locally
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2831

commit f90a5ca65f04acd14d58098add6614dc0e2577e5
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Sep 21 17:57:20 2016 +0200

    Polish SwipeListItem
    
    Summary:
    Make sure we don't have 2 different code paths for contentItem
    initialization as one of them had a different parent.
    Set a negative z to the background, to make sure it's below the contents.
    Don't let the padding go over the handle, this way the contens will be
    able to fit to the space
    
    Test Plan:
    Looks the same on kirigamigallery
    Now we can make it look okay in discover, as some neon sources get really long.
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2827

commit 4622249da33eb03483f59326d64adea6d0ccf78e
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Sep 15 16:48:25 2016 +0200

    Make application close upon Ctrl+Q
    
    Summary: Or whatever suggested by Qt.
    
    Reviewers: #kirigami, mart, broulik
    
    Reviewed By: broulik
    
    Subscribers: broulik, plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2790

commit 3f2db19b35446eeccdd749f75f5ec1c4a6aced60
Author: Heiko Becker <heirecka at exherbo.org>
Date:   Thu Sep 15 21:14:41 2016 +0200

    Use KDE_INSTALL_DATAROOTDIR
    
    ...instead of hard-coding CMAKE_INSTALL_PREFIX.
    
    Test Plan: Files are installed into the desired location.
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2781

commit 4c6d2b1c1f77a25b45df5c626f8cb5adf7950b0a
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Sep 15 15:55:49 2016 +0200

    Fix warnings
    
    Prefer using the component name rather than the identifier

commit 0af136764a9bcf42a981647dfcd19f8e2fd338ee
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Sep 14 15:28:14 2016 +0200

    Silence warnings
    
    Summary:
    I usually get many like this:
    file:///home/apol/devel/kde5/lib64/qml/org/kde/kirigami/templates/OverlaySheet.qml:150: TypeError: Type error
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2776

commit cdcf2e3ae2ed7181fa9f2fcccebbf77873a8454d
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Sep 13 12:40:35 2016 +0200

    possible to have non full width listviews in overlaysheets
    
    exporting an implicitwidth in the listview in overlaysheet
    it will make the sheetnarrower then the page
    just as when a normal item is used as sheet contents instead

commit 2f62fbbcd566f7a89c341f6b26185f6630a93de2
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Sep 12 17:59:26 2016 +0200

    possible to use OverlaySheet with ListView
    
    Summary:
    by setting a ListView (or a GridView) as the mainItem
    of an OverlaySheet, it uses it instead of an internal Flickable
    due to limitations of ListView, in that case it always takes 100% of the
    page width
    
    Reviewers: #plasma, #kirigami, #vdg, apol
    
    Reviewed By: apol
    
    Subscribers: colomar, plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2580

commit 616af4327cc6ffa4efc42853fd2b6be55755dc67
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Sep 12 15:20:39 2016 +0200

    Standardize Drawer width
    
    Summary: Make it wider, not dependent in terms of the title size
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: broulik, plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2693

commit 341dd95310fa527452deb79fe91f7eff977b2288
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Sep 12 15:15:39 2016 +0200

    Fix warnings
    
    Summary: DefaultListItemBackground expects the item to be called listItem
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2705

commit bf1e0cc0327d2ea99de907fa396f44a86752648b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Sep 9 16:17:06 2016 +0200

    back button on top

commit 7c7b8b98e3cf7e71eed6f2d92638c5d5860e43b7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Sep 6 18:04:44 2016 +0200

    don't round column widths
    
    avoid the weird column width jumps in column widths trying
    to keep a precise number of columns.
    better feeling by just using default column width

commit d8d7059da7e13e0df51a3e705cd515153538ee62
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Sep 6 17:55:20 2016 +0200

    Introduce a Separator component
    
    Adopt it for the list items
    
    Reviewed by Marco Martin

commit 9261ecc98d10f38c4eade84746eb5a9b71bff4ff
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Sep 6 17:33:20 2016 +0200

    Simplify AbstractListItem logic
    
    Summary:
    Make it an Item rather than a rectangle, the background item is supposed
    to be the base item.
    Make sure we don't have 2 different code paths for setting a background.
    Ensure both do the same
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2683

commit dd4173055e1462345d1d848026f6c576367047df
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Sep 4 15:58:14 2016 +0200

    Let the application control the menu further
    
    Summary:
    Introduces a property so that triggering leaf categories doesn't change the
    state of the menu.
    Introduces a function so the application can reset the menu to its initial state
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: colomar, plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2652

commit 7fae08090117de84921b65049674456b1ef04f6b
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Sep 4 15:43:47 2016 +0200

    Always trigger actions, also when they have children
    
    Agreed by Marco Martin

commit 47337e8b7c34f9faf3a2f1cb835936bdc6028932
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Aug 26 15:53:53 2016 +0200

    Properly place the title in the layout
    
    Summary:
    Let the text elide if it doesn't fit
    Use layout properties instead of adding an empty item
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2592

commit 892d33e067bae9bb2f287474b2adf933d74de248
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Aug 23 04:31:06 2016 +0200

    Simplify code
    
    Summary:
    Don't crash if m_stylesFallbackChain is empty
    
    It can be reproduced by defining QT_QUICK_CONTROLS_STYLE=Breeze
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2542

commit 18b6b12d507dae3419a7b6ee0d114aed6f89fb6a
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Aug 22 16:42:44 2016 +0200

    Fix warnings
    
    Don't call null objects
    
    Reviewed by Marco

commit 518d1101c1292b88e3a715369713803046bae2c8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Aug 21 15:45:14 2016 +0200

    Fix warning
    
    Summary:
    Can't assign an edge to an anchor
    
    file:///home/apol/devel/kde5/lib64/qml/org/kde/kirigami/styles/Desktop/OverlayDrawer.qml:115:23: Unable to assign int to QQuickAnchorLine
    file:///home/apol/devel/kde5/lib64/qml/org/kde/kirigami/styles/Desktop/OverlayDrawer.qml:116:24: Unable to assign int to QQuickAnchorLine
    
    Test Plan: There's no such warning anymore
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2517

commit 42c96376e2b0b9b81497032bc16f0355d7c849a1
Merge: ee94b54 a6e84b3
Author: Martin Gysel <me at bearsh.org>
Date:   Sat Aug 20 01:17:30 2016 +0200

    Merge branch 'master' of git.kde.org:kirigami

commit ee94b5459a6eede791c9ce2a17ba49eabd74bff2
Author: Martin Gysel <me at bearsh.org>
Date:   Fri Aug 19 09:30:00 2016 +0200

    various patches for qmake support
    
    Summary:
    add simple script to generate a qrc containing all qml files
    
    add script to find possible used icons in kirigami
    
    add script to gen a qmltypes file
    
    improve kirigami dir detection
    
    fix target/library path in qmake project file
    
    add kirigami icons as resource
    
    update qml resource file
    
    add dektopicon.{cpp,h} to pri file
    
    this files are only needed for the desktop, so only add them on platform
    is not ios and not android
    use 'one line per file' style to make diff easier
    
    Reviewers: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2498

commit a6e84b3b851f604be23203aa2c991bbeee3b8adb
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Thu Aug 18 22:05:25 2016 -0700

    Remove reference to Icon.qml under desktop style
    
    This file was removed in commit 2496430d9404 ("c++ implementation of Icon
    on Desktop style")
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit cf211853c0c0d7597f287374716e6c8d7be8f6a9
Author: Martin Gysel <me at bearsh.org>
Date:   Tue Aug 16 20:07:23 2016 +0200

    update qml resource file

commit 58369a1b49d10ce371a82c3d5dad3e467be73955
Author: Martin Gysel <me at bearsh.org>
Date:   Mon Jun 20 14:59:36 2016 +0200

    add kirigami icons as resource

commit b57e0063ca369892100f7f5d857bbcef948eb877
Author: Martin Gysel <me at bearsh.org>
Date:   Wed Jun 15 13:01:26 2016 +0200

    fix target/library path in qmake project file

commit eb9f763ebfac580a7d1916bcbf8c40eab2194586
Author: Martin Gysel <me at bearsh.org>
Date:   Mon Jun 20 14:58:22 2016 +0200

    improve kirigami dir detection

commit 57152c173207aa2167307b85bf0a2c912436cee5
Author: Martin Gysel <me at bearsh.org>
Date:   Mon Jun 20 14:48:18 2016 +0200

    add script to gen a qmltypes file

commit 72d5ef03a7fb1a022dad06bd16c9e4af69b277cd
Author: Martin Gysel <me at bearsh.org>
Date:   Mon Jun 20 14:48:00 2016 +0200

    add script to find possible used icons in kirigami

commit 0713339585ce9a37513eb752162c6cc4dab32edf
Author: Martin Gysel <me at bearsh.org>
Date:   Wed Jun 8 20:33:58 2016 +0200

    add simple script to generate a qrc containing all qml files

commit 2496430d940447492fae60ac84fe87d5c3b94bb7
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Aug 18 22:46:15 2016 +0200

    c++ implementation of Icon on Desktop style
    
    We can't depend from kdeclarative right now
    (once this is in frameworks maybe we can move here some
    imports)
    so we need a copy of what here is QIconItem, here adapted
    to have the same api as Icon on other platforms

commit 32c980c46295770bc214f94c7cf65aa644f50091
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Mon Aug 15 19:15:36 2016 -0700

    Don't exit the app on iOS.
    
    iOS users perceive that as "the app has crashed"
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 47fb7821de152ea0e73821987e101d6d24296e09
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Mon Aug 15 16:42:08 2016 -0700

    Q_RESOURCE_INIT macro has to be called by user
    
    Calling this from within the library doesn't seem to be the right thing to do,
    according to the documentation at http://doc.qt.io/qt-5/resources.html
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 9e9851837c7bf57f3267738b547e5990e211c5d7
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Mon Aug 15 16:39:21 2016 -0700

    More qmake fixes
    
    The .pro file didn't include the resource file, which made things not work when
    built with qmake.
    
    Also, the .pri file was missing the enums .cpp/.h files.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 00dfb15da00a13e83e30571bf8856f47f7e76bec
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 15 15:11:37 2016 +0200

    hide reachable mode click area
    
    when not in reachable mode, hide the reachable mode click area

commit de375eaabf61d8db7b40540e85832e090126da1c
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 15 11:39:01 2016 +0200

    fix build

commit 2d716ca816f2808c1623fad3cdfc8da94296b45a
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Sun Aug 14 16:31:46 2016 -0700

    Hide non-existant cmake macro
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit f9000fb782482a9837523801db2e443e6c652b7b
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Sun Aug 14 16:29:42 2016 -0700

    Remove reference to non-existant file
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit c22592b54f8d9ec0077c25f79cbcaecf9f4b308d
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Sun Aug 14 15:45:25 2016 -0700

    fix qmake .pro file
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 49f2debb8f24ce30867a2c06ee333127e8d0d45f
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Tue Aug 9 13:27:41 2016 +0100

    simplify licence, make everything LGPL 2+ and remove copies of other licences

commit 250aaf638d6af7933d321c0b300f117945f7436f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 9 13:18:00 2016 +0200

    ecm_install_po_files_as_qm
    
    add missing macro for translations

commit 744dda295216315b14f200aa72ed3c93bed95a64
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 23:52:14 2016 +0200

    always default context drawer to closed

commit 86ee8dabc60469f0c3a9b2e83f33d5de0ffa7d46
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 22:53:21 2016 +0200

    up arrow in the empty area
    
    suggests what happens when tapping the empty area when
    in overscroll mode

commit 4e1086c6d2f6c28b75ddd4ba887df4bfff7f363b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 22:35:15 2016 +0200

    more reliable overshoot
    
    only tap in the blank area (or timer)
    gets it back, avoiding instances in which it "doesn't stick"

commit 6585ae2d28df7a8f8f070a56c96671b796b7e9e9
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 22:16:16 2016 +0200

    typo

commit bc8164c069d26cbb8a250c2ef0a10cfb4d65cbb8
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 22:12:29 2016 +0200

    remove search field

commit d3cd028a3803ccc5fb21910c648393bd3ef098f6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 22:11:08 2016 +0200

    slightly less translucent

commit adb221295c5e332ad875d6cdc53ad66c89c75fcc
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 20:05:57 2016 +0200

    fix layout
    
    * dpi independent sizes
    * margins
    * make sure the thing is centered in the page

commit da280cd2090d037c1210d9b8a43b07192b20d48c
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 8 13:06:04 2016 +0200

    workaround a ColumnLayout problem
    
    Layout.fillWidth: true doesn't seem sufficient
    as items are added only after this column creation
    it usually happens that either the item is not enlarged
    to take the whole width or that an undetected binding loop
    happens

commit 16288298544799bbfb242781113af4197700a4ab
Author: l10n daemon script <scripty at kde.org>
Date:   Mon Aug 8 09:25:29 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 2af378969dad9ad7fe7c986795130a7b9b3bb7f7
Author: l10n daemon script <scripty at kde.org>
Date:   Sat Aug 6 10:00:37 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit c498a8c723165d62921839936dcbad4e163cddd1
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date:   Thu Aug 4 01:38:16 2016 +0200

    Fix message extraction

commit 6620a35b2ba15100a1e0af419ab11f05022cd6be
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 3 21:51:55 2016 +0200

    same size between context and global handles

commit 3929dde38c85241a1f9252c868f35cf3003ec3ed
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 3 20:33:54 2016 +0200

    bigger drawer handles on desktop
    
    to make them the same size as the secondary action buttons

commit 176843ba4c453c10ce06010f9996aaf15a2e1466
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 15:09:09 2016 +0200

    take actions from proper page

commit 81b66b7c1b53141a978e75d1dad1cd2e7da2ed8a
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 15:02:42 2016 +0200

    show separator in right drawers

commit 9d93f6be6cd69f64898716fb691b9cd739a4da73
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 14:46:47 2016 +0200

    make the menu button close the sidebar again

commit 7f92f7f9a3147b0f91b89f6ce064b1846190ee1c
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Aug 2 13:54:14 2016 +0200

    Respect the bottomPadding for the bottom of the drawer
    
    Summary: Use Layout attached property margins rather than trying to compute sizes
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2334

commit 2e8371f5bc692f96a701d7aa485bd2f389214b10
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Aug 2 13:52:21 2016 +0200

    Respect the bottomPadding for the bottom of the drawer
    
    Summary: Make it possible to not leave an empty space below the drawer
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2335

commit 41c02f37b3633873037b10b136747ce81711093e
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 13:31:53 2016 +0200

    typo

commit e86e866fa4a2363c39d7b61f7c38ddfc6b1adb0f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 13:28:17 2016 +0200

    add link to HIGs in main docs page

commit 532b051fd31ab81d91b05a679e72f7bc115ef962
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 12:55:45 2016 +0200

    same size between secondary action buttons/handles
    
    BUG:363798

commit 11e511e1052b7bd522afe1b81456c76a3f342dd3
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 12:24:51 2016 +0200

    don't use separators here
    
    BUG:364999

commit 6770c7a8ea718fb19cf19996cd813394c2fe0bb7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 2 11:42:16 2016 +0200

    paddings properties in Drawer
    
    to be coherent with Page, use padding in drawers
    as Page, only use it if a scrollview isn't the main item.
    by default items will have margins, but possible to remove programmatically

commit b2aa543d41509ec21e39fcf3063d941c4bc7a954
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Aug 2 00:15:38 2016 +0200

    Revert "Let the drawer contents take the full width"
    
    This reverts commit cf7ea0a6adda918b063c1bd3475fe204a68f5985.
    
    I wasn't supposed to commit this, I suck at phabricator. :(

commit 6f4f64ff9c3a373fda5b8b0dabdcab7c648b9bae
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Aug 2 00:12:06 2016 +0200

    Fix documentation

commit cf7ea0a6adda918b063c1bd3475fe204a68f5985
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Aug 1 17:55:19 2016 +0200

    Let the drawer contents take the full width
    
    Summary:
    I'm not sure why it was done like that, but otherwise we're forced into
    some margins which look weird, especially when having ListItems at the
    bottom, because they don't look like the ones on top
    
    Test Plan: Works on kirigamigallery, works on Discover
    
    Reviewers: #kirigami, mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2327

commit e24d9e25561616c5dd05f67b7b67e10b7f893909
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Aug 1 16:47:40 2016 +0200

    Properly check if the page is in bounds
    
    Summary: We were just checking on the lower bounds
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2326

commit ee914c9653c72ac1acd67cc95adfe93a4d9213e8
Author: Olivier CHURLAUD <olivier at churlaud.com>
Date:   Mon Aug 1 17:03:23 2016 +0200

    Update metainfo.yaml to have Kirigami on api.kde.org frontpage

commit ed4dc41ff9c64ec2a0026a4ecf6c115fb23b36b2
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 1 16:48:46 2016 +0200

    add a logo

commit 3c64af891575abfe5331a94cff863566e56700c5
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jul 29 18:24:25 2016 +0200

    keep again titles visible when possible
    
    fix the behavior of scrolling the page titles on horizontal scroll

commit 7a7ac0dccbfed5eabbd78caab3d2ebfad1bee63f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jul 29 18:10:13 2016 +0200

    fix tabbar in desktop mode

commit 313b6f5b72d2c0aa8c5c146c4d5ed56c436f22e6
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jul 29 16:20:31 2016 +0200

    add an enum for applicationheader mode
    
    the ApplicationHeader can be:
    * Auto: switches between breadcrumb and titles on wide/small screen
    * Breadcrumb: always breadcrumb mode
    * Titles: always titles mode
    * TabBar: titles look like tabs, both in small and wide screen modes

commit a4473d2fc9d70935c286064891df7fdb86672fe9
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jul 28 20:48:26 2016 +0200

    Change local property into an alias

commit b324207bcbd23d80af4597b88a9946d03658e0c6
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jul 28 20:46:53 2016 +0200

    Revert "Prefer aliased properties"
    
    I didn't mean to push these changes, sorry
    
    This reverts commit 47445f6e2167f8e5ba4ea7ae72d3ec9474231149.

commit 47445f6e2167f8e5ba4ea7ae72d3ec9474231149
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jul 28 17:25:48 2016 +0200

    Prefer aliased properties
    
    We make sure there's no useless type conversions in the way

commit b1915a07b9023a602213f88b48d395db40caf56f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 28 18:00:38 2016 +0200

    only use qsTr

commit b573ab82635055a233b3473a11fa48f7766c0b4d
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 28 17:58:30 2016 +0200

    try to use internal Qt translations system

commit 69d297937b01b00aa31e0e01d56a36041d17d665
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jul 28 16:58:18 2016 +0200

    Prefer alias to new property
    
    Summary: It's better to just have a property aliased than duplicating it. Both for readability and performance
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2305

commit b8ba5a4bdb27c9d2696b2c105d36ed78c80c37e0
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 28 16:32:24 2016 +0200

    use qsTr if i18n is not available

commit bd417b6ab750d26751350e4f7a3166a7c476dc9b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 28 16:11:40 2016 +0200

    custom colors properties in items
    
    the ListItems (Abstract, Basic, Swipe) have
    properties for their text and background colors.
    textColor
    backgroundColor
    activeTextColor
    activeBackgroundColor
    
    respectively for their text/background on normal cases and when
    pressed or selected. By efault they are binded to the proper
    theme colors, is advided to leave them as default
    except for very particular use cases

commit 6d1d05bd3f8bdcdacb064f90314af849fd09a606
Author: Dan Leinir Turthra Jensen <admin at leinir.dk>
Date:   Tue Jul 26 11:11:37 2016 +0100

    Don't hide part of the actions behind another mouse area
    
    Fairly certain this will have been a problem for a while... funny
    sort of error, too, but only exposed when you've got a tall list item.

commit 0e6c8d65ee7c0a815dcfcb0246d9120da55569e7
Author: Dan Leinir Turthra Jensen <admin at leinir.dk>
Date:   Tue Jul 26 10:43:02 2016 +0100

    Add support for actions with enabled/visible properties to SwipeListItem

commit 86459563048ad9fdc268090f20ad6fd6633b0085
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 21 11:12:52 2016 +0200

    remove dead comments

commit 50b4b7b032a295234436bb62a9575a592c44bf57
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jul 20 11:26:49 2016 +0200

    Fix warnings
    
    Summary: Make sure we don't ever call null objects
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2144

commit a97688be2d938788c6fd10f9c5335394070cf088
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 19 14:31:37 2016 +0200

    different listitem height between desktop/mobile

commit bf7acfb5e572bd55e5c95bf45499ad314dcdc79a
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 19 13:27:41 2016 +0200

    don't paint shadow behind handle
    
    don't use a dropshadow effect, as it would paint
    the shadow visible behind the handle itself, but with layering
    hide a black rectangle that is casting a blur, which will
    be the only thing visible
    BUG:364998

commit cee414728f4579b2c077a16165c31dd589649b44
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jul 14 13:25:27 2016 +0200

    fix build

commit 2062428cd8a959662497f3212ae9885892f0dbeb
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 13 21:44:37 2016 +0200

    exclude 24 pixels

commit 27fcf41eac74502e93e240991765a299a5a4b4cb
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 12 13:07:22 2016 +0200

    more padding in the top title
    
    BUG:365001

commit 0e21dc3de9801e2699aa3eaa4db2d5c0c72a2684
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 12 13:04:05 2016 +0200

    fix logic

commit 13aed68201c43cb9374f5554470720fafe50525d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jul 11 20:01:57 2016 +0200

    try harder to fill the width
    
    in the case it's directly in a ListView, use width:parent.width
    in the case is in a ColumnLayout, use Layout.fillWidth: true
    
    removes warnings

commit 1f949f4eaf7f910716d966d4807c3fc142a9b1b8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jul 7 13:20:42 2016 +0200

    Create a Colors page in the Gallery
    
    Summary:
    Will list all available colors and show them in a rectangle, so that
    the user can see what we're talking about.
    
    Reviewers: #kirigami, mart
    
    Reviewed By: mart
    
    Subscribers: colomar, plasma-devel
    
    Tags: #kirigami
    
    Differential Revision: https://phabricator.kde.org/D2110

commit 7f11cdf9fbd9d9ed280ad6b16965c331d778c971
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 20:35:21 2016 +0200

    no back button on tabbar mode

commit 80e46eadcbfd7cc3358bc98eeedc019dad058699
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 20:24:41 2016 +0200

    try harder to keep current index visible

commit ce04fd659b9b79dec790d397960d4d6d26196bf9
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 19:12:59 2016 +0200

    hide separator when no actions

commit e6d116f0f4d4e092b61676510697c33d361ce03c
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 19:03:37 2016 +0200

    restore "tabbar" mode

commit 24f0214d5e40b100ccc94db2782fd1eb4dc305a3
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 18:09:56 2016 +0200

    unbreak AbstractListItem
    
    it has to default to its parent width, that's the point of
    AbstractListItem

commit 398ab72264da245c193ba8fac5e9f9b1ec8c5031
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 6 17:41:28 2016 +0200

    new property: topContent
    
    it's possible to put the stuff in the GlobalDrawer
    on top of the actions by setting the property
    topContent

commit 2a988bdfcf0f5fe2e9a389480ca12212b7bcf6a8
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat May 28 01:36:59 2016 +0100

    A component shouldn't manage it's own geometry
    
    Summary:
    Also within this context, it's private and ApplicationWindow sets the anchors
    anyway.
    
    Reviewers: #plasma
    
    Differential Revision: https://phabricator.kde.org/D1698

commit 7240b66f6d8b868720cc686ba8855118a0ae607d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat May 28 01:31:59 2016 +0100

    Don't set the implicitWidth the parent's actual width
    
    Summary:
    Constrainting the delegate's width to the list view's width makes sense
    and will happens automatically.
    
    Constaining the implicitWidth makes no semantic sense.
    It throws away an important piece of information and achieves nothing.
    
    Reviewers: #plasma
    
    Differential Revision: https://phabricator.kde.org/D1697

commit 4867c4cda3c12601bd32dd583a0c355d470f1ca9
Author: Dan Leinir Turthra Jensen <admin at leinir.dk>
Date:   Mon Jul 4 12:44:34 2016 +0100

    Make the path resolver work as expected on Windows

commit 4f0dd7d468ddf44af46b8bdd49b6ba0dc60188c3
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 30 18:29:18 2016 +0200

    don't do random columns width
    
    CCBUG:364932

commit 525f22a70f1041b93cdbec0ad7aa9ea305a13895
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 30 18:25:37 2016 +0200

    add a non interactive mode for the pagerow

commit 618d7821930a7651c48019bb699a9d3bedd2b988
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 30 17:18:47 2016 +0200

    add an example with a toolbar

commit a030dfc093aa7c0b645ec58061f1dfbd0df9c419
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 29 15:30:04 2016 +0200

    make sure it loads in static mode

commit 5eb149c627c9687edac4d9d48e45ffbe641e083b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 29 11:04:26 2016 +0200

    don't break ContextDrawer in Desktop mode

commit 5be2d65e902125e012cef3cd0ffe315221b7b29c
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 22 16:44:29 2016 +0200

    use automoc

commit ba188c2bfbab519347000cec91b58887fce8ed7c
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 22 15:32:50 2016 +0200

    in static mode don't depend even from ECM
    
    be as minimal as possible when building a static library

commit e87fe11d726bb11a58b8da92afc355884affa9dd
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 22 14:40:38 2016 +0200

    title and action for compatibility
    
    probaly this broken by purpose version of ContextDrawer
    should be removed

commit 6fe5dbe7dea750154b4d2a0091f7d70787fefc46
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 22 13:22:22 2016 +0200

    support static libraries in cmake too

commit 1f272cc5397f7dae4a2d78538402d62fdb29f610
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 22 12:02:25 2016 +0200

    add the missing qrc

commit 587f9d6f6324171a600f73ecc95a254b26ac450b
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 21 17:42:36 2016 +0200

    add a disabledTextColor property

commit 5025203dfbd47ac8f4020866794a554d8fc784ad
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 14 17:12:05 2016 +0200

    don't default on desktop on android and ios

commit 5c748159330212baf9dee3fa1eb6e65f92deca1f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 14 16:47:06 2016 +0200

    fix build

commit 531c1360f4e8ce185d14a07f2f5643c760ba9757
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 14 16:34:07 2016 +0200

    correctly build and load in the plugin mode

commit aa6a1296ba53aa6ddf128417789426726e233fca
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 14 15:00:17 2016 +0200

    make kirigamiplugin also statically linkable
    
    this makes it possible to simply put kirigami in a subfolder and include the
    .pri file in the parent project. everything get linked together.
    useful especially for iOS
    
    Patch by Martin Gysel <me at bearsh.org>

commit 359b47c713b85cdc94dfecd32787e15a93825359
Merge: 5b14cf6 4da773d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jun 13 17:59:49 2016 +0200

    Merge branch 'master' into mart/runtimeTheme

commit 4da773dbdf321174c4084c3610233064745eec60
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jun 13 17:58:41 2016 +0200

    manual handling of click
    
    Don't rely on native onClicked, but fake it here:
    Qt.startDragDistance is not adapted to devices dpi in case
    of Android, so consider the button "clicked" when:
    * the button has been dragged less than a gridunit
    * the finger is still on the button

commit 5b14cf6ebe3b0c92522ee0d757fd5b2d3f33023b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jun 13 13:27:07 2016 +0200

    remove binding loops
    
    use a bool as semaphore to avoid the loop
    like in overlayDrawer

commit 413aa5a64d3f1096189773f4d2c8a97906ebd488
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jun 13 11:10:48 2016 +0200

    don't load the action button if toolbar is used
    
    use a loader for conditional loading

commit 67c577f8bbeb7be53abe2a3950a0a8471ecbf155
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 10 15:21:27 2016 +0200

    correctly initialize main page geometry in desktop mode

commit adc0584960fb3a65700935d51820de2eb23e20c3
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 10 11:54:26 2016 +0200

    crash--
    
    instantiating the toolbar after the compoent is completed
    seems so avoid a very frequent crash on startup

commit 4217a937395d035e05116e310e375a3b55a3eb30
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 9 21:06:54 2016 +0200

    completely base on equal column widths
    
    replace current index and snap calculations
    with static calculations based off the
    global column width

commit 8efd6c17a83263986b3d528ff07d60377e673f20
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 9 16:28:48 2016 +0200

    pages are all the same size again

commit c321904ac30e7a9b137b5c4ad051392753bd30f8
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 9 15:40:17 2016 +0200

    optionally put the toolbar in the header

commit e8cad9e5f2c17294aa333885198c583a2cc7dc63
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 7 17:50:46 2016 +0200

    restore sync header position->pagerow position

commit 6f4dd72cf74f109dd93040ed229ce39e18df0770
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jun 7 16:05:58 2016 +0200

    global reacablemode property
    
    expose explicitly the overshoot behavior with the reachablemode
    property. this simplifies a lot the code
    tough gives apps the possibility to know they are in reachable mode
    and they can set it explicitly. Wether this is a good thing remains
    to be seen.

commit 901bdeedb601e67e5e0a065a605c501b2169a8cd
Author: Marco Martin <notmart at gmail.com>
Date:   Sat Jun 4 08:57:52 2016 +0200

    make the kirigami package findable by cmake

commit 47f13639c70f2c5ceb0fb6cd7b077165e28c56e9
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 20:06:07 2016 +0200

    make sure passivenotification above everything else

commit 1ebb8941d30a4beb34b4ea8e0943d7d74840625b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 20:04:37 2016 +0200

    different default desktop Application

commit 78d848c45b3c21d10e0b017ee4634b969208a396
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 19:41:46 2016 +0200

    always show the header when toggling  to visible

commit 0490c081656f4913b7b819e81299edf99c238189
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 19:33:50 2016 +0200

    fix morphin of handle icons

commit 70c8271b7f243d7109cdb189df1ae7d7c43ce45d
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 19:23:20 2016 +0200

    fix scroll animation
    
    fix scroll animiation if the reason for resize is current item changed

commit 8c86bec5b34002d7c8f8edbd856652c05710359f
Merge: 025249f 5e7e542
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 19:06:34 2016 +0200

    Merge branch 'master' into mart/runtimeTheme

commit 025249f9191424ef64c86bb96e3826c67888e64f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 19:02:05 2016 +0200

    fix undefined reference

commit c360cfb6c6d7515a7d7bad0689270581fab8f8bd
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 18:50:48 2016 +0200

    don't show separator of last page

commit 742b2d1d3aae10eaa9fc4112749b6d46c07ec08b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 18:47:30 2016 +0200

    fix title positioning

commit e917bf3f38169b1e362d8fceb51d88f98592df31
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 16:26:54 2016 +0200

    more margins in the passive notification

commit 01fbd4e70e17caf87c4f86220fb620eb16e5c565
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 16:13:14 2016 +0200

    an edge shadow to make overhoot prettier

commit d0d81ba1b070e98a22c79186bf59efb1c71df419
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 15:49:50 2016 +0200

    margin under drawer to make space for FAB
    
    unfortunately applications will have to explicitly set it
    for now

commit 88fcfb7b43a72f76cb57c008c66b5706d60b6214
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 15:41:20 2016 +0200

    proper sizing of drawer handles
    
    enlarge icons on mobile devices.
    if the kiconloader sizes are just multiplied by devicepixelratio
    they still are too small for being confortable for a touch only
    UI

commit ba48c362d38a85d6c6c0516546c4aaf59ac83c17
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jun 2 14:35:36 2016 +0200

    better splash screen

commit 2e55d4d61213bfb56f3d3dbcea5d48e5ad68023e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 1 18:10:29 2016 +0200

    show the header when resizing the window
    
    avoids hedere becoming unreachable when going
    from landscape to portait layout

commit b7df2fba8fc64e11eb91d89c5a8512ac5baf9342
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 1 18:00:07 2016 +0200

    close the virual keyboard on sheet close

commit aa73ae23c0d118f4ad6e0cbb26e02b178bd98944
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 1 17:57:51 2016 +0200

    don't let the action button cover text fields

commit cefa09d8c78b35b24d84457e10866f94e7a1f129
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jun 1 14:50:02 2016 +0200

    adapt to api change

commit cb1409a80143a2621267db7e5d04898e68687b8c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 31 15:42:44 2016 +0200

    try to keep the current page in view when resizing
    
    when resizing the pagerow and more pages are visible,
    try to keep the current page at the same proportion
    x position in regard to the viewport

commit c9f8a7b0219572c75fb9f4c62ca507fa0a231a75
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 31 12:43:36 2016 +0200

    adapt to new libplasma api

commit f4cb49b474ce6ed2919e67f2cb6b8e8138ebf84b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 18:56:48 2016 +0200

    dd a pri similar to a pro

commit 3dadc67b70bf8badae3bf99c9896034fdfcb97a6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 18:35:36 2016 +0200

    generate a .pri file

commit e071d402054618f9ff5f80bcd5ea0c0ce67e051b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 17:55:04 2016 +0200

    sidebar management by altering contentItem
    
    manages the sidebar by manipulating AbstractApplicationWindow
    contentItem: either its anchors margins with non modal drawers
    or its horizontal translation transform, in the case of a
    modal SplitDrawer. This is a lot of ad-hoc code
    that hopefully can go away with QQC2
    
    Makes SplitDrawer work both in modal and non-modal modes

commit c5c8521765a0c8a4381a9939f703e443fab5d4f7
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 17:14:57 2016 +0200

    remove EdgeShadow from templates

commit dcc82cdf60e821a9d5e7e4c629e5a6303ba763b3
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 17:13:13 2016 +0200

    move SplitDrawer styling in controls
    
    ouy of templates

commit 1f9dfc2a6028605d4b0d8b7d08cfb5b8f39dd8c2
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 15:29:09 2016 +0200

    styling of list items in controls
    
    other styling parts out of templates

commit a58ec0c7fc66a38bf96dc858686e683f1ce2aaf6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 14:59:06 2016 +0200

    move styling of OverlaySheet in the controls

commit 63ff5248a3eece6b2bf8f46aa65ba7bad61b9b46
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 14:31:58 2016 +0200

    don't show the selected overlay for invalid icons

commit 08b075a1fb98059295bfde11a9c548501e1e3d5b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 30 13:54:06 2016 +0200

    add a simple qmake version to build it
    
    on toher systems (such as iOS) using cmake
    may be too complicated, since we don't use particular stuff
    use a simple qmake file as well to build on those
    platforms

commit b1348c42310a48edac44593e8f8fce0ac688c498
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 16:50:20 2016 +0200

    typo

commit 232492721d36562095b8f1f373e73afd63b0374c
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 16:49:04 2016 +0200

    sidebar open by default on desktop

commit b5c255e5db9f8d0c4650f21acfbf29c31cea193c
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 16:45:57 2016 +0200

    use ContextIcon

commit d69144ebc98ec4d5965591c34eb50c74c57b0b81
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 16:36:30 2016 +0200

    the ContextDrawer on Desktop is purposefully "broken"
    
    no contextdrawer on desktops, the toolbar has all the actions,
    when the actions don't fit, add a Menu with the actions that don't fit

commit 427e9f10bbd006db4e444e65ee6e5c6ada9e1494
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 13:04:59 2016 +0200

    Page for desktop mode, using a Toolbar

commit 3758d8b5808a306b9dcde27d718298ad929893ef
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 27 11:55:15 2016 +0200

    flat handles in desktop mode

commit 5e31e65dd514fc85735e3a3889417004ce63ec38
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 22:27:53 2016 +0200

    default as non modal in desktop mode

commit 57e5824cdb16a73a95957d128c10515542c8abab
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 22:12:50 2016 +0200

    make imports work correctly
    
    if the root objects ApplicationWindow or AbstractapplicationWindow
    use the templates mechanism, some imports get broken and for
    instance the plasma style won't load correctly anymore

commit 42b16fd530f3eceedfb987269892bb4d9ac1f56d
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 19:57:12 2016 +0200

    start of a style for OverlayDrawer
    
    the handle still need styling

commit 0bc83eb83dd00d94fb34a62cdff890826fca7245
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 15:35:41 2016 +0200

    Use the "templates" concept similar to QQC2
    
    move many controls to a private "templates" folder
    
    all elements are registered to qml with a c++ plugin that searches
    those matching a style defined in the QT_QUICK_CONTROLS_STYLE
    environment variable, following QQc1 and QQC2 All elements that
    won't be defined in a particular style will fallback to a default
    one that has no dependencies

commit 5e7e54283f2f94368d14ed69b7f4a6dd60d1183b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 12:23:42 2016 +0200

    make sure submenus don't get stretched

commit de0064caa31e7c47b42afec1540c7328d9fc89a9
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 26 11:57:44 2016 +0200

    white arrow when pressed

commit 5cf71c256cdfc5dde106e933d9dff1831d066170
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 15:35:53 2016 +0200

    fix warning
    
    don't depend from properties outside the root item
    
    bind morph to position form outsuide the handle implementation

commit be51a2384f46a5d8e58d6aba6601b77bb3e2620a
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 15:30:28 2016 +0200

    get rid of removed named color

commit 4471fc33ea61374ce9f5fd7f0185f0eaf8d920ae
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 15:26:24 2016 +0200

    assign the proper color
    
    same color assigning logic of BasicListItem

commit 38d961751e3e9cf122ed6974cfa96a9fc5b69c81
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed May 25 15:16:40 2016 +0200

    Fix warning
    
    Don't try to clip to an item if the row is empty
    
    Reviewed by Marco

commit 987c3af6b96dd2a597c54ab02b3709b73ed650d3
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed May 25 14:58:36 2016 +0200

    Fixes warning
    
    Make sure the cacheBuffer is not negative
    
    Reviewed by Marco

commit 8b41e5cc0660af27e452825969da1f2bb95bc26e
Merge: b3b3de5 99a3195
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 15:01:36 2016 +0200

    Merge branch 'master' into mart/runtimeTheme

commit 99a3195a5e43704309c8ded2093c4cc208756e32
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 14:33:52 2016 +0200

    hide action button when doesn't fit in the window
    
    on phones with horizontal screen and keyboard open
    the action button may cover everything

commit 0347dd2e3d9db9041e956e6132308eca2b2a57d6
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 13:30:27 2016 +0200

    make shadows with 8 gradient edge items
    
    this way the shadow is not really matematically correct,
    but it has smaller textures. with a Shadow or RectangularGlow
    it breaks on some mobile devices when the OverlaySheet is bigger
    than the screen

commit d7883c59917faeca7b3e9d98e03fdc7aff1582d4
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 25 12:01:37 2016 +0200

    try to use a glow as a shadow
    
    it seems that using the shadow effect with too big sheets
    breaks on mobile devices (texture too big i guess) try to use a
    Glow instead to see if it's simpler enough to work well on phones

commit a187b9a2f7ec2fbadb9e054c5b922d6b8b20fe47
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed May 25 01:59:00 2016 +0200

    Fix warning, Kirigami is not namespaced in this file

commit bbd95f723d922a80c9c78cda5371c7ccbab8ec28
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 17:53:57 2016 +0200

    empty space to not cut away the shadow

commit 32b218a63817e10f2b37c1a0b789b2516c2d7fce
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 17:48:00 2016 +0200

    move again the header when overshoot

commit e4e4b6aa3ec23dd9191740893ed598184740dbb3
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 17:17:18 2016 +0200

    move pull down to refresh example in listview page

commit 79d461c640a51ed77a55d544d60695ad7b7b0e2c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 16:45:12 2016 +0200

    correct scroll indicator

commit 9d3c33532ca3050317def54010a03fbce27a7baa
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 16:39:37 2016 +0200

    make the radio buttons actually work

commit 1a948d21a80d22909d7f51ecf33ba4d1f21a5f9e
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 16:31:40 2016 +0200

    better look when there is no main button

commit 07ee3820dc7462bb837da33a47aa74565cbda0b3
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 16:13:18 2016 +0200

    Better passive notifications look
    
    * looks less blurry
    * positioned on top of the action button rather than overlay
    * "tooltip" made with a passive notification on main actions long press
    * feedback with a passive notification after clicking fake actions in the gallery

commit 94e440e3c37935c561a6aeec7b3bff9ece73248a
Merge: cbc7af5 8c540e7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 15:00:31 2016 +0200

    Merge branch 'mart/nonmodalDrawers'

commit 8c540e7c5c800c6ee59d2cd7858d80eabb086169
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 14:59:28 2016 +0200

    fix fake context drawer button dragging behavior

commit bdc8373b5a5b8944127fb7814a869845e8c2c5a0
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 24 13:48:52 2016 +0200

    clean up bottom bar implementation
    
    now the bottom action bar is an item that stays anchored
    and only its contents slide around.
    the context menu button doesn't slide around
    the bottom bar clips content so buttons don't get dragged
    inside other columns

commit 222aaceb233d7575d31ea4e91771c1a9e9bbe463
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 19:45:37 2016 +0200

    show context button only on pages with context act
    
    only pages that have contextualaction can show a contextmenu button

commit a2baabfb9d1a4089c580eded9944d02a0bd8fc45
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 19:35:19 2016 +0200

    In widescreen mode, context handle on every column
    
    add a fake context drawer handle on every page when in widescreen mode
    this makes easier to open the "right" context drawer for the right page

commit 43d39618d9056a1a40102f806bea6613a78e94fa
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 17:34:36 2016 +0200

    z order of drawers more as expected to be

commit 7d85ebdfcbbbff41a668a7bf95dfde8bcb015343
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 17:26:24 2016 +0200

    ignore completely non modal drawers
    
    when there are non modal drawers ignore them completely
    from the drawer management from action button dragging

commit c0d66bdae218808f4cd77768ffda7fafc96556c5
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 17:10:32 2016 +0200

    don't close drawer on clicking if not modal

commit 5fb7187d98de475314937538fea1c562ef56e20d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 16:09:10 2016 +0200

    fix a top margin on widescreen mode
    
    the widescreen mode is now a property of AbstractApplicationWidnow
    when the application is in widescreen mode, put a margin on top
    for the whole content item, in order to display completely the
    scrollbar of the refreshablescrollview when in desktop mode

commit cbc7af5249af4fcb04f49beab3e17a88f8019085
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed May 4 17:16:26 2016 +0200

    There's no such second argument for function pop
    
    Summary: When replacing, we don't want to pop until currentItem, but an additional one.
    
    Reviewers: mart
    
    Differential Revision: https://phabricator.kde.org/D1540

commit 9a24abdbf722bfc11ce96f9e6280d568f41bd349
Merge: 12c1985 32877e3
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 23 14:23:27 2016 +0200

    Merge branch 'master' into mart/nonmodalDrawers

commit b3b3de56ec00f42522944d512dd682e834f547c2
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 20 18:24:53 2016 +0200

    use the selected icon concept

commit 32877e32d7201f4fefee671d9dbafbc1bebc893f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 19 14:12:34 2016 +0200

    resize ApplicationHeader instead of moving its y
    
    simplify the logic of header height calculation.
    instead of scrolling the header up or down, resize
    its height (children won't be resized) it's more inline on
    how it looks and makes its logic a bit more straightforward

commit 12c19852c6f357fc30424db793ce8f7d71e9e62e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 18 18:38:03 2016 +0200

    introduce the concept of non modal drawers
    
    if a drawer has the option modal: false it can behave like
    a sidebar.
    It may have problems as QQC2 drawers may not be adapted to
    have this behavior

commit 37b16f3a39e638be98d65d0b6a0ec199c1e1bd38
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 18 11:07:26 2016 +0200

    flickable is always interactive in overlaysheet
    
    also when using desktop style

commit 492bd7c9901d978ab04519fed91c53d52b16f30f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 17 15:53:27 2016 +0200

    runtime selection of styles
    
    use QT_QUICK_CONTROLS_STYLE to select the style
    always fallback to Desktop then to Fallback
    
    this makes kirigami depend from the C++ plugin

commit 35d168fd66037223c03e726357569c996de52d63
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 17 12:50:49 2016 +0200

    try not to depend from ApplicationWidnow
    
    if applicationwindow() is not available, try
    to find in the current context activeFocusItem, that
    should be available when used in any instance of Window subclasses

commit adad023642017dc674350f468969e998c18e7e97
Author: Marco Martin <notmart at gmail.com>
Date:   Sat May 14 21:24:32 2016 +0200

    make sure the overlaysheet is direct child of a page
    
    overlaysheet needs to be direct child of a page, as
    needs to be on top of all the other contents and must
    not have the margins of the page
    
    do it in the Page rathe than from the OverlaySheet as
    it was done, in order to keep possible for
    OverlayDrawer to be used outside of Page

commit 2d9c93f26ebddbb76c9d8a40774629c3fae1b802
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 13 15:31:03 2016 +0200

    move default controlvisible property to superclass

commit 00e680f5134331ca7236b43754613ab62ca080cd
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 13 14:58:50 2016 +0200

    fix checkable actions

commit e45bb0f4c30086417c10a354d06988dc6024b25a
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 12 17:53:13 2016 +0200

    possibility to have a sidebar
    
    adjust pagerow and the header if there is a margin for the pagerow
    where the application would stuff a sidebar
    add an example about it

commit 71afa17ac89770bb8005ba3a004f81e438bf2496
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 11 16:11:02 2016 +0200

    give OverlaySheet a more "dialog" look
    
    if the contents of the sheet have a "sensible" implicitwidth
    (ie more than 0 and more than parent.width/2) use that width
    so show empty sides near the sheet

commit 6b6f9da33e062eb5277a6f380c6130ef927bc07a
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 11 13:22:02 2016 +0200

    THEME cmake option
    
    choses the theme to use by passing
    -DTHEME=Plasma
    -DTHEME=System
    -DTHEME=Fallback

commit c4273b84cab443cb8f21b334627ea62d2ba6a99d
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 11 11:17:05 2016 +0200

    keep titles visible when possible when scolling
    
    don't let the back arrow cover titles, keep them visible
    when scrolling

commit 0bf343de7c4ce1fb5b2f27b78e7bb2db9c714a4d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon May 9 12:08:16 2016 +0100

    Fix documentation about inheritance
    
    AbstractApplicationWindow inherits directly from
    QtQuick.Controls.ApplicationWindow.
    
    ApplicationWindow's inheritance will then be calculated automatically.

commit 79c6e253e84bb1523f4f53b82f9bf8327bbafe0a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 17:08:40 2016 +0200

    Fix freeze
    
    since items are deleted in an async way with deletelater
    move them out of the way to have layout.children updated
    immediately, avoiding an infinite loop

commit 2dbb2b43e1010019b7812bab832465069ab8a2db
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 17:02:56 2016 +0200

    Use the back button on desktop
    
    fix the back button that got broken on ios
    and use it on desktop systems

commit f491692e385b371231000cbb933ff781ad6e8b12
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 16:02:00 2016 +0200

    get rid of reparenting in overlaysheet

commit 325863905b1c77eae12ca13510d0dd4b43fd517a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 15:48:28 2016 +0200

    remove unused module Models

commit 9abca92dd87497b8be5d76e04147e6502fa2bc34
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 15:44:18 2016 +0200

    Depend from Qt 5.5 again
    
    remove the usage of ObjectModel, as it had too many
    problems to be used as source of ListView, so
    is not necessary anymore. Now it should work
    fine again with Qt 5.6

commit 26a3c1b7e58bc9570e7544b5c449deada32b2997
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 14:37:35 2016 +0200

    proper margins at the edge
    
    adjust margins so that the edge margin is really at the edge

commit 6863dddd7c36afa4a8ee88d9c6e2c7b5ab5c10b0
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 14:32:37 2016 +0200

    Always use a scrollindicator for PageRow
    
    on desktop pagerow shouldn't have a real scrollbar
    since there isn't a simple scrollindicator component
    implement a very simple one from scratch

commit 8e7165edbc0f47df43900854401e8c9af4bb3fc5
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 14:18:24 2016 +0200

    allow opening drawers by bottom swipe
    
    on weird platforms like Windows10 or Ubuntu phone
    where lateral edge swipe is for the system and
    bottom swipe is for the app.
    to open the drawer, swipe up+left or up+right

commit 910eb29f3e9162c522ba11c33106ccd6b82b19d6
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 10:55:55 2016 +0200

    more verbose introduction as Mainpage.dox

commit bc5e2fb06c8e508fbe648f22dd4b67a7c8c11528
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 10:34:05 2016 +0200

    make AbstractListItem support mouse events by default

commit 12f25488bf764221893a3740c3a82c391ac6ec91
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 10:32:00 2016 +0200

    remove unused example file

commit 2ab65843e4116937d4eeee3193e44e57ed62e77a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 6 10:25:50 2016 +0200

    don't index things under private and examples

commit dcb4a2f7acab3208cdc0a72eaf776ef4145c4327
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 5 12:43:39 2016 +0200

    add a theme for qwidget based apps
    
    as the plasmatheme and the fallbacktheme
    add a new one based on system colors
    and system icons. It needs KDeclarative
    
    it's still not used or installed
    (needs to be copied by hand)
    will use c++ based selectors to
    actually use them

commit e8de75abfcf2726416036814889542020e663a88
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 5 12:42:49 2016 +0200

    fix syntax

commit 23e7c91369ba8a41887c50d8e1b7ff2fd47f0f42
Author: Marco Martin <notmart at gmail.com>
Date:   Thu May 5 12:29:51 2016 +0200

    remove some unused color roles
    
    remove the complementary part and
    the highlightedtext parts specific of other
    color groups
    
    add fontmetrics to plasma theme as well,
    as they must always have the same api

commit 4cfd5be6fd8647ca9fc69a1193f97a22773524a3
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 4 15:31:11 2016 +0200

    we depend from 5.6

commit 066ee52101aebebd81218aa7ee99f3681c960d6f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 4 12:28:28 2016 +0200

    add a simple Mainpage.dox page

commit b8ff3656aa9c62f6dedef88615c072b694787977
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 4 10:58:56 2016 +0200

    back button management changed
    
    adapt AbstractApplicationWindow example to
    new back button management based upon Keys.onReleased

commit 28c95aa78c5b35f9f43b93087a7f3c33ad7cf7eb
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 4 10:51:06 2016 +0200

    less space in the top header
    
    try to fit more titles in the header

commit 82e08395c3ef96ed449b5559a1d25f183580d127
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 22:10:08 2016 +0200

    use Keys management again for back button
    
    apparently Android cannot manage Actions
    but must manage key events to avoid the application
    being closed on back button pressed.
    this reverts the behavior to Keys.onReleased
    
    unfortunately means that applications using
    AbstractApplicationWindow will have to implement the whole
    back button management by themselves

commit 2fbdbc9ede0930a97b34e6af58a49434adb81430
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 20:28:45 2016 +0200

    remove unneeded imports

commit f1d64b29dbbadbef4e72462a42181a6347d4f6e9
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 20:27:00 2016 +0200

    add a very minimal example

commit 837c1c44c38f93b3d3b73c620bd5fe69d219e1f7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 16:13:09 2016 +0200

    follow focused item on resize
    
    as in a48ca321dce for ScrollingPage,
    if the overlaysheet has a focused item in it,
    when it's resized keep it visible, scrolling if necessary

commit a48ca321dcebdbe93326c65a370f32faa6313b33
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 16:00:58 2016 +0200

    follow focused item on page resize
    
    if the scrolling page has an item with focus, then keepit
    visible when the page resizes by scrolling the page itself
    as much as it's needed

commit e7e307ca89ee33ad277f2fb6ac7216bb5cd8116c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 14:19:00 2016 +0200

    experiment: try to fix top header to 2.2 gridunits
    
    experiment for a new default for the header:
    only in the gallery for now

commit a6cb0f00aff62882d0bd3603e0d4e3f5278e5dc5
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 3 14:13:36 2016 +0200

    delay also snapping to current item when changes
    
    this is another workaround to wait that all the items in the
    layout are done resizing, then we can scroll the view at the desired place

commit 7febcddf83bc5c4bb9759aeafd6166e046efd3b6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 2 18:43:48 2016 +0200

    don't use the snap timer to move to the current item
    
    don't recycle that timer for 2 purposes, make its logic simpler
    
    when the current item changes set directly the animation immediately

commit 384bc7338adf3c8947aaff0dc950ac0b1fc8aafe
Author: Marco Martin <notmart at gmail.com>
Date:   Mon May 2 13:08:38 2016 +0200

    fix display of OverlaySheet
    
    since Page doesn't have contentItem property anymore,
    the reparenting broke. check now for contentData instead.
    OverlaySheet opens correctly in subsurface again

commit d577ac18bf0094d98104266ab46794259f7059be
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 16:34:13 2016 +0200

    sync currentInxed only after the snap animation
    
    if we sync currentIndex before the snap animation, so
    when the pages are only half in the screen, it may
    happen the wrong page is picked as current index

commit a1b9a06f5e5fea118e6050f054dc55187b09f47a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 15:49:38 2016 +0200

    use highlighted text color from the theme

commit ed79198efe4ee65f4eb988db00eb09346dd36afd
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 15:45:49 2016 +0200

    make sure to keep the header small in widescreen

commit cb730b15743a947da4f6dcd582f06200674cab62
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 15:13:41 2016 +0200

    force listview positioning when contents are resized
    
    to keep the list view as aligned as possible to not have
    the current page title randomly scrolling out of view,
    when anything changed in the listview (content width change
    can mean either items count different or delegates size changed)

commit 8510bde35a5bfd128939a2ec27fd59db00100192
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 14:53:27 2016 +0200

    make sure ScrollablePage doesn't have horiz scroll

commit 054609f3a7bb51229ee0a9b7edf5aedf7d095d61
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 29 14:34:12 2016 +0200

    Introduce ApplicationHeader.separatorStyle
    
    the ApplicationHeader semantically can mean either a
    breadcrumb or a tabbar. introduce API to encode this difference
    
    By default is in breadcrumb mode, showin a > as separator
    to make it look like a tabbar, do
    
    header: Kirigami.ApplicationHeader {
       separatorStyle: "TabBar"
    }

commit 7e34292d2858ad58f101246f1a25f7a6cc3fac0b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 18:30:15 2016 +0200

    guard against null item

commit c9529340c046ac6429698c83debe58b611211c04
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 18:29:31 2016 +0200

    restore the scrollview (and horizontal scrollbar)
    
    horizontally scrolling the scrollpage
    will show the scroll indicator again

commit 3e5e4b958310d38bf051b42bb2e4e49f4560f32e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 18:19:49 2016 +0200

    background of OverlaySheet changeable
    
    make it possible to actually change the background of OverlaySheet
    by the application by doing
    OverlaySheet {
        background: Item {...}
    }

commit 8c7f65cd45cac9a204254e02984a8ddf2c5070fa
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 17:45:46 2016 +0200

    resize header on vertical/wide screen switch
    
    resize header when switching from wide screen and vertical
    the default for vertical is the header at maximum size
    when widescreen it stays at smaller, "preferred" size

commit 0378ab2d0cf807484bcb86a21ec8f6ce0f363cc1
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 17:24:29 2016 +0200

    same height for AbstractListItem and SwipeListItem
    
    calculate the height of AbstractListItem and SwipeListItem
    in the exact same way. it may still need some adjustment but
    we are sure they will be consisten one to each other
    
    CCBUG:362291

commit 3d91e318f0e290c6e91b5b1daf64864e843db05a
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 16:30:25 2016 +0200

    set wordwrap in the text inside the sheet

commit 6761711de24c328d0f02d75cca074abbca128bb3
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 16:21:33 2016 +0200

    try to chenter the current item when index changes
    
    this will only work when the current index is neither the first
    or the last as they will always be left and right aligned respectively
    
    CCBUG:362325

commit 2a94424a21dc6ab2b7454db4bcebe63ad85184a2
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 16:09:35 2016 +0200

    action button a larger with a small bottom margin
    
    in order to be reached more easily, give the action button a small
    bottom margin and make it a bit bigger of an Units.largeSpacing
    quantity
    CCBUG:362296

commit 26b01a708bdaa6fc5a957edf5f1c81585257d63b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 14:40:18 2016 +0200

    bigger header by default
    
    as requested by the VDG, make the header big by default
    then scale down when the view gets flicked
    
    pages without flickable still have a smaller header
    
    BUG:362292

commit 1cff3a25dff7b42c313ab929becac9cad8b16509
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 27 14:03:50 2016 +0200

    use width instead of implicitWidth in the states
    
    this seems to be more reliable than using implicitWidth
    in some cases it caused a crash internal to the layouting code
    in Qt (subsurface used to crash with the revision before this one)

commit a93bff0ce9b9c17bd34e137963630010037e637a
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 26 19:11:31 2016 +0200

    move the view only after the count changes
    
    items gets mispositioned if the auto scroll of the view happens
    when the current property of the delegate changes

commit 908d7644b360b8f06c6be2bc8f19ea1e651a522e
Merge: ba57f98 e0c228d
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 26 18:24:55 2016 +0200

    Merge branch 'mart/PageRow5.6'
    
    Conflicts:
    	src/qml/ApplicationWindow.qml

commit e0c228d46d87d73c547589995e95100005a9fa26
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 26 18:14:33 2016 +0200

    make it ApplicationHEader work on AbstractApplication
    
    any StackView will work together ApplicationHEader if
    it provides a property called currentIndex.
    Add an example about it.
    eventually, even currentindex should become optional

commit 21656bb7ab54c8d3a90702372861301b3dce9a03
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 25 19:39:15 2016 +0200

    split ApplicationWindow in AbstractApplicationWindow
    
    it's possible that some kind of applications will not
    need/can not use PageRow.
    AbstractApplicationWindow provides the basic functionality
    such as support for drawers, headers and back button,
    but doesn't include the whole PageRow logic.
    
    The ApplicationWindow extends it providing the PAgeRow,
    keeping the same api and behavior it had before the split

commit ba57f9813583e5e32606961e1fa2ee418fe0f0c4
Author: Friedrich W. H. Kossebau <kossebau at kde.org>
Date:   Tue Apr 19 20:07:57 2016 +0200

    Small improvements to cloning the breeze-icons git repo
    
    Summary:
    * disable ExternalProject_Add
    * do not call git clone on repeated cmake calls
    * allow reusing existing local breeze-icons repo,
      using BREEZEICONS_DIR cmake var
    
    Reviewers: mart
    
    Reviewed By: mart
    
    Differential Revision: https://phabricator.kde.org/D1450

commit b03a873969fc9cdb9442904ad1cef9f05cf92f01
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Apr 22 19:07:37 2016 +0200

    Fix popping
    
    Also fixes pushing from a deep page in the PageRow.
    
    Reviewed by Marco Martin

commit ee0693f28231cff613a718aa9c4217fccfc506c4
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Apr 22 18:10:33 2016 +0200

    Remove actualPages
    
    Arrays in QML properties don't signal changes like we expect them to and
    makes for unreliable API.

commit 57a300f377ac9a289bd19716c9292037e4167b08
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 22 18:04:04 2016 +0200

    In the gallery function to rename pages
    
    to test ApplicationHeader functionality, add a field
    and a button to rename the current page title

commit 972c59af080c046d2b0dac8d6864c6b9a0fa89d3
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 22 17:26:42 2016 +0200

    don't require page to have a flickable for clicks
    
    when the page is not current always set
    __appWindow.pageStack.currentIndex
    as the check if (!__appWindow.pageStack.currentItem.flickable) {
    doesn't make sense there

commit cc8b85e8f20edf5078629c445464c61ff0280c3a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 22 16:42:47 2016 +0200

    Split ApplicationHeader/AbstractApplicationHeader
    
    ApplicationHeader has exactly the same function as the current one,
    AbstractApplicationHeader only manages the geometry and the background
    of the top bar but it is completely empty, so custom contents can be
    put in

commit 81d4f372bca4cf267aadc7fd1cb620a5d873a037
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 22 15:41:27 2016 +0200

    we never want an horizontal scrollbar here
    
    the global drawercan get a vertical scrollbar, but
    since horizontal scrolling means opening/closing,
    it can never get an horizontal scrollbar

commit b682b68c8b537603b394b1d80833d08a9c18cf1b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 22 15:31:05 2016 +0200

    remove binding loop on drawer contents height

commit 4a4d678a8e0ff93d4981a863e7ff9ec467b71fb3
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 21:28:20 2016 +0200

    make sure the page is visible

commit a049c1561fa4c3bbf53a3019c5a82fa553065b70
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 20:43:24 2016 +0200

    fix lastItem property
    
    lastItem must be the page property of the last item in the model,
    not the item itself that is just a container

commit f7dff59acc65d4bcc661ea2adda40e9cabc18ddc
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 20:19:35 2016 +0200

    get rid of PageStack.js

commit 0d5b27efc3a03a9e75bbf36d83dc9764bfcd0b2f
Merge: eed2ac3 39d9297
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 20:14:50 2016 +0200

    Merge branch 'master' into mart/PageRow5.6

commit 1a37b34a8e6314d7c5c0b0f8b3cf47e042d0e9f5
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 19:58:34 2016 +0200

    Revert "make possible to assign a different ApplicationHeader"
    
    This reverts commit f11259c793f36a6a09395ccc8b0378f0a9e8b64f.
    
    unfortunately this breaks things like:
    
    ApplicationWindow {
    
    header.minimumSize: 20
    
    }

commit eed2ac36df09e2809a7928238abee9e7709aa6b2
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 19:56:13 2016 +0200

    play with deceleration to make it scroll only once
    
    with a deceleration of Units.gridUnit * 50 seems
    to decelerate a good amount, at least tuned on a
    nexus5, needs more device testing

commit c596de33e34154a879ca8e4128aaa7e9634baf1c
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 19:21:46 2016 +0200

    work around Component.onCompleted not being deterministic
    
    seems to only work if the array is defined in a declarative way,
    the Object in an imperative way, espacially on Android

commit 39d9297396449df576d63877f3238255be74df25
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 18:32:10 2016 +0200

    No manual keyboard management in Android and iOs
    
    the logic condition wanted to do that already but was broken.
    now doesn't try to do anything on Android and iOs.
    in the case of Android, is advised to set
    android:windowSoftInputMode="adjustResize" in the
    application manifest xml file, under the tag <activity>

commit 14eebde9dd4d857d1bae0774f78cfdc76d594d51
Merge: c5025dd 691f52b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 16:38:59 2016 +0200

    Merge branch 'master' into mart/PageRow5.6

commit c5025dd18ca752714ddf45a768ecded165990261
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 16:10:58 2016 +0200

    add a vertical slide as an "add" transition

commit 31d9d5f1aadc9f9543d496bfa19687f474c8086b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 15:46:14 2016 +0200

    add a new page: MultipleColumnsGallery

commit 691f52ba4709ca84bc9fd45bea0085242d3015e7
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 14:42:35 2016 +0200

    possible to assign custom background for listitems
    
    to assign a custom background to a listitem in a declarative way:
    AbstractListItem {
        background: Rectangle {
    	...
        }
    }
    
    if not assigned falls back to the default one

commit 1a0f9f690c876b1e8ae9782026e05e3fb5d1883c
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 13:22:24 2016 +0200

    fox apidocs
    
    change list items to the propertyname: type scheme

commit f11259c793f36a6a09395ccc8b0378f0a9e8b64f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 21 13:01:16 2016 +0200

    make possible to assign a different ApplicationHeader
    
    it is now possible to set an arbitrary ApplicationHeader subclass
    in the application or even to set no header at all with
    header: null

commit c5f154e7ee4a9ba025291f5f871eb28e3cee0aca
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 20 18:23:00 2016 +0200

    bigger side buttons

commit c44693a271fd2af168d75c8aea8ba63d0eec139f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 20 18:07:37 2016 +0200

    event compress state change for the pages
    
    a new timer is always an hack, but avoids too frequent changes of state,
    avoiding going back and forth from one state to another,
    such as when popping a page such that only one remains and immediately
    pushing a new one: we don't want to animate the page width back and forth
    in this case

commit 6f952c7664293c0d8fb38d4292862df96c4e8e71
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 20 10:19:58 2016 +0200

    sync the scrollable view and the header top paddings
    
    use the page top padding instead of header height
    set the page top padding as the amount of header visible

commit 9d610f4d9474ac4a0174199de1c5cb1559a80632
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Tue Apr 19 13:56:31 2016 -0700

    Don't overlap header and page when scrolling to top on header tap
    
    This seems fragile but at least for us it seems to consistently work.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 640c2546f468a0047ee498c1359981cfd4b09a9f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 19 18:55:22 2016 +0200

    take into account originX
    
    when items in a listview resize and some are outside of the
    viewport, listview calculates a wrong originX (even if it has no header)
    
    take this into account when calculating the sync between pagerow and
    listview contentX

commit 7460537c3be6ec286897e1dae42cbaeeb5ee509e
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 19 18:50:34 2016 +0200

    disable syncing contentX between header and pagerow
    
    since the listitem model is reset when a page title changes,
    for a while the the listview has a wrong currentIndex and contentX
    mart/PageRow5.6 branch will have a different approach to it
    disable for now is the least dangerous thing to do

commit 2399532b156b55c69cac52058ef7d8c654edbb90
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 19 17:52:08 2016 +0200

    event compress every snap in a single timer
    
    use a single timer when calculating the snaps
    both for the cases of snapping to he current item
    (snapping to the right) and snapping to position
    (snapping to the left)

commit 0ff679c5a72ecf6c4c4761af2973e8be8a0a71cd
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Tue Apr 19 04:12:14 2016 -0700

    Show back button on iOS even for the first page
    
    This way the app can use the back button to exit.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 63f0d83d32d9084808035b3832e5a720cae931fa
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 19 12:58:24 2016 +0200

    more documentation
    
    port all the gallery to new actions api

commit 50ebdd020e3c576972f904af5a585e25e34b0ab2
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 19 10:51:01 2016 +0200

    group actions properties
    
    the new syntax for defining actions in pages is:
    Page {
            actions {
                    main: Action {...}
                    left: Action {...}
                    right: Action {...}
                    contextualActions: [
                            Action {...},
                            Action{...}
                    ]
            }
    }
    
    the old syntax is still supported for now, will be removed shortly

commit 0f7c7bf405f9af43c717bbbc80c013ef03f9eba6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 18 22:10:41 2016 +0200

    introduce leftAction and rightAction
    
    the properties leftAction and rightAction in Page
    will be represented as two smaller buttons besides the
    main Action Button, represented by the mainAction property

commit 687b47fc6d3783a3ba69535653238a1eaae8e89c
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 18 11:22:49 2016 +0200

    use handle-right when open

commit e35eeba9920fa4e8810a4fb91bb3255ec3ec5bad
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 21:23:48 2016 +0200

    start to port back to Flickable
    
    unfortunately Listview quality is too low to be used in
    PageRow, makes the logic slightly more complicated
    but scrolling and snapping is more reliable

commit 36b624111a040fdc0a0f52ac62b187c28a7d2b2d
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 18:13:17 2016 +0200

    layout fixes on Android

commit fcaa0e96a1e7eb0f1ac06b087d0e25edabb35cfe
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 17:36:59 2016 +0200

    some layout fixes

commit 4d49194e4cfbb11d748277a8f5d09e82474d3199
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 17:13:48 2016 +0200

    use the new handle-left icon

commit 3e136d71b9b0bc7361f97d81fe2fe5f3279613c2
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 17:01:44 2016 +0200

    Animate scroll when pushing pages widescreen mode
    
    still needed event compression to not re-animate
    when a pop and a push happen in short sequence

commit 8ed9d84326ce77ac9225355d92ab154e4531276b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 13:26:45 2016 +0200

    dpi dependent line width

commit 5c8ad7319cfb41a4e3558096d9dc945dfdeabdd4
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 12:16:26 2016 +0200

    sync row and header scrolling
    
    take into account the error of a wrong originX that
    the two flickables may have. having giant cacheBuffer
    and displayMarginBeginning mitigates the problem
    but still happens (anyways in ObjectModel everything
    is always instantiated so there is no more memory waste)

commit 4ed722f6fab5b22c588a283b290e72b5f6298696
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 14 10:42:10 2016 +0200

    add an add animation
    
    use an animation when a page gets pushed
    can't have a remove animation with ObjectModel

commit 78d037f7846aaecfdc179227472c17cbb013d128
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 13 18:41:53 2016 +0200

    support highlighedTextColor

commit ade3c8ad685a6e8aa1d5f1a261305a6521857d4e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 13 18:19:32 2016 +0200

    set current index when clicking anywhere on a page

commit 706aecb4dc866c5fc3e51ae24d9af007ae643e47
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 13 18:06:41 2016 +0200

    ApplicationHeader work with disparate column widths
    
    in widescreen mode make header items as large as pages

commit edbf9e8323b7f9e9291180f04607639fca50c61a
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 13 17:25:04 2016 +0200

    make sure the last 2 pages fill the window
    
    to make it look smooth, make the last 2 pages always fill the window
    width. the last page can decide to be larger that that

commit 18658925cee15f22158ad308c69475f0415f0315
Merge: 302f9b5 2850b08
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 12 18:46:42 2016 +0200

    Merge branch 'master' into mart/PageRow5.6
    
    Conflicts:
    	src/qml/private/PageRow.qml

commit 2850b08335be1f086c91ebdfc81a55962b0cabc8
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 11 19:15:51 2016 +0200

    adjust some animations easing curves
    
    for animations of something sliding in or out of view
    is better suited an OutQuad InQuad easing respectively
    as opposed to an s shaped InOutQuad
    see
    https://www.google.com/design/spec/animation/authentic-motion.html#authentic-motion-mass-weight

commit 5880e8c509aa0dfad38074af0b6a57de3abeb36c
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Apr 11 13:18:59 2016 +0200

    Fix warning
    
    Differential Revision: https://phabricator.kde.org/D1361

commit 16679510d1d96525a8bb4652ad0022ba2fdf949f
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Apr 11 13:18:40 2016 +0200

    Understand that QQC.Action doesn't have a visible property
    
    Differential Revision: https://phabricator.kde.org/D1361

commit 6a830e97c860931708f704e1d006d081e94d867c
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 11 11:01:17 2016 +0200

    allow multiple children per page
    
    to make for less surprising behavior and to match QQC2 api,
    drop the single item default property contentItem and
    replace it with contentData, as common alias container.data
    this will make multiple Page children work as expected

commit 751a9a940ae14c16b43dbeb56e673aa76d7dd853
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 8 18:09:14 2016 +0200

    guard against incorrect currentIndex

commit 6e5c41ade78db47a520b23a856ac40ba41a4874b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 8 17:59:04 2016 +0200

    fix icons packaging in android gallery

commit 001e498a18c7ca6d8f943231acb171ab659c508a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 8 17:17:26 2016 +0200

    experimental cmake to download/embed breeze icons
    
    function kirigami_package_breeze_icons will clone the breeze
    icons repo, and find the icon names passed as parameter for the
    function.
    Android applications should use that in order to use the Icon
    component loading an icon from theme

commit 339411cca69bcfef603d02b32c642082aa10ac2f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 8 10:18:36 2016 +0200

    OverlaySheet makes sense only if parent is Page
    
    if possible, make sure the parent of OverlaySheeet is always Page
    it will ensire it's on top of everyhting in the page, doesn't scroll
    in a ScrollingPage and doesn't have padding around

commit e386516ff62bd163327ae2207100b33ae19eb31c
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Apr 7 18:45:41 2016 +0200

    Make the header back button behave as an hardware
    
    Add a semi-private goBack() function()
    
    the header back button calls it, and will go trough the same
    procedure as hardware buttons, making Page instances able
    to manage it stopping the pagerow to manage it itself

commit dbc77160f5f7051550a57c9f45e65af0753c6e65
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 6 17:31:59 2016 +0200

    put the open drawer in from of the others
    
    change z order of a drawer when open to avoid edge scrolling
    of global drawer when the context one is open

commit cec8ade47f6dba9e8aee222af97849af5672a69b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 6 17:21:17 2016 +0200

    fix shadow of OverlayDrawer
    
    shadow edge depends from drawer edge

commit 66482ba774b1cf2ea9a6bde0cd7ce24e1dfa41a3
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 6 17:19:17 2016 +0200

    adjust overshot behavior
    
    try with another timer to avoid immediately
    overshoot back
    still don't really like the behavior

commit 450c43b2100126bf0f7424bc88340d19020363ae
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 6 15:20:27 2016 +0200

    new graphics for pull down to refresh

commit 3d5650c240eced4eebf0e2c72c6bea28b2f832f0
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Apr 6 14:43:49 2016 +0200

    Improve markdown styling

commit 62988dc3e9c964d367e1d390c1f7cc8105d124f1
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Apr 6 14:43:35 2016 +0200

    Make properties readonly as they're not written elsewhere

commit a0cc1a72073799816eb07eb86083e17ce0a43f5d
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Apr 6 14:42:13 2016 +0200

    Make sure object exists before checking
    
    Reviewed by Marco

commit 53f21afe5bc0dfd588cf0b23aba97dbf48e8cce7
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Apr 6 14:38:14 2016 +0200

    Don't check property if unexisting
    
    Forgot to commit this yesterday

commit 7a6d8a98501c04772449cf004f8a60cc1be5e0a2
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 6 13:36:48 2016 +0200

    mouse over color on non mobile systems

commit 1ae53b24f19d7ff3083bcb2adc1547bb9f1cad7b
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 18:26:56 2016 +0200

    hack to update titles on the breadcrumb
    
    when the page title changes, manually emit
    contentItemchanged of PageRow, to convince the model
    of titles in the header to completely reload
    
    when the branch with the ObjectModel port of PageRow
    will be merged, this hack should be removed

commit 0e46a3512285cd0f813a747a9849335beb6591cb
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 17:47:36 2016 +0200

    scroll to top when clicking on current item
    
    if the current page is a ScrollablePage, and the user
    clicks on the title for the current one, scroll again to top

commit 28512edcda90f582fd565e0c6ca0ae97a9723156
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Apr 5 17:27:21 2016 +0200

    Soft decouple of data structures
    
    Summary:
    Make it possible to use QQC.Action with the GlobalDrawer.
    Don't assume applicationWindow() is defined.
    
    This way I can adopt it in Discover right away.
    
    Test Plan:
    Discover works on the compact mode, just like it used to with
    the mobile components.
    
    Reviewers: #plasma, mart
    
    Reviewed By: mart
    
    Differential Revision: https://phabricator.kde.org/D1213

commit 75d8f294cdd5a928a8550584c1d169806a3c3ef7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 13:44:12 2016 +0200

    move examples to root
    
    as the other frameworks, move the examples in the root folder
    rename qrcexample folder "android" as includes some necessary files
    for android builds as res/ folder and AndroidManifest.xml

commit 751bdb579adf8e015a0d6a3270877ae161e0d6b8
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 13:03:29 2016 +0200

    fix docs

commit b8757cc3b8820903583a680afa5bdf1f38b2e854
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 12:56:44 2016 +0200

    move the shadows in a separate component

commit a743fe5a353be2462fe35c7ade2eab4354423e44
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 12:07:37 2016 +0200

    undo overshoot after 5 seconds

commit 428e14e8390ef3339b3e3ae9ae92129c14db24a2
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 5 11:40:07 2016 +0200

    leave the back button fixed

commit 481999dffec0ccebe1e779375b2486cfbbe2d401
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 19:15:16 2016 +0200

    reset overscroll when the current inxed changes

commit aee78dfca4d92f860c2b184698dfa6296bd87fad
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 20:48:12 2016 +0200

    fix submenus
    
    alias the model property to the root menuComponent
    this makes the submenus load with the proper model
    of the proper sub part o the tree

commit 6950f6292be8f25ec988a6b6389fadcce6912d94
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 18:57:54 2016 +0200

    add a back button in the titlebar on iOS
    
    On Android there is a global back button,
    on Plasma mobile the pattern is to rely on either the
    back swipe and breadcrumb where possible,
    ios users expect to have a back button in that corner of the screen

commit e9a9e359cbe0d8b79264a2b5cf90aaa1d2671e31
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 17:12:34 2016 +0200

    no spacing between menu items

commit 33453603d0c84338ae2b86282337e65d466b58b7
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 16:59:39 2016 +0200

    adjust values for the overshoot feature
    
    based on testing, make the scroll contents bottom feature usable

commit 924b295a37c9773ee8cc51c1f30bb565cbb82863
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 15:27:49 2016 +0200

    snap OverlaySheet to default positions
    
    when the sheet is all up or all down, snap its position
    to a default one, (5 gridunits of margins either at top or bottom)
    this makes it feel a bit less random

commit 798a8c31260f010d8f0d1fd311d5e1cd3a5debf9
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 4 14:32:34 2016 +0200

    Change the behavior of overshoot scrolling margins
    
    don't use anymore huge margins up and down in the
    RefreshableScrollView in order to make everything
    thumb-reachable. Instead, when the user drags down
    a lot the list with the rubber overshoot, move
    down the whole application graphics using a translate
    transform.
    it should look less "surprising"

commit 1282776e72a2941f872219189caf25f5224d8dc7
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Fri Apr 1 17:05:18 2016 -0500

    Update keyboard area hack for Qt 5.6
    
    With Qt5.6 Android and iOS appear to be able to figure out the size of the
    keyboard, but they appear to not take into account whether the keyboard is
    visible.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 09492efd32400886451852656fd5500c0923c7b9
Author: Marco Martin <notmart at gmail.com>
Date:   Sun Apr 3 17:36:04 2016 +0200

    behavior more similar to browser titlebars
    
    when the movement is ended, either hide the title or make it fully
    visible base upon how much of it is visible (more or less than half)

commit 2b1a5f8ebe8188764680fd73860eba98c5f3806e
Author: Marco Martin <notmart at gmail.com>
Date:   Sun Apr 3 17:30:34 2016 +0200

    Make all GlobalDrawer contents scrollable
    
    With menus longer than few items, the layout of GlobalDrawer gets broken
    in landcape mode, where the available height is really small.
    put the whole contents in a flickable to be able to use
    the content.
    this is a behavior similar to similar components in Android
    such as the drawer in the GMail app

commit d4d44fe2a260f097f2404ca9b7d562c4dcf94377
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 21:50:55 2016 +0200

    finish port to own minimum/preferred/maximum heights

commit c6c8eb80bc45e65d1273478fe2fe9fee6543ad6b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 21:33:46 2016 +0200

    allow to assign heights for the header directly

commit 04a803d7e16207bbff9eff8a842bc11500fe0988
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 18:53:37 2016 +0100

    don't update the index if current page is visible

commit ef2e48977d3355e0ad615350e6816f0851127e9b
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 18:25:08 2016 +0100

    don't scroll title in widescreen mode

commit 2578567f73d7e659af3e7590a81cd83b69a2e0b7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 18:20:08 2016 +0100

    switch between wide and not wide screen less often

commit 20535d2620f113b16dfda10545b97016fb523ffc
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 19:45:47 2016 +0200

    thinner line

commit b30eceedeb51a39f794a05633f934bb3453eb6d8
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 19:38:52 2016 +0200

    layout fixes on Android

commit 137e38e8dfd9c555876278ca23e1c255ab386f34
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 18:46:25 2016 +0200

    experiment with flick velocity

commit e3e13759fe4f75c8f1dc4785f97a1660b68d107f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 18:42:04 2016 +0200

    minor cosmetic fixes

commit 30f03c4c3941c0ced4a03a1090827416d904eb92
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 18:31:01 2016 +0200

    pop pages before pushing

commit 8a8033a15d2796cf0703d0c6013c1cc72b63fed3
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 18:06:41 2016 +0200

    android build readme
    
    minor cosmetic fixes

commit 7bf836da028414e936d21daef41f6e5b2131bf03
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Apr 1 17:24:52 2016 +0200

    remove useless qmldir

commit 7171b96f81bdcb7d4dfd8043b6d94dad0c333951
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 31 17:56:12 2016 +0200

    rename app

commit 38188e3ab240af318931d967184ab6e5e5fc8982
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 31 17:06:38 2016 +0200

    add example Android manifest

commit 302f9b550ce0825baed9d9916e79f1d7c850b83c
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 31 15:21:20 2016 +0200

    add a transition

commit 12a004f12bcbfb7393e209b46a0827190cbb1967
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 30 19:31:46 2016 +0200

    add an example with all in a qrc
    
    will be used for android example

commit d37794a75fe50778aa47ae01c4d29f9e7ca26baa
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 30 19:04:07 2016 +0200

    remove plasma dependencies

commit b003ee8e31ee3556e1fa90c6125b7e7a0c294d2f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 30 18:28:12 2016 +0200

    click on empty parts to dismiss

commit ac9c01da700bcdb8cb0e5aaf7c72c2de4eb4b686
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 30 18:11:32 2016 +0200

    samples: radios*2 doesn't seem to work correctly on devices

commit b928152d7b3c0e368f76cb9ef07e2948d371fe91
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 16:03:59 2016 +0100

    build time switch to use the plasma version
    
    dependency becomes optional

commit 6967e67d01bfb28fa9b96342edd3035f128a2caf
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 11:37:45 2016 +0100

    monitor contentX instead of onMovementChanged
    
    this should make it work scrolling with scrollbar as well

commit 5f184d982579fa73f41ed24ffc91fa8d629dbaf6
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 22 11:18:56 2016 +0100

    guard the blind access to this property up to parent hyerarchy

commit 51c3e1b2d4195b158982a9e1b2d0e8209d7d3885
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 21 16:11:01 2016 +0100

    add some metainfo

commit 214665c1e06452dc9650d2ebd669724174e496c9
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 21 15:24:07 2016 +0100

    undefined errors--

commit 0fd5780f2766d96494b3002ff14397baf8ec2760
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 21 14:55:38 2016 +0100

    introduce controlsVisible
    
    a global property in applicationwindow to show/hide all the chrome in a go

commit ce521567c8dfc5ad5f033531ef2a7b77da77b4df
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 21 14:10:40 2016 +0100

    make possible for pages to be full in horiz mode

commit b072e642c5f699effbcf690ef994e74863e79599
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 16 16:10:04 2016 +0100

    use a ListModel as backend for ApplicationHeader
    
    better behavior of PageRow push and pop behavior

commit 192b71e5bc338edeae29b05c12b7b60f7b842682
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 16 16:09:49 2016 +0100

    whitespace--

commit e3a7ec2c6d347f24e335c7c33ff896321212b8e5
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 16 16:03:47 2016 +0100

    ActionsForListItem.qml -> SwipeListItem.qml
    
    In order to have an api hopefully compatible in the future with
    QQC2 SwipeDelegate, make ActionsForListItem a full ListItem again

commit 493cab0cf63e8f3cab95c4aa489f87805b94100f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 15 14:16:44 2016 +0100

    don't scroll title when on overshoot

commit 00142686df9bae2fc615173ecf20fb924ca3e1a0
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Sun Mar 13 12:00:09 2016 -0700

    Ensure the hide animation is stopped and restarted
    
    Just like commit c8311b80d0a5 ("ensure the animation is stopped and
    restarted") makes sure that the animation is run when showing the passive
    notification, we need to do the same when hiding the animation, or a too
    quick succession of show() and then hide() breaks things.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 6183add586dc5154533fde9cf0a5ad8ce62c407c
Author: Bhushan Shah <bhush94 at gmail.com>
Date:   Mon Mar 14 11:28:12 2016 +0530

    s/Copycontext/Copyright/
    
    CCMAIL: notmart at gmail.com

commit 0ade991acd080f629e99d85fa632de97848f812b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 22:03:30 2016 +0100

    reset animation on showNotification

commit 31fb3490c5435faed0dafb6cc7f548bfa5276c9f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 21:28:30 2016 +0100

    fix page width sizes

commit 8e2b3cd759036017909f50e0c984ab16eccc7d37
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 21:02:59 2016 +0100

    stretch last page

commit dc604fb25a87f1296798ed360740e0ea40e3df12
Merge: 2dbb541 184d90d
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 20:54:17 2016 +0100

    Merge branch 'master' into mart/PageRow5.6
    
    Conflicts:
    	src/qml/private/PageRow.qml

commit 184d90d6dfcef5aa42e68c7cbb48062189c69144
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 20:53:06 2016 +0100

    get rid of pageAt and find()

commit 2dbb5414e7af862916cc12c63eee039feb344544
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 20:27:43 2016 +0100

    PageRow rewrite with ObjectModel

commit 9b63c9832c62d5e4667f8d9edd12aa276009a5bd
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 17:22:26 2016 +0100

    enable opening by fab only if drawer enabled

commit a98e3e1ab3e7f7ff3c3e1724eaa999d0d87ed013
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 17:07:45 2016 +0100

    always pop old pages

commit 606e7edfd59de316dda605c1a367cb46080eb567
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 11 16:57:21 2016 +0100

    test invisible action

commit c1a65c3fc678d497584bf034dfd118895f663428
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 8 19:15:04 2016 +0100

    don't pop if we are repushing current page

commit 9c06b6f5467ece9b3e4a2aefd08e056ed83ab8fc
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 8 18:40:29 2016 +0100

    workaround at broken bindings of actions

commit c2b2e2fdcb592c589bcf6263d70fc996faf2ddd4
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 8 17:56:56 2016 +0100

    fix sliding

commit 4aeaccf37843619e4d577dfbf564f51a6921f757
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 8 11:24:57 2016 +0100

    call it kirigami gallery

commit ee03138e799e2b259aa5f020c14efdd1983a90d1
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 7 19:15:57 2016 +0100

    fix Sheet dismissal by swipe

commit 30e4a3ecbcb90c6d321834d3ffe815262b799f51
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 7 19:04:54 2016 +0100

    1.0 version

commit dc3e96ca2a9bb66be59e2a1930d8fb7b6d98d0f9
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 7 19:01:32 2016 +0100

    Rename to kirigami

commit a5c7316e5c2603c5e1208735a31bfbd698b9b58d
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 4 15:50:18 2016 +0100

    bind global hidePassiveNotification()

commit 4571f2a74e32810757ba1c5b2e4675bb44a1a5df
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Wed Mar 2 14:48:30 2016 -0800

    Allow the program to explicitly hide a notification
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit c99775ef3cfe7c9c5718d73a1dc2fef8cde69a34
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 17:51:17 2016 +0100

    make it install

commit 25f2b25056c04015c08abfd4f630fcdee8be6ca1
Merge: 3f2d5f3 dbf564e
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 17:17:12 2016 +0100

    Merge branch 'imported_master'

commit 3f2d5f3c9615d1771179ac88c67d6c5588f975a4
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 17:14:36 2016 +0100

    first commit

commit dbf564ede14bfcd5081da9432754683faf4f8c98
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 16:09:31 2016 +0100

    api to show/hide drawer handles

commit 532a93292aee5a7a09cb91bf17aac1977cfd7243
Merge: 1f609b9 f61ef89
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 14:44:10 2016 +0100

    Merge branch 'master' into mart/apiReview
    
    Conflicts:
    	components/mobilecomponents/qml/private/PageRow.qml

commit f61ef89ca98cafdf90364a34790c7a22764ef6fb
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 14:33:34 2016 +0100

    close virtual keyboard on drawer open

commit 1f609b914fec6a8802d51855e442e5e6c5686761
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Mar 1 13:56:25 2016 +0100

    antialias icons

commit f7fe52367444ba3f85ddc283ccf4b582dca0088f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 16:38:55 2016 +0100

    apidocs++ and minor adjustment

commit c0b7335e2dd12643521deff5ab956f3076ddd227
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 16:32:01 2016 +0100

    new component: OverlaySheet

commit 4b6696355fbb152197c35e533db2e66b6726d416
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 15:07:11 2016 +0100

    fix push

commit 6e31f64238247df199a8763a4ea724533c825e31
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 14:41:39 2016 +0100

    remove unused file

commit 53025952dfb03574f6d5a268aa997e77ddfe9084
Merge: 0d6f015 0d5a9e6
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 11:45:13 2016 +0100

    Merge branch 'master' into mart/apiReview

commit 0d5a9e6ffe37daff67c301df995d34bb145d1287
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 26 11:33:13 2016 +0100

    make sure we are on the proper page
    
    use a timer to event compress when the window resizes
    then re-scroll to the proper level

commit 0d6f015604942974ff6b61c7d22ecb763f401b00
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 25 16:29:05 2016 +0100

    just go back on back button pressed

commit 0282cdec5e06d97e0e7d58bd8488ab4af1ab6058
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 25 16:27:48 2016 +0100

    apidocs++

commit 275c0913c19448cebe5e6046c75b04f35ef99b44
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 25 15:59:28 2016 +0100

    a bit more contrast

commit 48eb1691b2d8e1df5001d1eac5197e466fdcc506
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 25 15:42:05 2016 +0100

    minimum,preferred maximum heights of ApplicationHeader
    
    black areas without margins

commit 569e9fbb7d1693926320d1a672a2825f88bbe94e
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 25 14:24:41 2016 +0100

    behave like a browser titlebar

commit 83f96a37836562670c7ef7df91101f158719f7cf
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Feb 24 13:25:34 2016 +0100

    an automatic margin system for pages

commit fa58584087fa4faca5bd209b77168212cd4802a6
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 18:05:21 2016 +0100

    side buttons looking like hamburgher and kebab

commit fc79adcb56ddcd5da01a09b997b119745438b385
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 17:09:18 2016 +0100

    no animation on initialPage

commit 97fbbe29ec76374aaf8944151614cf83b021da20
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 16:59:15 2016 +0100

    some refinements to RefreshableScrolview

commit 4e94815def27a2a27cad49735a0452bb6e404b4c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 16:28:40 2016 +0100

    move ActionButton from ApplicationWindow to Page

commit 0446d86d946fab68d1b62db0e86e8a9c66480e16
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 16:19:19 2016 +0100

    move PageRow and RefreshableScrollView in Private

commit adbe72019c5802a72c9f7c9b2bc6ebec90b5fe3f
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 16:14:32 2016 +0100

    contentChildren api compatibility with SwipeView

commit 7fc639fdebfe1d3f1a67cc047ec8db4f9bc85132
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 15:04:20 2016 +0100

    better interaction between title and PageRow

commit e73c014a0dd96f0397fa3a3d124b3b39a8f37bdd
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 23 11:35:21 2016 +0100

    simplify PageRow, fix currentItem calculation

commit 8f0444d265a5c52f8cd2689a1d59866f18c3d447
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 22 17:55:17 2016 +0100

    	slightly better behavior of PageRow

commit 6fdcf6fb7563b36064803ce94af9901d2a0c3255
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 19 17:20:33 2016 +0100

    FIXME++

commit a3e4b5f492303e4da8569f055d4cd341cdef8126
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 19 17:17:08 2016 +0100

    move HeaderItem in own file

commit 4395d6ebf6b6784522627ec4e815296fb736b080
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 19 16:50:06 2016 +0100

    port to ScrollablePage

commit f2317fbefadf17d3ead07dc32d8e6f9c7b8586fd
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 23:58:37 2016 +0100

    e a ListView

commit 47f7ef1e99c7404e66cdcbd5f65221c95880fd93
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 19:26:11 2016 +0100

    remove the icon grid from the gallery

commit 355fb30d535542552eba20d46f1a598a23dc6c61
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 19:23:04 2016 +0100

    Move IconGrid to org.kde.plasma.private.mobileshell
    
    less components in the final set

commit 48bf5ddadecd1a44297788d4f1dab5fe9d462452
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 15:53:55 2016 +0100

    new graphics for side arrows

commit 3753d195f3d87974de935779a4ce7686743296fa
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 14:37:20 2016 +0100

    action button visibility  dependent from action

commit c8fbf39aec83bdf48ceb79cb67d7018b0f9f66d8
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 14:30:34 2016 +0100

    fix drag behavior of action button

commit 0d08912d000a4d6170bc5732936f2329a21f185e
Merge: 34ad2e8 5ee5fb7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 14:09:20 2016 +0100

    Merge branch 'master' into mart/apiReview
    
    Conflicts:
    	components/mobilecomponents/qml/ApplicationWindow.qml
    	components/mobilecomponents/qml/GlobalDrawer.qml
    	components/mobilecomponents/qml/private/ActionButton.qml

commit 34ad2e8b19428e1d196c32b2d3784928ee89916c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 16 13:58:53 2016 +0100

    ListItemWithActions->ActionsForListItem

commit 5ee5fb7650d58c3c3bf3d62561d95e2905dfec08
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Mon Feb 15 17:11:06 2016 +0100

    Make handles obscure less of the screen behind them
    
    handles are 30% opaque, but arrows are solid
    (otherwise would suggest them to be disabled) but are just
    ticks instead of full triangles, so make them less
    intrusive

commit 8c79cb0630dd69d0039873dc5ddb943fb1f74d2a
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 15 16:49:32 2016 +0100

    drawers not larger than 70%

commit 677dbc16c4464d45cd4739ec58af9e7c5704ebc4
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Fri Feb 12 10:01:05 2016 -0800

    Make handles obscure less of the screen behind them
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit da6032d06f09fb32da1482c1d4d003d7457bbdea
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 12 12:52:14 2016 +0100

    slightly transparent handles
    
    don't show handle for disabled drawers

commit 61a9cd6009f891af5463162d4e7d37f4ed974958
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 11 11:54:27 2016 +0100

    experiment on an alternative to opening drawers

commit 488e4727b57231ce39ee1eb6a58b124c44ae8119
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Thu Feb 11 10:11:36 2016 +0100

    Allow Actions in the GlobalDrawer to be disabled
    
    And paint them very faintly to indicate when they are disabled.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit 6a1c6bf421bed781bcfd5926951f4847f7c23200
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Feb 10 11:26:28 2016 +0100

    background api like QQC2

commit f3027d6b7cf322d145c89387e44f16b702351915
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 9 21:01:02 2016 +0100

    refactor ListItemWithActions
    
    ListItemWithActions isn't anymore a listitem per se, but a
    container that can contain any AbstractListItem class

commit f506d580fb682e19db74fd9b26e4f7a52ba46519
Author: Dirk Hohndel <dirk at hohndel.org>
Date:   Mon Feb 8 12:01:25 2016 -0800

    The ActionButton MouseArea shouldn't be bigger than the button
    
    Otherwise clicks to the bottom area of the screen don't get delivered to
    whatever page the button "floats" in front of.
    
    Signed-off-by: Dirk Hohndel <dirk at hohndel.org>

commit f363b3ab7146c84a2c3c8b2e71952e3766ac7d93
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 9 15:38:03 2016 +0100

    API more QQC2 ItemDelegate style

commit e7ac43ee1322896f01f1443d8dbd87f51c15351b
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 8 18:03:47 2016 +0100

    AbstractListItem similar to ItemDelegate
    
    start to morph its api to make it similar to
    QQC2 analogous

commit 5ee31c0f17e835acd8383a13b27936099ba7344d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 8 16:00:57 2016 +0100

    better semantics for the actionButton
    
    color the circle only if clicked inside
    color only the arrow you're pulling to

commit a44553f0805f889e06e157c14436d79cd48f1979
Merge: 1a7ef49 1eddfd0
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 8 14:50:31 2016 +0100

    Merge branch 'master' into mart/apiReview
    
    Conflicts:
    	components/mobilecomponents/example/contents/ui/ExampleApp.qml
    	components/mobilecomponents/qml/PageRow.qml

commit 1eddfd07d5be0e1cd9e3d024c6cc31c454a2140e
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 8 14:21:37 2016 +0100

    add a way for pages to manage the back button
    
    add Page.backRequested signal, with event parameter
    By setting accepted=true, pages can stop
    the app to manage the back button

commit 68bfaae05fc55f223692976d6792256c4173ac71
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 8 10:47:22 2016 +0100

    correct coordinates for click
    
    buttonGraphics.x refers to the centre of the action button. For the click to
    be within the central area of the button, mouse.x needs to be between:
    buttonGraphics.x - buttonGraphics.width / 2, and
    buttonGraphics.x + buttonGraphics.width / 2
    
    Signed-off-by: Rick Walsh <rickmwalsh at gmail.com>

commit 1a6cbcb59caebc257399e0d808350b8f1d9f957d
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 20:42:58 2016 +0100

    don't make space for keyboard on Android
    
    input method management is still a little bit broken on android
    is safer to not alterate margins

commit 1a7ef498537b842478b270de050930c03574914f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 15:55:09 2016 +0100

    separatorVisible api

commit ab944f418de7f3acb935eeb4af3584965a5e4f71
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 15:37:03 2016 +0100

    bugs-- in calculating the current index

commit 5b89d5f77401ea9aa9ba3d395406d9b5419fc931
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 15:16:42 2016 +0100

    give a currentIndex property

commit 911ff38218ae502745680b07cf1cfbd658180c4c
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 13:58:07 2016 +0100

    change PageRow api to conflict less with SwipeView
    
    PageRow is probably going to be a SwipeView, so rename properties
    in a way they can be mapped 1:1

commit 39fa263483444d6912fe7738df2d57c21ea26954
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 5 12:16:51 2016 +0100

    support hidden actions in both sidemenus

commit bae3eeed98a7e6c1416078aa877c16c315ba1eef
Author: Dan Leinir Turthra Jensen <admin at leinir.dk>
Date:   Wed Feb 3 12:32:11 2016 +0000

    Make the (physical) back button work again for the application window's pagestack

commit e91731063982438bb829e0254251335ec95ed484
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 16:05:42 2016 +0100

    use backgroundItem for compatibility with QQC2

commit 127a1013d6a7a50ce81c0dc0653cc88defd002ef
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 14:09:19 2016 +0100

    docuemntation++

commit ce1442950b92bab4f8ac66baf07ccba5105d061c
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 13:28:26 2016 +0100

    docs++

commit 3e82c7c95761ba3b76cd394aa0d89b56e2d220bb
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 12:39:17 2016 +0100

    better docs

commit f7147c97aeda9d168d1ee01435c64541979be4d6
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 12:35:36 2016 +0100

    remove dead code

commit fecf3d7dafdfb1ee444f256ebbd8111281a0d838
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 12:33:10 2016 +0100

    ListItem -> AbstractListItem
    
    better documentation
    enabled -> supportsMouseEvents

commit 978141e70656041fc8fa2a7c46f14cbcc020d9af
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 29 12:10:14 2016 +0100

    apidocs in RefreshableScrollView
    
    supportsRefreshing property

commit 0f8b2d80f9b9fefe59574393b3d48d61f42909e3
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 27 20:28:32 2016 +0100

    Don't try to access index beyond end of PageRow
    
    In certain cases the existing code would access an index past
    the end of the pageStack
    
    patch by Dirk Hohndel <dirk at hohndel.org>

commit f1686a5263bffdd9314b2133a5de748a9b47c445
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 27 17:55:05 2016 +0100

    use Bindings
    
    it still loads in the wrong position

commit 78264c0ed2808f803a7199a9f2fa1cfd8fc38094
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 27 16:42:23 2016 +0100

    use only an Action subclass
    
    replaces both Action and ActionGroup

commit 85acf5fb04449bcfcec8b4a23b2080f1645618fa
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 27 15:54:17 2016 +0100

    use whole bottom strip to drag the button around
    
    by default, no icon in it

commit 15a2f5cd38a8d79a7da9ba26fe04a79abb2b56fd
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Jan 19 22:52:20 2016 +0100

    Remove conditional for keyboard geometry
    
    This was, after all, wrong. It just effectively prevented updating the
    margin, because the height is still zero when the keyboard becomes
    visible, as it slides in and just starts changing its height.

commit 41d3a8e2a419d9ebc2cd4c61fb58e5756644ba7d
Author: l10n daemon script <scripty at kde.org>
Date:   Mon Jan 18 04:44:00 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit dbf037fef9eb59875851dcd5a8f12b2ec30d94f5
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 7 19:49:56 2016 +0100

    remove useless debug

commit 1e7f46a2528c5bfb9513218a8064c93e2e51c588
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 7 17:11:57 2016 +0100

    fix the logic to decide where to close on click

commit add69ced560507d3bfbbef91abd8502570aef14e
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 7 17:03:38 2016 +0100

    support for mainAction in pages

commit f3dc93d4b92b59a14ac281692c49fb0920c35772
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 7 12:13:02 2016 +0100

    better behavior in the refreshable scroll view

commit 9e30d66113840c71738c7045d917b7dd253e3459
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 7 10:52:01 2016 +0100

    when back button pressed, close drawers if open
    
    patch by Rick Walsh

commit 55bdc458998b3b329f32a17622876b28f3cee2c6
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Jan 7 01:33:36 2016 +0100

    simplify page shrinking when virtual keyboard opens
    
    This makes the algorithm more lenient when the
    Qt.inputMethod.keyboardRectangle gets wrongly reported. In the normal
    case, the result should be equivalent.

commit d8584fda496babbc537198d3d24dc11bf4c624e6
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Jan 7 00:36:32 2016 +0100

    disable gammadjust in Icon
    
    This works around a bug seen on some Android hardware such as Adreno. It
    seems that this ends up calling into shaders which screw up the texture,
    leading to black squares instead of icons.
    
    We'll need a proper fix for this, either in the drivers, in Qt, or using
    a different effect to paint the active state.
    
    For now: sacrifice this functionality for stability :/

commit 34bd9696817e6b402b358375a95a0b6f36010db9
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 6 23:55:26 2016 +0100

    use property list<QtObject> for contextualActions
    
    that's the most generic way, so both a list or a model
    can still be assigned to it

commit 54f6d45139faa434d4c8c89a19b93eaec52f57df
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 6 21:17:00 2016 +0100

    support disabled actions

commit 590ee46ab453d6a89b5eb06cb76804ebc03a5957
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 6 14:37:24 2016 +0100

    take speed into account
    
    take swipe speed into account
    it should be easier to trigger drawers
    action button slightly smaller

commit 869eda55b0df24b42a149539ff29225cfc424756
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jan 5 18:15:11 2016 +0100

    correct icon size on the device

commit 4cf15a8cf30d8551b326e8e7d6baab335a9cdf28
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jan 5 18:00:05 2016 +0100

    make it look decent on the phone

commit 277e953d1fe15b699bb12ce9fa1d3cf5d44f0099
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jan 5 17:52:57 2016 +0100

    larger example text area

commit 20fab68daedf87ff349a6f94d8818175e54501e2
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jan 5 16:21:14 2016 +0100

    make room for the keyboard
    
    the action button is still hidden, don't think it's
    important enough

commit 1d9aa7ae64a147665cdefa3c307674ad25e4810d
Author: l10n daemon script <scripty at kde.org>
Date:   Tue Jan 5 04:06:33 2016 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 975def0d387bb139697f1330f2bcb5c995ae093a
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 4 11:00:42 2016 +0100

    bigger hit area for the edge slide

commit 4522adf0a9e8c6f8d09061fa5f3b30be9126e39a
Author: l10n daemon script <scripty at kde.org>
Date:   Sun Dec 27 03:19:54 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit feab2120a0a8b83646e5585372eb77c736504262
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 17 17:49:39 2015 +0100

    add a BasicListItem
    
    a listitem that has already an icon and a label
    port drawers to BasicListItem
    fix OverlayDrawer opened property

commit c884cf08411cc02194c3fc13707ffecce58cdcad
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 17 14:06:58 2015 +0100

    bigger action icons

commit 9a4bec85963aadb2295564b742c250b6b6acf38b
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 17 13:39:35 2015 +0100

    a bigger fixed size for the context drawer

commit 5b3fb05e12cb34c662bf4b0c49b238e3e43a54e7
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 16 16:49:38 2015 +0100

    don't make drawers larger than the window

commit 124f739eaf9be9ce600ae98f169b94bbc7f100d0
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 16 13:47:45 2015 +0100

    passive notification
    
    a passive notification functionality, similar to Android
    Toast component. It's not a notification system, it's for
    using very brief (and of moderate importance) messages
    to the user.

commit 782613112df1d46d474f6bc869149896cb874152
Author: l10n daemon script <scripty at kde.org>
Date:   Wed Dec 16 03:14:45 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 67b5b3fcde2acc0f7eeb6d66bf819b11f5720a15
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Dec 15 13:47:23 2015 +0100

    optional action property for the action button

commit a12ab25ded5380ff22ea90a8f116dfede32e28a4
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Dec 15 13:36:12 2015 +0100

    install desktop file in applications

commit b8de5335b9a9f8e00759a97b05955b103b339903
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Dec 15 12:13:47 2015 +0100

    get rid of the action button scrolling away

commit e462ab544c4f032ce94be12a3d631b88b5cc5eea
Author: l10n daemon script <scripty at kde.org>
Date:   Tue Dec 15 03:55:02 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 94697b61397b330fa801436ec31afd3c4ac6c392
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 14 16:58:27 2015 +0100

    different approach

commit 8a79e5df4d9d3a545ec60805cbf77af4390790da
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 14 16:15:52 2015 +0100

    prototype for a listview that supports pull to refresh

commit c09dcceb94df07c84d29ee7856bc9fdb802bc789
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 14 14:02:22 2015 +0100

    possible to drag the item from anywhere

commit fb18c41374a25bda5e8130f6b45e10418ab1871b
Author: l10n daemon script <scripty at kde.org>
Date:   Mon Dec 14 04:05:04 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 94c7e569fe5ce9ec715ec6d2ca4c9bc5b9ab58b5
Author: l10n daemon script <scripty at kde.org>
Date:   Sun Dec 13 03:24:34 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 002bb1561458d9dfe9a59f47e2b9f80f636675c9
Author: l10n daemon script <scripty at kde.org>
Date:   Sat Dec 12 03:28:29 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 0f7086f1e15c241802d5500dac291a8d00363c9f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Dec 11 18:49:38 2015 +0100

    base OverlayDRawer upon Flickable
    
    this simplifies the logic and gives support for top and
    bottom edges drawers
    add in the example app a bottom drawer used as "Sheet",
    a standard component in mobile systems

commit b44d70649cd8204f5bd8aa57eafed60593010d11
Author: l10n daemon script <scripty at kde.org>
Date:   Fri Dec 11 03:18:26 2015 +0000

    SVN_SILENT made messages (.desktop file) - always resolve ours
    
    In case of conflict in i18n, keep the version of the branch "ours"
    To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

commit 57e43b35e89c87156ae73f50e8cdbec04c897fdc
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 10 14:19:02 2015 +0100

    support checkable actions in context menu
    
    hide context menu after triggering

commit 91deaec524559e99e8a824b343c6ef14cb84c789
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 10 14:14:36 2015 +0100

    support checked states for global actions
    
    example app also shows checked when a page associated with
    an action is currently open and current

commit cb8e64f37cd80853ca056db91db6eaf79c8dfba3
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Dec 10 10:56:47 2015 +0100

    contextdrawer by default takes actions from pages

commit 627392189d891233a8c17185f0c61177852c0a7f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 17:27:51 2015 +0100

    don't allow to overdrag the button

commit f4ef48897c9c563261f2c09afb695d83bb054754
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 16:55:39 2015 +0100

    block actionbutton motion if a drawer isn't enabled

commit 5acf430c2486ce04ed91f741435347c298dca8ed
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 16:51:15 2015 +0100

    show the menu from lastVisiblePage

commit 415aa188eea97c35a62e0d2b3fcbfa9adc196069
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 16:42:51 2015 +0100

    install an example application

commit 8159f646cab01945ddee2fa00546ce885af5e965
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 16:13:51 2015 +0100

    action buttons more far away

commit 02ca776c60a8b54ea9b61a6ff2a8333dbedb5a5e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 9 16:06:22 2015 +0100

    consider speed of dragging
    
    if the panels or list item are dragged fast enough,
    open/close the panel anyways, slightly more natural
    behavior

commit 3839d7300e3521d236eddb455382872e2797843d
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 8 04:45:02 2015 +0100

    back button size is smallMedium
    
    In line with menu items

commit f46060a8987e878b97186d8eb64cde0a3b81a209
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 8 04:43:31 2015 +0100

    Default icon size is smallMedium, fix artifacts
    
    - This size works well with text items.
    - Force re-rendering of svg on size changes -- this fixes blurry icons
      on non dpi != 1.0 displays

commit 46791fb70b63e7d478286737e7faf5960a7c4f5a
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 8 04:19:34 2015 +0100

    Kill warning

commit 017c5f1af70ec169e7759df524a50f139538646a
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 8 04:15:41 2015 +0100

    Fix source size of Icon
    
    We're using SVG here, so allow the image to be scaled. We're otherwise
    getting jumpy icon sizes.

commit 2b6fe259bec282b60f779284e214203ca4b3e8ed
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 8 02:31:20 2015 +0100

    Kill warnings when the page doesn't have actions

commit 4f1f7e3d32a7f840da65fa0e7c2ef0275dcb0543
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Mon Dec 7 12:41:12 2015 +0100

    Fix i18n condition
    
    Typeof is an operator and it returns a string

commit cf71fdf2d4a6a99ea041e37366851ba1e6e02431
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Mon Dec 7 12:35:53 2015 +0100

    Change import to QtQuick.Layouts 1.2 so it runs on Qt < 5.6

commit e5af83a1d182b95eccf0c983ad00614d8eb62f26
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Dec 4 12:41:39 2015 +0100

    don't pop when scrolling back
    
    pop to the last visible page when pushing
    a new page
    
    Signed-off-by: Marco Martin <notmart at gmail.com>

commit 60bbc0acb7eb6706d2fa2848fb7cd30eb1f06dfe
Author: Sebastian Kügler <sebas at kde.org>
Date:   Fri Dec 4 05:34:09 2015 +0100

    Context drawer's action list only scrolls when necessary
    
    Kills odd behaviour where the listview is flickable even if everything
    fits.

commit 96e80f294d56fd3360a1881031f0ea3422ffb503
Author: Sebastian Kügler <sebas at kde.org>
Date:   Fri Dec 4 04:44:42 2015 +0100

    Use Layouts 1.2
    
    Makes it work with Qt <5.6

commit abceb5444a94f673bd473b96cdce02183f322a89
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Dec 1 17:22:38 2015 +0100

    RFC: start in making plasma deps optional
    
    Summary:
    make a wrapper for theme and units: one using plasma deps and one
    without, with more hardcoded values, eventually what to installlshould be decided
    at build time.
    To be possible to have a full application done with it, some components should be
    cloned from plasma components and plasma stuff removed.
    right now the clones are PageRow, Heading, Label.
    
    porting is still not complete, more of an RFC for now
    
    Reviewers: #plasma:_mobile
    
    Subscribers: plasma-devel
    
    Differential Revision: https://phabricator.kde.org/D502

commit bde98d988edad0a1f2ac04b8f3e0ef2272791406
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 2 19:11:41 2015 +0100

    new mobile components
    
    Summary:
    ApplicationWindow: extension of QQC ApplicationWindow, as other mobile components is based upon pageStacks, but this uses the PlasmaExtras PageRow instead as suggested in the higs (will have to be seen if pageRow will have to be copied here as well for dependency issues)
    
    ActionGroup: extension of QQC Action, it can have children, needed for hyerarchical menus in the GlobalDrawer
    
    GlobalDrawer: default drawer for the left, contains a title with an icon (usually app icon and title), and a menu of actions that can be a tree: opening a subcategory works "kickoff style" with the menu sliding in the subcategory and the possibility to go back by swipe)
    below the menu, arbitrary custom items can be embedded
    
    ContextDrawer: default context drawer with a title and a list of actions, nesting not allowed
    
    Page: similar api to other component sets (plasma components has one too, will depend if we can depend from them wether have a copy here in the end i guess)  it has an actions property that will create a row of round buttons at the bottom of the page, if the main item f the page is a scrollView or a Flickable, use the scrolling to hide/show the buttons.
    This element is supposed to be stuffed into the ApplicationWindow internal PageRow in order to make possible back navigation with swipe
    
    Reviewers: davidedmundson, #plasma:_mobile
    
    Reviewed By: davidedmundson, #plasma:_mobile
    
    Subscribers: davidedmundson, plasma-devel
    
    Differential Revision: https://phabricator.kde.org/D409

commit 0e07d96f9b5ba38485cc3d6c5fe6955e16eba961
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 14 13:13:36 2015 +0200

    export experimental components
    
    Summary:
    a simple ApplicationWindow, based on PageRow,
    a default ContextDrawer, a default GlobalDrawer
    a Page with an actions property that shows botton big round buttons
    
    Test Plan:
    
    Reviewers: colomar, apol, mck182, graesslin, mart, bshah, sebas
    
    Subscribers:

commit 3f6d4be42f50516497323bd27bc8a64c6226dff2
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 14 13:09:24 2015 +0200

    add missing file

commit 25fab66fd50031eaf3fe8e51a9413088115f1e01
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 14 12:41:17 2015 +0200

    have a page with internal buttons at the bottom

commit 41991967b1feccf3ddbda6d7992ba7e3a4681f81
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 13 20:29:04 2015 +0200

    API change: direct creation of ContextDrawer and GlobalDrawer elements

commit 786f0cd027a499ea31ba7e69246df0c535c52dc1
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 13 17:37:01 2015 +0200

    icons in context actions

commit 05e0ea6c37f325b6835845c68f5541ebadab95a9
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 13 17:26:17 2015 +0200

    make submenus work

commit 65ffdf16f0c560e059244796884d8edfbf96fc06
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 13 17:03:55 2015 +0200

    better layout in the global drawer

commit 248c3256a6a5db642b50dba37a2e5ef8b32b80d2
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Oct 12 18:36:57 2015 +0200

    make menu navigation work

commit d45dc64085ef35519f7bbddade6d4f1984761ec9
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 7 14:19:39 2015 +0200

    auto hide for the toolbar

commit 791bf4d87feb21a7ef2d03eda998e624a06861be
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 6 19:10:09 2015 +0200

    model for the global actions that acts like a menubar

commit d4e0629626b170f29f91645b3dc64675cb035693
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 6 16:15:47 2015 +0200

    toolbar in separate file

commit 3ecd5b988e0f049ff2436f474f96f687e02d0f99
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Oct 6 12:30:05 2015 +0200

    toolbarActions and toolbarDelegate

commit 89b9d97c28ef00a6f85cb052b33d70a83b11febe
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Oct 5 15:09:10 2015 +0200

    ContextMenu -> ContextDrawerContents

commit 7dde11b3ce40b784d497385b33e62802b88f1a13
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 2 18:37:15 2015 +0200

    start a contextmenu stub

commit 49259b6ba170626c57ddaf3f9a42cc86b4cbd1ce
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 2 18:06:17 2015 +0200

    fix build

commit 55587dbbc4a42c4f6ec95cef58a208a676d32e8b
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 2 18:04:55 2015 +0200

    move ResourceDelegates out of mobilecomponents

commit 48e0dda91a8fc8c76518a64bf30d1d955e9b5fbe
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 2 17:35:47 2015 +0200

    support an inverse proeprty for overlaydrawer
    
    this way it can implement both global and context panels

commit 1f1c3d6f4d0bb3eec0a07e42e3f0515d1383a1e3
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 2 15:01:48 2015 +0200

    support the overlay stacked with the content
    
    instead of only being parent
    also, better logic to switch between open and closed states

commit 160b93bff04c7e8e26f5e1b7b0173069c68b2bc9
Author: Martin Gräßlin <mgraesslin at kde.org>
Date:   Thu Oct 1 17:20:08 2015 +0200

    Drop no longer needed KWayland includes in FullScreenPanel
    
    We improved! We have abstracted our abstraction layer now properly.

commit 5eb4b294e524c724dedc59261512d72c89911ccb
Author: Martin Gräßlin <mgraesslin at kde.org>
Date:   Thu Oct 1 17:18:12 2015 +0200

    Don't show as fullscreen from FullScreenPanel::showEvent
    
    Instead set the state in the ctor, so that setting the window visible
    will open it fullscreen.
    
    This helps kwin to do the right thing when the window gets mapped.
    
    Reviewed-By: Marco Martin

commit ed9764ff3780f70af61f19c9d1e85fcac5096d1f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Oct 1 15:25:50 2015 +0200

    set skipTaskbar

commit 717284bcd3c54505994136a84f94dbb99644ec39
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Sep 22 13:46:07 2015 +0200

    try with no margin

commit 48abd457b8ff74362b4d671413c1fecd04a65759
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Sep 22 11:54:29 2015 +0200

    less margins

commit 092e365444f6be9c9c72db675c11eafd55dc4f36
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Sep 7 18:52:24 2015 +0200

    crash--

commit 49b17d482acadd59fabdff568b06f9deb5d603da
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 5 10:57:23 2015 +0200

    click to dismiss for splitdrawer as well

commit 5cd33221a56e945a2c36052d813e757ad6b0fdbc
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 4 17:48:32 2015 +0200

    don't do anything if there is no drawer

commit 62700eb3ec00abd911550b6779e2dad4ff54239d
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 4 17:30:25 2015 +0200

    Timer--

commit c72c1afcc9b18c4d479f5b7738d6a08c5530dbaa
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 4 17:23:18 2015 +0200

    add an example app
    
    bugfix of the components

commit e4a9619b42a07d8342804b54def98171f5ee9b0a
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Aug 4 13:17:34 2015 +0200

    rework the splitdrawer to a left sidebar

commit 7a9ece7b55cfe89b07783c2d8bd16acdbf3ae540
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 3 20:55:17 2015 +0200

    only one big mousearea for sidepanel dragging

commit 94911bcd0ae498a7a0d88deaa8c17e85ba046d33
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 3 18:27:01 2015 +0200

    better shadow

commit 800471295d831cc48c9e7b831d74d947656fe49f
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 3 17:06:18 2015 +0200

    remove the handle
    
    try to only rely on edges, apps will probably need a toolbar
    w/ hamburgher buttons

commit 752e4cf94f3e7b5a2ee9200e9ca040649252f443
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Aug 3 14:40:16 2015 +0200

    black out the part behind the side slider

commit c208afca8e512845ff7d0f876307379409d866ce
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 15 11:31:40 2015 +0200

    use a notrmal fullscreen window

commit b18a5dbe92ee0003abf185479b440a5ab2edfa66
Author: Martin Gräßlin <mgraesslin at kde.org>
Date:   Thu Jun 25 10:28:29 2015 +0200

    Ensure Wayland integration in FullScreenPanel is setup before window gets created
    
    Perform the Wayland integration directly when the window gets created and
    not just on the show event. Show event is too late as the compositor
    performs already checks on it like sizing changes.
    
    During the setup we call the QWindow::create method to ensure that the
    low-level wayland surface is created.

commit caab23faa4d28f832a7874b5850753d02f7274d1
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 19 16:48:12 2015 -0700

    add a component for the top sliding panel
    
    a apanel as windows can cover will not be
    vlosed by kwin

commit 5ec194991e993b751ccf70786cd73819852b72ec
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 5 19:01:14 2015 -0700

    move ViewSearch inside FileBrowser

commit 90430b37597f579d9f6040e9daa78cbcb88547d0
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 5 18:57:39 2015 -0700

    get rid of some unused qml types

commit 64f141438c47ee222ca7fa017c2c414def57ebd4
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jun 5 18:30:18 2015 -0700

    get rid of ActionButton

commit 6281da5c544b0dbd1fd2a95656e6557bee7cb53f
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Jun 4 13:13:43 2015 -0700

    Fix build, various other cleanups

commit 296580fa040566b43d0982524e4d631493d05585
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Jun 4 12:20:44 2015 -0700

    TimePicker, DatePicker and Digit have moved into time settings module

commit e0e142476efa94da89e6f694346dd0614adfe9f9
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Dec 17 19:17:40 2014 +0100

    make OverlayDrawer work
    
    (still asking for not existent background images)

commit ebdc11ac215755f83216c8bf3f6483bfffbfe6c0
Author: Sebastian Kügler <sebas at kde.org>
Date:   Wed Dec 3 17:10:26 2014 +0100

    KParts isn't needed

commit f292e6cbce57c0740313e66fcd9f82fbc5fb2658
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 2 03:01:24 2014 +0100

    Make TimePicker work, simplify

commit 750db87c191bbb4178e15e4bd2bcbdcefdd4ab2f
Author: Sebastian Kügler <sebas at kde.org>
Date:   Sat Nov 29 04:22:04 2014 +0100

    Fix Digit

commit 042931cc360dff41cef08e5bf0e338fa562f8ec4
Author: Sebastian Kügler <sebas at kde.org>
Date:   Sat Nov 29 04:20:11 2014 +0100

    Make TimePicker load
    
    This disables the 24 hour format, needs to be redone.

commit 78308e02409704b5424a60788c271dc79368edfc
Author: Sebastian Kügler <sebas at kde.org>
Date:   Sat Nov 29 04:19:56 2014 +0100

    Fix DatePicker

commit 9c881775bc4f6db39d6b037c40d2a6b453b2b290
Author: Sebastian Kügler <sebas at kde.org>
Date:   Fri Nov 28 05:09:44 2014 +0100

    Fix loading of Package

commit 5ade53d66f3af7f484cb797683c2a955c8a654cd
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Oct 24 12:05:55 2014 +0200

    fix build

commit 28556349780be5c52d2131eef15708fdfcfdab4f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 20 14:08:48 2014 +0200

    rearrange z values

commit 81a7d5732fc7de576aca5b2d6818eaddfb51623e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 20 13:38:55 2014 +0200

    new style for the split drawer, flat no pngs

commit ab0af74f253b4c43cef58d740a1ee85708ca133d
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 20 12:14:42 2014 +0200

    proper icons in drawers

commit 237c0cfc3d4415fafb85ef1567057b06e95b4cef
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Fri Aug 8 14:23:47 2014 +0300

    Fix typos and unused imports.
    Also add some files which got missed from the previous commit
    because of a bad rebase.

commit 1e4ed1f925177d3ad028e91b0d8843f919b8c3d6
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Fri Aug 8 13:35:50 2014 +0300

    Add Baloo support to Widget Explorer
    and the active containment is now able to load the
    resources from the kactivitymanager
    
    REVIEW: 119660

commit 5b9395557fd6e856e5ad22c0f4d001d31c157541
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Tue Jul 29 14:06:40 2014 +0300

    The activecontainment is now able to categorize the items
    based on their mimetype.

commit 9fa2e9a859ebd1f77091231e95a10c1e7c29c55d
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Fri Jul 11 15:24:50 2014 +0300

    Load our application list more properly.
    And use KRun::run in order to run out applications

commit 21de13cf2cdc6bc251fc885619899da0a0ae9843
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Wed Jul 9 13:37:53 2014 +0300

    Implement a new launcher.
    
    *The luncher shows our applications
    *we can open our applications
    
    There are some things which needs to be fixed, more information
    in the review request.
    
    REVIEW: 119193

commit bd59225ab8e3a17e39bf0b5f7f63b62743e3419f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jul 9 18:05:24 2014 +0200

    fix index()

commit 1e589b771531068d8e5eceaaeaa2549ee432a046
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Tue Jun 3 16:32:48 2014 +0300

    Make the IconGrid component work again

commit 333054ca6d3c592f6d9c1bc6e675e6ae08f82030
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Mon May 26 16:49:23 2014 +0300

    Port to the new signal and slot syntax

commit 0702dae2c39035e400262192477ada8975fecd72
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Fri May 16 16:19:52 2014 +0300

    Replace MobileComponents.TextEffects with PlasmaComponents.Label
    Also now when we change our current activity, the activity panel is
    updating too.

commit a2be64fbb076a3369ca23bee15c1a108f0428cf9
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Thu May 15 15:35:56 2014 +0300

    Port the activity switcher

commit c97e7e6d7f6885a3554105472bedd4efa41849db
Author: Antonis Tsiapaliokas <antonis.tsiapaliokas at kde.org>
Date:   Tue May 13 17:29:18 2014 +0300

    Port mobilecomponents to QtQuick2.2 and to org.kde.plasmacomponents 2.0

commit 8fd1d615ea4d2fde32a220690a03433d6b5ca4af
Merge: c2794a0 9fa9318
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 3 17:17:38 2013 +0200

    Merge branch 'pa4/criticalfixes'

commit c2794a030bf73b071480f499b2e0df28fff726c2
Merge: f936388 5df2859
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 3 17:16:28 2013 +0200

    Merge branch 'pa4/fileBrowser-fileTypeUI'

commit 9fa93183f7397d6aed6999233e212939afd780b4
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Mar 29 14:41:06 2013 +0100

    hopefully more correct calculation of coordinates
    
    it's still pretty much an hack IconGrid should simply not be used here

commit f9363887e78f9206153cf65c4700af45ac86980c
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 20 19:29:47 2013 +0100

    less opacity for not active digits

commit 5df28592e0a5f5ba072824d7dda808297ceb1009
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Feb 20 12:59:17 2013 +0100

    warnings--

commit 865f4265a0e320bde1c6468ed7fb6204c51e045a
Merge: 537270e f49e572
Author: Aaron Seigo <aseigo at kde.org>
Date:   Wed Feb 13 22:42:29 2013 +0100

    Merge remote-tracking branch 'origin/mart/overlayDrawerTweak'

commit f49e5720077d416a41568654b450acc88be6d9ea
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Jan 16 11:31:19 2013 +0100

    remove the Hidden state
    
    hiding it on tapping has been reported confusing and not much discoverable

commit 537270e1df585b530db1c4c5912c25926c9fb325
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 14 12:03:36 2013 +0100

    still not working tag deletion dialog

commit 285d9522657bd8457af8ceb54d9c527b78c8d542
Merge: 748e302 3ea1c0a
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Jan 7 21:48:58 2013 +0100

    Merge remote-tracking branch 'origin/pa4/icongrid'

commit 748e302d7f098f115e1185923b3ab373ad733a5d
Merge: bfca5ec 196ef6e
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Jan 7 21:48:49 2013 +0100

    Merge remote-tracking branch 'origin/pa4/alarms'
    
    Conflicts:
    	dataengines/metadata/metadataservice/metadatajob.cpp

commit bfca5ec7a1b99f98b2fcc55a75a1c8c6e6633e1c
Merge: fab2a52 1aedcc5
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Jan 7 21:48:21 2013 +0100

    Merge remote-tracking branch 'origin/mart/newMetadataModel'
    
    Conflicts:
    	dataengines/metadata/metadataservice/metadatajob.cpp

commit fab2a52733a73ec4d82179c439b926f2ab867650
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Jan 4 10:59:38 2013 +0100

    correct off by one

commit 361f1dfb4334a3b9ec004a25bcbaeda0b75f577c
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Jan 3 16:53:00 2013 +0100

    take into account the drawer implicitWidth
    
    still default as almost fullscreen when open, but if the item has an implicitwidth that makes sense, use it

commit 196ef6e5479be3265a7d7aad19596fe0157bd42f
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 3 12:20:52 2012 +0100

    throbber->picker
    
    correct name for the item. a throbber is actually a spin wait widget

commit 1aedcc55c5e4c92068e5d033384de01e04ec9581
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 21 14:48:34 2012 +0100

    assign anchors when a page arrives in mainPage
    
    don't rely on the page item having the correct anchors set

commit 3ea1c0a79d8b0aa4201f2be76cb7fbd5b111a6ea
Author: Aaron Seigo <aseigo at kde.org>
Date:   Wed Nov 21 13:49:47 2012 +0100

    --deadcode

commit ae2b3f070a8ba8bd407ac173da128b111d2626b5
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 13 23:05:12 2012 +0100

    don't clip icons in filebrowser

commit 2b028ef5203129336f164063e62fc8ac1f26423c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 6 18:48:28 2012 +0100

    ifix translation

commit 3a68a053cf28b2f6baba02a8a847d0addbd0f3f6
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 6 18:19:53 2012 +0100

    don't move page contents when sliding

commit 4a16dd74aae1ec80bae64bd4201d71ae303c5b6e
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 6 14:11:39 2012 +0100

    tabbar looking like joined buttons

commit 687a86f5bdf6cf91305fc52daf68f1180d94c2aa
Merge: 4754790 09cc8bb
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Nov 2 18:13:26 2012 +0100

    Merge branch 'mart/webbrowseractualscroll'

commit 4754790ad7d23b5b2d9268cc867bb27ce6b2e82e
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Nov 1 01:31:59 2012 +0100

    Header has gone

commit 9bf342e80ca66a431ef431bf4b9912026d64f042
Author: Sebastian Kügler <sebas at kde.org>
Date:   Wed Oct 31 23:47:04 2012 +0100

    remove AppletContainer from MobileComponents
    
    This class has been moved into the scriptengine in kde-runtime (master), and is
    available for all components as type.

commit 101a3088fbe75e26c8aff02559d425cff502eebb
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 31 15:21:27 2012 +0100

    simplify, get rid of mouseeventlistener

commit 0425a8cd1c9abe7ab721d37152fee525f6ae882b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 31 15:15:40 2012 +0100

    get rid of the SlcMenu

commit b9ba057241d1bd0f15dea8c31e82a71cb327ef68
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Oct 25 11:18:58 2012 +0200

    hide when the main page is not visible

commit 75f635aac16538df0c214d4329628e071640eaca
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 24 17:54:53 2012 +0200

    remove dead code

commit db2fa206251e2541ef671d43a70f6f2df55b829e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 24 15:31:37 2012 +0200

    don't show the page when none is set
    
    fix open/close programmatically

commit 09cc8bbed6460baf59539ad65fcaf52f9cec752d
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Oct 25 11:18:58 2012 +0200

    hide when the main page is not visible

commit b63736ff883080f7ab79e52a0c0ac8db8e662335
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 24 17:54:53 2012 +0200

    remove dead code

commit 7936d00bd2e77162fc6f3c23555979748ab961fc
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Oct 24 15:31:37 2012 +0200

    don't show the page when none is set
    
    fix open/close programmatically

commit 1d4ce4e219ae3588c7b3070730973e114a2d0cac
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Oct 8 15:47:11 2012 +0200

    when setting the model, handle the case when we have a sourcemodel already better and listen to layout changes
    
    and now .. sorting actually works.

commit ad82e06f58c0ebd32a453627b488e74b05b3fb15
Author: Aaron Seigo <aseigo at kde.org>
Date:   Fri Oct 5 22:06:02 2012 +0200

    clear the text in the search field when switching tabs

commit 3524602bd9c18ded4555b2671ff912843157ef90
Author: Aaron Seigo <aseigo at kde.org>
Date:   Fri Oct 5 21:40:45 2012 +0200

    allow access to the visible name

commit 6ffdf0333fdd851a9b02b836c957c6903c38282a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Sep 28 11:59:21 2012 +0200

    immadiate page loading
    
    should remove perceived delays in loading, may hurt interactivity (may be expected some short event loop freezes while initiating page switch)

commit 4d1636994be8b1ddfd0d82094cf4d0767d9b8384
Author: Aaron Seigo <aseigo at kde.org>
Date:   Thu Sep 6 00:08:51 2012 +0200

    microimprove

commit e8cae07d018ff5334369bb1dae03984f4560d475
Author: Aaron Seigo <aseigo at kde.org>
Date:   Wed Sep 5 23:49:08 2012 +0200

    cache lookups in fallbackcomponent

commit 5c90476064236dc881a455e56f9df104d5240d04
Author: Aaron Seigo <aseigo at kde.org>
Date:   Wed Sep 5 23:31:27 2012 +0200

    const

commit 9b416f74703e55799508375345378cf60715c82d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Sep 3 13:06:59 2012 +0200

    sync also when height changes

commit 1281499046c82578e230f2cbb884ace6ea28862a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Aug 31 13:39:59 2012 +0200

    auto open/close keyboard on dialog open/close

commit ed2eeb7d0f8614bbabcd8572695c4e979da617b5
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Aug 17 19:16:06 2012 +0200

    experiment: remove text from images with thumbnail

commit e53dc3ed7054012086b0db87018cea5af2542d54
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Aug 17 18:42:26 2012 +0200

    slight simplification

commit 5435573bf733daaecd457cda7948fe350e6d1036
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Aug 9 14:27:31 2012 +0200

    port to MobileComponents.TimePicker

commit 305dd56c3813a2a610d9f7a3c1968e7e8f985710
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Aug 9 14:05:46 2012 +0200

    move DatePicker TimePicker in MobileComponents

commit 2b855ad9daf057618fac5bd92dc56e699a1fc848
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 8 16:55:55 2012 +0200

    support for TexturedText in TextEffects

commit b01a54a4943ac6f2919b2cb3be273af97d61003b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 1 14:05:33 2012 +0200

    l setting of open/close

commit 8c05d74ceea653f6927c7a67f026117461943d79
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Aug 1 12:35:52 2012 +0200

    clip contents

commit f9f12f5d9b055dc4d688555ccf2ceff3b9fcc042
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 31 20:04:29 2012 +0200

    possible to change open state programmatically

commit d4a4333dbf5428d85389f46846160ed5fb5be731
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 31 19:31:56 2012 +0200

    don't switch hidden/closed while dragging

commit a9f4bae37dc16292d714f3bfce2b298a1ad3719d
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 31 19:15:40 2012 +0200

    import qtextracomponents

commit 52d6b23b3735701c62e0fd034a50bf734941e288
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 24 18:26:01 2012 +0200

    remove the old internal Sheet.qml

commit 7d1a5fe6e8afaab2ef3f9e96419073acb8a23b57
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jul 24 17:14:13 2012 +0200

    polish and document

commit cb89bf37f0b8ee508744e272bca620af57ad288d
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jul 23 17:13:53 2012 +0200

    port to SplitDrawer component

commit 0c5931f88fe29bd0ca34969c1025e13b5654c72e
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jul 23 15:03:40 2012 +0200

    new components: drawers

commit 42b2b3e78bb6649fef77558f64f887e6045b4ba8
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon May 28 20:02:47 2012 +0200

    appsView->iconView, and resolve a warning when currentItem was not defined

commit c849d80ca8cfc174d820650d721d772f2302cf3b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed May 16 11:18:57 2012 +0200

    move slc component back to main
    
    for some odd reason, this seem to avoid a crash on Qt 4.7
    
    CCBUG:300096

commit 3cb4fa31ed7372ca67af218c39d096720b1bf1b8
Author: Marco Martin <notmart at gmail.com>
Date:   Tue May 15 12:03:15 2012 +0200

    more delay

commit 2206e208ce0e8c1c3b0212753557e46d7ec576d0
Author: Marco Martin <notmart at gmail.com>
Date:   Fri May 4 13:56:00 2012 +0200

    throw away finishedListingChanged
    
    rely on the running property of the models instead

commit 4b4ba4529ff5c77afef888a25fc63b6429e10b2d
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Thu May 3 15:02:29 2012 -0300

    Add signal finishedListingChanged to MetadataModel so that we can stop
    the busy indicator in ViewSearch.qml when the nepomuk query finishes.
    
    CCBUG: 296958

commit e4a818ad9e57b6fba4e2e1aa50528741dc10e16f
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Apr 30 17:07:42 2012 +0200

    center the contained applet

commit 8a3c638d0298934a1eb428f45998c5b03347ebd9
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 11 10:42:45 2012 +0200

    use open() for slc menu
    
    CCBUG:292820

commit cc23e419b8404d6cf5815923f91676765b661412
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Apr 4 19:01:48 2012 +0200

    enable the stars, or they'll paint wrongly

commit 357488ac6ea62c10d14eca7fe39ad56553206990
Merge: 9ecb3c4 7b15ef7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Apr 3 15:46:00 2012 +0200

    Merge branch 'mart/filebrowserpartcomponent'
    
    Conflicts:
    	applications/CMakeLists.txt
    	applications/filebrowser/package/contents/ui/Browser.qml

commit 9ecb3c4b8b5e0b796fd4f112c2434cdf101ec23b
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Apr 3 15:34:30 2012 +0200

    remove animations from install, they've moved to Extras

commit 4be26e19cfe79af0e9e2153daae5189bef01c2b3
Merge: 6adfd2d de291b0
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Apr 3 15:32:34 2012 +0200

    Merge branch 'master' into plasmaextracomponents

commit de291b0d7365fce90de018dfdd7226b702875ed0
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Mon Apr 2 22:32:12 2012 -0300

    Add busy indicator to ViewSearch.qml to indicate ongoing search.
    
    CCBUG: 296958

commit 6adfd2d72f8b86438ed1e10f55e0e20fbee6371e
Author: Sebastian Kügler <sebas at kde.org>
Date:   Fri Mar 30 00:33:12 2012 +0200

    Animations have moved to PlasmaExtras

commit f6a44a5ebc38d54e07d7b5adcc79c13d59b6866b
Merge: 332223b 23e410f
Author: Sebastian Kügler <sebas at kde.org>
Date:   Fri Mar 30 00:14:28 2012 +0200

    Merge branch 'master' into plasmaextracomponents
    
    Conflicts:
    	components/mobilecomponents/categorizedproxymodel.cpp
    	components/mobilecomponents/resourceinstance.cpp

commit 7b15ef779a300328e0be85c96462248cc6df017b
Merge: 440a06c 23e410f
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 29 17:34:35 2012 +0200

    Merge branch 'master' into mart/filebrowserpartcomponent

commit 23e410f65093eed7a74fb507b6b4fa855d6d42ab
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 29 11:52:17 2012 +0200

    make really sure the icon is text-html if no thumbnail available

commit 440a06cb731e502a484c2817fe266043af7da485
Merge: 45cbf8d 16fd2a0
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 28 16:40:24 2012 +0200

    Merge branch 'master' into mart/filebrowserpartcomponent
    
    Conflicts:
    	applications/common/kdeclarativemainwindow.cpp
    	applications/common/kdeclarativemainwindow.h
    	applications/filebrowser/package/contents/ui/Browser.qml

commit 45cbf8d25a354f12078cf819d59f042aa9c2d202
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Mar 26 19:16:02 2012 +0200

    delay size sync to allow smooth resizing animations

commit 16fd2a0912ca6c09abbe04cd28423b720880c9e5
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Mar 26 12:31:39 2012 +0200

    fix some i18n issues

commit e003677c0197f259c45376054e86d7a21b5c4924
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 20:53:33 2012 -0300

    Some QString methods (like startsWith() and endsWith()) are more
    efficient if they are passed a QLatin1String, avoiding an implicit
    conversion from const char *.

commit f1db3858333fe4c3b873df4dc1bd2ffc13e1d064
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 20:31:00 2012 -0300

    Add newline at file's end.

commit 6e1aaa81cad0dfcdcb0d954b4383de090547211a
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 19:49:14 2012 -0300

    Fix misspellings.

commit 14ebf2c785d617003b7d9e956d150c83c4c75691
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 19:20:43 2012 -0300

    Normalize SIGNAL and SLOT signatures.

commit 26e154e7786d9ae5ed2aa7dd190b9344895d5e1d
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 18:48:27 2012 -0300

    Use const & for foreach variables when possible.

commit a2c6486388bcd7f928480e5afc12425bfc8239da
Author: Lamarque V. Souza <lamarque at kde.org>
Date:   Fri Mar 23 17:54:41 2012 -0300

    Use single-char QString operations for efficiency.

commit 7c1a6ae942060045cb8f91fec7e13b7f6195f33e
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 21 10:33:48 2012 +0100

    remove last references to infolabelVisible

commit 0d224cdb656c057e4b0c9806c190d92e5aac3246
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Mar 21 10:32:26 2012 +0100

    get rid of infoLabel
    
    remove from itemhorizontal, remove the infolabelvisible property

commit 332223beb735e8fb9eac5b5958849157b5c7cc03
Merge: c6e78bc 8086ea9
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 15 22:24:32 2012 +0100

    Merge branch 'sebas/plasmaextracomponents' of git://anongit.kde.org/plasma-mobile into sebas/plasmaextracomponents

commit c6e78bc4fd01012112b8b6bcfa7ad28e53bb7c28
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Mar 15 22:23:56 2012 +0100

    ategorizedProxyModel is long deprecated, remove

commit 8086ea9d7445bbe80c5a8fbebf279d7bb146f521
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Mar 15 22:19:00 2012 +0100

    AppBackgroundProvider has moved to org.kde.plasma.extras

commit 6563ce80c7a416a960e4203cf2f692a9b4f49c6a
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Mar 15 22:16:25 2012 +0100

    ResourceInstance has moved to org.kde.plasma.extras
    	../../qmlpackages/contour-tablet-homescreen/contents/images/.directory

commit 2a2081889adc333e8c2dcda895cbcb3139d2c06f
Author: Marco Martin <notmart at gmail.com>
Date:   Sat Mar 10 14:27:32 2012 +0100

    prevent stealing events from actionbutton
    
    more reliable add/configure buttons

commit de5c7f39eafeacac104629be98ff0ccc661e47bb
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 28 11:10:03 2012 +0100

    get rid of mouseeventlistener

commit b883481201a3f6f939bb07445729e55c592b84f6
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 28 11:08:35 2012 +0100

    remove dependencies from the local mouseeventlistener

commit c624ab3f8c54831774b7ef074f1e8285d3ec9883
Merge: 11e7a32 4fbb625
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Feb 28 10:19:09 2012 +0100

    Merge branch 'mart/lazymetadatamodel'
    
    Conflicts:
    	components/mobilecomponents/resourcedelegates/FileDataObject/ItemHorizontal.qml

commit 4fbb6256a6c7127e990ba864560860864a93f58f
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 24 14:26:30 2012 +0100

    different scroll dots when too many

commit eba9146160f5bfac0134ba36335e506798427582
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 23 20:33:29 2012 +0100

    don't load any delegate when resources aren't loaded

commit adecc1d63a52dfed5407ed3b39de493b8b1f2580
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Feb 23 19:56:41 2012 +0100

    try harder to avoid unwanted resource access
    
     when invalid

commit 11e7a32e01077138b6d5df9090a97407abc41844
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 20 15:10:25 2012 +0100

    sync icon sizes with defaultIconSize
    
    also relayout the activityscreen when it changes, allowing for a possible ui (if needed) in the future

commit e498790a6a48f2ab4a9a20c417da724824c89996
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 22:39:15 2012 +0100

    global property to influence icon size
    
    and layout boxes as well

commit 3351d83226c93525b0e1dab99118e6e75c9539a7
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 20:45:13 2012 +0100

    dynamic photo thumbnail margins

commit 2610594212d0ffccf7cf88e933df37ba95b12c2c
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 20:01:35 2012 +0100

    remove unused stuff

commit 84e6fc6a88860e625e645c8552750ccc9d53fa8a
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 19:59:07 2012 +0100

    fix sizing for images and bookmarks as well

commit 8af94768c9670ce52fa67bc621c87545f69cbf49
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 19:00:42 2012 +0100

    icon size depends from delegate width

commit c3cb465f4f7f7084ac0a2a80d61fd06383a562bb
Author: Marco Martin <notmart at gmail.com>
Date:   Fri Feb 17 17:53:45 2012 +0100

    simplify delegates
    
    use the default delegate size in the top menu

commit eb7adaf62005b9566b7174936d4058063ae2e996
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Feb 8 12:47:51 2012 +0100

    reset the model for now when rows are inserted/removed
    
    when the rows are inserted or removed reset the model, not optimal, but
    the proper index calculation is way more complex
    
    to be fixed

commit df9e5b5d55057d095f3f6d181c98534a40efbb6a
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 6 16:41:57 2012 +0100

    emit a datachanged when rows get inserted

commit 41261022f6c7cf9989e9fc40ed45251afa54c6e2
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 6 13:40:01 2012 +0100

    reinsert items if they can be taken from next pages

commit 8d97857138ca6c82670af5bd36833b078c21caef
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Feb 6 12:00:22 2012 +0100

    map indexes at sourceRowsAboutToBeInserted/removed

commit ab5bdb05737fb980d7892e9452e82b97976944a7
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Jan 31 21:44:05 2012 +0100

    RSS feed handling
    
    Basic handling of RSS feeds, in KDeclarativeWebView and the QML UI
    - KDeclarativeWebView exports a QStringList of RSS feeds
    - In the dashboard, there's now an RSS button, which copies the link of
      the first feed found to the clipboard
    
    That way, the user can paste it into the RSS reader's add dialog, that
    part already works.
    
    Would be nicer to do this through Nepomuk, automatically, but this
    already provides a nice base for it

commit 50b68a21d236c70f43f37a7b02cd8521dfb16969
Merge: 411e5c0 b8bc440
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 30 14:40:11 2012 +0100

    Merge branch 'master' into mart/active-filebrowser
    
    Conflicts:
    	applications/filebrowser/src/main.cpp

commit b8bc4408783da5ba6cbdcab3f017fa1eefbea149
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 23 12:00:54 2012 +0100

    when click before the first star, rating=0

commit 374a798d1d1418c66001afec5ccb49c7c8f23f93
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 23 11:57:08 2012 +0100

    support rating without resourceUrl

commit 411e5c0aa2b2681bfee9fbeeb9d425c7ff7173e8
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 23 12:00:54 2012 +0100

    when click before the first star, rating=0

commit d9b3a1be7caba274d3153355b2465a241f75d69a
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Jan 23 11:57:08 2012 +0100

    support rating without resourceUrl

commit 74f22087bd12db6fc6b7570ddc85ef37c5c61bac
Merge: 07bd29f 9586da7
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Jan 3 10:58:53 2012 +0100

    Merge branch 'mart/tabbarAddResources'

commit 07bd29f53edce1609e0852345293169ff06b4748
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 19 16:43:39 2011 +0100

    default configuration elements for the window strip

commit cf8b4edce4a94985b744e0e0455b110cca926c79
Author: Sebastian Kügler <sebas at kde.org>
Date:   Thu Dec 29 13:16:23 2011 +0100

    fix my email address

commit 9586da713b7249aba696302df7a4267273007cd9
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Dec 19 16:43:39 2011 +0100

    default configuration elements for the window strip

commit 96029c27476f6d5e2087b05a1cbe0764e02e5959
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Dec 6 00:14:44 2011 +0100

    More subtile scaling, fix opacity animation (and make it also more
    subtle)

commit dbad4fb33437181ad970c3cdd01893fe8da22bb7
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 30 19:50:24 2011 +0100

    better manage keyboard show/hide

commit 1b96c84dba85309715881c2117bd8aa610257cbf
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 30 14:00:02 2011 +0100

    slightly smaller titles

commit 19e30cf9f39fff6c3d7b9584ea81e5a5d4628a6c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 29 14:57:21 2011 +0100

    try to delay the creation of the grid page

commit 8f5ba8155e944fe4e7238966cd680dafc5635b00
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 29 14:22:12 2011 +0100

    less cache

commit 7685f3a32397aec0330c32120987fff50e9e23bb
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 29 13:42:25 2011 +0100

    hide the icon

commit 4cb74b146162aed8e42de6294bdbda9e9ad169de
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 29 11:28:47 2011 +0100

    make the preview work

commit 2275af1bfb3cd34505823664db11932f6519664d
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Nov 29 02:49:38 2011 +0100

    Fix up animations

commit a3906a134f6efc77eb814e279b9682fa06c59e96
Author: Sebastian Kügler <sebas at kde.org>
Date:   Tue Nov 29 00:58:01 2011 +0100

    Separate Pressed and ReleasedAnimations
    
    Also use them in the (combined) ActivateAnimation.

commit 0a41c5a4ce53e46a04b8b05313808e48aa503d31
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 28 14:01:31 2011 +0100

    use a standard tool button

commit b1afe4a001fecf1ce37a017ec2f03752c2514ee8
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Nov 24 13:27:12 2011 +0100

    coherent search field height on all cases

commit 9895bde39317c5c1caeb4234e52fe7a973752b42
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Nov 24 13:11:53 2011 +0100

    support for property binding in the preview engine
    
    right thumbnails and for some reasons seems a lot faster

commit cdc87319d379854dd724c5bacadd4f268b41854e
Author: Marco Martin <notmart at gmail.com>
Date:   Thu Nov 24 12:59:12 2011 +0100

    support property bindings for icons

commit 705bc5588e9a170e3dde7c936bf430b85359412b
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 23 11:43:59 2011 +0100

    validate activity name
    
    don't let create/edit activities when:
    * name is empty
    * name is duplicate
    CCBUG:287226

commit e634275bab4f970907301a3a1361a601cb21dfd9
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 22 18:10:24 2011 +0100

    fix alignment

commit 3be692177403657f1ef999f1c23762bb30c4fae4
Author: Aaron Seigo <aseigo at kde.org>
Date:   Tue Nov 22 12:14:55 2011 +0100

    1s makes things feel slow; .1s is much nicer and still allows for the slow typing of an osk

commit ca152b9288668cb513c85fe27ecad5bd2e0bd112
Merge: 35fc843 b30c8b2
Author: Aaron Seigo <aseigo at kde.org>
Date:   Tue Nov 22 11:26:46 2011 +0100

    Merge branch 'runnermodel'
    
    Conflicts:
    	containments/activityscreen/contents/ui/AddResource.qml

commit 35fc8432a1445fe985a5a703515fe1bfbac337be
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 21 18:29:56 2011 +0100

    readable

commit b30c8b2ccd7e2086f84cd7d4a0fcde557763660f
Author: Aaron Seigo <aseigo at kde.org>
Date:   Mon Nov 21 15:42:17 2011 +0100

    allow the delay on the view search to be set

commit 1ec95c938143934ed4df33e664724b740a42f38f
Author: Marco Martin <notmart at gmail.com>
Date:   Sun Nov 20 18:34:54 2011 +0100

    give focus to the sheet to clost the keyboard

commit 091ff3d1e69de2a86d98a534a7da5258d4bd5b50
Author: Marco Martin <notmart at gmail.com>
Date:   Sun Nov 20 18:14:32 2011 +0100

    the background config uses Sheet

commit 38c3930259200e8783564e5618c08c722e99c472
Author: Marco Martin <notmart at gmail.com>
Date:   Sun Nov 20 16:36:57 2011 +0100

    making sheet a public component

commit 673eb5871d21d21b0858c8615d6bfb160c488c14
Author: Sebastian Kügler <sebas at kde.org>
Date:   Wed Nov 16 23:46:40 2011 +0100

    Add ActivateAnimation to mobilecomponents plugin
    
    Animation itself is not very good yet, but allows us to steer this in a
    central place.

commit 1fa2b1bd7500f6e711bfbb0454890eab0666428c
Author: Marco Martin <notmart at gmail.com>
Date:   Tue Nov 15 17:00:43 2011 +0100

    port to components

commit 0440a57d317b0d9b355eec3073e03087f6a9492c
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 14 22:21:12 2011 +0100

    start to migrate to components

commit 30bd9c975277fc01d1bcfa5723f7e35bd22af6a6
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 14 10:53:53 2011 +0100

    build

commit 3cea574c898fc62eeefdba945e7c80547a507da5
Author: Ivan Čukić <ivan.cukic at kde.org>
Date:   Thu Nov 10 11:38:11 2011 +0100

    trailing slash removed from http urls

commit ca25d2eab91418609972544405da4277dcb668c3
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 7 22:46:51 2011 +0100

    appbackground works, settings uses it

commit a154e573eb1cb1686db639546c969d6c743314ba
Author: Marco Martin <notmart at gmail.com>
Date:   Mon Nov 7 21:31:05 2011 +0100

    n image provider from tiled backgrounds for apps

commit bdcd2434da2eecdae8ec8e49185e5a2261dbf413
Author: Aaron Seigo <aseigo at kde.org>
Date:   Fri Nov 4 22:41:40 2011 +0100

    namespace Activites -> KActivities

commit 7d72cbcb1a5430f898c84080ee0c9981e4050862
Author: Aaron Seigo <aseigo at kde.org>
Date:   Fri Nov 4 13:06:04 2011 +0100

    use ${KACTIVITIES_LIBRARY}

commit 04617a446ab2f415b0ad9304b95ac92448e6e481
Author: Aaron Seigo <aseigo at kde.org>
Date:   Fri Nov 4 10:05:58 2011 +0100

    don't let input mechanisms creep into the UI text

commit a11b279b340cbf4a2afa4a422fcb6dd12565e828
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 2 15:42:25 2011 +0100

    more checks to detect the kind of list we are in

commit bba001c2ecb7cea12ace02e77751ec1c2a299844
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 2 14:49:26 2011 +0100

    adapt names of catalogs

commit 8c4adee6256344d70dd115e36160e08c1ce8370f
Author: Marco Martin <notmart at gmail.com>
Date:   Wed Nov 2 11:35:43 2011 +0100

    move the metadatamodel into components/
    
    that's not a dataengine for sure

-----------------------------------------------------------------------

-- 
kirigami packaging



More information about the pkg-kde-commits mailing list