------------------------------------------------------------ revno: 233 committer: eloaders branch nick: i-nex timestamp: Fri 2013-01-04 16:02:21 +0100 message: move recive and transmit to new window ------------------------------------------------------------ revno: 232 committer: eloaders branch nick: i-nex timestamp: Fri 2013-01-04 14:56:12 +0100 message: Add GUI for df ------------------------------------------------------------ revno: 231 committer: eloaders branch nick: i-nex timestamp: Fri 2013-01-04 11:11:05 +0100 message: Remove textbox in CPU tab and resize frames ------------------------------------------------------------ revno: 230 fixes bug: https://launchpad.net/bugs/1095866 committer: eloaders branch nick: i-nex timestamp: Fri 2013-01-04 01:37:24 +0100 message: Fix HT detect ------------------------------------------------------------ revno: 229 committer: eloaders branch nick: i-nex timestamp: Thu 2013-01-03 22:03:37 +0100 message: In WEB tab add GridView for /proc/net/dev ------------------------------------------------------------ revno: 228 committer: eloaders branch nick: i-nex timestamp: Thu 2013-01-03 14:00:46 +0100 message: Text Alignment = Center ------------------------------------------------------------ revno: 227 committer: eloaders branch nick: i-nex timestamp: Thu 2013-01-03 13:59:38 +0100 message: Fix lspci location in Reportm.module ------------------------------------------------------------ revno: 226 committer: eloaders branch nick: i-nex timestamp: Thu 2013-01-03 00:43:12 +0100 message: Fix swap detect ------------------------------------------------------------ revno: 225 committer: eloaders branch nick: i-nex timestamp: Thu 2013-01-03 00:34:01 +0100 message: Repair HT Detect. Test Bash script: #!/bin/sh CPUFILE=/proc/cpuinfo test -f $CPUFILE || exit 1 NUMPHY=`grep "physical id" $CPUFILE | sort -u | wc -l` NUMLOG=`grep "processor" $CPUFILE | wc -l` if [ $NUMPHY -eq 1 ] then echo This system has one physical CPU, else echo This system has $NUMPHY physical CPUs, fi if [ $NUMLOG -gt 1 ] then echo and $NUMLOG logical CPUs. NUMCORE=`grep "core id" $CPUFILE | sort -u | wc -l` if [ $NUMCORE -gt 1 ] then echo For every physical CPU there are $NUMCORE cores. fi else echo and one logical CPU. fi echo -n The CPU is a `grep "model name" $CPUFILE | sort -u | cut -d : -f 2-` echo " with`grep "cache size" $CPUFILE | sort -u | cut -d : -f 2-` cache" ------------------------------------------------------------ revno: 224 committer: eloaders branch nick: i-nex timestamp: Wed 2013-01-02 23:01:04 +0100 message: Update thermal_zone.module Fix bug for locate lspci, swapon in openSUSE. Using which $exec to detect where is located ------------------------------------------------------------ revno: 223 [merge] fixes bug: https://launchpad.net/bugs/1095046 committer: eloaders branch nick: i-nex timestamp: Tue 2013-01-01 23:46:58 +0100 message: Undoing mistakes ------------------------------------------------------------ revno: 222 fixes bug: https://launchpad.net/bugs/1095046 committer: eloaders branch nick: i-nex timestamp: Tue 2013-01-01 23:45:39 +0100 message: Fix bug #1 ------------------------------------------------------------ revno: 221 committer: eloaders branch nick: i-nex timestamp: Sun 2012-12-30 15:41:42 +0100 message: chmod +x pastebinit Fix cpu report ------------------------------------------------------------ revno: 220 committer: eloaders branch nick: i-nex timestamp: Sun 2012-12-30 13:25:13 +0100 message: New FFlags.module Update CPU Tab Detect HT, lm, vmx ------------------------------------------------------------ revno: 219 committer: eloaders branch nick: i-nex timestamp: Sat 2012-12-29 19:23:55 +0100 message: Understanding Linux /proc/cpuinfo http://www.richweb.com/cpu_info ------------------------------------------------------------ revno: 218 committer: eloaders branch nick: i-nex timestamp: Sat 2012-12-29 17:48:44 +0100 message: Fix detect all cores per cpu if cpu HT https://www.ibm.com/developerworks/mydeveloperworks/blogs/brian/entry/linux_show_the_number_of_cpu_cores_on_your_system17?lang=en ------------------------------------------------------------ revno: 217 committer: eloaders branch nick: i-nex timestamp: Fri 2012-12-28 16:49:40 +0100 message: Some fixes Try to repair bug segmentation fault in thermal_zone.module ------------------------------------------------------------ revno: 216 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-27 12:40:22 +0100 message: New module for detect distro Thanks to Joshua Higgins Supported distros: vector:/etc/vector-version slackware:/etc/slackware-version debian:/etc/debian_version redhat:/etc/redhat-release arch:/etc/arch-release SuSE:/etc/SuSE-release gentoo:/etc/gentoo-release conectiva:/etc/conectiva-release mandriva:/etc/mandriva-release mandrake:/etc/mandrake-release pardus:/etc/pardus-release kanotix:/etc/kanotix-release generic-undetected:/etc/issue Replace TextArea in System to TexBox ------------------------------------------------------------ revno: 215 committer: eloaders branch nick: i-nex timestamp: Fri 2012-12-14 11:25:53 +0100 message: Downgrade pastebinit script Update nopaste services ------------------------------------------------------------ revno: 214 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-13 22:13:39 +0100 message: Try to fix image displayed for Core2Quad ------------------------------------------------------------ revno: 213 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-13 21:22:02 +0100 message: Fixed detec CD/DVD Devices ------------------------------------------------------------ revno: 212 committer: eloaders branch nick: i-nex timestamp: Mon 2012-12-10 19:01:55 +0100 message: Modified debian/copyright ------------------------------------------------------------ revno: 211 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-06 21:06:34 +0100 message: Name=I-Nex ------------------------------------------------------------ revno: 210 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-06 21:04:31 +0100 message: change control ------------------------------------------------------------ revno: 209 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-06 21:03:37 +0100 message: Add License file LICENSE /usr/share/doc/i-nex ------------------------------------------------------------ revno: 208 committer: eloaders branch nick: i-nex timestamp: Thu 2012-12-06 20:50:57 +0100 message: Add new bug reporter, Marcin Mach aka netbit73 ------------------------------------------------------------ revno: 207 committer: eloaders branch nick: i-nex timestamp: Mon 2012-12-03 14:24:31 +0100 message: Update license ------------------------------------------------------------ revno: 206 fixes bug: https://launchpad.net/bugs/1085686 committer: eloaders branch nick: i-nex timestamp: Mon 2012-12-03 09:19:49 +0100 message: All TextBox = ReadOnly="True" ------------------------------------------------------------ Use --include-merged or -n0 to see merged revisions.