[krusader] [Bug 396324] Provide a shortcut to hide / show panel

2018-07-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=396324

--- Comment #5 from Nikita Melnichenko  ---
I haven't touched this part of Krusader, however I'd start with understanding
QDBusConnection design. Better ask this type of questions on krusader-devel ML.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 396324] Provide a shortcut to hide / show panel

2018-07-20 Thread dufferzafar
https://bugs.kde.org/show_bug.cgi?id=396324

--- Comment #4 from dufferzafar  ---
I'm going through parts of the Krusader source. Can you point me to where this
DBUS interface will need to be added?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 396324] Provide a shortcut to hide / show panel

2018-07-10 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=396324

Nikita Melnichenko  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||nikita+...@melnichenko.name

--- Comment #3 from Nikita Melnichenko  ---
I doubt it's possible to write toggling since useraction language is quite
limited. You'll be able to do this if we expose this feature to dbus interface.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 396324] Provide a shortcut to hide / show panel

2018-07-09 Thread dufferzafar
https://bugs.kde.org/show_bug.cgi?id=396324

--- Comment #2 from dufferzafar  ---
Hey, thanks for taking the time to respond. Yes, this command is exactly what I
was looking for.

I have one more request now :)

How can I have ONE useraction to toggle the state of the panel "Show or Hide" ?

So, I want to press Ctrl+Shift+B to do "aPanelSize(100)" or "aPanelSize(50)"
depending on what the current state is.

---

A workaround is of course, to have two different UserActions for this. But I'm
just wondering if there's a way to get it done in one.

---

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 396324] Provide a shortcut to hide / show panel

2018-07-09 Thread Alex Bikadorov
https://bugs.kde.org/show_bug.cgi?id=396324

Alex Bikadorov  changed:

   What|Removed |Added

 CC||alex.bikado...@kdemail.net

--- Comment #1 from Alex Bikadorov  ---
You can define a Useraction for it.
There is already one almost doing what you want: Useractions->Samples->Equal
Panel Size
Copy it and change the command to %aPanelSize("100")%. You can set your
preferred shortcut for it.

Satisfied?

-- 
You are receiving this mail because:
You are watching all bug changes.