summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Expand)AuthorAgeFilesLines
* devices: redirdev: Use CharSourceCole Robinson2019-05-141-1/+1
* devices: rng: Use CharSourceCole Robinson2019-05-142-3/+4
* devices: char: Add CharSourceCole Robinson2019-05-143-6/+7
* addhardware: Remove supports_property usageCole Robinson2019-05-131-31/+26
* details: Drop char supports_property usageCole Robinson2019-05-131-47/+30
* devices: char: Rename some properties to better match XMLCole Robinson2019-05-131-11/+10
* domain: virtinst: custom implement _redefine_xmlobjCole Robinson2019-05-132-9/+6
* create: Use self._guest less in install pathCole Robinson2019-05-132-19/+19
* addhardware: Remove unused is_customize_dialogCole Robinson2019-05-132-3/+2
* netlist: Don't spam logs with errors on app shutdownCole Robinson2019-05-131-2/+3
* details: Clarify config_apply variable namesCole Robinson2019-05-131-25/+21
* details: Have a separate hw column for unique keyCole Robinson2019-05-131-14/+12
* details: Add _make_hw_list_entry helperCole Robinson2019-05-131-8/+12
* details: Hardcode list icon sizeCole Robinson2019-05-131-7/+4
* details: split out a top level vmwindowCole Robinson2019-05-137-561/+621
* netlist: Don't spam logs with errors on app shutdownCole Robinson2019-05-131-0/+3
* createnet: Drop _validate routinesCole Robinson2019-05-131-114/+1
* createnet: Shrink to one pageCole Robinson2019-05-131-85/+43
* createnet: Turn forward mode selector into single combo boxCole Robinson2019-05-131-55/+42
* createnet: Remove explanatory network labelsCole Robinson2019-05-131-15/+0
* createnet: drop the @ipv6 settingCole Robinson2019-05-131-7/+0
* createnet: Remove static route configurationCole Robinson2019-05-131-202/+0
* createvol: Always generate a default nameCole Robinson2019-05-131-9/+8
* createvol: Modernize code styleCole Robinson2019-05-131-173/+212
* createpool: Modernize code styleCole Robinson2019-05-131-184/+191
* createpool: Switch to a single pageCole Robinson2019-05-131-84/+38
* virtManager: interface: Remove unused code after UI removalCole Robinson2019-05-133-130/+7
* guest: Rename curvcpus and cpuset to better match XML hierarchyCole Robinson2019-05-121-2/+2
* osdict: return _OsResources to callersCole Robinson2019-05-121-11/+12
* guest: Rename memory properties to match XML valuesCole Robinson2019-05-122-5/+5
* host: Ellipsize long net/pool object namesCole Robinson2019-04-182-0/+4
* details: avoid extra check when showing application namesPino Toscano2019-04-181-2/+2
* inspection: switch to g.inspect_list_applications2Pino Toscano2019-04-181-14/+14
* inspection: create and use a separate vmmInspectionApplicationPino Toscano2019-04-183-16/+46
* inspection: save the package formatPino Toscano2019-04-172-2/+5
* inspection: fix check of mounted filesystemsPino Toscano2019-04-171-2/+1
* inspection: simplify mount points sort/mountPino Toscano2019-04-171-15/+7
* inspection: remove extra try/catch blockPino Toscano2019-04-171-27/+23
* addhardware: separate device building and explicit validationCole Robinson2019-04-141-102/+100
* netlist: separate device building and explicit validationCole Robinson2019-04-143-68/+63
* addstorage: separate device building and explicit validationCole Robinson2019-04-143-25/+18
* addstorage: Drop prompting to start default poolCole Robinson2019-04-141-26/+0
* addhardware: Drop self._devCole Robinson2019-04-141-102/+112
* addhardware: Use vmmHost style error page paradigmCole Robinson2019-04-141-41/+27
* host: Don't try to confirm changes on window closeCole Robinson2019-04-143-13/+12
* error: Add helper confirm_unapplied_changesCole Robinson2019-04-145-36/+16
* storagelist: Modernize code styleCole Robinson2019-04-141-237/+193
* host: separate out hostnets.ui and hostnets.pyCole Robinson2019-04-142-440/+507
* host: Modernize code styleCole Robinson2019-04-141-328/+317
* host: Remember window dimensionsCole Robinson2019-04-142-0/+24