Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-09 | Show graph's title at selecting sensor item | Sergio Vieira | |
2020-10-03 | Fix CodeQL dependency installation line | Leandro A. F. Pereira | |
I really wish there were a way to test this kind of stuff without creating commits. | |||
2020-10-03 | Install dependencies when running CodeQL workflow | Leandro A. F. Pereira | |
2020-10-01 | Enable security code scanner workflow | Leandro A. F. Pereira | |
https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository | |||
2020-08-13 | Make json-glib a requirement regardless if libsoup has been found | Leandro Pereira | |
2020-08-09 | Fix man page directory | Dan Church | |
Use the standard variable from GNUInstallDirs. | |||
2020-08-09 | Update Russian translation | TotalCaesar659 | |
2020-08-09 | Revert "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-28 | Do not use "stdout" as a member in the struct | Leandro Pereira | |
Some libcs will define macros that redefine these tokens. | |||
2020-07-26 | Move the Privacy Policy link to the button area | Leandro Pereira | |
2020-07-26 | Fix more missed calls to gettext in syncmanager | Leandro Pereira | |
2020-07-22 | Synchronize window should show translated labels | Leandro Pereira | |
Fixes #572 | |||
2020-07-07 | Hide Privacy Policy button when synchronizing starts | Leandro Pereira | |
2020-07-04 | Break lines so that dialogs are not that wide in GTK3 | Leandro Pereira | |
2020-07-04 | Show a "Privacy Policy" to the Synchronize dialog | Leandro Pereira | |
2020-06-26 | Create tr.po | Aylinux | |
2020-06-22 | Fix minimum required libsoup version to enable syncmanager | Leandro Pereira | |
Closes #562 | |||
2020-06-14 | FIxed buffer size, changed copyright headers | entityfx | |
2020-06-14 | Added E2K (Elbrus 2000) cpuinfo tests | entityfx | |
2020-06-14 | E2K: added initial support of MCST Elbrus 2000 CPU architecture | entityfx | |
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000 | |||
2020-06-07 | Add Raspberry Pi 4 with 8GB | Leandro Pereira | |
Information gathered by @bp0. Closes #555. | |||
2020-06-06 | Store/send machine type (laptop/desktop/etc) in benchmark results | Leandro Pereira | |
2020-06-06 | Fix pluralization in pt_BR locale | Leandro Pereira | |
2020-05-27 | Fix display problems with User Note and Extra Info | Leandro Pereira | |
Fixes #552. | |||
2020-05-25 | Ensure benchmark.so is linked against json-glib | Leandro Pereira | |
This is a workaround; the problem lies elsewhere. | |||
2020-05-25 | Fix build with GTK+3 | Leandro Pereira | |
2020-05-25 | Remove HARDINFO_NOSYNC option and use libsoup presence to enable it | Leandro Pereira | |
2020-05-25 | Fix linking with JSON-Glib in the GTK3 version | Leandro Pereira | |
2020-05-25 | Rename Controlador to es.po | Leandro Pereira | |
2020-05-25 | Reposition Synchronize button | Leandro Pereira | |
2020-05-19 | Translation fixups. | micrococo | |
2020-05-19 | Remove newline | micrococo | |
2020-05-19 | Spanish translation update | micrococo | |
2020-05-18 | Update syncmanager icons | Leandro Pereira | |
2020-05-18 | Only require json-glib if HARDINFO_NOSYNC is disabled | Leandro Pereira | |
2020-05-18 | Do not break build on -Wformat and -Wformat-security | Leandro Pereira | |
2020-05-18 | Benchmarks can't be cancelled during sync, so remove Cancel button | Leandro Pereira | |
2020-05-18 | s/Network Updater.../Synchronize/ | Leandro Pereira | |
2020-05-17 | Fix more formatting errors | Leandro Pereira | |
2020-05-15 | Fix crash when selecting Devices->Monitors | Leandro Pereira | |
Spotted while running on Debian 8/PowerPC. Closes #549. Fix by @bp0. | |||
2020-05-15 | Show Network Updater button in the toolbar if available | Leandro Pereira | |
2020-05-15 | Fix compile warnings in SyncManager/Shell | Leandro Pereira | |
2020-05-15 | Disable SyncManager while showing benchmark dialog | Leandro Pereira | |
2020-05-15 | Don't forget to install benchmark.data | Leandro Pereira | |
2020-05-13 | Show "Benchmarking..." dialog on top of sync manager | Leandro Pereira | |
2020-05-13 | Splice contents from downloads into recently-created files | Leandro 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-13 | Try to save the contents of the downloaded file even if the stream isn't ready | Leandro Pereira | |
2020-05-13 | Fix machine ID generation function | Leandro Pereira | |
Recent cleanups broke this function and the server was rejecting MachineIds. | |||
2020-05-13 | DataFromSuperUser should be serialized as boolean, not int | Leandro Pereira | |
2020-05-10 | Show benchmark dialog while sending benchmark results | Leandro Pereira | |