aboutsummaryrefslogtreecommitdiff
path: root/shell/syncmanager.c
AgeCommit message (Collapse)Author
2024-04-26FIX Added reload detail to sync managerhwspeedy
2024-03-20FIX CLI updated with synchronize features, fix stop benchmark crash, ↵hwspeedy
libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3
2024-03-11FIX GCC warnings - include & uninit free (Potential Crash - never seen)hwspeedy
2024-02-29FIX rouge window handling for syncmanagerhwspeedy
2024-02-28FIX synchronize sel+blobver for debian7,ol6hwspeedy
2024-02-28FIX sync for newly distributed app to use supplied blobverhwspeedy
2024-02-28ADD Sync blobversion check - only update if new on serverhwspeedy
2024-02-13FIX Removed non centered, non modal error window, that is duplicate info to userhwspeedy
2024-02-11FIX Packaging - keep hardinfo package name, fix linkshwspeedy
2024-02-09FIX new project domain www.hardinfo2.orghwspeedy
2024-02-08FIX settings folders missing, set APIbigbear
2024-02-08FIX back portsbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX Missing icons, menu about, cleaningbigbear
2024-02-08ADD LibSoup3 (EXPERIMENTAL)bigbear
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-08-09Revert "Move the Privacy Policy link to the button area"Leandro Pereira
This reverts commit 8e508ae979492df6e214609d6672fc8a5e44d2b9, because it caused issues in locales where "Privacy Policy" is too long of a string.
2020-07-26Move the Privacy Policy link to the button areaLeandro Pereira
2020-07-26Fix more missed calls to gettext in syncmanagerLeandro Pereira
2020-07-22Synchronize window should show translated labelsLeandro Pereira
Fixes #572
2020-07-07Hide Privacy Policy button when synchronizing startsLeandro Pereira
2020-07-04Break lines so that dialogs are not that wide in GTK3Leandro Pereira
2020-07-04Show a "Privacy Policy" to the Synchronize dialogLeandro Pereira
2020-05-18s/Network Updater.../Synchronize/Leandro Pereira
2020-05-15Fix compile warnings in SyncManager/ShellLeandro Pereira
2020-05-13Show "Benchmarking..." dialog on top of sync managerLeandro Pereira
2020-05-13Splice contents from downloads into recently-created filesLeandro Pereira
When testing in another computer, these files were always empty. Turns out they were not being overwritten in my main computer, so the data received by libsoup was never written to these files... d'oh. (They were there in one computer because this function was written slightly differently before.) Also plugs one memory leak.
2020-05-13Try to save the contents of the downloaded file even if the stream isn't readyLeandro Pereira
2020-05-10Propagate error from g_file_replace() when syncingLeandro Pereira
2020-05-10Avoid getting redirects from API serverLeandro Pereira
2020-05-10Use async soup messages to not block the UI event loop when updatingLeandro Pereira
2020-05-09Update SyncManager to use the new APILeandro Pereira
2020-05-03Reindent syncmanager.[ch]Leandro Pereira
2018-05-27Moving configuration files to user's configuration folderTotalCaesar659
Build the configuration file path using g_get_user_config_dir() instead of g_get_home_dir().
2017-08-06GTK3 changes for syncmanager.cBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2016-12-30Fix compile time errors in syncmanager.cLeandro 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.
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2011-12-04Remove all usages of if (ptr) free(ptr) since free() already performs ↵Leandro Pereira
null-checks.
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira