[Differential] [Request, 533 lines] D4732: [KCM] Rework design and structure

2017-02-22 Thread Roman Gilg
subdiff created this revision. subdiff added projects: Plasma, VDG. REVISION SUMMARY This patch changes no functional stuff, only the arrangement and headings of the controls. In the end the KCM: - wastes less space - resembles more the applet - is less cumbersome to use because

[Differential] [Request, 2 lines] D4729: Fix disabling the spinner animation when Busy indicator has no opacity

2017-02-22 Thread David Edmundson
davidedmundson created this revision. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY Unlike the visible property, the opacity does not inherit parent values and refers to the relative opacity of

[Differential] [Commented On] D4711: Ungrab mouse on menu close

2017-02-22 Thread Michail Vourlakos
mvourlakos added a comment. I just noticed... you dont have to go too far... any qt application using 5.8 has this problem... even qtcreator... showing a menu and then deactivating it from outside areas then the window needs a click from the user in order for this window to react

[Differential] [Commented On] D4711: Ungrab mouse on menu close

2017-02-22 Thread Michail Vourlakos
mvourlakos added a comment. You can observe the faulty behavior even with Qt's "Menu's Example". 1. Open any menu you want either with right click or from the menu 2. Close it by clicking in any outside area you want, that is (not inside the menu example window and not in the menu)

[Differential] [Commented On] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread Roman Gilg
subdiff added a comment. In https://phabricator.kde.org/D4724#88718, @drosca wrote: > > Regarding the size: When you look at the separator lines in the following screenshot, you can see that the spacing between the top and the first one is smaller than the one between the first and the

Re: Review Request 129917: Add a cache monitor to the System Load Viewer applet

2017-02-22 Thread Pascal VITOUX
> On fév. 22, 2017, 12:31 matin, David Edmundson wrote: > > Ship It! I cannot commit myself (no account), so if everyone is ok, can someone do it for me ? I would be grateful - Pascal --- This is an automatically generated e-mail. To

[Differential] [Commented On] D4711: Ungrab mouse on menu close

2017-02-22 Thread Anthony Fieroni
anthonyfieroni added a comment. I'm not pretty sure, but https://code.woboq.org/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp.html#374 on click at other window we have enter && mouseGrabber REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL

[Differential] [Commented On] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread David Rosca
drosca added a comment. > Regarding the size: When you look at the separator lines in the following screenshot, you can see that the spacing between the top and the first one is smaller than the one between the first and the second one (ca. 105px vs 120px) I can see what you mean now,

[Differential] [Commented On] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread Roman Gilg
subdiff added a comment. Thanks. Didn't know about the design similarity to pavucontrol. But in this case it doesn't make much sense to me how pavucontrol is handling this. Something which is always there and is only for system internals, doesn't need to be presented at top position. What I

[Differential] [Updated] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread David Rosca
drosca added a reviewer: VDG. REPOSITORY R115 Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D4724 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: subdiff, #plasma, drosca, #vdg Cc: plasma-devel, progwolff, lesliezhai,

[Differential] [Updated] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread David Rosca
drosca added a comment. There is a reason it is on top. This KCM is UI-wise just copy of pavucontrol, and that's the way it is done in pavucontrol. Also this stream is special, because it is always present. I would myself prefer to leave it on top, but I will follow the decision made by

[Differential] [Updated] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread Roman Gilg
subdiff edited the summary of this revision. REPOSITORY R115 Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D4724 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: subdiff, #plasma, drosca Cc: plasma-devel, progwolff, lesliezhai,

[Differential] [Request, 58 lines] D4724: [KCM] Show notification stream at end of list

2017-02-22 Thread Roman Gilg
subdiff created this revision. subdiff added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY The notification stream is not as important to the user than other app streams. Show it therefore at the end of the list. Rearranging the separator

[Differential] [Commented On] D4711: Ungrab mouse on menu close

2017-02-22 Thread Michail Vourlakos
mvourlakos added a comment. In https://phabricator.kde.org/D4711#88621, @mart wrote: > do you know exactly what/where changed? sorry if this is irrelevant... I dont know if the above code works but in my code tree in latte dock I can not do anything to ungrabMouse in Qt 5.8 in

[Differential] [Accepted] D4394: Fix potential crash in KCmFontInst on invalid index

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R119 Plasma Desktop BRANCH master REVISION DETAIL https://phabricator.kde.org/D4394 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson, #plasma, mart

[Differential] [Updated] D4711: Ungrab mouse on menu close

2017-02-22 Thread Marco Martin
mart added a comment. do you know exactly what/where changed? REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4711 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: anthonyfieroni, #plasma, broulik, mart Cc:

[Differential] [Accepted] D4563: Replace warps-slider checkbox with radio buttons

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R99 KDE Gtk Configuration Tool BRANCH master REVISION DETAIL https://phabricator.kde.org/D4563 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: elvisangelaccio,

[Differential] [Updated] D4718: support for auto-hidden windows to resize

2017-02-22 Thread Marco Martin
mart marked an inline comment as done. mart added inline comments. INLINE COMMENTS > luebking wrote in client.cpp:2086 > and if the geometry changes while it's (intentionally) not hidden? i added a disconnect when it's back to electricnone, that should fix it? > luebking wrote in

[Differential] [Updated] D4718: support for auto-hidden windows to resize

2017-02-22 Thread Marco Martin
mart added a comment. eww, just seen https://phabricator.kde.org/D4530 that does the same thing in a different way.. so, whatever one you guys prefer, sorry for the noise REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D4718 EMAIL PREFERENCES

[Differential] [Commented On] D4518: Ungrab mouse in taskmanager context menu

2017-02-22 Thread Michail Vourlakos
mvourlakos added a comment. In https://phabricator.kde.org/D4518#85123, @anthonyfieroni wrote: > Qt 5.8 has annoying bug, dismiss context menu by left clicking excatly over other window (not desktop or taskmanager) grabbing stays in taskmanager. I will investigate for workaround, if

[Differential] [Updated, 19 lines] D4718: support for auto-hidden windows to resize

2017-02-22 Thread Marco Martin
mart updated this revision to Diff 11633. mart added a comment. Restricted Application edited projects, added Plasma; removed KWin. remove m_edgeGeometryTrackingConnection when we are back to electricnone REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE

Re: KMS backlight ABI proposition

2017-02-22 Thread Hans de Goede
Hi, On 22-02-17 16:05, Jani Nikula wrote: On Mon, 20 Feb 2017, Daniel Thompson wrote: === 1) Backlight device interoperability === Since we need to keep backward compatibility of the backlight, we have to keep the current backlight drivers. Here are possible

[Differential] [Accepted] D4556: Ref/deref DataEngines even if the metadata is invalid

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D4556 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson,

[Differential] [Commented On] D4689: IconItem: Add roundToIconSize property

2017-02-22 Thread David Rosca
drosca added a comment. > they may end up looking a bit blurry They are SVGs in Breeze, so they won't look blurry, with other icon themes it may be an issue. But then again, the same issue is already there when you request big icon (for which roundToIconSize() returns the passed size ~

[Differential] [Commented On] D4676: Applet: Remember last active tab

2017-02-22 Thread Marco Martin
mart added a comment. for VDG: any user-interaction opinion on this? REPOSITORY R115 Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D4676 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: drosca, #plasma, #vdg Cc: mart, bshah,

[Differential] [Updated] D4676: Applet: Remember last active tab

2017-02-22 Thread Marco Martin
mart added a reviewer: VDG. REPOSITORY R115 Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D4676 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: drosca, #plasma, #vdg Cc: bshah, plasma-devel, progwolff, lesliezhai, ali-mohamed,

[Differential] [Accepted] D4681: [Logout Screen] Show suspend button only if supported

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D4681 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik, #plasma, mart Cc: plasma-devel,

[Differential] [Accepted] D4679: [ConfigView] Honor KIOSK Control Module restrictions

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4679 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik, #plasma, mart Cc:

[Differential] [Commented On] D4689: IconItem: Add roundToIconSize property

2017-02-22 Thread Marco Martin
mart added a comment. In https://phabricator.kde.org/D4689#88209, @drosca wrote: > Yes, I want to use it in plasma-pa applet for volume indicator icons (the small icon next to slider). Currently, they are too small but next round icon size is already too big. This change will make it

[Differential] [Updated, 178 lines] D4707: move setImagePath logic into updateFrameData()

2017-02-22 Thread Marco Martin
mart updated this revision to Diff 11632. mart added a comment. - more guards on null frame REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4707?vs=11627=11632 BRANCH arcpatch-D4707 REVISION DETAIL https://phabricator.kde.org/D4707

Re: KMS backlight ABI proposition

2017-02-22 Thread Jani Nikula
On Mon, 20 Feb 2017, Thierry Reding wrote: >> - The luminance curve of the backlight drivers is not specified, which >> can lead to a bad user experience: Little changes in the highest levels >> but drastic changes in the low levels. > > I think this is something that

Re: KMS backlight ABI proposition

2017-02-22 Thread Hans de Goede
Hi All, On 17-02-17 13:58, Martin Peres wrote: Hey everyone, We have been working towards exposing the backlight as a KMS property instead of relying on the backlight drivers. We have CC:ed the people we have found to be the more likely to be interested in the discussion but please add

Help with plasma mobile on Nexus 5

2017-02-22 Thread Pirate Praveen
Hi, I followed instructions at https://plasma-mobile.org/nexus-5 on Nexus 5, but nothing really works. I can't make calls, wifi is not working because kdewallet setup fails because I can't verify passowrd, adb shows the device is offline. Is there another image that is tested to be working? Or am

Re: KMS backlight ABI proposition

2017-02-22 Thread Jani Nikula
On Mon, 20 Feb 2017, Hans de Goede wrote: > On 17-02-17 13:58, Martin Peres wrote: > So 1 and 2 are closely related the problem is that if we expose a > fixed number of steps we need to convert in both directions, and if > userspace tries to increment by doing read, add 1,

Re: KMS backlight ABI proposition

2017-02-22 Thread Jani Nikula
On Mon, 20 Feb 2017, Daniel Thompson wrote: >>> === 1) Backlight device interoperability === >>> >>> Since we need to keep backward compatibility of the backlight, we have >>> to keep the current backlight drivers. >>> >>> Here are possible options: >>> >>> -

[Differential] [Updated, 2,989 lines] D4508: Plasma controls based on QtQuickControls2

2017-02-22 Thread Marco Martin
mart updated this revision to Diff 11630. mart marked 2 inline comments as done. mart added a comment. updated with https://phabricator.kde.org/D4522 REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4508?vs=11082=11630 BRANCH

[Differential] [Updated] D4508: Plasma controls based on QtQuickControls2

2017-02-22 Thread Marco Martin
mart retitled this revision from "[WIP] Plasma controls based on QtQuickControls2" to "Plasma controls based on QtQuickControls2". REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4508 EMAIL PREFERENCES

[Differential] [Updated] D4707: move setImagePath logic into updateFrameData()

2017-02-22 Thread Marco Martin
mart edited the test plan for this revision. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4707 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart, #plasma Cc: plasma-devel, #frameworks, progwolff, lesliezhai,

[Differential] [Updated, 170 lines] D4707: move setImagePath logic into updateFrameData()

2017-02-22 Thread Marco Martin
mart updated this revision to Diff 11627. mart added a comment. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. remove useless variable REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE

[Differential] [Changed Subscribers] D4718: support for auto-hidden windows to resize

2017-02-22 Thread Thomas Lübking
luebking added inline comments. INLINE COMMENTS > client.cpp:2086 > +m_edgeGeometryTrackingConnection = connect(this, > ::geometryChanged, this, [this, border](){ > +hideClient(true); > +ScreenEdges::self()->reserve(this, border); and if the geometry

[Differential] [Request, 19 lines] D4718: support for auto-hidden windows to resize

2017-02-22 Thread Marco Martin
mart created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: KWin, kwin, plasma-devel. REVISION SUMMARY auto hidden windows were shown again when their geometry changed, this was done for being as easy as possible as the unhide zone

Re: KMS backlight ABI proposition

2017-02-22 Thread Martin Peres
On 22/02/17 17:05, Jani Nikula wrote: On Mon, 20 Feb 2017, Daniel Thompson wrote: === 1) Backlight device interoperability === Since we need to keep backward compatibility of the backlight, we have to keep the current backlight drivers. Here are possible options:

Re: KMS backlight ABI proposition

2017-02-22 Thread Martin Peres
On 20/02/17 21:57, Hans de Goede wrote: Hi, On 20-02-17 20:27, Dave Airlie wrote: On 17 February 2017 at 22:58, Martin Peres wrote: Hey everyone, We have been working towards exposing the backlight as a KMS property instead of relying on the backlight drivers.

[Differential] [Closed] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R242:e301b636858b: Fix binding loop regression in FrameSVGItem (authored by davidedmundson). REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE

[Differential] [Accepted] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread Kai Uwe Broulik
broulik accepted this revision. REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D4713 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson, #plasma, #frameworks, mart, broulik Cc: mart,

[Differential] [Accepted] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D4713 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson,

[Differential] [Updated, 17 lines] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread David Edmundson
davidedmundson updated this revision to Diff 11621. davidedmundson added a comment. Updated REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4713?vs=11609=11621 BRANCH master REVISION DETAIL https://phabricator.kde.org/D4713

[Differential] [Requested Changes] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread Marco Martin
mart requested changes to this revision. mart added a comment. This revision now requires changes to proceed. i can reproduce kai's problems, luckily the fix seems easy INLINE COMMENTS > framesvg.cpp:757 > fd->theme = q->theme()->d; > -updateAndSignalSizes(); > +if (updateType

[Differential] [Closed] D4705: Don't assume initialized if there are pending dbus replies

2017-02-22 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R116:2c70ac2a6edd: Don't assume initialized if there are pending dbus replies (authored by elvisangelaccio). REPOSITORY R116 Plasma Network Management Applet CHANGES SINCE LAST UPDATE

[Differential] [Commented On] D4193: KDEPlatformFileDialog: Fix initial directory selection for remote files

2017-02-22 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > arichardson wrote in kdeplatformfiledialoghelper.cpp:365-370 > I want the version of Qt not KCoreAddons so that won't work. > Do we really need a runtime Qt version check? We link to Qt5PlatformSupport, > is that API stable or do we need

[Powerdevil] [Bug 376755] Screen locker is delayed, exposing data

2017-02-22 Thread Kathie Dart
https://bugs.kde.org/show_bug.cgi?id=376755 --- Comment #12 from Kathie Dart --- Thanks for confirming et al -- You are receiving this mail because: You are the assignee for the bug.

[Differential] [Accepted] D4677: Applet: Show info message when no devices found / applications playing audio

2017-02-22 Thread Kai Uwe Broulik
broulik accepted this revision. This revision is now accepted and ready to land. REPOSITORY R115 Plasma Audio Volume Applet BRANCH applet-no-streams-msg (branched from master) REVISION DETAIL https://phabricator.kde.org/D4677 EMAIL PREFERENCES

[Powerdevil] [Bug 366402] Closing the lid triggers Sleep

2017-02-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=366402 Kai Uwe Broulik changed: What|Removed |Added CC||k...@kathiedart.uk

[Powerdevil] [Bug 376755] Screen locker is delayed, exposing data

2017-02-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=376755 Kai Uwe Broulik changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Powerdevil] [Bug 376755] Screen locker is delayed, exposing data

2017-02-22 Thread Kathie Dart
https://bugs.kde.org/show_bug.cgi?id=376755 --- Comment #10 from Kathie Dart --- Sounds like something reasonable. I've got version 231 of systemd (not sure how to check for logind - same package I presume? -- You are receiving this mail because: You are the assignee for

[Differential] [Commented On] D4713: Fix binding loop regression in FrameSVGItem

2017-02-22 Thread Kai Uwe Broulik
broulik added a comment. While this fixes the binding loop warnings, it doesn't fix the broken margins in places like NM list delegates. +1 nonetheless. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4713 EMAIL PREFERENCES

[Differential] [Closed] D4701: [Greeter] Also clear selection clipboard

2017-02-22 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R133:b69465e5b115: [Greeter] Also clear selection clipboard (authored by broulik). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4701?vs=11578=11616 REVISION

[Differential] [Closed] D4709: [KSplashQML] Drop "Loading stage" debug output

2017-02-22 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R120:faf76152ef02: [KSplashQML] Drop "Loading stage" debug output (authored by broulik). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D4709?vs=11594=11615

[Differential] [Commented On] D4193: KDEPlatformFileDialog: Fix initial directory selection for remote files

2017-02-22 Thread Alex Richardson
arichardson added a comment. Ping? I work a lot with remote projects over sftp:// so this would be very important for me. REPOSITORY R135 Integration for Qt applications in Plasma REVISION DETAIL https://phabricator.kde.org/D4193 EMAIL PREFERENCES

[Differential] [Commented On] D4614: [Baloo Widgets] Add KPropertiesDialog Plugin with file metadata

2017-02-22 Thread Kai Uwe Broulik
broulik added a comment. > Would it be possible to display the information together with the information of the current first tab? No. Also, currently I cannot tell the thing to exclude certain information (like file type and other info already shown on the first page). REPOSITORY

[Differential] [Commented On] D4614: [Baloo Widgets] Add KPropertiesDialog Plugin with file metadata

2017-02-22 Thread Luigi Toscano
ltoscano added a comment. In https://phabricator.kde.org/D4614#88485, @fabianr wrote: > > A case could be made that this information is actually the most interesting one, and could have a more prominent place, then on the last tab. Would it be possible to display the

[Differential] [Accepted] D4709: [KSplashQML] Drop "Loading stage" debug output

2017-02-22 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D4709 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: broulik, #plasma, mart Cc: plasma-devel,

[Differential] [Commented On] D4550: Task Manager: Make the icon size configurable for task buttons in a vertical task manager

2017-02-22 Thread Eike Hein
hein added a comment. The comparisons (thanks for going to the length to make them) look OK, at least for "let's go with this and check for feedback". Let's go ahead! REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D4550 EMAIL PREFERENCES

[Differential] [Commented On] D4614: [Baloo Widgets] Add KPropertiesDialog Plugin with file metadata

2017-02-22 Thread Fabian Riethmayer
fabianr added a comment. The layout looks good and is according to the HIG. You probably shouldn't display duplicate information, but if I understood the comments correct this is already addressed. A case could be made that this information is actually the most interesting one, and

Re: KDM5?

2017-02-22 Thread René J . V . Bertin
Security issues in KDM, seriously? Maybe if it's configured to serve incoming remote connections, but for local security I don't think it can be a big concern given how easily one can get at a virtual console anyway. Unless KDM is also responsible for locking a session once you're logged in?