Feed Advanced Search

Jul 4 2018

hoffmannrobert added inline comments to D13853: Fix setting primary connector if primary output changed.
Jul 4 2018, 2:15 PM · Plasma

Jul 2 2018

hoffmannrobert updated the test plan for D13853: Fix setting primary connector if primary output changed.
Jul 2 2018, 3:42 PM · Plasma
hoffmannrobert requested review of D13853: Fix setting primary connector if primary output changed.
Jul 2 2018, 3:40 PM · Plasma

Jun 20 2018

hoffmannrobert added a comment to D13612: Fix drop between shared views.

I don't have commit access, can you please land it for me? Thanks.

Jun 20 2018, 8:43 AM · Plasma
hoffmannrobert updated subscribers of D13612: Fix drop between shared views.
Jun 20 2018, 8:15 AM · Plasma

Jun 19 2018

hoffmannrobert requested review of D13612: Fix drop between shared views.
Jun 19 2018, 3:10 PM · Plasma

Jun 12 2018

hoffmannrobert added a comment to D13401: Improve dragging notes.

This is a follow-up to https://phabricator.kde.org/D13379

Jun 12 2018, 8:21 AM · KDE PIM

Jun 7 2018

hoffmannrobert updated the diff for D13401: Improve dragging notes.

Use member variable

Jun 7 2018, 3:20 PM · KDE PIM
hoffmannrobert requested review of D13401: Improve dragging notes.
Jun 7 2018, 11:41 AM · KDE PIM

Jun 6 2018

hoffmannrobert added a comment to D13379: Fix dragging notes.

Works fine
Thanks.

Do you have commit access or do you want that I commit it ?

Jun 6 2018, 11:44 AM · KDE PIM
hoffmannrobert requested review of D13379: Fix dragging notes.
Jun 6 2018, 10:34 AM · KDE PIM

Apr 26 2018

hoffmannrobert added a comment to D12539: Klipper: Do not insert secret data into history.

The keepassx pull request:

Apr 26 2018, 4:16 PM · Plasma
hoffmannrobert added a comment to D12539: Klipper: Do not insert secret data into history.

No, I haven't.

Apr 26 2018, 10:49 AM · Plasma
hoffmannrobert updated the summary of D12539: Klipper: Do not insert secret data into history.
Apr 26 2018, 10:48 AM · Plasma
hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

Thank you, that caused the issue.

Apr 26 2018, 10:46 AM · Plasma
hoffmannrobert updated the summary of D12539: Klipper: Do not insert secret data into history.
Apr 26 2018, 10:42 AM · Plasma
hoffmannrobert requested review of D12539: Klipper: Do not insert secret data into history.
Apr 26 2018, 10:41 AM · Plasma

Apr 25 2018

hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

mimeData is key value pairs, you can have many pieces of mimeData.

So we have text/plain with the password as before
and x-kde-passwordManagerHint data "secret"

We still use the text/plain mimeData for context, but klipper ignores entries where that other mimeData is present.

Apr 25 2018, 3:29 PM · Plasma
hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

Some facts:

  • The clipboard in KDE is a QClipboard instance.
  • Klipper is a frontend to the clipboard with a history. It exchanges data with the QClipboard instance.
  • QClipboard provides the facility of setting mime types with data it stores. All data it stores (QMimeData) has a mime type associated.
  • There is no such thing like a hint in QClipboard. There is only the mime type every data is associated with.
  • Keepassx (and others) store their passwords and other data with mime type 'text/plain' in the clipboard.
Apr 25 2018, 11:56 AM · Plasma
hoffmannrobert updated the diff for D12373: Klipper: Remove first history item on clipboard clear.

Klipper: Fix option RemoveTopHistoryItemOnClear

Apr 25 2018, 11:56 AM · Plasma

Apr 20 2018

hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

You are right, the "prevent empty clipboard" option needs to be set to false to make the "RemoveTopHistoryItemOnClear" option work correctly.

Apr 20 2018, 11:31 AM · Plasma
hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

Right, but pressing control+v again won't paste the item after clearing which I assumed was the intended goal

Apr 20 2018, 11:01 AM · Plasma
hoffmannrobert added a comment to D12373: Klipper: Remove first history item on clipboard clear.

Aren't you just duplicating the existing "prevent empty clipboard" option ?

Apr 20 2018, 10:40 AM · Plasma
hoffmannrobert requested review of D12373: Klipper: Remove first history item on clipboard clear.
Apr 20 2018, 9:42 AM · Plasma

Feb 12 2018

hoffmannrobert updated the diff for D10190: Fix resetting "View Modes" preferences to defaults.
  • Make settings const, request by elvisangelaccio
Feb 12 2018, 2:17 PM · Dolphin

Feb 6 2018

hoffmannrobert updated the test plan for D10343: Create containment on specified screen.
Feb 6 2018, 3:09 PM · Frameworks
hoffmannrobert updated the test plan for D10344: Create panel on current screen.
Feb 6 2018, 3:09 PM · Plasma
hoffmannrobert updated the summary of D10343: Create containment on specified screen.
Feb 6 2018, 2:59 PM · Frameworks
hoffmannrobert requested review of D10344: Create panel on current screen.
Feb 6 2018, 2:58 PM · Plasma
hoffmannrobert requested review of D10343: Create containment on specified screen.
Feb 6 2018, 2:57 PM · Frameworks

Feb 5 2018

hoffmannrobert updated the test plan for D10190: Fix resetting "View Modes" preferences to defaults.
Feb 5 2018, 11:41 AM · Dolphin
hoffmannrobert updated the test plan for D10190: Fix resetting "View Modes" preferences to defaults.
Feb 5 2018, 11:40 AM · Dolphin

Jan 31 2018

hoffmannrobert added a comment to D10190: Fix resetting "View Modes" preferences to defaults.

I changed the title of this revision. Is this sufficient or is a new commit needed?

Jan 31 2018, 10:10 AM · Dolphin
hoffmannrobert retitled D10190: Fix resetting "View Modes" preferences to defaults from This fixes the bug that font and other settings in "View Modes" preferences cannot be reset to their defaults. to Fix resetting "View Modes" preferences to defaults.
Jan 31 2018, 9:50 AM · Dolphin

Sep 1 2017

hoffmannrobert added a comment to D7477: Limit folder panel to home directory if inside home.

Thanks, too. This is my first patch to a KDE project, so I don't have a developer account. Could you please land it for me? Thanks.

Sep 1 2017, 7:56 AM
hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.

Implemented changes requested by Emmanuel Pescosta:

  • clear selection when visiting base url
Sep 1 2017, 7:02 AM

Aug 31 2017

hoffmannrobert added inline comments to D7477: Limit folder panel to home directory if inside home.
Aug 31 2017, 2:59 PM
hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.

Implemented changes requested by Emmanuel Pescosta:

  • renamed option to 'Limit to Home Directory'
  • show option only if inside home
Aug 31 2017, 2:54 PM
hoffmannrobert added inline comments to D7477: Limit folder panel to home directory if inside home.
Aug 31 2017, 8:32 AM

Aug 30 2017

hoffmannrobert added inline comments to D7477: Limit folder panel to home directory if inside home.
Aug 30 2017, 6:43 PM
hoffmannrobert added inline comments to D7477: Limit folder panel to home directory if inside home.
Aug 30 2017, 10:34 AM
hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.

Implemented changes requested by Emmanuel Pescosta:

  • using QString::SkipEmptyParts
  • removed unnecessary change
  • rephrased condition for readability
  • renamed refreshFoldersPanel(), converted to private method reloadTree()
Aug 30 2017, 10:20 AM

Aug 28 2017

hoffmannrobert added inline comments to D7477: Limit folder panel to home directory if inside home.
Aug 28 2017, 2:35 PM
hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.
Implemented changes reqeuested by Elvis Angelaccio:
- using Dolphin::homeUrl()
- added comment
- changed menu item text
- removed unnecessary change
Aug 28 2017, 2:19 PM

Aug 24 2017

hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.
  • Implemented changes reqeuested by Elvis Angelaccio:
  • fixed patch
Aug 24 2017, 5:37 PM
hoffmannrobert updated the diff for D7477: Limit folder panel to home directory if inside home.
  • Implemented changes requested by Elvis Angelaccio:
    • moved checkbox from main settings dialog to context menu of folders panel
    • added missing braces (coding style)
    • changed default to enabled
    • fixed regression: folders not expanding, caused by wrong directory string splitting
Aug 24 2017, 5:22 PM

Aug 23 2017

hoffmannrobert created D7477: Limit folder panel to home directory if inside home.
Aug 23 2017, 10:23 AM