aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-27Cleanups in report.cLeandro Pereira
2012-01-27Force shell vpaned to a sane size when changing view typesLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
2012-01-22Fix USB device listing when parsing lsusb outputLeandro Pereira
2012-01-15Fix invalid memory access while parsing boot entriesLeandro Pereira
2012-01-15Do not list empty sensor categoriesLeandro Pereira
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2012-01-15Allocate/deallocate sensor labels/compute hash table only onceLeandro Pereira
2012-01-09Fix crash while displaying NFS sharesLeandro Pereira
2012-01-08Add group information.Leandro Pereira
2012-01-08Detect LXDE and Lubuntu from $XDG_CURRENT_DESKTOP and $DESKTOP_SESSION.Leandro Pereira
2012-01-08Simplify hwmon reading codeLeandro Pereira
2012-01-08Support both old- and new-style interfaces for hwmon sensorsLeandro Pereira
2012-01-07Show moterboard information in the new summary screenLeandro Pereira
2012-01-07Display memory size in the new computer summary screenLeandro Pereira
2011-12-30Do not create another server loop if one has been already created previouslyLeandro Pereira
2011-12-30Make hwmon sensors work with recent kernel versionsLeandro Pereira
2011-12-30Fix crash when computer has two or more batteriesLeandro Pereira
2011-12-30Fix "sh: -c: option requires an argument" when no apcaccess binary is availableLeandro Pereira
2011-12-04Remove all usages of if (ptr) free(ptr) since free() already performs null-ch...Leandro Pereira
2011-11-24Make sure note (usually used by the benchmark module) is closed when swapping...Leandro Pereira
2011-10-07Fix display of IEEE802.11 signal/noise values.Leandro Pereira
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-08-15Fix crash on module unloadLeandro Pereira
2010-08-15Force displaying of certain menu iconsLeandro Pereira
2010-07-18Adding VirtualBox network interface.Andrey Esin
2010-05-09Remove decode_ddr_module_height()Leandro A. F. Pereira
2010-05-09Add support to read memory SPD (memory type, speed, timings, etc).Leandro A. F. Pereira
2010-05-08Remove static hardinfo.desktop.Leandro A. F. Pereira
2010-05-08Remove default.apspec, as autopackage isn't maintained in years.Leandro A. F. Pereira
2010-05-08Configure/install hardinfo.desktop in ${PREFIX}/share/applications.Leandro A. F. Pereira
2010-05-08Fix build with GTK+ 2.16Leandro A. F. Pereira
2010-05-08ARCH_i386 and ARCH_x86_64 are not defined anymore; use ARCH_x86 insteadLeandro A. F. Pereira
2010-05-08Lower the libsoup version required from 2.26 to 2.24Leandro A. F. Pereira
2010-05-08Add simple README fileLeandro A. F. Pereira
2010-05-08Remove unneeded processor.c from modules/devicesLeandro A. F. Pereira
2010-05-05Update TODO listLeandro A. F. Pereira
2010-05-05Add processor.c implementation for other supported architecturesLeandro A. F. Pereira
2010-05-05Compile benchmark algorithms with -O0.Leandro A. F. Pereira
2010-05-05Require gconf-modules-export when building hardinfoLeandro A. F. Pereira
2010-05-05Add support for Arch LinuxLeandro A. F. Pereira
2010-05-05Hide Left pane expandersLeandro A. F. Pereira
2010-05-03Remove outdated arch directoryLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira
2010-05-03Use CMake instead of ToscoConf.Leandro A. F. Pereira
2010-01-07Show more relevant information on Summary->Computer->GraphicsLeandro Pereira
2010-01-07Make it possible to rename hostnames in Remote Host ManagerLeandro Pereira
2010-01-04Fix all compilation warnings (now being treated as errors).Leandro Pereira
2010-01-04Implement the graphical summary view in the shell, and do a proof of concept ...Leandro Pereira
2010-01-04Fix compiler flags in Makefile.in; -Wall and -Werror weren't being used. Lots...Leandro Pereira