Skip to content

Commit

Permalink
Add support for AMD Athlon(tm) II X4 and fix Radeon to ATI
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 6, 2012
1 parent 574b0b4 commit faaa62f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 8 deletions.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.
Binary file modified src/i-nex/.gambas/FLICENCJA
Binary file not shown.
Binary file modified src/i-nex/.gambas/FZASLUGI
Binary file not shown.
Binary file modified src/i-nex/.gambas/GLOBAL
Binary file not shown.
Empty file removed src/i-nex/.lock
Empty file.
5 changes: 2 additions & 3 deletions src/i-nex/.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Title=i-nex
Startup=Finfosys
Icon=i-nex.png
Version=0.3.0
VersionFile=1
Version=0.3.1
Component=gb.image
Component=gb.gtk
Component=gb.form
Expand All @@ -15,7 +14,7 @@ Translate=1
Language=en
ControlPublic=1
ModulePublic=1
ExecPath=tuu.gambas
ExecPath=/home/michal/Pulpit/tuu.gambas
SourcePath=/home/michal/Dokumenty
Maintainer=eloaders
Vendor=i-nex
Expand Down
6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:204.25"
File[3]=".src/Global.class:19.20"
File[2]=".src/Finfosys.class:327.89"
Active=3
File[3]=".src/Global.class:75.56"
File[4]="linuxmint.png"
File[5]="intellogo.gif"
File[6]=".src/About.form"
Expand Down
6 changes: 5 additions & 1 deletion src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Static Public Sub ikonaprocka()
If Finfosys.TextArea1.Text Like "*Intel(R) Atom(TM)*" Then
Finfosys.PictureBox3.Picture = Picture["atom.png"]
Endif

If Finfosys.TextArea1.Text Like "*AMD Athlon(tm) II X4*" Then
Finfosys.PictureBox3.Picture = Picture["Processors/amd_athlon_x4.png"]
Endif

End

Expand All @@ -81,7 +85,7 @@ Static Public Sub kartagraficzna()
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/intel.png"]
Endif

If Finfosys.TextArea17.Text Like "*Radeon*" Then
If Finfosys.TextArea17.Text Like "*ATI*" Then
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/ati.png"]
Endif

Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.startup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Finfosys
i-nex
0
0
0.3.0
0.3.1

gb.image
gb.gtk
Expand Down
Binary file added src/i-nex/Processors/amd_athlon_x4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faaa62f

Please sign in to comment.