Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Nicolas Fella
b7869bf267
Add trailing commas to enums
...
We do this sometimes, but not consistenly.
The benefit is twofold.
First it improves the diff when adding new values since no existing line needs to be touched.
Second it prevents clang-format from collapsing the definition into a single line, which is undesired for large enums.
5 years ago
Laurent Montel
500feda997
Fix forward declaration
7 years ago
Friedrich W. H. Kossebau
beefcb1581
Use explicit
8 years ago
Friedrich W. H. Kossebau
2608ccce81
Use nullptr
8 years ago
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 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
33a29dc862
give it a visibility property with a signal
12 years ago
Aaron Seigo
b9fbc59d20
make just one plugin out of both components
12 years ago
Aaron Seigo
9cca8ce2ef
make loadScript a slot for use from QML
12 years ago
Aaron Seigo
30c71aba1c
scriptInterface -> scriptEngine
12 years ago
Aaron Seigo
f75fd4b675
make interactiveconsole a qml component
12 years ago