Sergio Martins
2afe86e63b
flutter: Support showing a basic layout
...
Next step is adding a MouseRegion for the separators
2022-08-09 18:45:11 +01:00
Sergio Martins
3cbd437ee6
flutter: Regenerate bindings
2022-08-09 01:26:58 +01:00
Sergio Martins
882f25c7f7
flutter: regenerate bindings
2022-08-07 14:51:00 +01:00
Sergio Martins
d8189e3e03
.clang-format: wrap at column 100
2022-08-05 16:49:00 +01:00
Sergio Martins
98a7a0e017
flutter: Add a way to dump a dart backtrace
...
gdb can now call Platform::instance()->dumpManagedBacktrace()
2022-08-03 23:39:22 +01:00
Sergio Martins
f634a1e3f7
flutter: Add bindings for the views
2022-08-03 12:32:38 +01:00
Sergio Martins
8a76c63983
flutter: Add bindings for Stack, TitleBar and TabBar
2022-08-03 00:14:36 +01:00
Sergio Martins
7cc4bae1b7
flutter: Regenerate bindings with newest dartagnan bug fixes
2022-08-02 22:56:51 +01:00
Sergio Martins
bf922a2ecb
flutter: Add bindings for Group
2022-08-01 00:22:19 +01:00
Sergio Martins
27b8480da6
Make InitialOption's ctor public
...
Just mark it as internal.
Someone might think it's useful even if bugs reported won't be prioritized.
2022-08-01 00:17:10 +01:00
Sergio Martins
8e5225224d
flutter: Regenerate bindings
...
This time without readability tags so we can reduce diff size
2022-07-31 13:30:27 +01:00
Sergio Martins
8a65d2cc0b
flutter: Added bindings for Item
2022-07-31 13:07:59 +01:00
Sergio Martins
cfb5c5e2fe
flutter: Add InitialOption_wrapper
2022-07-31 13:02:27 +01:00
Sergio Martins
b1fcae9bc2
flutter: generate more bindings
2022-07-31 11:46:48 +01:00
Sergio Martins
ecd05ffbc5
flutter: Creating a DropArea almost works
2022-07-27 11:44:04 +01:00
Sergio Martins
93b3f77969
flutter: instantiate DropArea_flutter
2022-07-27 10:32:10 +01:00
Sergio Martins
f7c3dea53f
flutter: Add bindings for Layout
2022-07-26 17:28:01 +01:00
Sergio Martins
3ee9866d84
flutter: Add bindings for CreateViewOptions_wrapper
2022-07-26 15:10:30 +01:00
Sergio Martins
f8f75cdabc
flutter: Add bindings for View
2022-07-26 14:20:27 +01:00
Sergio Martins
feda194b01
flutter: Also create bindings for ViewFactory
2022-07-26 13:37:21 +01:00
Sergio Martins
249ee2ce67
flutter: Add bindings for ViewFactory_flutter.h
2022-07-26 13:30:35 +01:00
Sergio Martins
d97ccb9792
flutter: Add bindings for Config.h
2022-07-26 13:21:14 +01:00
Sergio Martins
90ba005bc6
flutter: Remove unneeded Platform.dart
2022-07-26 13:15:01 +01:00
Sergio Martins
1a762df812
flutter: Add Platform_dart and regenerate bindings
2022-07-26 13:09:26 +01:00
Sergio Martins
ff7a30dcc3
flutter: Remove duplicate method from QByteArray.dart
...
Dart doens't support 2 methods with the same name
2022-07-25 17:56:40 +01:00
Sergio Martins
c40f38097a
wip
2022-07-25 17:53:26 +01:00
Sergio Martins
b3dd4516ca
flutter: Renamed KDDockWidgets package to KDDockWidgetsBindings
...
The former is needed for the KDDW flutter frontend, which will use
the latter to access the C++ API.
Using two packages instead of one, since one is generated by
dartagnan.
2022-07-23 20:31:50 +01:00