Skip to content

Commit

Permalink
Fix graphic report and change version in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 3, 2013
1 parent 6ccd975 commit d2b01cc
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
i-nex (0.5.4) unstable; urgency=low

* Fix Graphic report

-- eloaders <eloaders@yahoo.com> Fri, 04 Oct 2013 00:09:14 +0200

i-nex (0.5.2) stable; urgency=low

* Chengelog for version 0.5.0 see file /usr/share/doc/i-nex/changelog-0.5.2
Expand Down
4 changes: 0 additions & 4 deletions src/i-nex/.directory
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[Desktop Entry]
Icon=./.icon.png

[Dolphin]
Timestamp=2013,4,1,16,18,9
Version=3
Binary file modified src/i-nex/.gambas/FNET_R_T
Binary file not shown.
Binary file modified src/i-nex/.gambas/GLOBAL
Binary file not shown.
Binary file modified src/i-nex/.gambas/REPORTM
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gambas Project File 3.0
# Compiled with Gambas 3.4.1
# Compiled with Gambas 3.4.2
Title=I-Nex
Startup=Start_App_Args
Icon=logo/i-nex.0.4.x.png
Expand Down
8 changes: 4 additions & 4 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ File[8]=".src/ScreenShot.class:12.65"
File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:33.27"
File[12]=".src/Reportm.module:259.10"
File[12]=".src/Reportm.module:90.59"
File[13]=".src/FReport_Gen.form"
File[14]=".src/FReport_Gen.class:28.37"
File[15]=".src/Start_App_Args.form"
Expand All @@ -47,13 +47,13 @@ File[23]=".src/net.module:104.1"
File[24]="Data/report-ng.sh:27.44"
File[25]=".src/Distribution_Detect.module:13.20"
File[26]=".src/FFlags.module:71.6"
Active=27
File[27]=".src/Finfosys.class:23.18"
File[27]=".src/Finfosys.class:201.2"
File[28]=".src/FDF.form"
File[29]=".src/FDF.class:28.69"
File[30]=".src/FNET_R_T.form"
File[31]=".src/FNET_R_T.class:60.10"
File[32]=".src/FGraphic.module:19.17"
Active=32
File[32]=".src/FGraphic.module:27.61"
Count=32

[Watches]
Expand Down
17 changes: 12 additions & 5 deletions src/i-nex/.src/Reportm.module
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,31 @@ Public Sub _generate(cpu As Boolean, mobo As Boolean, graphic As Boolean, sound
Wait 0.1
TextInfo("Generate Graphic Tab information")
PBV(0.2)
Shell "echo 'Graphics card: " & Finfosys.TextBox47.Text & "' >>" & save_dir & ""
Shell "echo 'Graphics card: " & Finfosys.TextBox1.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information...")
PBV(0.5)
Shell "echo 'Total Memory: " & Finfosys.Label64.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information...")
PBV(0.3)
Shell "echo 'OpenGl Vendor: " & Finfosys.TextBox21.Text & "' >>" & save_dir & ""
Shell "echo 'OpenGl Vendor: " & Finfosys.Label105.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ...")
PBV(0.5)
Shell "echo 'OpenGl Renderer: " & Finfosys.TextBox37.Text & "' >>" & save_dir & ""
Shell "echo 'OpenGl Renderer: " & Finfosys.Label106.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ...")
PBV(0.6)
Shell "echo 'OpenGl Version: " & Finfosys.TextBox38.Text & "' >>" & save_dir & ""
Shell "echo 'OpenGl Version: " & Finfosys.Label107.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ... ...")
PBV(0.7)
Shell "echo 'Present resolution: " & Finfosys.TextBox39.Text & "' >>" & save_dir & ""
Shell "echo 'Present resolution: " & Finfosys.Label108.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ... ...")
PBV(0.7)
Shell "echo 'Min / Max resolutions: " & Finfosys.Label109.Text & "' >>" & save_dir & ""
TextInfo("Generate Graphic Tab information... ... ... ... ...")
PBV(0.8)
Shell "echo '======================Graphic Tab End========================' >>" & save_dir & ""
Expand Down

0 comments on commit d2b01cc

Please sign in to comment.