Re: theming questions

2021-01-14 Thread Dirk Hohndel
Hi Marco, Yes, you are correct, this is for Subsurface-mobile. We do in fact use mostly our own controls and simply style them directly, but it is the odds and ends that we get from Kirigami that cause us problems, or more correctly, inconsistencies. E.g., I couldn't figure out a way to change

Re: theming questions

2021-01-04 Thread Dirk Hohndel
, please point me that way, or if I should talk to someone off list, I'll of course be happy to do that, too. Thanks everyone and Happy New Year! /D > On Dec 25, 2020, at 3:19 PM, Dirk Hohndel wrote: > > After spending some quality time with the documentation I could find (not

Re: theming questions

2020-12-25 Thread Dirk Hohndel
the thing I want to do :-) I’d appreciate a few more pointers how to get from A to B. (my guess is that most of you are away from your keyboards, enjoying the holidays... I should be doing the same, I guess :^] ) /D > On Dec 23, 2020, at 15:00, Dirk Hohndel wrote: > > Hi Nicholas, &g

Re: theming questions

2020-12-23 Thread Dirk Hohndel
Hi Nicholas, Thanks for the response - you are aiming just outside of my level of 'full understanding' how all of this is supposed to work together :-) > On Dec 23, 2020, at 12:34 PM, Nicolas Fella wrote: > > The Kirigami.Theme that we have in QML is backed by the PlatformTheme class >

theming questions

2020-12-23 Thread Dirk Hohndel
Hi there and happy holidays I'm trying to improve the theming of my Kirigami-based app. We started using Kirigami about 5 years ago (before the current Theme code was there) and have done a lot of rather brute force things along the way (mostly out of incompetence and impatience, TBH).

[PATCH] Update the kirigami.pri file

2017-10-07 Thread Dirk Hohndel
>From b24003c485f8180b190c653bc5a5744fae4f2284 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Sat, 7 Oct 2017 09:50:13 -0700 Subject: [PATCH] Update the kirigami.pri file Match the actual file names in libkirigami. Signed-off-by: Dirk Hohndel <d...

Re: Kirigami 1.1 / QML problem (Subsurface-mobile)

2017-03-20 Thread Dirk Hohndel
Hi Marco, Thanks for the response! On Mon, Mar 20, 2017 at 11:16:40AM +0100, Marco Martin wrote: > On Monday 20 March 2017, Dirk Hohndel wrote: > > Hi there, > > > > After taking a pause for a while, I tried to address a couple of the bug > > reports for Subsurfac

Kirigami 1.1 / QML problem (Subsurface-mobile)

2017-03-19 Thread Dirk Hohndel
Hi there, After taking a pause for a while, I tried to address a couple of the bug reports for Subsurface-mobile on Android and iOS. Right now we are building with Kirigami 1.1 and Qt 5.7.1. If we have to upgrade to Kirigami 2.0 and/or Qt 5.8 in order to make it easier for people to help us,

problems with Kirigami on iOS

2017-01-02 Thread Dirk Hohndel
Since updating to Kirigami 2.0 and Qt 5.7.1 there's a new problem that I don't quite know how to fix. It seems that Qt Quick Controls 2 requires a plugin - but I can't figure out how to provide that plugin on iOS: QQmlApplicationEngine failed to load component qrc:///qml/main.qml:333 Type

update kirigami.pri

2017-01-02 Thread Dirk Hohndel
Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Mon, 2 Jan 2017 12:41:38 -0800 Subject: [PATCH] Add settings.cpp/.h to kirigami.pri Signed-off-by: Dirk Hohndel <d...@hohndel.org> --- kirigami.pri | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

fix Kirigami qrc file

2016-08-18 Thread Dirk Hohndel
>From fb2d355d00011f7ff9a0a7ea69ea93ecc36a5486 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Thu, 18 Aug 2016 22:05:25 -0700 Subject: [PATCH] Remove reference to Icon.qml under desktop style This file was removed in commit 2496430d9404 ("c++ implemen

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
On Tue, Aug 16, 2016 at 03:48:49PM +0200, Marco Martin wrote: > On Tuesday 16 August 2016, Dirk Hohndel wrote: > > Just to make sure I understand this correctly... You are suggesting that I > > shouldn't build Kirigami as a separate library, but that I should include > > the k

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
> On Aug 16, 2016, at 6:48 AM, Marco Martin <notm...@gmail.com> wrote: > > On Tuesday 16 August 2016, Dirk Hohndel wrote: >> Just to make sure I understand this correctly... You are suggesting that I >> shouldn't build Kirigami as a separate library, but that I should

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
-- Sent from my phone On August 16, 2016 5:59:06 AM PDT, Marco Martin wrote: >On Tuesday 16 August 2016, Tomaz Canabrava wrote: >> > > - use the .pri file when directly linking in kirigami into the >(parent) >> > > project (include directive in PROJECT.pro), then the

Re: Subsurface-mobile status update

2016-08-15 Thread Dirk Hohndel
Once I fixed the build issues and added back a couple of our private patches I was able to build a working Subsurface-mobile for iOS based on Kirigami 1.0 (plus patches). Nice. Took me a LOT longer than I wanted, but hey... it's all good. 4.5.2.1525 should be available for testing on

Kirigami patches

2016-08-15 Thread Dirk Hohndel
It's pretty clear that no one ever tested the kirigami.pro qmake file. The second patch I'm not 100% sure about, but it seems to match what the documentation tells us SHOULD be done. /D >From 8e4307346614943a940f11d2ee6159886c54ee83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohnd

Re: Subsurface-mobile status update

2016-08-15 Thread Dirk Hohndel
> On Aug 15, 2016, at 10:06 AM, Marco Martin <notm...@gmail.com> wrote: > > On Monday 15 August 2016, Dirk Hohndel wrote: >>> On Aug 15, 2016, at 7:50 AM, Marco Martin <notm...@gmail.com> wrote: >>> >>> On Monday 15 August 2016, Dirk Hohnde

Re: Subsurface-mobile status update

2016-08-15 Thread Dirk Hohndel
> On Aug 15, 2016, at 7:50 AM, Marco Martin <notm...@gmail.com> wrote: > > On Monday 15 August 2016, Dirk Hohndel wrote: >> Line numbers in kirigamiplugin.cpp are slightly off since I have a few >> lines of debug output in there; frame #9 is foreach (const QString

Re: Subsurface-mobile status update

2016-08-15 Thread Dirk Hohndel
> On Aug 15, 2016, at 7:10 AM, Marco Martin <notm...@gmail.com> wrote: > > On Monday 15 August 2016, Dirk Hohndel wrote: >> Do you have any idea, though, while this is crashing for me on iOS? >> The crash is always in some Qt internal - and it's always that some >

Re: Subsurface-mobile status update

2016-08-15 Thread Dirk Hohndel
On Mon, Aug 15, 2016 at 11:33:08AM +0200, Marco Martin wrote: > On Monday 15 August 2016, Dirk Hohndel wrote: > > Kirigami as is has a few oddities. It compiles neither with cmake nor with > > qmake. Hmm. > > > > I have patches for that, but on iOS it still dies at st

Re: Subsurface-mobile status update

2016-08-14 Thread Dirk Hohndel
On Sun, Aug 14, 2016 at 09:38:27PM +0200, Thomas Pfeiffer wrote: > On 14.08.2016 06:29, Dirk Hohndel wrote: > > I still haven't managed to make the latest Kirigami work. And I don't think > > I'll finish that today as I'm jet lagged and about to fall asleep on my > > keybo

Re: Minutes Monday Plasma Meeting

2016-06-13 Thread Dirk Hohndel
> On Jun 13, 2016, at 6:20 AM, Sebastian Kügler wrote: > notmart: > * attending store meeting > * systray gives applets a screen > * Kirigami: better logic and explicit api for the "reachable" mode (all ui > slides down) > ** a new component for a toolbar in the header: to be

Re: New idea for Plasma's logo

2016-06-02 Thread Dirk Hohndel
On June 2, 2016 4:03:06 AM PDT, Thomas Pfeiffer wrote: > >On 02.06.2016 12:39, Alessandro Longo wrote: >> Il 23-05-2016 22:52 Alessandro Longo ha scritto: >>> (resent because apparently mailman rejected it) >>> Hi, >>> after a lot of iterations I found a simple idea for

Re: Kirigami: pageRow refactor ready for testing

2016-04-22 Thread Dirk Hohndel
On Fri, Apr 22, 2016 at 06:37:38PM +0200, Marco Martin wrote: > On Thursday 21 April 2016 11:38:25 Dirk Hohndel wrote: > > > from my tests on the gallery app it seems at least not to have > > > regressions (hopefully should work a bit better) > > > if from tests lo

Re: Kirigami: pageRow refactor ready for testing

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 08:33:19PM +0200, Marco Martin wrote: > Hi all, > i think my rewrite of PageRow is almost done > here's a review request on phab: https://phabricator.kde.org/D1460 > some test would be welcome, it should be pretty easy, just to switch > to the branch > mart/PageRow5.6 > in

Re: latest Kirigami master breaks header size assignments

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 08:09:15PM +0200, Marco Martin wrote: > On Thursday 21 April 2016 10:09:38 Dirk Hohndel wrote: > > Currently we do this: > > > > Kirigami.ApplicationWindow { > > id: rootItem > > title: qsTr("Subsurface-mobile&

latest Kirigami master breaks header size assignments

2016-04-21 Thread Dirk Hohndel
Currently we do this: Kirigami.ApplicationWindow { id: rootItem title: qsTr("Subsurface-mobile") header.minimumHeight: 0 header.preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1) header.maximumHeight: Kirigami.Units.gridUnit * 2

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 06:17:19PM +0200, Marco Martin wrote: > On Thu, Apr 21, 2016 at 4:42 PM, Dirk Hohndel <d...@hohndel.org> wrote: > > (1) the keyboard issue on both iOS and (maybe less so) Android. > > Sometimes the virtual keyboard opening is deteceted correctl

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 05:28:28PM +0200, Marco Martin wrote: > > > (3) the ListView scrolling issue > > When scrolling a ListView it's very easy to get into a state where QML > > gets confused and part or all of the screen becomes background color > > and trying to scroll makes

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 06:42:59PM +0200, Marco Martin wrote: > > that's subsurface next to the gallery example app how they look on my laptop: > http://imgur.com/Ni9fhkD > > note the size of the bottom action button and drawer handle.. that > looks pretty weird That's weird indeed. Any idea

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-21 Thread Dirk Hohndel
On Thu, Apr 21, 2016 at 12:17:14PM +0200, Sebastian Kügler wrote: > On Wednesday 20 April 2016 09:41:15 Dirk Hohndel wrote: > > We set the font size based on preferences, IIRC - and we use the same > > prefs for desktop and mobile (that's not just laziness - that allows me to >

Re: Kirigami Page.title

2016-04-20 Thread Dirk Hohndel
> On Apr 20, 2016, at 7:51 PM, Martin Klapetek > wrote: > > Is it possible to either hide the blue titlebar when empty > or add things like buttons and icons in there? > > In SpaceBar, the active conversation has this layout at > the top of the Page: > > [Presence

Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Dirk Hohndel
On Wed, Apr 20, 2016 at 07:32:04PM +0200, Marco Martin wrote: > On Wednesday 20 April 2016 09:44:43 Dirk Hohndel wrote: > > On Wed, Apr 20, 2016 at 10:36:05AM +0200, Marco Martin wrote: > > > On Tuesday 19 April 2016, Dirk Hohndel wrote: > > > > go). The latter alway

Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Dirk Hohndel
On Wed, Apr 20, 2016 at 10:36:05AM +0200, Marco Martin wrote: > On Tuesday 19 April 2016, Dirk Hohndel wrote: > > go). The latter always appears to have the top item aligned with the > > header, but when I tap on the header and have scrollTopAnimation run to: > > 0, the

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-20 Thread Dirk Hohndel
On Wed, Apr 20, 2016 at 05:52:48PM +0200, Marco Martin wrote: > On Wednesday 20 April 2016, Sebastian Kügler wrote: > > On Tuesday 19 April 2016 16:31:41 Kai Uwe Broulik wrote: > > > > 2.) On your Nexus 7, the whole thing indeed is way too small. This > > > > seems to be a DPI scaling issue,

Re: another Kirigami issue - overlap of header and listview

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 2:34 PM, Kai Uwe Broulik wrote: > > I don't know the code by heart but doesn't the ScrollView set a top margin? > If so, contentY should be set to it rather than assuming it's based on the > header height. I searched for just that margin and

another Kirigami issue - overlap of header and listview

2016-04-19 Thread Dirk Hohndel
. A patch like this seems to fix the problem From caf268d4378c9e365f13014e2240ada574c8487b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Tue, 19 Apr 2016 13:56:31 -0700 Subject: [PATCH] Don't overlap header and page when scrolling to top on header tap This seems f

Re: number of columns in Kirigami

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 12:32 PM, Kai Uwe Broulik wrote: > >> , or is this something I need to take to the Qt developers? > > Yes, please, the more they hear about it the more likely they are to start > doing something about it... Should I do this on your old bug

number of columns in Kirigami

2016-04-19 Thread Dirk Hohndel
I finally figured out why Subsurface-mobile no longer shows multiple columns in landscape mode on the devices that I usually test on... In commit e73c014a0 ("simplify PageRow, fix currentItem calculation") the logic for how many columns to show changed in a subtle but significant way: -

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 7:31 AM, Kai Uwe Broulik wrote: > >> 2.) On your Nexus 7, the whole thing indeed is way too small. This seems to >> be a DPI scaling issue, though > > I've seen QScreen physical dots per inch reporting rubbish on some Android > devices, I think

Kirigami issue

2016-04-19 Thread Dirk Hohndel
With latest master of Kirigami we are observing an odd problem in Subsurface-mobile. This happens in landscape mode (at least I haven't been able to reproduce this in portrait mode). Our page stack has in position zero a vertical listview (dive list). If you select one of the dives in this

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 5:50 AM, Thomas Pfeiffer <thomas.pfeif...@kde.org> wrote: > > On Dienstag, 19. April 2016 05:26:35 CEST Dirk Hohndel wrote: >>> On Apr 19, 2016, at 5:12 AM, Dirk Hohndel <d...@hohndel.org> wrote: >>> >>> So I've played

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 5:33 AM, Marco Martin <notm...@gmail.com> wrote: > > On Tuesday 19 April 2016, Dirk Hohndel wrote: >> This is an old Nexus 7; if I have my index finger hovering over the button >> it easily covers all three icons; yes, I can make it hit the

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 2:01 AM, Marco Martin <notm...@gmail.com> wrote: > > On Monday 18 April 2016, Dirk Hohndel wrote: >> When Sebastian and I first talked about using the "mobile components" for >> Subsurface-mobile I explicitly agreed that I was happy

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
On Tue, Apr 19, 2016 at 01:54:10PM +0200, Thomas Pfeiffer wrote: > > > > As I go through our sources I notice that for Subsurface-mobile the new > > syntax isn't really better (but that's because we do weird things with pages > > that have multiple states). That isn't to say that I suddenly no

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 4:45 AM, Marco Martin <notm...@gmail.com> wrote: > > On Tuesday 19 April 2016, Dirk Hohndel wrote: >>> would be cool :) >> >> As I go through our sources I notice that for Subsurface-mobile the new >> syntax isn't really bet

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 4:19 AM, Marco Martin <notm...@gmail.com> wrote: > > On Tuesday 19 April 2016, Dirk Hohndel wrote: >>> the look and behavior of buttons can be tested and adjusted (that >>> shouldn't involve further API changes), as the current implemen

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 2:01 AM, Marco Martin <notm...@gmail.com> wrote: > > On Monday 18 April 2016, Dirk Hohndel wrote: >> When Sebastian and I first talked about using the "mobile components" for >> Subsurface-mobile I explicitly agreed that I was happy

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-18 Thread Dirk Hohndel
On Mon, Apr 18, 2016 at 10:07:32PM +0200, Marco Martin wrote: > On Monday 18 April 2016, Dirk Hohndel wrote: > > Cute. I like it. Just make sure that I can use variables to assign to this > > as the available buttons will change depending on context for us. > > > > S

Re: Kirigami: a feature needed for subsurface and api change feedback

2016-04-18 Thread Dirk Hohndel
On Mon, Apr 18, 2016 at 07:29:43PM +0200, Marco Martin wrote: > Hi all, > > one thing that as i understood was needed in the mobile UI of Subsurface, is > the possibility to add other buttons in the action buttons at the bottom. > here's how my prototype looks like: http://imgur.com/VTHbDBJ

Re: Kirigami issues with latest master

2016-04-04 Thread Dirk Hohndel
On Mon, Apr 04, 2016 at 02:51:07PM -0700, Dirk Hohndel wrote: > - on iOS the git log of Kirigami tells me I should now have a back button > but I don't see it on my iPhone. I'm still investigating this one, > though, not sure if this app error or an issue with the code in > Kir

Kirigami issues with latest master

2016-04-04 Thread Dirk Hohndel
So with the latest master, a lot of the things I've been hoping for have been improved or added. I love the speed of progress. Couple of things that I noticed - the overscroll looks much better now that the title bar comes down with it - but then things behave a bit oddly. It doesn't jump back

Re: Kirigami 1.0 feedback

2016-04-04 Thread Dirk Hohndel
> On Apr 4, 2016, at 08:08, Thomas Pfeiffer <thomas.pfeif...@kde.org> wrote: > > On Sonntag, 3. April 2016 23:35:29 CEST Dirk Hohndel wrote: >>> >> My current thinging is that I may end up doing just that in the iOS >> version. Having a back button some

Re: Kirigami 1.0 feedback

2016-04-04 Thread Dirk Hohndel
On Mon, Apr 04, 2016 at 03:40:50PM +0200, Marco Martin wrote: > On Sunday 03 April 2016, you wrote: > > > the patch is fine, but I would prefer the property to be called "opened" > > > that even if doesn't shound great, is the name of an analogous property > > > for OverlayDrawer, so i would like

Re: Kirigami 1.0 feedback

2016-04-03 Thread Dirk Hohndel
On Mon, Apr 04, 2016 at 03:02:05AM +0200, Thomas Pfeiffer wrote: > On Sunday, 3 April 2016 11:42:31 CEST Dirk Hohndel wrote: > > > Well, doesn't need to be blurred home screen. Could be the blurred copy of > > what you are moving. Or just an oddly shaded area. Just so it loo

Re: Kirigami 1.0 feedback

2016-04-03 Thread Dirk Hohndel
-- Sent from my phone > On Apr 3, 2016, at 11:11, Marco Martin wrote: > > >> 2. connected to this, if the keyboard opens, now the bottom of the page is >> the upper edge of the keyboard and the action button is shown at the right >> spot, but the drawer(s) and the drawer

another Kirigami patch

2016-04-02 Thread Dirk Hohndel
From: Dirk Hohndel <d...@hohndel.org> Date: Sat, 2 Apr 2016 17:47:30 -0500 Subject: [PATCH 4/4] Allow the application to notify Kirigami about changed title Simply calling header.updateBreadCrumbs() makes sure that the bread crumbs in the title are correct. Signed-off-by: Dirk Hohn

Re: Kirigami 1.0 feedback

2016-04-02 Thread Dirk Hohndel
Responding to myself again... must be a sign of approaching senility... On Sat, Apr 02, 2016 at 09:55:51AM -0500, Dirk Hohndel wrote: > > > > > I think this is our consolidated feedback: > > > > > > - make it an intentional action; stop at the top when scrolling

Re: Kirigami 1.0 feedback

2016-04-02 Thread Dirk Hohndel
On Sat, Apr 02, 2016 at 04:38:43PM +0200, Thomas Pfeiffer wrote: > even though you addresses Marco, let me comment on your suggestions so Marco > knows what's "Kirigami design approved": Bad habit of mine to address one person instead of all of you... > > I have spent quite a few hours on

Re: Kirigami 1.0 feedback

2016-04-02 Thread Dirk Hohndel
Responding to myself to add some clarifications based on some more discussions with some of the testers... On Fri, Apr 01, 2016 at 10:44:03PM -0500, Dirk Hohndel wrote: > > 5. the margin at the top when pulling down a list (e.g., our dive list) > seems HUGE and unintuitive. It really l

Kirigami 1.0 feedback

2016-04-01 Thread Dirk Hohndel
uests. At least I am bringing along two patches and I hope the issues that I report make sense and help to make Kirigami better! Thanks for all your hard work on this /D >From 979b4cc61f6497b5583387ea6ca175dc2542139d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Fri, 1 Ap

Re: Plasma 5.6 video

2016-03-15 Thread Dirk Hohndel
On Tue, Mar 15, 2016 at 01:26:22PM +, Lucas S wrote: > Hi > > It is time for a quick update so here is the first version of the > Plasma 5.6 video https://youtu.be/q-nACSvivGU > After initial feedback on the plasma IRC channel, this is the list of > planned changes for the next video. > > 1.

[PATCH] Ensure the hide animation is stopped and restarted

2016-03-13 Thread Dirk Hohndel
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-of

Re: is there a website / home page for Kirigami that I could point to in my announcement?

2016-03-12 Thread Dirk Hohndel
> On Mar 12, 2016, at 9:48 AM, Sebastian Kügler wrote: > > Sore point, really. Our web-presence currently utterly sucks (there's some > work going on in that area), but no sensible page to link to, other than, > perhaps. ... http://plasma-mobile.org/ or >

is there a website / home page for Kirigami that I could point to in my announcement?

2016-03-12 Thread Dirk Hohndel
Or what should I link to? The text I have right now is (based on what Thomas suggested) This release is the result of years of work on Subsurface and a year long development effort towards a mobile user interface that would shine on phones and tablets. We got tremendous help from the KDE

Re: [RFC-PATCH] Don't show empty pages on the right

2016-03-04 Thread Dirk Hohndel
On Fri, Mar 04, 2016 at 07:48:05PM +0100, Marco Martin wrote: > On Friday 04 March 2016 10:09:45 Dirk Hohndel wrote: > > > > The patch below seems to fix the problem, but I'm not sure it's the right > > patch... Marco, Sebastian, comments? > > > > I t

[RFC-PATCH] Don't show empty pages on the right

2016-03-04 Thread Dirk Hohndel
/D From b2aabd82bfb55695ab1d8ebe013abd3a1fb665b3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Fri, 4 Mar 2016 09:55:46 -0800 Subject: [RFC-PATCH] Don't show empty pages on the right We want to show as many of our pages as possible, so if we scroll to a page on the stack make sure that we don't

Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Dirk Hohndel
> On Mar 3, 2016, at 8:12 AM, Marco Martin <notm...@gmail.com> wrote: > > On Thursday 03 March 2016 06:19:19 Dirk Hohndel wrote: >> AH, right, I forgot to post about that problem. >> >> So for me the magic notification attached to the action button didn't seem

Re: [PATCH] Allow the program to explicitly hide a notification

2016-03-03 Thread Dirk Hohndel
On Thu, Mar 03, 2016 at 11:51:53AM +0100, Marco Martin wrote: > On Wednesday 02 March 2016 14:50:52 Dirk Hohndel wrote: > > If I want to use a PassiveNotification to give some information to the > > user that either hides after a while or gets removed when it's no longer > > v

[PATCH] Allow the program to explicitly hide a notification

2016-03-02 Thread Dirk Hohndel
Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Wed, 2 Mar 2016 14:48:30 -0800 Subject: [PATCH] Allow the program to explicitly hide a notification Signed-off-by: Dirk Hohndel <d...@hohndel.org> --- components/mobilecomponents/qml/private/PassiveNotification.qml | 5 +

Re: Plasma Mobile Components -> Kirigami (?)

2016-02-24 Thread Dirk Hohndel
On Wed, Feb 24, 2016 at 10:52:08PM +0100, Thomas Pfeiffer wrote: > > > It is physical, it is creative, kinda playful without being childish, and > > > it's far less common than Origami, which helps with searchability. > > > > I'm always dismayed when projects have names of existing real things. >

Re: Plasma Mobile Components -> Kirigami (?)

2016-02-24 Thread Dirk Hohndel
On Feb 23, 2016, at 12:51, Thomas Pfeiffer wrote: > > > We had ideas like "slide", "paper" or "blocks" flying around, but then Alex > Longo came up with Origami, which in turn led him to "Kirigami". > For those of you who (like the rest of the brainstorming team) don't

[PATCH] [RFC] make handles obscure less of the screen behind them

2016-02-13 Thread Dirk Hohndel
just stroke it. /D From 8a68beef83ab7b4412fad9eec213470138ab3946 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Fri, 12 Feb 2016 10:01:05 -0800 Subject: [PATCH 1/3] Make handles obscure less of the screen behind them Signed-off-by: Dirk Hohndel <d...@ho

[PATCH] make context drawer smaller

2016-02-13 Thread Dirk Hohndel
This is an odd one. Not sure what the logic was behind that, but with the existing code on most phones the context drawer takes up the complete screen which makes it look really weird. /D From 59779ccf31f7a1f48a45401655aeb7eaa98cc4fe Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.

[PATCH] Allow the app to filter the back key even at the top level

2016-02-13 Thread Dirk Hohndel
how do you change your mind and go back? Easy again. Hit the back button. Oops. You just quit your application. The patch below fixes that. /D From 8381291d8b82a815691290bb75fe6cba3b4e08c0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Sat, 13 Feb 2016 21:00:13 -0800 Sub

Re: ActionButton mouse area issue

2016-02-11 Thread Dirk Hohndel
On Thu, Feb 11, 2016 at 12:01:54PM +0100, Marco Martin wrote: > On Tuesday 09 February 2016 10:48:18 Dirk Hohndel wrote: > > > 2) Humans' first reaction to change is always hostility (unless they are > > > disciples of the Cult of Apple, that is). > > > >

Re: ActionButton mouse area issue

2016-02-11 Thread Dirk Hohndel
> On Feb 11, 2016, at 3:01 AM, Marco Martin <notm...@gmail.com> wrote: > > On Tuesday 09 February 2016 10:48:18 Dirk Hohndel wrote: >>> 2) Humans' first reaction to change is always hostility (unless they are >>> disciples of the Cult of Apple, that is). &

Re: ActionButton mouse area issue

2016-02-11 Thread Dirk Hohndel
> On Feb 11, 2016, at 11:57 AM, Marco Martin wrote: >> >> Somewhat unrelated... the issue with the content "behind" the handles and >> the ActionButton. I hate the idea of having a margin at the bottom (that >> basically creates another menu bar that isn't usable for the

Allow Actions in the Global Drawer to be disabled

2016-02-10 Thread Dirk Hohndel
(and attempts to visualize the disabled state by reducing the opacity in that case). /D From d7f7ef25c54c2024ad87e23b7b7353c4655936c5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Wed, 10 Feb 2016 18:06:36 -0800 Subject: [PATCH] Allow Actions in the Global

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 06:43:34PM +0100, Thomas Pfeiffer wrote: > > > I understand your user's problems, however. Even though in fact, the > > > lowest > > > list item can still be reached by scrolling it up (a standard function > > > supported by the list component allows users to scroll the

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 12:06:37PM +0100, Marco Martin wrote: > On Monday 08 February 2016 11:48:24 Dirk Hohndel wrote: > > I'm running into a pretty significant issues with the ActionButton: > > > > Its MouseArea has an implicitWidth of parent.width. Which means that my page

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 03:53:53PM +0100, Marco Martin wrote: > On Tuesday 09 February 2016 14:38:42 Sebastian Kügler wrote: > > > Sorry, that's just broken. > > > > Can we make it react to horizontal swipe, but nothing else? > > no, for how Qt events work, once it eats the events there, the

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 08:01:23AM -0800, Dirk Hohndel wrote: > > Current Subsurface-mobile APKs are based on a forked version of > mobilecomponents (again) which implement just that. Oops, crossed email. I'll switch back to master :-) T

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 05:04:44PM +0100, Thomas Pfeiffer wrote: > > Yes, as Marco said, this change was a result form user testing. Two of five > users I've tested with so far have tried swiping anywhere on the Action > Button's row to open the drawers, because they expected it to work that

Re: ActionButton mouse area issue

2016-02-09 Thread Dirk Hohndel
On Tue, Feb 09, 2016 at 06:00:58PM +0100, Marco Martin wrote: > > That isn't useful in the way it's implemented right now, though. I can > > pull it up but it springs right back. So if my list has a "tap to open an > > item" feature, it is /really/ hard to open the last entry in that list > >

Re: ActionButton mouse area issue

2016-02-08 Thread Dirk Hohndel
On Mon, Feb 08, 2016 at 11:48:24AM -0800, Dirk Hohndel wrote: > > I'm running into a pretty significant issues with the ActionButton: > > Its MouseArea has an implicitWidth of parent.width. Which means that my page > will not receive any clicks at all in the horizontal ban

ActionButton mouse area issue

2016-02-08 Thread Dirk Hohndel
I'm running into a pretty significant issues with the ActionButton: Its MouseArea has an implicitWidth of parent.width. Which means that my page will not receive any clicks at all in the horizontal band that includes the ActionButton - so if the ActionButton "floats" above a ListView, the

Re: resetting state when my page is pop()-ed

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 07:38:12AM -0800, Dirk Hohndel wrote: > On Sat, Feb 06, 2016 at 04:01:01PM +0100, k...@privat.broulik.de wrote: > > > > in the apps I wrote I have a onBackRequested signal on my Page class which > > can also be used to reject the back button even

Re: resetting state when my page is pop()-ed

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 04:01:01PM +0100, k...@privat.broulik.de wrote: > > in the apps I wrote I have a onBackRequested signal on my Page class which > can also be used to reject the back button event (eg. event.accepted = > false); I think something like this could be added to Plasma Mobile >

resetting state when my page is pop()-ed

2016-02-06 Thread Dirk Hohndel
We are using the mobile components for an Android application. One of the features we get by default from the components is that when the user presses the Android BACK key the top page is pop()-ed from the stack. Is there a way to get a call back when that happens? So something like

Re: RFC: plasma logo as start menu icon and ksplash logo

2016-02-03 Thread Dirk Hohndel
On Wed, Feb 03, 2016 at 05:48:40PM +0100, Marco Martin wrote: > On Wednesday 03 February 2016 16:24:10 David Edmundson wrote: > > If you mean this one? > > https://dot.kde.org/sites/dot.kde.org/files/plasma-mobile-logo.png > > Sure. > > > > Anything more radical I'm against as it breaks not only

small fix to mobile components

2016-01-27 Thread Dirk Hohndel
In certain cases the existing code would access an index past the end of the pageStack /D >From b7097228532e41cf2efe772fb922d51c7ab72f69 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel <d...@hohndel.org> Date: Wed, 27 Jan 2016 07:05:35 -0800 Subject: [PATCH] Don't access past the las

Re: Review Request 126740: Add a script for optimizing svgs

2016-01-13 Thread Dirk Hohndel
, this does not solve the problem that my patch addressed; the external references to linearGradients are not removed by svgo /D - Dirk Hohndel On Jan. 14, 2016, 3 a.m., Aleix Pol Gonzalez wrote: > > --- > This is an automatically ge

Re: high dpi issues wiki page

2016-01-11 Thread Dirk Hohndel
On Mon, Jan 11, 2016 at 03:07:16PM +0100, Marco Martin wrote: > On Monday 11 January 2016, Sebastian Kügler wrote: > > How to go about it? I'd be cool with just deleting it. If anybody wants to > > keep it, please propose how it should reflect that the info is not recent, > > or offer to update

Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
Here's an interaction that I would like to have: User long-presses on an element on screen, a popup shows a question with several options and the user gets to decide what to do. Somehow I'm guessing that adding a MessageDialog and acting based on the button that was pressed isn't what the Plasma

Re: A Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:35:33PM +0100, Kai Uwe Broulik wrote: > Hi, > > > ‎But many of our users ask us for the ability to > > a) see where these GPS fixes are on a map and > > b) selectively delete some of these GPS fixes > > Don't we have the list item with actions for that? Swipe item to

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:02:41PM +0100, Thomas Pfeiffer wrote: > On Freitag, 8. Januar 2016 11:43:31 CET Dirk Hohndel wrote: > > Here's an interaction that I would like to have: > > > > User long-presses on an element on screen, a popup shows a question with > > s

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 09:35:05PM +0100, Thomas Pfeiffer wrote: > On Freitag, 8. Januar 2016 12:25:19 CET Dirk Hohndel wrote: > > Ha. I love being the guinea pig (Versuchskaninchen is even cuter). > > Good *rubbing hands*... Hmm > > We have a list with a LOT of e

Re: Plasma mobile HID question: popup on long press

2016-01-08 Thread Dirk Hohndel
On Fri, Jan 08, 2016 at 10:18:31PM +0100, Marco Martin wrote: > On Friday 08 January 2016 13:04:53 Dirk Hohndel wrote: > > > > > > To me, this sounds like a case for the "slide to reveal actions" pattern > > > (see [1]). Would that work in yo

Re: some feedback from a mobile application development team

2016-01-06 Thread Dirk Hohndel
On Wed, Jan 06, 2016 at 11:58:30AM +0100, Marco Martin wrote: > > I will talk to Sebastian about synching our code base with upstream again > > and hope that I can help contribute to the upstream project. > > One thing I would love to see, is the components downloaded and built at > setup >

  1   2   >