On 9/7/22 10:56, Daniel Tschlatscher wrote:
> With the newly added button in the tasklog the implementation for the
> PMG server needs to be adapted. I saw an opportunity here to clear
> some redundant code for displaying the tasklog and replace it with a
> call to dump_logfile(), akin to how this
On 9/7/22 10:56, Daniel Tschlatscher wrote:
> This patch series' aim is to add a download button in the tasklog-
> viewer GUI so that users may access all parts of the tasklog more
> easily (The tasklog-viewer only displays 50 lines at a time).
>
> For this change in the GUI (proxmox-widget-toolki
current version of webview_flutter_android (2.10.0) needs it
Signed-off-by: Dominik Csapak
---
android/app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index d287d5b..27e8d55 100644
--- a/android/app/build.gr
default primary color was a purple hue that did not really fit with our
theme. That was used on highlighting form fields and the progress
indicator. I replaced it with orange since that fits nicely with
the rest of the look and feel
also removed the use of accentColor int he ProxmoxProgressOverlay
flutter 3.0 removed RaisedButton
Signed-off-by: Dominik Csapak
---
lib/widgets/firstWelcomeScreen/pve_welcome_last.dart | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/lib/widgets/firstWelcomeScreen/pve_welcome_last.dart
b/lib/widgets/firstWelcomeScreen/pve_welcome_l
when we changed from ScaffoldState to ScaffoldMessengerState, we missed
that we have to wrap the scaffold in a ScaffoldMessenger, otherwise
there is no current state and we never could show a snack
we also have to do the null safety of the 'nodesVZDumpCreateBackup'
differently, since we get a Futu
flutter 3.0 removed OutlineButton in favor of OutlinedButton.
also change the default text color to white, and drop an unnecessary
padding in one case
Signed-off-by: Dominik Csapak
---
lib/main.dart | 10 ++
.../firstWelcomeScreen/pve_welcome_faq.dart
since flutter 3 removed FlatButton. For this we have to do the colors a
little different, so i moved the color/disabledColor into the
textButtonTheme, which does not modify anything else here.
Signed-off-by: Dominik Csapak
---
lib/proxmox_login_form.dart | 33 +++--
l
updates to the code for flutter 3.3 and includes some fixes & improvements
i included aarons patches from december to make it easier to apply
the changes necesseary for flutter 3.3 are
proxmox-login-manager: 2/3
pve-flutter-frontend: 2/10 - 6/10
patches after that are only fixes & improvements
(
in newer flutter versions, call.arguments() can return null, so handle that
Signed-off-by: Dominik Csapak
---
.../kotlin/com/proxmox/app/pve_flutter_frontend/MainActivity.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/android/app/src/main/kotlin/com/proxmox/app/pve_flutt
can happen when no ostype is set in the config (defaults to 'other')
Signed-off-by: Dominik Csapak
---
lib/widgets/pve_qemu_options_widget.dart | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lib/widgets/pve_qemu_options_widget.dart
b/lib/widgets/pve_qemu_options_widget.
so that it fits better with our color schemes instead of using the
flutter defaults (which are especially bad in dark mode for our scheme)
Signed-off-by: Dominik Csapak
---
lib/main.dart | 4
1 file changed, 4 insertions(+)
diff --git a/lib/main.dart b/lib/main.dart
index d467626..c9b862e
Signed-off-by: Dominik Csapak
---
lib/widgets/firstWelcomeScreen/pve_welcome_faq.dart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/widgets/firstWelcomeScreen/pve_welcome_faq.dart
b/lib/widgets/firstWelcomeScreen/pve_welcome_faq.dart
index 470d118..f2be574 100644
--- a/
From: Aaron Lauterer
By placing the items in a SafeArea we avoid having the "Continue" button
behind the Android soft navigation buttons.
Signed-off-by: Aaron Lauterer
Signed-off-by: Dominik Csapak
---
lib/proxmox_login_form.dart | 265 ++--
1 file changed, 135
flutter 3.0 removed FlatButton
Signed-off-by: Dominik Csapak
---
lib/pages/main_layout_slim.dart | 2 +-
lib/widgets/pve_console_menu_widget.dart | 4 +--
lib/widgets/pve_first_welcome_screen.dart | 32 ---
lib/widgets/pve_guest_backup_widget.dart |
From: Aaron Lauterer
In a few places we had elements hiding behind the Android soft nav
buttons at the bottom.
Those were:
* Qemu HW overview list
* Qemu Power Control menu
* LXC and Qemu Options list
Placing them within a SafeArea avoids that.
Signed-off-by: Aaron Lauterer
Signed-off-by: Dom
On 9/8/22 11:36, Stefan Sterz wrote:
> On 9/7/22 10:56, Daniel Tschlatscher wrote:
>> With the newly added button in the tasklog the implementation for the
>> PMG server needs to be adapted. I saw an opportunity here to clear
>> some redundant code for displaying the tasklog and replace it with
Am 08/09/2022 um 11:55 schrieb Dominik Csapak:
> updates to the code for flutter 3.3 and includes some fixes & improvements
>
> i included aarons patches from december to make it easier to apply
>
> the changes necesseary for flutter 3.3 are
> proxmox-login-manager: 2/3
> pve-flutter-frontend: 2/
Can you please split this into two commits, first the unpriv one and then the
OS type one?
Am 08/08/2022 um 13:48 schrieb Matthias Heiserer:
> ---
>
> I'm a bit unsure about the icons, there are probably better ones, but I
> couldn't
> think of/find any. One alternative for OS type would be the
19 matches
Mail list logo