Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-30 | gtk3: Christian Hergert's uber-graph replacing loadgraph | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-30 | loadgraph: make loadgraph opaque, sample gdouble | Burt P | |
Old load graph still uses ints internally. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-30 | gtk: TODO:GTK3 note | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-30 | GTK3 updates | Burt P | |
* Use gtk_widget_get_window() instead of ->window cmake: * add option to build against gtk3 `-DHARDINFO_GTK3=1` * combine hardinfo-shell static library and hardinfo * disable guibench for gtk3 hardinfo/util.c: * widget_set_cursor() gtk3 changes * For now, the whole function tree_view_save_image() is disabled for gtk3. shell/shell.c: * add gtk_notebook_set_page() compatibility macro if not defined * shell_summary_add_item() fixes * Disable RANGE_GET_VALUE() RANGE_SET_VALUE() macros for GTK3. This is a nigtmare onion to try and peel. shell/callbacks.c: * gtk_about_dialog_set_name() -> gtk_about_dialog_set_program_name() after GTK+2.12. shell/loadgraph.c: * builds, but not yet functioning under gtk3 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-30 | Started GTK3 support | TotalCaesar659 | |
2017-07-29 | Make about dialogs transient | Leandro Pereira | |
On compliant window managers, they will be modal dialogs, shown in the middle of the screen. Similar to the report dialog and the sync manager. | |||
2017-07-24 | Reset sort order on set_view_type() (#111) | bp0 | |
* Reset sort order on set_view_type() Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-22 | Reset GtkTreeSortable when changing view types | Leandro Pereira | |
This should fix #16. | |||
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 | |