Marta Marczykowska-Górecka
12764595cf
Added show password button to Backup/Restore
...
The button shows the password while pressed
(emulating common password practices).
fixes QubesOS/qubes-issues#6076
2020-09-24 22:26:07 +02:00
Marek Marczykowski-Górecki
98a5c93c04
version 4.1.12-1
2020-09-14 10:21:13 +02:00
Marek Marczykowski-Górecki
13e682fc98
Merge remote-tracking branch 'origin/pr/264'
...
* origin/pr/264:
Fixed missing verbose error logging in Restore Backup
2020-09-13 20:03:10 +02:00
Marek Marczykowski-Górecki
422a559a67
Merge remote-tracking branch 'origin/pr/262'
...
* origin/pr/262:
Fix capitalization in restore dialog
2020-09-13 20:02:59 +02:00
Marek Marczykowski-Górecki
da00d156d2
Merge remote-tracking branch 'origin/pr/261'
...
* origin/pr/261:
Fix Boot from Device error when no block devices were found
2020-09-13 20:01:44 +02:00
Marta Marczykowska-Górecka
53d17d6cb2
Fixed missing verbose error logging in Restore Backup
...
fixes QubesOS/qubes-issues#6035
2020-09-10 17:35:39 +02:00
Frédéric Pierret (fepitre)
306b6220c7
spec: fix qt5 dependency for Fedora 33
...
QubesOS/qubes-issues#6039
2020-09-09 12:16:20 +02:00
AJ Jordan
e41e8080ea
Fix capitalization in restore dialog
2020-09-06 22:57:49 -04:00
Marta Marczykowska-Górecka
e9231d3448
Fix Boot from Device error when no block devices were found
...
fixes QubesOS/qubes-issues#6018
2020-08-31 14:19:50 +02:00
Marek Marczykowski-Górecki
6180f0a899
Merge remote-tracking branch 'origin/pr/259'
...
* origin/pr/259:
Fixed display of default template in Create New VM
2020-08-23 03:40:14 +02:00
Marek Marczykowski-Górecki
1da41df890
Merge remote-tracking branch 'origin/pr/257'
...
* origin/pr/257:
Fix for icon size for Qube Manager tests
2020-08-23 03:40:11 +02:00
Marek Marczykowski-Górecki
6f465fc674
Make pylint happy
...
- fix super-with-arguments
- fix various other issues
- review broad-except and ignore where appropriate
2020-08-23 03:16:19 +02:00
Marek Marczykowski-Górecki
a2f8ba9418
travis: restore pylint
2020-08-23 02:01:40 +02:00
Marta Marczykowska-Górecka
22823f6106
Fix for icon size for Qube Manager tests
...
Also contains a tiny fix to Qube Manager itself (bug found with tests!)
And further fixes to qube manager tests for particularly slow days.
2020-08-23 01:42:38 +02:00
Marta Marczykowska-Górecka
476f1d0754
Fixed display of default template in Create New VM
...
From default (name) to name (default).
fixes QubesOS/qubes-issues#6001
2020-08-20 12:32:17 +02:00
Marek Marczykowski-Górecki
3e512bb7c3
version 4.1.11-1
2020-08-13 04:05:04 +02:00
Marta Marczykowska-Górecka
9a68be162a
Adjusted icon size in Qube Manager for better aesthetics
2020-08-12 23:49:06 +02:00
Marta Marczykowska-Górecka
3f6f8c5396
Fixed lack of new vm.icon property handling in Qube Manager
2020-08-12 23:15:21 +02:00
Marek Marczykowski-Górecki
2637d9bb09
Bump required python3-qubesadmin version
...
For QubesDaemonAccessError exception.
QubesOS/qubes-issues#5811
2020-08-12 03:11:36 +02:00
Marek Marczykowski-Górecki
83363299ce
Merge remote-tracking branch 'origin/pr/254'
...
* origin/pr/254:
Modified warning shown when destination qube for backup is unavailable
2020-08-12 01:37:57 +02:00
Marta Marczykowska-Górecka
ee5625b65c
Use the new QubesDaemonAccessError
...
Replaces the old, unified approach.
2020-08-11 01:08:48 +02:00
Marta Marczykowska-Górecka
8eb61b11ae
Fixed VM settings to be more tolerant of missing permissions
...
Settings unavailable due to permissions will be unavailable in the tool,
but the tool will start and attempt to show as much as possible.
2020-08-08 15:37:09 +02:00
Marta Marczykowska-Górecka
e904f5e410
Modified warning shown when destination qube for backup is unavailable
...
Instead of scary red warning, now a gentler information that only running qubes are
available is shown. It is also shown just under the destination VM dropdown,
making it easier to notice and interpret correctly.
fixes QubesOS/qubes-issues#5427
2020-08-08 15:05:58 +02:00
Marta Marczykowska-Górecka
39129bd804
Misc qubesmanager tools modified to be more resilient to insufficient permissions
...
Create New Qubes, Backup and Restore, Boot from Device and Template Manager
are now more resilient to insufficient permissions.
2020-08-07 22:11:14 +02:00
Marta Marczykowska-Górecka
7cbc7d9db1
Global Settings now can function with partial permissions
...
Unreadable properties/features will be disabled, the tool will start
even if it can access nothing or almost nothing, and errors on settings
features/properties will now be communicated to the user.
2020-08-07 22:11:14 +02:00
Marta Marczykowska-Górecka
1f933b775a
Make Qube Manager resistant to missing permissions
...
It should no longer crash if policy denies it access to some information.
The only required information is vm name, qid and class.
references QubesOS/qubes-issues#5811
2020-08-07 22:11:14 +02:00
Marek Marczykowski-Górecki
7fc8c2e9e0
Merge remote-tracking branch 'origin/pr/239'
...
* origin/pr/239:
Added and fixed tests for CloneVM tool
Updated Clone VM tool to use new better helper functions
Changed Clone action in Qube Manager and VM settings to use the new Clone Qube dialog
Added a Clone VM tool
2020-08-06 05:01:36 +02:00
Marta Marczykowska-Górecka
354578dc37
Added and fixed tests for CloneVM tool
...
fixes QubesOS/qubes-issues#5978
2020-08-05 14:37:11 +02:00
Marta Marczykowska-Górecka
8461a307f2
Updated Clone VM tool to use new better helper functions
2020-08-03 15:53:51 +02:00
Marek Marczykowski-Górecki
76d0c77a4f
travis: include Debian targets too
2020-08-03 13:39:48 +02:00
Marta Marczykowska-Górecka
bdc11582f1
Changed Clone action in Qube Manager and VM settings to use the new Clone Qube dialog
...
fixes QubesOS/qubes-issues#5127
2020-07-30 22:30:58 +02:00
Marta Marczykowska-Górecka
1faf4f46b0
Added a Clone VM tool
...
A simple GUI tool to enable cloning a VM to a different pool and changing the label.
references QubesOS/qubes-issues#5127
2020-07-30 22:27:02 +02:00
Marek Marczykowski-Górecki
0a948aa83d
Merge remote-tracking branch 'origin/pr/249'
...
* origin/pr/249:
Added more description to Global Settings update repo settings
2020-07-30 04:38:11 +02:00
Marek Marczykowski-Górecki
111de94701
Merge remote-tracking branch 'origin/pr/251'
...
* origin/pr/251:
fixed misspelling in dialog box of success
2020-07-30 03:29:52 +02:00
Marek Marczykowski-Górecki
6efb073c8b
Merge remote-tracking branch 'origin/pr/245'
...
* origin/pr/245:
Fix incorrect Settings invocation in Qube Manager
2020-07-30 03:28:26 +02:00
Marek Marczykowski-Górecki
824d9c7388
Merge remote-tracking branch 'origin/pr/240'
...
* origin/pr/240:
travis: use included configs, drop R4.0 dom0 test
Replace quamash with qasync
2020-07-30 03:26:25 +02:00
Marek Marczykowski-Górecki
7984e61fdc
travis: use included configs, drop R4.0 dom0 test
2020-07-30 03:05:39 +02:00
Marek Marczykowski-Górecki
9a2daa4039
Replace quamash with qasync
...
Fixes QubesOS/qubes-issues#5873
2020-07-30 03:05:39 +02:00
Marek Marczykowski-Górecki
3ed098991e
debian: drop removed table_widgets.py from the packaging
2020-07-30 03:04:06 +02:00
Marek Marczykowski-Górecki
5fdcf87b59
tests: Update QMessageBox mockup
...
When the class is imported with 'from ... import QMessageBox', it needs
to be patched in the importing module, not the original place.
2020-07-30 03:04:06 +02:00
donoban
bb1995af2e
Migration to View/Model design ( #195 )
...
Squashed commit of the following:
commit 7929b8f0f6ec21ae0fb90203205e4224ce5bc1b7
Author: donoban <donoban@riseup.net>
Date: Tue Jul 28 17:21:11 2020 +0200
Try to fix sort
commit 5e4598e1d6aba0e2208e7bca761be83931457a26
Author: donoban <donoban@riseup.net>
Date: Mon Jul 27 04:06:37 2020 +0200
Fix import
commit 60f53e7ef0e35fde9143835b18015db570739544
Author: donoban <donoban@riseup.net>
Date: Mon Jul 27 04:03:17 2020 +0200
Fix 218 test
commit e430e394774bba4ca306f2fb0b8d55e10f9e2bc2
Author: donoban <donoban@riseup.net>
Date: Mon Jul 27 04:01:56 2020 +0200
Avoid error if dvm is None
commit 679880ff4f3d7117784e90d6cb53538b7fba4f0d
Author: donoban <donoban@riseup.net>
Date: Mon Jul 27 03:58:59 2020 +0200
Fix sorting again
commit f84edcdc02bf311de9d60274ae7fba90566a460e
Author: donoban <donoban@riseup.net>
Date: Sun Jul 26 03:30:14 2020 +0200
Yes, it's needed
commit 5d00c91db45f99c78d7f15f77dd65a51b286fc77
Author: donoban <donoban@riseup.net>
Date: Sat Jul 25 23:08:38 2020 +0200
Fix pylint error
commit 88a54dc3d2927a04c44e8d4c9548e123852b3e39
Author: donoban <donoban@riseup.net>
Date: Sat Jul 25 18:56:40 2020 +0200
Style change
commit 42ae96c45b37e03823e782c67b0995f588c7e0bd
Author: donoban <donoban@riseup.net>
Date: Sat Jul 25 18:56:00 2020 +0200
Fix sorting errores
commit daa872297b2082237860a66bb01e2c71fda3e55d
Author: donoban <donoban@riseup.net>
Date: Sat Jul 25 18:54:21 2020 +0200
Fixed sort test errors
commit 73ad25ed9e77d25bfc6a4159b8ef9a6f24e3294a
Author: donoban <donoban@riseup.net>
Date: Sat Jul 25 00:25:37 2020 +0200
Var rename
commit 825d8ad6f7d3a9a7bb11252ebe5a5402851d56a9
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 23:37:04 2020 +0200
Restored Cleanup
commit 09f183946d23fb4a92e428395834ef3ad4473ffb
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 23:35:20 2020 +0200
Removed workaround, now works properly without clear reason
commit 2f5bde0484e3eb0a3128e8b98f61a5311e0f529e
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 23:29:20 2020 +0200
Multiple tests fixes
commit e21f9ab7416e728d1ef0409fb9ca880e23d9240c
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 23:28:32 2020 +0200
Save dvm name instead VM object
commit 46e2fe1cf68708fa41df59661d11691ddb331984
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 01:11:15 2020 +0200
Deleted wrong mapToSource()
commit b155e051beb4ffcf0c1d48c5c9e24576c7db2e94
Author: donoban <donoban@riseup.net>
Date: Fri Jul 24 01:10:43 2020 +0200
Fix get 'Is DVM Template' widget
commit 61d7a6dc05f39055cbfd473c2a5cd638194aa132
Author: donoban <donoban@riseup.net>
Date: Wed Jul 22 12:17:10 2020 +0200
fix set_keyboar_layout test fail
commit 1dba52eb14b1d9c190d3a8c7bedf026ba242ac7d
Author: donoban <donoban@riseup.net>
Date: Sun Jul 19 00:05:53 2020 +0200
More test fixes
commit 665a1453eca121a3c60975fe4c9e08b05e4831fe
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 23:39:07 2020 +0200
Fixed power state checking
commit 6733fb1cd80cbc0917a5d1e42680d5424364649d
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 17:44:01 2020 +0200
Return vm object instead name on select_vm functions
commit 80f3b3f7498c8c98517ae77053861861aaecfba7
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 17:43:27 2020 +0200
Removed wrong calls to text()
commit 32bbb864bf96ad3e37b6aaddc25817a5ad38a0cc
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 17:42:45 2020 +0200
Removed implicity calls to sortItems()
commit bc288b616b80a5fabe179954eb18953ee59c18bc
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 17:03:22 2020 +0200
setCurrentItem() -> setCurrentIndex()
commit 10bac8d300aa5d428080a0dc6a689e88230d93d2
Author: donoban <donoban@riseup.net>
Date: Sun Jul 12 16:43:41 2020 +0200
get_table_vminfo renamed to get_table_vm
commit cee7b0af871183e4917fdb535bbcc83facd64446
Author: donoban <donoban@riseup.net>
Date: Sat Jul 11 23:46:41 2020 +0200
First version fixing tests
commit 42d566f032941679608669d1ccc28a4523715b8a
Author: donoban <donoban@riseup.net>
Date: Sat Jul 11 23:38:33 2020 +0200
Fixing tests
commit ccd7c162ef2a3f882c7d683d5b9c97db11829ac6
Merge: 24e5d58 8a74e43
Author: donoban <donoban@riseup.net>
Date: Mon Jun 8 22:16:34 2020 +0200
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
# Conflicts:
# qubesmanager/qube_manager.py
commit 24e5d58c98981b3635b3c6dfa9202cac3e3455d8
Author: donoban <donoban@riseup.net>
Date: Sun Jun 7 19:03:09 2020 +0200
Added workaround for dom0 sorting
commit db2781a6392ff32c2d26053999819e08cb0e0ca0
Author: donoban <donoban@riseup.net>
Date: Sun Jun 7 18:57:28 2020 +0200
Fixed Sorting Case Insensivity
commit 93330ea6a45598a212811251843d32682a20016a
Author: donoban <donoban@riseup.net>
Date: Sun Jun 7 18:51:39 2020 +0200
Added "default" to netvm and default dispvm
commit a40156c4f4b08a201fb877fc92f547c5138a7e32
Author: donoban <donoban@riseup.net>
Date: Sun Jun 7 18:18:03 2020 +0200
Fixed QSettings saving
commit a1d96e78778c84fe077b62196c8ed561978de9bc
Author: donoban <donoban@riseup.net>
Date: Wed Jun 3 00:23:50 2020 +0200
Added 'defaultValue' on settings load
commit a0a7ee812298e6361a2ee585049c96303d1bbda7
Author: donoban <donoban@riseup.net>
Date: Wed Jun 3 00:10:31 2020 +0200
Init view menu out of load_manager_settings
commit 6f9a60004282e85c32727baa4b49c0a4d080f74e
Author: donoban <donoban@riseup.net>
Date: Tue Jun 2 23:19:09 2020 +0200
"Size" renamed to "Disk Usage"
commit 5fbda06b370de790e31a9a983891a69ab8d031de
Author: donoban <donoban@riseup.net>
Date: Tue Jun 2 01:34:56 2020 +0200
Replaced unneded elif's with if's
commit 5516bca8616d2e1ab99d4c40b11ff7b69cdbea48
Author: donoban <donoban@riseup.net>
Date: Tue Jun 2 01:30:46 2020 +0200
Use "Yes"/"" for bool properties
commit 1e5429e7ef9240570a5f31eae3a49a8380f97ee4
Author: donoban <donoban@riseup.net>
Date: Tue Jun 2 01:12:46 2020 +0200
Restored exactly old icon size
commit 270c82547365fbecddab1a21afef637da3eb2aa6
Author: donoban <donoban@riseup.net>
Date: Sun May 31 12:52:03 2020 +0200
AdminVM and DispVM icon workaround
commit cfb8a87b6dbdfda6f1652a6a4c82299e60b8c158
Author: donoban <donoban@riseup.net>
Date: Sun May 31 12:51:44 2020 +0200
Icon size adjusted to 128/4
commit 173dc9413c6ae81e851026538beb101e385e5974
Author: donoban <donoban@riseup.net>
Date: Sat May 30 00:56:40 2020 +0200
Add italic and gray color for differentiate templates and standalone/dom0
commit 2062f9308833241994b3ba87964f4f871b115e2a
Author: donoban <donoban@riseup.net>
Date: Thu May 28 00:21:58 2020 +0200
Fixig Marek comments
commit 348485e960d18c5d7fd1746448251374480d270b
Author: donoban <donoban@riseup.net>
Date: Thu May 28 00:03:44 2020 +0200
More readable
commit dc823a3923ab6c110fa8c51d4d66e501bc3e9f97
Author: donoban <donoban@riseup.net>
Date: Thu May 28 00:01:02 2020 +0200
Needed for pylint proplerly import PyQt5 modules on fedora 32
commit 4478b284ce6f4521d1bddd5f6dc3d564c6c02408
Author: donoban <donoban@riseup.net>
Date: Tue May 19 01:11:05 2020 +0200
Removed unused unued vars
commit 450f0e32525792d48f121edfb890f0f24e6f6c36
Author: donoban <donoban@riseup.net>
Date: Fri May 8 00:26:59 2020 +0200
Fix wrong var names
commit c1bd9577e21e79a708870bbd22ff557ec0f48547
Author: donoban <donoban@riseup.net>
Date: Fri May 8 00:24:31 2020 +0200
Fixed params order to VmSettingsWindow()
commit 6d50d033d5866aa9cd0913822189bf235c8c7bdd
Author: donoban <donoban@riseup.net>
Date: Fri May 8 00:20:06 2020 +0200
Modeless settings windows
commit ef3ac6a962b09e34602a624b3e8fdbdaf4cf8a42
Author: donoban <donoban@riseup.net>
Date: Thu May 7 23:51:30 2020 +0200
Fix some vm/vm_info confusion
commit 09392f99dc1ecd2e96e756884dd75c22090aa127
Author: donoban <donoban@riseup.net>
Date: Wed Apr 29 10:26:58 2020 +0200
removed trailing whitespace
commit 9e35ddf882053b25e2ab1d6cce6393cb77b95e79
Author: donoban <donoban@riseup.net>
Date: Wed Apr 29 00:50:27 2020 +0200
columns_indices redudancy fixed and menu_view auto generation
commit 8d96ef46d7f1eb0f26cf8d92203a22890c6165c0
Author: donoban <donoban@riseup.net>
Date: Sat Apr 25 00:29:53 2020 +0200
Use col_name instead col number, improves readiblity
commit 1cae3cab93d31592819941eee16ed239805d9cc8
Author: donoban <donoban@riseup.net>
Date: Fri Apr 24 00:52:12 2020 +0200
Add QubesNoSuchProperyError
commit aed771d4eb3b6b16652ec1ae27abb0761ebe2fa9
Author: donoban <donoban@riseup.net>
Date: Fri Apr 24 00:45:59 2020 +0200
Added missing virt_mode
commit 580749b83376204880da7be93d6325c6cdc0c239
Merge: 70878dc b058db4
Author: donoban <donoban@riseup.net>
Date: Fri Apr 24 00:16:48 2020 +0200
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 70878dc647cf34f716cfe0f4753f41cd1487a45e
Author: donoban <donoban@riseup.net>
Date: Fri Apr 24 00:16:31 2020 +0200
Let's try travis
commit 5f65477abdb304413c3d3800d6e109c51275e13a
Author: donoban <donoban@riseup.net>
Date: Fri Apr 24 00:11:37 2020 +0200
Fix ProgressDialog not being properly drawn
commit b577cb91d908e065ba43e68c613ff0eca449bbd7
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:44:27 2020 +0200
pylint fixes and wrong 'outdated'
commit 2a55c5d65b0cb3f7bb9d4adb10f5e41f662a85fe
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:35:47 2020 +0200
Restored menubar and toolbar context menu
commit ac7086011328f1ef8f94a838425f8fe872b4fd20
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:28:02 2020 +0200
restored logs
commit a0b2b7be3cb6bf2693644289a9ae0452ce330cb5
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:16:03 2020 +0200
Removed unused attributes
commit cb514949f55e50925e1eabb19c8303e914c20d17
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:08:00 2020 +0200
Part of last commit...
commit 7f0c42fb9a9622d33f5281f8134c7f669a1ae7a4
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 23:07:20 2020 +0200
Save sort settings on closeEvent
commit 8dcfc3c9a9467e512b6c58e8b0a53c727bce7e89
Author: donoban <donoban@riseup.net>
Date: Sun Apr 12 13:02:37 2020 +0200
Pylint fixes
commit 8e5f9ff1d4e33d1a8d97842a696ba45ec40c7103
Author: donoban <donoban@riseup.net>
Date: Mon Apr 6 23:35:15 2020 +0200
State converted to dict making pylint happier
commit 233ec124736d09f0a64f65ce2d7e19383942e73a
Author: donoban <donoban@riseup.net>
Date: Mon Apr 6 00:25:34 2020 +0200
Pylint fixes
commit 37790f01e3755dccbb6da24b3170320fcf2b2fe9
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 23:47:17 2020 +0200
pylint
commit 7dbe393047a00e4d5914368f8dad3c23d5a69586
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 23:41:12 2020 +0200
pylint fixes
commit f79f096ce3307167256308ce44ef8d3cf5f9a824
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 23:37:03 2020 +0200
fixed wrong info_by_id refrences
commit dbf17bde761a6efc03ff29b87e65623a214a44d2
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 17:46:31 2020 +0200
Added QubesCache
QubesTableModel and main app should operate directly to the cache
commit 42d124520f7910f2ba0e77531fa6f469dd1932e5
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 13:50:00 2020 +0200
Fixing multiple pylint warnings
commit c708b4293035d8d296680b8a7513a066eb475f2b
Author: donoban <donoban@riseup.net>
Date: Sun Apr 5 12:59:43 2020 +0200
Added action_open_console setEnabled
commit de1499464d47f145d10250619f83f8dfec2861b5
Author: donoban <donoban@riseup.net>
Date: Fri Apr 3 00:25:07 2020 +0200
Forgot context_menu.actions()
commit d24903b2462e416c5148036ed1184b90b02bd8b0
Author: donoban <donoban@riseup.net>
Date: Fri Apr 3 00:03:16 2020 +0200
Elegant alternative for _enable_all()
commit a0603870a3bbb78128d4cb23e259d3d00449b94c
Author: donoban <donoban@riseup.net>
Date: Thu Apr 2 00:22:46 2020 +0200
Fixed outdate
commit 36e4b310080738bd9d8f9c92a16ad012735eb01a
Author: donoban <donoban@riseup.net>
Date: Wed Apr 1 11:36:28 2020 +0200
Removed table_widgets.py dependency
commit 72e679e2d17e663b64213c23530e14cd6f6f843c
Author: donoban <donoban@riseup.net>
Date: Wed Apr 1 00:55:10 2020 +0200
Fixed pylint warnings
commit 8e118be165d0ec77d9415cb90ef32c8b73c57612
Author: donoban <donoban@riseup.net>
Date: Wed Apr 1 00:26:14 2020 +0200
Added get_selected_vms() and UserRole + 1
commit fd12a95280c5296a92a04bf3dbdb8487c8190729
Author: donoban <donoban@riseup.net>
Date: Tue Mar 31 01:10:51 2020 +0200
fix some pylint warnings
commit 09dfe83d89a14ba4a3745ec86ee59ad89ac153ae
Author: donoban <donoban@riseup.net>
Date: Tue Mar 31 00:34:51 2020 +0200
Removed unneded margins
commit f0c81bf5a93f51c95b6afb01744f14a387dd4610
Merge: 00876bc f1ad829
Author: donoban <donoban@riseup.net>
Date: Tue Mar 31 00:33:53 2020 +0200
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 00876bcbfc7b70cd51848938ceb9f8f969848698
Author: donoban <donoban@riseup.net>
Date: Mon Mar 30 23:31:18 2020 +0200
Alternative pyqt imports
After reading official pyqt doc this seems the standard way
(Continue previous commit)
commit 6cf09d319021ab7b6491347c579f2911fbcb4e05
Author: donoban <donoban@riseup.net>
Date: Mon Mar 30 23:29:21 2020 +0200
Alternative pyqt imports
After reading official pyqt doc this seems the standard way
commit 410dbaefca27fe3be85fc306db6afc04292f8f6f
Author: donoban <donoban@riseup.net>
Date: Mon Mar 30 00:12:09 2020 +0200
Restored sorting and filtering using QSortFilterProxyModel()
commit 0b7fd6e7301009ebab702933b1114254ee5b6a93
Author: donoban <donoban@riseup.net>
Date: Tue Mar 24 12:46:18 2020 +0100
Added QSortFilterProyModel
indexes need proxy.mapToSource(index)
model.layoutChanged.emit(), replaced by proxy.invalidate()
commit 97440e8a616b84e49e446dc11576a987dae33da2
Author: donoban <donoban@riseup.net>
Date: Tue Mar 24 12:34:35 2020 +0100
Removed unneded calls to setContentsMargins
commit 1ad2aaac2cdfa4c7fc4323a3cf82220340de462f
Author: donoban <donoban@riseup.net>
Date: Sun Mar 22 22:56:33 2020 +0100
fix removevm with multiselection
commit 19be1da69f3f43b1a9a4d9c5c561d4a6c9004d0c
Author: donoban <donoban@riseup.net>
Date: Sun Mar 22 22:34:52 2020 +0100
Restored context menu
commit f43394a446ecb23b36fda029f62f2a0633ee01b6
Author: donoban <donoban@riseup.net>
Date: Sun Mar 22 00:08:43 2020 +0100
Deleted unedeed updates after change of settings
commit c98ba627579871b302563f42678ac412e9ccdd48
Merge: 103c572 cf3f102
Author: donoban <donoban@riseup.net>
Date: Sat Mar 21 23:45:46 2020 +0100
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 103c5721d3f9f9c1ef6e922aeba053a2eb69b332
Merge: 2756864 da2826d
Author: donoban <donoban@riseup.net>
Date: Sat Feb 29 16:40:22 2020 +0100
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 2756864bd04b1b16cf819fb4e726fff40189c8f3
Merge: 2e2a14b 8902727
Author: donoban <donoban@riseup.net>
Date: Thu Jan 23 23:43:32 2020 +0100
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 2e2a14bdcaf8f6e7ce2f8fcec944109f18aad27f
Author: donoban <donoban@riseup.net>
Date: Wed Jan 8 16:41:30 2020 +0100
Removed fill_table :)
commit 9f3f61a5d0c6c11e9eca81bbedcfe7affa187148
Author: donoban <donoban@riseup.net>
Date: Tue Dec 31 17:29:39 2019 +0100
When Template changes status, all AppVMs should update too
commit b970a703ab5bb559b6627c637466558651403f74
Author: donoban <donoban@riseup.net>
Date: Fri Dec 27 17:59:05 2019 +0100
Improved multi row system
commit 2f3fc988707252c2079998343de3c508ac4d9a74
Merge: 1f21da6 cca5d7d
Author: donoban <donoban@riseup.net>
Date: Fri Dec 27 17:25:15 2019 +0100
Merge remote-tracking branch 'upstream/master'
commit 1f21da6d48d1bdddfc75c3ab47d28e92ed221a6d
Author: donoban <donoban@riseup.net>
Date: Mon Sep 23 21:41:39 2019 +0200
Restored 'selection changed' with multiple row support
It reacts to selection changes but it is missing real functionally yet.
commit bdf16015cd2a4ba894ae1d5c2c495403bb78be0d
Author: donoban <donoban@riseup.net>
Date: Wed Sep 18 07:27:47 2019 +0200
Restored add/remove/change events handling
commit 2f9b21f07241b43655fb579dd4130a9c72d3db42
Author: donoban <donoban@riseup.net>
Date: Wed Sep 18 07:00:49 2019 +0200
Added StateIconDelegate and StateInfo
Used for paint different icons on same cell with custom tooltips.
commit ccfa5453b2fe1ca5948406126a0f32a2caf4bde0
Author: donoban <donoban@riseup.net>
Date: Wed Sep 18 06:35:12 2019 +0200
Removed Default and Minium horizonal header section size
It affects resizeColumnsToContents()
commit 628073e9522af5bff83224491645addbdcfb7418
Author: donoban <donoban@riseup.net>
Date: Sun Sep 15 10:45:36 2019 +0200
Uncompatible with TableView
commit 52ddd56bf293ca704205824f9c3b0f25f2c8d4c4
Merge: 0a87cf9 1ced452
Author: donoban <donoban@riseup.net>
Date: Sun Sep 15 10:43:13 2019 +0200
Merge branch 'master' of https://github.com/QubesOS/qubes-manager
commit 0a87cf963388bc9a33d241146e642a8ce9518ddb
Author: donoban <donoban@riseup.net>
Date: Mon Sep 2 21:55:21 2019 +0200
Restored precises updates
https://github.com/QubesOS/qubes-manager/pull/195#issuecomment-525795486
commit 030bf13fab31cd57c5891d6ff692faf57c500f0a
Author: donoban <donoban@riseup.net>
Date: Sun Aug 25 18:33:11 2019 +0200
New and dirty first Model/View version
commit 981ee9c1c3ccd6af4fe8b2745b7b5ddb29ecc0c4
Author: donoban <donoban@riseup.net>
Date: Sun Aug 25 18:32:28 2019 +0200
QtableWidget > QTableView
commit 41beaed24b69e7e9dc9223fa100605b0fd5bb40e
Author: donoban <donoban@riseup.net>
Date: Sun Aug 25 18:31:59 2019 +0200
Removed table_widgets
2020-07-30 02:42:12 +02:00
Marta Marczykowska-Górecka
29ce349be0
Fix incorrect Settings invocation in Qube Manager
...
fixes QubesOS/qubes-issues#5963
2020-07-28 19:22:08 +02:00
William Dizon
a1896ac389
fixed misspelling in dialog box of success
2020-07-21 13:49:30 -07:00
Marek Marczykowski-Górecki
e4be77b75b
version 4.1.10-1
2020-07-16 06:10:58 +02:00
Marta Marczykowska-Górecka
44c2036174
Added more description to Global Settings update repo settings
...
fixes QubesOS/qubes-issues#5941
2020-07-15 21:29:10 +02:00
Marek Marczykowski-Górecki
db0e81a975
Merge remote-tracking branch 'origin/pr/248'
...
* origin/pr/248:
Added more description to applications in VM Settings
2020-07-15 18:34:42 +02:00
Marek Marczykowski-Górecki
5322cfd1e3
Merge remote-tracking branch 'origin/pr/247'
...
* origin/pr/247:
Fixed overzealous firewall hostname checking
2020-07-15 18:34:21 +02:00
Marta Marczykowska-Górecka
61d15dd783
Fixed some minor defaults errors in VM settings
2020-07-14 22:53:16 +02:00
Marta Marczykowska-Górecka
03c04cc93b
Fixed deprecated implicit conversion to int
2020-07-14 22:20:54 +02:00
Marta Marczykowska-Górecka
77b42e7c5a
Final improvements and cleanup to list widgets handling in manager
...
Also removed old opaque prepare_choice functions and added
extensive docstrings.
2020-07-14 22:19:43 +02:00