Fix option "Expand individual tab to full window"
ClosedPublic

Authored by tcanabrava on Jul 23 2018, 12:06 PM.

Diff Detail

Repository
R319 Konsole
Branch
fixTabExpandable
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1129
Build 1142: arc lint + arc unit
tcanabrava created this revision.Jul 23 2018, 12:06 PM
Restricted Application added a project: Konsole. · View Herald TranscriptJul 23 2018, 12:06 PM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
tcanabrava requested review of this revision.Jul 23 2018, 12:06 PM

Calling qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_WINDOW setTabWidthToText true and false causes visual glitches *tabs overlap" for a few seconds until it corrects itself. And sometimes false doesn't work. Tested w/ close button enabled.

  • Fix repaint after calling dbus method to change tab size

Important to note that this code actually fixes a bug in the old implementation where two tabbar areas and a dbus call to expand would expand only the current active tabbar.

hindenburg accepted this revision.Jul 24 2018, 1:43 PM

Thanks, I meant to test how it worked before the changes but didn't get around to it.

This revision is now accepted and ready to land.Jul 24 2018, 1:43 PM
hindenburg retitled this revision from Fix "expand tabs to full window" to Fix option "Expand individual tab to full window".Jul 24 2018, 1:45 PM
This revision was automatically updated to reflect the committed changes.