This website requires JavaScript.
Explore
Help
Register
Sign In
mawei
/
dragonpilot
Watch
1
Star
0
Fork
0
You've already forked dragonpilot
mirror of
https://github.com/dragonpilot/dragonpilot.git
synced
2026-02-26 07:43:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3279dbeff7d4f696804c94de1573be2b5f3f2f9d
dragonpilot
/
common
/
watchdog.h
6 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
Add watchdog check to manager (#20277) * this should work but doesnt * Only offroad * works * make it work offorad * reduce diff * cleanup * need util Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-03-09 04:17:46 +01:00
#
pragma once
UI: Internationalization support (#21212) * rough multiple language demo * more wrappings * stash * add some bad translations * updates * map from french to spanish still has same problem of needing to call setText on everything * add files * restart UI * use return code * relative path * more translations * don't loop restart * Toggle and prime translations * try on device * try QComboBox with readable style * stash * not yet scrollable * stash * dynamic translations (doesn't work for dynamic widget strings yet) * clean up multiple option selector * store languages in json * try transparent * Try transparent popup * see how this looks * tweaks * clean up * update names * Add Chinese (Simplified) translations * Do missing French translations * unit tests caught that :) * fix test * fix other test (on PC) * add entries to dialog to test * add cancel button, clean up a bit * just chinese * some clean up * use quotes * clean up * Just quit, set timeout to 0 * half a second * use exitcode * don't print if it's expected * this comment is outdated * update translations * Update translations * re-order input classes * Update line numbers * use enabled property for button style * Get rid of ListWidget * Update line numbers * Log failed to load language * Log failed to load language * Move to utils and fix english logging extra line * Update translations * spacing * looks a bit better * try this instead of exitcode fixes fix * only one function * comment * Update line numbers * fixup some japanese translations * clean up multi option dialog * Update line numbers
2022-07-08 20:25:54 -07:00
#
include
<cstdint>
bool
watchdog_kick
(
uint64_t
ts
)
;
Reference in New Issue
Copy Permalink