Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Changes related to gettext and shell interface quirks | Burt 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-03 | Do not select first item if reloading module | Leandro Pereira | |
2017-07-02 | Select first item automatically when opening a dual pane | Leandro 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-09 | Update report.c | TotalCaesar659 | |
2017-04-09 | Update callbacks.c | TotalCaesar659 | |
2016-12-31 | Make auto-updatable fields translatable | Leandro Pereira | |
2016-12-30 | Fix compile time errors in syncmanager.c | Leandro Pereira | |
2016-12-30 | Use g_utf8_strchr() instead of strchr() in shell parameters | Leandro Pereira | |
This should help with translations. | |||
2016-11-25 | Fix use after free while generating reports | Leandro Pereira | |
Found with AddressSanitizer. | |||
2016-08-01 | Simplify relative percentage calculation | Leandro Pereira | |
Use a simple linear interpolation. | |||
2016-07-31 | Fix percentage display in benchmarks | Leandro Pereira | |
2016-07-31 | Fix sorting of benchmark results | Leandro Pereira | |
2016-07-30 | Fix buffer overflow in loadgraph while shifting data | Leandro Pereira | |
2016-07-30 | Close stream if ReportContext couldn't be created | Leandro Pereira | |
2016-07-30 | Bump version to 0.6 alpha | Leandro Pereira | |
2016-07-30 | Update XML-RPC endpoint | Leandro 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-30 | Remove remote feature | Leandro Pereira | |
This has no encryption, SSH credentials are stored in plain text, etc. | |||
2016-07-30 | Remove help viewer | Leandro Pereira | |
It's very unlikely I'll every write documentation for HardInfo anyway. | |||
2015-10-25 | ARM fixes. | jamesbond | |
2015-10-25 | stability fixes & add fatdog64 recognition | jamesbond | |
2014-11-03 | Fix compilation with GTK+ older than 2.18 | Leandro Pereira | |
Based on patch by @mckaygerhard. Fixes #2. | |||
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2012-01-27 | Update Copyright year in about dialog | Leandro Pereira | |
2012-01-27 | Cleanups in report.c | Leandro Pereira | |
2012-01-27 | Force shell vpaned to a sane size when changing view types | Leandro Pereira | |
2011-12-30 | Do not create another server loop if one has been already created previously | Leandro Pereira | |
2011-12-04 | Remove all usages of if (ptr) free(ptr) since free() already performs ↵ | Leandro Pereira | |
null-checks. | |||
2011-11-24 | Make sure note (usually used by the benchmark module) is closed when ↵ | Leandro Pereira | |
swapping view mode | |||
2010-08-15 | Force displaying of certain menu icons | Leandro Pereira | |
2010-05-08 | Fix build with GTK+ 2.16 | Leandro A. F. Pereira | |
2010-05-05 | Hide Left pane expanders | Leandro A. F. Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |