From aff7afa2e79b3bdab19e2bfb0b81f382db5a8c02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Jun 2017 17:29:12 +0100 Subject: populate system category, start working on graphics && office --- src/frontend/gui/graphics.py | 22 ++++++++++-- src/frontend/gui/office.py | 12 ++----- src/frontend/gui/system.py | 82 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 102 insertions(+), 14 deletions(-) (limited to 'src/frontend/gui') diff --git a/src/frontend/gui/graphics.py b/src/frontend/gui/graphics.py index 4312070..9664c09 100755 --- a/src/frontend/gui/graphics.py +++ b/src/frontend/gui/graphics.py @@ -49,8 +49,26 @@ class Graphics(QtWidgets.QMainWindow): AND a.name = i.name AND a.slot = i.slot WHERE a.name IN - ('gimp', - 'gimp-lqr') + ('blender', + 'darktable', + 'gimp', + 'gimp-arrow-brushes', + 'gimp-lqr', + 'imagemagick', + 'inkscape', + 'krita', + 'librecad', + 'luminance-hdr', + 'lximage-qt', + 'cantarell', + 'corefonts', + 'dejavu', + 'liberation-fonts', + 'libertine', + 'noto', + 'open-sans', + 'roboto', + 'ttf-bitstream-vera') ''') rows = cursor.fetchall() diff --git a/src/frontend/gui/office.py b/src/frontend/gui/office.py index 286494a..86c9e74 100755 --- a/src/frontend/gui/office.py +++ b/src/frontend/gui/office.py @@ -54,15 +54,6 @@ class Office(QtWidgets.QMainWindow): 'wps-office', 'tesseract', 'okular', - 'cantarell', - 'corefonts', - 'dejavu', - 'liberation-fonts', - 'libertine', - 'noto', - 'open-sans', - 'roboto', - 'ttf-bitstream-vera', 'qpdfview', 'cups', 'cups-filters', @@ -70,7 +61,8 @@ class Office(QtWidgets.QMainWindow): 'simple-scan', 'cnijfilter', 'cnijfilter-drivers', - 'hplip') + 'hplip', + 'xsane') ''') rows = cursor.fetchall() diff --git a/src/frontend/gui/system.py b/src/frontend/gui/system.py index d3ccbe9..c647625 100755 --- a/src/frontend/gui/system.py +++ b/src/frontend/gui/system.py @@ -49,8 +49,86 @@ class System(QtWidgets.QMainWindow): AND a.name = i.name AND a.slot = i.slot WHERE a.name IN - ('aqemu', - 'virtualbox') + ('hddtemp', + 'testdisk', + 'system-config-printer', + 'clamav', + 'clamtk', + 'kcdemu', + 'aqemu', + 'docker', + 'libvirt', + 'q4wine', + 'qemu', + 'spice', + 'spice-protocol', + 'virtualbox', + 'virtualbox-extpack-oracle', + 'virtualbox-guest-additions', + 'virtualbox-modules', + 'wine', + 'winetricks', + 'chkrootkit', + 'rkhunter', + 'laptop-mode-tools', + 'gsmartcontrol', + 'hdparm', + 'lm_sensors', + 'microcode-ctl', + 'smartmontools', + 'usb_modeswitch', + 'ms-sys', + 'isowriter', + 'unetbootin-static', + 'b43-firmware', + 'b43legacy-firmware', + 'intel-microcode', + 'ovmf', + 'btrfs-progs', + 'cryptsetup', + 'dosfstools', + 'e2fsprogs', + 'ncdu', + 'ntfs3g', + 'spl', + 'squashfs-tools', + 'xfsprogs', + 'zfs', + 'vhba', + 'bumblebee', + 'xhost', + 'xrandr', + 'radeontop', + 'nvidia-drivers', + 'xf86-input-evdev', + 'xf86-input-joystick', + 'xf86-input-keyboard', + 'xf86-input-mouse', + 'xf86-input-synaptics', + 'xf86-input-wacom', + 'xf86-video-amdgpu', + 'xf86-video-ati', + 'xf86-video-intel', + 'xf86-video-nouveau', + 'xf86-video-qxl', + 'xf86-video-vesa', + 'xf86-video-virtualbox', + 'xf86-video-vmware', + 'arandr', + 'ccsm', + 'compton', + 'grsync', + 'primus', + 'simple-ccsm', + 'slock', + 'vdpauinfo', + 'xscreensaver', + 'qterminal', + 'st', + 'xterm', + 'compiz-fusion', + 'emerald', + 'openbox') ''') rows = cursor.fetchall() -- cgit v1.2.3