aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
implementation for computer.so module.
2010-01-04Fix compiler flags in Makefile.in; -Wall and -Werror weren't being used. ↵Leandro Pereira
Lots of errors must now be fixed.
2010-01-04Add -Werror to compiler flags.Leandro Pereira
2010-01-04Fix compiler warning.Leandro Pereira
2010-01-04Add a ShellModule pointer to the Shell that points to the currently-selected ↵Leandro Pereira
module.
2010-01-03Reorganize module_unload_all() so that all references to a GModule's address ↵Leandro Pereira
space are cleared out before they're actually unloaded.
2010-01-03Fixed a bug that would crash the shell if there were ShellFieldUpdates ↵Leandro Pereira
timers pending after modules were unloaded.
2010-01-03Add hi_module_deinit() functions to more modules.Leandro Pereira
2010-01-03Only show the 'server disconected' message once.Leandro Pereira
2010-01-03Add a module deinitialization function, so modules can deallocate memory on ↵Leandro Pereira
unload.
2010-01-03Fix a bug introduced with context help: the shell was left in a inconsistent ↵Leandro Pereira
state when changing between module entries.
2010-01-03Make note info panel smaller.Leandro Pereira
2010-01-03Re-enable the shell when cancelling a benchmarkLeandro Pereira
2010-01-03Warn when the help viewer was unable to find/parse the help file.Leandro Pereira
2010-01-03Remove context-sensitive help flag from Computer->Summary, as it doesn't ↵Leandro Pereira
have one right now.
2010-01-03Add ability to include context-sensitive help files.Leandro Pereira
2010-01-03A little hack with "&& echo".Andrey Esin
Hardinfo doesn't show last locale with 'locale -av', becase in FILE *locale last line doesn't empty. TODO: rewrite scan_languages without hack.
2010-01-02Add another method of listing USB devices, by using the lsusb program (fix ↵Leandro Pereira
bug #15).
2010-01-02If the module entry has the flag MODULE_FLAG_NO_REMOTE, don't their methods ↵Leandro Pereira
to be called
2010-01-02Pulse the shell spinner while a DNS query is being performedLeandro Pereira
2010-01-01Do a reverse NS lookup for all DNS serversLeandro Pereira
2010-01-01Change the Note frame to a different, more familiar, yellow color.Leandro Pereira
2010-01-01Pressing enter on Host text entry activates Save/Connect buttonLeandro Pereira
2010-01-01Don't include benchmarks in remote mode.Leandro Pereira
2010-01-01Only enable the "Connect" / "Save" button if hostname is valid.Leandro Pereira
2010-01-01Hide/show "Connection options" according to the connection protocol.Leandro Pereira
2010-01-01Merge branch 'master' of git@github.com:lpereira/hardinfoLeandro Pereira