Skip to content

Commit

Permalink
Update Kubuntu & OpenSUSE stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 15, 2014
1 parent 2c581f2 commit 8f7b871
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ File[9]=".src/ScreenShotM.module:18.0"
File[10]=".src/USB_Drives.module:15.70"
File[11]=".src/Asound_Drives.module:43.3"
File[12]=".src/FReport_Gen.form"
File[13]=".src/FReport_Gen.class:158.33"
File[13]=".src/FReport_Gen.class:158.6"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:15.70"
File[16]=".src/ChkPrm.module:26.17"
Expand All @@ -49,7 +49,7 @@ File[21]=".src/Network.module:15.70"
File[22]="Data/report-ng.sh:5.3"
File[23]=".src/Distribution_Detect.module:66.25"
File[24]=".src/FFlags.module:19.14"
File[25]=".src/Finfosys.class:535.17"
File[25]=".src/Finfosys.class:470.27"
File[26]=".src/FDF.form"
File[27]=".src/FDF.class:15.70"
File[28]=".src/FNET_R_T.form"
Expand Down
26 changes: 13 additions & 13 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -440,23 +440,23 @@ Public Sub Wykrywanie_procesorow()
Dim model, stepping, cpu_family, bogomips As String
Dim address_sizes, cache_size, ldata, linstruction As String
Dim physical_id, cpu_cores, level3cache As String
Shell "grep 'vendor_id' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To obrazekcpu
Shell "grep 'model name' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2 | cut -d '@' -f 1" Wait To cpu
Shell "grep 'vendor_id' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To vendor_id
Shell "grep 'flags' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To flags
Shell "grep 'cpu MHz' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To cpu_MHz
Shell "grep 'model' /proc/cpuinfo | sed -n '" & CFloat(CFloat(CFloat((ComboBox1.Index) + 1) * 2) - 1) & "p' | cut -d ':' -f 2" Wait To model
Shell "grep 'stepping' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To stepping
Shell "grep 'cpu family' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To cpu_family
Shell "grep 'bogomips' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To bogomips
Shell "grep 'address sizes' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To address_sizes
Shell "grep \"vendor_id\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To obrazekcpu
Shell "grep \"model name\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2 | cut -d '@' -f 1" Wait To cpu
Shell "grep \"vendor_id\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To vendor_id
Shell "grep \"flags\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To flags
Shell "grep \"cpu MHz\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To cpu_MHz
Shell "grep \"model\" /proc/cpuinfo | sed -n \"" & CFloat(CFloat(CFloat((ComboBox1.Index) + 1) * 2) - 1) & "p\" | cut -d \":\" -f 2" Wait To model
Shell "grep \"stepping\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To stepping
Shell "grep \"cpu family\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To cpu_family
Shell "grep \"bogomips\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To bogomips
Shell "grep \"address sizes\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To address_sizes
Shell "cat /sys/devices/system/cpu/" & Subst(ComboBox1.Current.Text) & "/cache/index2/size" Wait To cache_size
Shell "cat /sys/devices/system/cpu/" & Subst(ComboBox1.Current.Text) & "/cache/index0/size" Wait To ldata
Shell "cat /sys/devices/system/cpu/" & Subst(ComboBox1.Current.Text) & "/cache/index1/size" Wait To linstruction
Shell "cat /sys/devices/system/cpu/" & Subst(ComboBox1.Current.Text) & "/cache/index3/size" Wait To level3cache
Shell "grep 'siblings' /proc/cpuinfo | sed -n '1p' | cut -d ':' -f 2" Wait To cpu_cores
Shell "grep 'physical id' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To physical_id
Shell "grep 'power management' /proc/cpuinfo | sed -n '" & CFloat(ComboBox1.Index + 1) & "p' | cut -d ':' -f 2" Wait To power_management
Shell "grep \"siblings\" /proc/cpuinfo | sed -n \"1p\" | cut -d \":\" -f 2" Wait To cpu_cores
Shell "grep \"physical id\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To physical_id
Shell "grep \"power management\" /proc/cpuinfo | sed -n \"" & CFloat(ComboBox1.Index + 1) & "p\" | cut -d \":\" -f 2" Wait To power_management
Label14.Text = Replace(cpu, "\n", "")
Label14.Tooltip = Replace(cpu, "\n", "")
flags = Replace(flags, "\n", "")
Expand Down
46 changes: 23 additions & 23 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -1358,27 +1358,27 @@
Text = "System"
Picture = Picture["AppIcons/Finfosys/applications-system.png"]
{ Button5 Button
Move(406,434,28,28)
Move(406,448,28,28)
#Translate = False
ToolTip = "Refresh"
Picture = Picture["icon:/16/refresh"]
}
{ TextBox58 TextBox
Move(7,434,399,28)
Move(7,448,399,28)
#Translate = False
Font = Font["Bold,8"]
ReadOnly = True
}
{ TextLabel21 TextLabel
Move(84,399,378,28)
Move(84,413,378,28)
#Translate = False
Font = Font["Bold,8"]
Padding = 3
Alignment = Align.Left
Border = Border.Raised
}
{ Button7 Button
Move(7,399,72,24)
Move(7,413,72,24)
#Translate = False
Font = Font["Bold,8"]
ToolTip = "Show number packages installed on your system.\nShow deb, rpm or pkg"
Expand All @@ -1402,50 +1402,50 @@
Border = Border.Raised
}
{ Label137 Label
Move(238,294,224,21)
Move(238,315,224,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label138 Label
Move(7,210,455,21)
Move(7,231,455,21)
#Translate = False
Font = Font["8"]
Padding = 3
Alignment = Align.Center
Border = Border.Raised
}
{ Label139 Label
Move(238,252,224,21)
Move(238,273,224,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label140 Label
Move(7,252,231,21)
Move(7,273,231,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label141 Label
Move(7,294,231,21)
Move(7,315,231,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label142 Label
Move(7,273,231,21)
Move(7,294,231,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label143 Label
Move(7,231,455,21)
Move(7,252,455,21)
#Translate = False
Visible = False
Font = Font["8"]
Expand All @@ -1454,18 +1454,18 @@
Border = Border.Raised
}
{ Label144 Label
Move(238,273,224,21)
Move(238,294,224,21)
#Translate = False
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ PictureBox2 PictureBox
Move(315,7,147,189)
Move(315,7,147,203)
Stretch = True
}
{ Label145 Label
Move(238,315,224,21)
Move(238,336,224,21)
#Translate = False
Font = Font["8"]
Padding = 3
Expand Down Expand Up @@ -1521,48 +1521,48 @@
Border = Border.Raised
}
{ Separator1 Separator
Move(0,196,469,14)
Move(0,217,469,14)
}
{ Separator6 Separator
Move(0,385,469,14)
Move(0,399,469,14)
}
{ Separator7 Separator
Move(301,0,14,203)
}
{ Separator8 Separator
Move(0,420,469,14)
Move(0,434,469,14)
}
{ Button15 Button
Move(434,434,28,28)
Move(434,448,28,28)
ToolTip = ("Copy")
Picture = Picture["icon:/16/copy"]
}
{ Label149 Label
Move(238,336,224,21)
Move(238,357,224,21)
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label150 Label
Move(7,336,231,21)
Move(7,357,231,21)
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label151 Label
Move(238,357,224,21)
Move(238,378,224,21)
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label152 Label
Move(7,357,231,21)
Move(7,378,231,21)
Font = Font["8"]
Padding = 3
Border = Border.Raised
}
{ Label153 Label
Move(7,315,231,21)
Move(7,336,231,21)
Font = Font["8"]
Padding = 3
Border = Border.Raised
Expand Down
Binary file modified src/i-nex/Database/Distlogos/kubuntu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/opensuse.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 8f7b871

Please sign in to comment.