aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
AgeCommit message (Collapse)Author
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-01Call endpwent() after obtaining all user information.Leandro Pereira
2010-01-01Give correct results whenever the ssh connection failsLeandro Pereira
2010-01-01Don't force the spinner to have a fixed sizeLeandro Pereira
2009-12-31Make the remote host connection dialog more HIG-y.Leandro Pereira
2009-12-28Don't allow individual benchmarks to be cancelled whenever sending them ↵Leandro Pereira
through network updater
2009-12-28When sending benchmark results to the web service, make sure they were not ↵Leandro Pereira
cancelled (and run them if they were).
2009-12-28Use g_path_is_absolute instead of homecooked checksLeandro Pereira
2009-12-28More cancellable benchmark fixesLeandro Pereira
2009-12-27Don't scroll back when reloading a section (part two)Leandro Pereira
2009-12-27Don't scroll back when reloading a sectionLeandro Pereira
2009-12-27Don't insert own results if the benchmark is cancelledLeandro Pereira
2009-12-26Remove GTK+ warningsLeandro Pereira
2009-12-26Make benchmarks cancellableLeandro Pereira
2009-12-26Don't block UI while doing benchmarksLeandro Pereira
2009-12-20Apply patches from bug #10. Contributor unknown.Leandro A. F. Pereira
2009-12-20Try to fix bug #28Leandro A. F. Pereira
2009-12-19Open link on a browser if URL protocol is http.Leandro A. F. Pereira
2009-12-19Fix VMware detectionLeandro A. F. Pereira
2009-10-15More feedback while scanning time-intensive stuffLeandro A. F. Pereira
2009-10-15Use pngcrush'd iconsLeandro A. F. Pereira
2009-10-15Use unicode characters instead of icons (should integrate better with ↵Leandro A. F. Pereira
different color schemes)
2009-10-05Reverse-sort guibench resultsLeandro A. F. Pereira