donoban
6276373fff
Show all non halted vm's as running
2021-02-17 10:55:20 +01:00
donoban
60dbeabfb4
use force=True when restarting a netvm with connected vms
2021-02-16 22:08:51 +01:00
donoban
7a0bc9b863
Join all connected VM's in same warning
2021-02-16 21:28:32 +01:00
donoban
28120f3a8f
Rewrite without cascade var
2021-01-27 09:30:21 +01:00
donoban
c943e2dd84
Don't wait!
2021-01-26 23:47:14 +01:00
donoban
696a668bbe
First initiate shutdown for all vm's, then wait
2021-01-25 22:40:10 +01:00
donoban
9a36089ee6
Fix wrong identation (thanks pylint)
2021-01-10 21:17:49 +01:00
donoban
4d68b64a3a
Avoid infite loop while waiting vm to shutdown
2021-01-10 20:54:03 +01:00
donoban
4bb156e061
Fix pylint warnings
2021-01-10 20:43:26 +01:00
donoban
ef8be34622
Cascade shutdown
...
https://github.com/QubesOS/qubes-issues/issues/6109
2021-01-10 19:10:36 +01:00
Marek Marczykowski-Górecki
bc4f1e8d7b
version 4.1.14-1
2021-01-07 15:11:00 +01:00
Marek Marczykowski-Górecki
47c98703b0
Merge remote-tracking branch 'origin/pr/279'
...
* origin/pr/279:
Fix build with python3 for CentOS
2021-01-05 21:52:46 +01:00
Marek Marczykowski-Górecki
81c0872f2b
Merge remote-tracking branch 'origin/pr/278'
...
* origin/pr/278:
fixed trailing spaces
Added TemplateVM and disposableVM to Create New Qube
2021-01-05 21:17:35 +01:00
Marek Marczykowski-Górecki
7f257b1c8e
Merge remote-tracking branch 'origin/pr/275'
...
* origin/pr/275:
Replace '2' with Qt.Checked
Rename 'Include in backups' to 'Backup'
flags() rewrite
Fix empty lines
Include in backups changed to 'CheckStateRole'
2021-01-05 21:17:12 +01:00
Frédéric Pierret (fepitre)
5b5360deb6
Fix build with python3 for CentOS
2020-12-24 14:50:55 +01:00
Marek Marczykowski-Górecki
7c55ee065c
Add QubesValueError to mock qubesadmin.exc
...
Will be needed in upcoming changes, to make pylint happy.
2020-12-15 15:53:52 +01:00
ctrlaltf24
1f26067a1d
fixed trailing spaces
2020-12-13 09:23:39 -08:00
donoban
c666357625
Replace '2' with Qt.Checked
2020-12-12 14:22:15 +01:00
donoban
1812989ecd
Rename 'Include in backups' to 'Backup'
2020-12-12 14:18:34 +01:00
donoban
2164b82c34
Changed filter to list comprehension (avoids pylint warning)
2020-12-11 01:01:21 +01:00
donoban
df0e4699a0
File checking and error dialog moved to qube_manager
2020-12-11 00:53:57 +01:00
donoban
78d76eb70f
Fix Spanglish accident
2020-12-10 23:46:44 +01:00
donoban
a49463a30b
Merge branch 'log_dialog' of https://github.com/donob4n/qubes-manager into log_dialog
2020-12-10 23:43:49 +01:00
donoban
8dac54b755
Removed unused logs_menu
2020-12-10 23:40:02 +01:00
donoban
ebe777c5a1
Merge branch 'master' of https://github.com/QubesOS/qubes-manager into log_dialog
...
# Conflicts:
# qubesmanager/qube_manager.py
# ui/qubemanager.ui
2020-12-10 23:39:34 +01:00
donob4n
b5e092fa8b
Update qubesmanager/log_dialog.py
...
Co-authored-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
2020-12-10 09:49:41 +01:00
Marek Marczykowski-Górecki
3d1ff3e58d
Merge remote-tracking branch 'origin/pr/272'
...
* origin/pr/272:
Save 'compactview' state
Added 'Compact View' Action
2020-12-10 05:17:52 +01:00
Marek Marczykowski-Górecki
c44880f9f5
Merge remote-tracking branch 'origin/pr/270'
...
* origin/pr/270:
Restored removed lines by accident (although I think that are useless at this moment)
Fix pylint warnings
Added saving and restore settings for showing checkboxes
Removed unused import
Enable 'Show' checkboxes by default
Added filterAcceptsRow() to QubesProxyModel
Added 'Show' Checkboxes to .ui
Fix SelectionMode on ui file
2020-12-10 05:07:27 +01:00
ctrlaltf24
c7b28ca6c8
Added TemplateVM and disposableVM to Create New Qube
2020-12-09 13:55:22 -08:00
donoban
4fa13d3295
Pylint fixes
2020-12-05 12:41:20 +01:00
donoban
dc0ee97b27
Multiple file log dialog
2020-12-05 12:28:36 +01:00
Marek Marczykowski-Górecki
b4d6080f7b
Fix asyncio.all_tasks() call
2020-12-03 00:59:13 +01:00
Marek Marczykowski-Górecki
d5abe7b341
gitlab-ci: add pylint job
2020-12-02 22:46:30 +01:00
Marek Marczykowski-Górecki
89ec0848c6
Move pylintrc to the top directory
2020-12-02 22:34:40 +01:00
Frédéric Pierret (fepitre)
dc38ab0d3f
Add .gitlab-ci.yml
2020-11-15 23:33:55 +01:00
donoban
d74b52c00b
flags() rewrite
2020-11-15 19:08:22 +01:00
donoban
409bcd27fc
Fix empty lines
2020-11-14 16:12:11 +01:00
donoban
1b5442aece
Include in backups changed to 'CheckStateRole'
2020-11-14 14:10:24 +01:00
Marek Marczykowski-Górecki
1b0f96a756
debian: make sure qt5 build tools are used
...
Specifically avoid `lrelease` call be confused with qt4 variant.
2020-11-11 05:02:44 +01:00
Frédéric Pierret (fepitre)
0bb58a9aa9
debian: use recommended build qt5 dependency pkg
2020-11-10 11:49:53 +01:00
donoban
1c7494e29e
Save 'compactview' state
2020-11-04 23:51:31 +01:00
donoban
f2501c91a5
Added 'Compact View' Action
2020-11-04 23:37:21 +01:00
donoban
ad63ac7de9
Restored removed lines by accident
...
(although I think that are useless at this moment)
2020-11-01 16:37:38 +01:00
donoban
bdaa421a9c
Fix pylint warnings
2020-11-01 14:02:57 +01:00
donoban
526dbd5aad
Added saving and restore settings for showing checkboxes
2020-11-01 13:51:53 +01:00
Marek Marczykowski-Górecki
1e3da9e68f
Merge remote-tracking branch 'origin/pr/269'
...
* origin/pr/269:
Added more reasonable behavior to "should I force shutdown or wait" message
2020-10-29 03:59:15 +01:00
donoban
8b8ab7c474
Removed unused import
2020-10-27 23:32:58 +01:00
donoban
ca1b41ecea
Enable 'Show' checkboxes by default
2020-10-27 00:48:26 +01:00
donoban
0794a60e4c
Added filterAcceptsRow() to QubesProxyModel
...
Created _init_context_menu() due pylint warning (too much statements)
2020-10-27 00:46:24 +01:00
Marta Marczykowska-Górecka
1cfd5b8704
Added more reasonable behavior to "should I force shutdown or wait" message
...
Now there's an option of "don't ask again" and there should not be
a useless close button.
fixes QubesOS/qubes-issues#6123
2020-10-26 16:25:47 +01:00