Commit Graph

17 Commits

Author SHA1 Message Date
Kurt Hindenburg
fc14f277c2 Fix implicit conversion increases floating-point precision 2019-11-24 19:43:26 -05:00
Mariusz Glebocki
a12359507f Fix copyrights 2019-11-03 03:15:48 +01:00
Kurt Hindenburg
d5f45993f9 Port obsoleted QDrag->start() to exec() 2019-10-27 23:53:00 -04:00
Laurent Montel
1a2cf40c7e Port deprecated method setMargins 2019-10-03 13:37:17 +02:00
Laurent Montel
ef1beaab86 Remove unused includes 2019-08-23 08:09:17 +02:00
Kurt Hindenburg
dcb846719d Fix implicit-bool-conversion issues 2019-07-17 20:42:58 -04:00
Kurt Hindenburg
b75d99edbb Remove duplicate include 2019-07-15 10:53:31 -04:00
Kurt Hindenburg
bbc4f4c080 action:tooltip is not valid, change to info:tooltip 2019-07-15 10:53:04 -04:00
Mariusz Glebocki
a9b1e0ae25 Change expanded mode button tooltip
Toggles use descriptions/names of an active state only. New string
is consistent with KWin, which uses "Maximize" for maximization toggle
action.
2019-07-07 18:07:10 +02:00
Mariusz Glebocki
576eb9c982 Fix typo in tooltip context 2019-07-07 18:07:10 +02:00
Mariusz Glebocki
b93b0e0992 Use default system font for terminal header titles
This is not only style change, but also a bugfix.
Header and title font was unspecified, so terminal monospace font was
used in most cases. However, when new split with different orientation
was created, the font of splitted terminal changed to the system font.

Steps to reproduce:
* Split vertically - both titles use monospace font
* Split horizontally - splitted header's font changes to system default
2019-07-07 18:07:01 +02:00
Tomaz Canabrava
2fd8cef01b Implement Drag & Drop for Tiling Operations
This allows the split views to be dragged around
the current tab by their headers.  It also
implements a toggle button to maximize/restore
each view.
2019-07-02 15:15:52 +00:00
Tomaz Canabrava
dc0663833e Block mouse events in the header bar 2019-06-13 10:47:27 +02:00
Tomaz Canabrava
ed946b5708 Use breeze inactive-tab color for inactive splits 2019-06-13 10:42:28 +02:00
Tomaz Canabrava
3eb09319f9 Paint the line as the TabBar separator for consistency 2019-06-13 10:42:28 +02:00
Tomaz Canabrava
b4ab5fe920 Paint a 1px border at the top between the menu and the splitters 2019-06-13 10:42:28 +02:00
Tomaz Canabrava
e83707fe45 Add a TerminalHeader when using splits
Summary:
The idea is that a SplitterHeaderBar will be added in the
near future so the checks for the parent widget could be
wrong.
If instead of checking for a specific widget we check for
anything and walk to the parent list untill we find
a TerminalWidget seems sane, and safer.

Phabricator messed with this review and send the wrong diff together (because of the same parent)
so I'm rephrasing it.

Reviewers: #konsole, hindenburg, ngraham, #vdg

Subscribers: aaronhoneycutt, kvermette, thsurrel, rizzitello, mart, hindenburg, gennad, fabianr, ndavis, shubham, konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D21301
2019-06-13 10:42:28 +02:00