Skip to content

Commit

Permalink
Merge pull request #25 from alphastar868/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 19, 2016
2 parents ca27a17 + 1cee42e commit 8cc8989
Show file tree
Hide file tree
Showing 7 changed files with 794 additions and 13 deletions.
Binary file added Database/Logos/313.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Database/Logos/314.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
784 changes: 782 additions & 2 deletions Database/i7.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,16 @@ Public Sub grafika()
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/nvidia.png"]
Finfosys.PictureBox1.Name = "nvidia.png"
Endif

If RTrim(Replace(gpu, "\n", "")) Like "*VirtualBox*" Then
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/virtualbox.png"]
Finfosys.PictureBox1.Name = "virtualbox.png"
Endif

If RTrim(Replace(gpu, "\n", "")) Like "*VMware*" Then
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/vmware.png"]
Finfosys.PictureBox1.Name = "vmware.png"
Endif
'GPU Logo Detection End

ComboBox8.Index = 1
Expand Down
Binary file added I-Nex/i-nex/Data/GPU_LOGO/virtualbox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added I-Nex/i-nex/Data/GPU_LOGO/vmware.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions dists/redhat/i-nex.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Please set the 3 %define values based on the source code - https://github.com/eloaders/I-Nex
# Please set the 3 %define values below based on the source code GIT tag - https://github.com/eloaders/I-Nex/commits/master
# Also, the source should be named ~/rpmbuild/SOURCES/I-Nex-(gitlong).zip

# The gittag version below ensures that the source tag points to the latest commit in GitHub e.g. latest commit as of 14 Aug 2016 is f57f4a5

Expand All @@ -19,7 +20,6 @@ Source0: https://github.com/eloaders/I-Nex/archive/%{gittag}.zip#/I-Nex-%
BuildRequires: ImageMagick
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: Mesa-demo-x
BuildRequires: fdupes
BuildRequires: gambas3-devel >= 3.8.4
BuildRequires: gambas3-gb-desktop >= 3.8.4
Expand Down Expand Up @@ -60,15 +60,6 @@ Requires: gambas3-gb-settings >= 3.8.4
Requires: gambas3-runtime >= 3.8.4
Requires: i2c-tools
Requires: procps-ng
Recommends: Mesa-demo-x
Recommends: xrandr
Recommends: lsb-release
Recommends: net-tools
Recommends: pastebinit >= 1.3
Recommends: pciutils
Recommends: python
Recommends: python-configobj
Recommends: xorg-x11 >= 7.5

%description
An application that gathers information for hardware
Expand Down

0 comments on commit 8cc8989

Please sign in to comment.