aboutsummaryrefslogtreecommitdiff
path: root/shell/syncmanager.c
AgeCommit message (Collapse)Author
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