Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-23 | DOC Credits updated with new maintainers and developers | hwspeedy | |
2024-05-14 | FIX Added package maintainers daviddavid and kieltux to credits | hwspeedy | |
2024-05-13 | FIX remove flashing intensity from gui benchmark - FIX #31 | hwspeedy | |
2024-05-05 | FIX Spell error credits | hwspeedy | |
2024-04-30 | FIX Credits duplet | hwspeedy | |
2024-04-28 | FIX Theme add BG6:CCBY-SA4, BG4_Light improve, credits added | hwspeedy | |
2024-04-28 | FIX Disabled non working clipboard - low value | hwspeedy | |
2024-04-28 | FIX Credits for artwork | hwspeedy | |
2024-04-26 | FIX Reload detail info after synchronize | hwspeedy | |
2024-04-25 | FIX Added more themes, fixed menu icons | hwspeedy | |
2024-04-25 | FIX Missing Theme disable for more Themes | hwspeedy | |
2024-04-25 | FIX Added more Themes | hwspeedy | |
2024-04-24 | FIX Added live enable/disable theme | hwspeedy | |
2024-04-24 | FIX Added theme background - copyright crstrbrt - mentioned but not needed. | hwspeedy | |
2024-04-22 | FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2 | hwspeedy | |
2024-04-15 | FIX Credits Beautify and Order | hwspeedy | |
2024-04-02 | FIX Contributers | hwspeedy | |
2024-03-11 | FIX GCC warnings - include & uninit free (Potential Crash - never seen) | hwspeedy | |
2024-03-06 | FIX hardinfo lib-loading cleanup, params clean up | hwspeedy | |
2024-02-28 | FIX missing hardinfo2 rename for settings | hwspeedy | |
2024-02-11 | FIX Packaging - keep hardinfo package name, fix links | hwspeedy | |
2024-02-08 | FIX back port save settings older glib | bigbear | |
2024-02-08 | CLEANUP - remove old stuff | bigbear | |
2024-02-08 | FIX Missing icons, menu about, cleaning | bigbear | |
2024-02-08 | FIX Cleanup about credit box | bigbear | |
2024-02-08 | PR681 - implicit function declaration | bigbear | |
2024-02-08 | PR405 - icons for computer/security | bigbear | |
2024-02-08 | ADD Package building for hardinfo2 | bigbear | |
2024-02-08 | LICENSE Changed to GPL2+ for project and source code According to approval ↵ | bigbear | |
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 | |||
2023-08-14 | Add option to synchronize during startup | L. Pereira | |
2021-11-07 | Update copyright information | L Pereira | |
2020-05-03 | hi_module_get_about() should return a const pointer | Leandro Pereira | |
2020-02-08 | Added fan icon | Ondrej Čerman | |
Original source: https://www.gnome-look.org/p/1115367/ | |||
2019-07-31 | Remove old open_url() in favor or uri_open() | Burt P | |
See: https://github.com/lpereira/hardinfo/pull/417#discussion_r308512774 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-30 | Updated contributors list | Ondrej Čerman | |
2018-03-12 | Do not use hardcoded path for icon | Leandro Pereira | |
Use just the symbolic name "hardinfo", allowing for icon packs to provide alternative icons. Fixes #227 | |||
2017-09-10 | Remove the appended "Module" from about module dialog title | Burt P | |
The string is constructed one word at a time, "About", X, "Module" and it ends up being very strange in languages other than English. Cutting out the module makes it a little better, and not much is lost. A module could add "Module" to it's title, and then at least that string can be translated as a complete unit. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-21 | Use translations for about module dialog | Burt P | |
The about modules strings were marked for translation and translated, but the about dialog wasn't using the translation. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-09 | Add translator credits to the about dialog | Leandro Pereira | |
Just translate the msgid "translator-credits". If left untranslated, the about dialog will hide the tab. | |||
2017-08-07 | Reset some file modes to 0644 | Burt P | |
Touched files were changed to 0755 in 6f8cedca0671ab68514352c64579546547804475 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-04 | Remove unnecessary GTK_CHECK_VERSION()s | Burt P | |
Require 2.10, so checking anything less isn't needed. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-04 | Remove tree_view_save_image()/cb_save_graphic() -related. | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-04 | About dialog changes | Burt P | |
* Use a define for copyright latest year, also used by `hardinfo --version` * Don't translate Jakub Szypulka * Add myself to contributors list 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-04-09 | Update callbacks.c | TotalCaesar659 | |
2016-07-30 | Bump version to 0.6 alpha | Leandro Pereira | |
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. |