aboutsummaryrefslogtreecommitdiff
path: root/shell/callbacks.c
AgeCommit message (Collapse)Author
2024-05-23DOC Credits updated with new maintainers and developershwspeedy
2024-05-14FIX Added package maintainers daviddavid and kieltux to creditshwspeedy
2024-05-13FIX remove flashing intensity from gui benchmark - FIX #31hwspeedy
2024-05-05FIX Spell error creditshwspeedy
2024-04-30FIX Credits duplethwspeedy
2024-04-28FIX Theme add BG6:CCBY-SA4, BG4_Light improve, credits addedhwspeedy
2024-04-28FIX Disabled non working clipboard - low valuehwspeedy
2024-04-28FIX Credits for artworkhwspeedy
2024-04-26FIX Reload detail info after synchronizehwspeedy
2024-04-25FIX Added more themes, fixed menu iconshwspeedy
2024-04-25FIX Missing Theme disable for more Themeshwspeedy
2024-04-25FIX Added more Themeshwspeedy
2024-04-24FIX Added live enable/disable themehwspeedy
2024-04-24FIX Added theme background - copyright crstrbrt - mentioned but not needed.hwspeedy
2024-04-22FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2hwspeedy
2024-04-15FIX Credits Beautify and Orderhwspeedy
2024-04-02FIX Contributershwspeedy
2024-03-11FIX GCC warnings - include & uninit free (Potential Crash - never seen)hwspeedy
2024-03-06FIX hardinfo lib-loading cleanup, params clean uphwspeedy
2024-02-28FIX missing hardinfo2 rename for settingshwspeedy
2024-02-11FIX Packaging - keep hardinfo package name, fix linkshwspeedy
2024-02-08FIX back port save settings older glibbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX Missing icons, menu about, cleaningbigbear
2024-02-08FIX Cleanup about credit boxbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08PR405 - icons for computer/securitybigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE 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-14Add option to synchronize during startupL. Pereira
2021-11-07Update copyright informationL Pereira
2020-05-03hi_module_get_about() should return a const pointerLeandro Pereira
2020-02-08Added fan iconOndrej Čerman
Original source: https://www.gnome-look.org/p/1115367/
2019-07-31Remove 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-30Updated contributors listOndrej Čerman
2018-03-12Do not use hardcoded path for iconLeandro Pereira
Use just the symbolic name "hardinfo", allowing for icon packs to provide alternative icons. Fixes #227
2017-09-10Remove the appended "Module" from about module dialog titleBurt 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-21Use translations for about module dialogBurt 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-09Add translator credits to the about dialogLeandro Pereira
Just translate the msgid "translator-credits". If left untranslated, the about dialog will hide the tab.
2017-08-07Reset some file modes to 0644Burt P
Touched files were changed to 0755 in 6f8cedca0671ab68514352c64579546547804475 Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-04Remove unnecessary GTK_CHECK_VERSION()sBurt P
Require 2.10, so checking anything less isn't needed. Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-04Remove tree_view_save_image()/cb_save_graphic() -related.Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-04About dialog changesBurt 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-30GTK3 updatesBurt 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-30Started GTK3 supportTotalCaesar659
2017-07-29Make about dialogs transientLeandro 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-09Update callbacks.cTotalCaesar659
2016-07-30Bump version to 0.6 alphaLeandro Pereira
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.