aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2017-07-12Changes related to gettext and shell interface quirksBurt P
* Fixes for "..." special fields. * Computer->Summary and Computer->OS are more translatable, and and if the label is translated, the special code for updating the ... will still work. * Devices->Memory labels are currently not translated, some limitations exist. The labels were being double-translated on update. The earlier fix for Summary->RAM breaks if they are translated. * A bunch of trailing whitespace in the edited files was removed by the editor, and that created some noise in the diff. A rather frustrating experience. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-03Do not select first item if reloading moduleLeandro Pereira
2017-07-02Select first item automatically when opening a dual paneLeandro Pereira
I've seen a lot of people using HardInfo and never clicking in the top pane to get more information about a hardware item. By selecting the first item automatically, this gives a clue that more information can be obtained without being obnoxious with popups and other annoyances.
2017-04-09Update report.cTotalCaesar659
2017-04-09Update callbacks.cTotalCaesar659
2016-12-31Make auto-updatable fields translatableLeandro Pereira
2016-12-30Fix compile time errors in syncmanager.cLeandro Pereira
2016-12-30Use g_utf8_strchr() instead of strchr() in shell parametersLeandro Pereira
This should help with translations.
2016-11-25Fix use after free while generating reportsLeandro Pereira
Found with AddressSanitizer.
2016-08-01Simplify relative percentage calculationLeandro Pereira
Use a simple linear interpolation.
2016-07-31Fix percentage display in benchmarksLeandro Pereira
2016-07-31Fix sorting of benchmark resultsLeandro Pereira
2016-07-30Fix buffer overflow in loadgraph while shifting dataLeandro Pereira
2016-07-30Close stream if ReportContext couldn't be createdLeandro Pereira
2016-07-30Bump version to 0.6 alphaLeandro Pereira
2016-07-30Update XML-RPC endpointLeandro Pereira
Still not working; I've lost the original source code and database, but at least I control the hardinfo.org domain so I can make this work again someday.
2016-07-30Remove remote featureLeandro Pereira
This has no encryption, SSH credentials are stored in plain text, etc.
2016-07-30Remove help viewerLeandro Pereira
It's very unlikely I'll every write documentation for HardInfo anyway.
2015-10-25ARM fixes.jamesbond
2015-10-25stability fixes & add fatdog64 recognitionjamesbond
2014-11-03Fix compilation with GTK+ older than 2.18Leandro Pereira
Based on patch by @mckaygerhard. Fixes #2.
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2012-01-27Update Copyright year in about dialogLeandro Pereira
2012-01-27Cleanups in report.cLeandro Pereira
2012-01-27Force shell vpaned to a sane size when changing view typesLeandro Pereira
2011-12-30Do not create another server loop if one has been already created previouslyLeandro Pereira
2011-12-04Remove all usages of if (ptr) free(ptr) since free() already performs ↵Leandro Pereira
null-checks.
2011-11-24Make sure note (usually used by the benchmark module) is closed when ↵Leandro Pereira
swapping view mode
2010-08-15Force displaying of certain menu iconsLeandro Pereira
2010-05-08Fix build with GTK+ 2.16Leandro A. F. Pereira
2010-05-05Hide Left pane expandersLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira