David Edmundson
15de7ceb38
[interactiveconsole] Fix initial load selection
...
Summary:
QActionGroup has no signal for when an action within the group changes
checked state. Only when an action within is triggered.
Without calling trigger InteractiveConsole::modeSelectionChanged is not
triggered and m_mode is not updated.
BUG: 408787
Test Plan:
qdbus to launch the console
Execute button went to the right place
Reviewers: #plasma, broulik
Reviewed By: #plasma, broulik
Subscribers: broulik, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D21852
7 years ago
Friedrich W. H. Kossebau
2608ccce81
Use nullptr
8 years ago
Laurent Montel
5cebb2dba8
Use QStringLiteral/explicit
8 years ago
Aleix Pol Gonzalez
f684124287
Fix most obvious clazy and clang warnings
...
REVIEW: 128997
10 years ago
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
Montel Laurent
2e14731199
Remove no necessary include moc
11 years ago
Marco Martin
f8510cb57f
port interactiveconsole to KPackage
11 years ago
Aaron Seigo
f1887c533a
more sensible source tree layout
...
REVIEW:119965
12 years ago
Aaron Seigo
32f294d29f
create a QObject wrapper around InteractiveConsole
...
this now allows the dialog to be used from QML without crashes. hooha!
12 years ago
Aaron Seigo
1c7e0dbcde
close on reject, fold onClose into its only remaining usage in closeEvent
12 years ago
Aaron Seigo
9938831f18
set on the current desktop, always
...
restores a missing behavior from the built-in version
12 years ago
Aaron Seigo
33a29dc862
give it a visibility property with a signal
12 years ago
Aaron Seigo
30c71aba1c
scriptInterface -> scriptEngine
12 years ago
Aaron Seigo
f75fd4b675
make interactiveconsole a qml component
12 years ago
Aaron Seigo
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Martin Gräßlin
e0470ae7cc
[interactiveconsole] Fix KWin's dbus service name
...
There is now one service name to rule them all.
12 years ago
Marco Martin
755eafdf89
make sure the temp dir where we save exists
12 years ago