summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2023-03-08bug: avoid crash when gateways not initialzedmainkali kaneko (leap communications)
fix also wrong call to sort by tz - should prefer menshen.
2022-11-08Remove drop shadow and add language iconHenrique
2022-11-08[i18n] update translation filesHenrique
2022-11-08[i18n] add language selector in preferences menuHenrique
2022-11-08[i18n] store locale change in settings and retranslate appHenrique
2022-11-08[i18n] add backend method and signal for locale changeHenrique
2022-04-13gui/build.sh: also find qmake if it is named qmake5Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-03-15Remove vendor from gitSam Whited
Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by: Sam Whited <sam@samwhited.com>
2022-02-02[i18n] new strings for 0.22.2kali kaneko (leap communications)
2022-02-02[i18n] add lt translationkali kaneko (leap communications)
2022-02-02[ui] disable snowflake progresskali kaneko (leap communications)
2022-02-02[feat] expose snowflake to uikali kaneko (leap communications)
2021-12-20[bug] typokali kaneko (leap communications)
this was failing for non-en locales - Resolves: #590
2021-12-16[bug] fix osx quits from app menu and dockkali kaneko (leap communications)
aboutToQuit let us catch Quits coming from the osx menu or the dock.
2021-12-15[pkg] fix calyx build for osxkali
- binary name is different in the osx bundle, theme won't load - calyx is not ready for tls 1.2 yet
2021-12-14[pkg] bugfixes windowskali
2021-12-10[bug] typo: fix motdkali kaneko (leap communications)
2021-12-10[bug] minor, recurrent gotchaskali kaneko (leap communications)
-QApplication, no QGuiApplication: the later avoids the systray to display - Workaround for invisible app icons when vendoring - Make border visible for snaps
2021-12-09[pkg] +xkali kaneko (leap communications)
2021-12-09[pkg] optionally skip lrelease for snapkali kaneko (leap communications)
2021-12-09[bug] alternative drawer implementationkali kaneko (leap communications)
this is an attempt to solve the problem we're having with snaps, in which Overlays are not correctly displayed.
2021-12-08[bug] panic no morekali kaneko (leap communications)
2021-12-08[i18n] fetch localeskali kaneko (leap communications)
2021-12-08[ui] theming stubkali kaneko (leap communications)
2021-12-08[ui] fix check for empty motdkali kaneko (leap communications)
isEmpty was not enough, have to go to .txt field
2021-12-06[i18n] fetch localeskali kaneko (leap communications)
2021-12-06[pkg] transition certs for riseup cakali kaneko (leap communications)
2021-12-01[i18n] fetch localeskali kaneko (leap communications)
2021-12-01[feat] disable autostartkali kaneko (leap communications)
we've agreed that the autostart behaviour can be unexpected; we'll expose the ability under preferences (it can be controlled via cli right now).
2021-12-01[bug] clean exitkali kaneko (leap communications)
2021-12-01[ui] size tweakskali kaneko (leap communications)
2021-12-01[i18n] fetch localeskali kaneko (leap communications)
2021-12-01[i18n] add screenshotkali kaneko (leap communications)
2021-12-01[i18n] ellipsiskali kaneko (leap communications)
2021-11-30[bug] avoid inconsistent statesosx-fontskali kaneko (leap communications)
2021-11-30[ui] tweak signal icon nodeskali kaneko (leap communications)
2021-11-30[ui] open donation page directlykali kaneko (leap communications)
2021-11-30[i18n] get localeskali kaneko (leap communications)
2021-11-30[ui] svg lovekali kaneko (leap communications)
tweak sizes and alignments
2021-11-30[ui] highdpi fixkali kaneko (leap communications)
2021-11-30[ui] revert workaroundskali kaneko (leap communications)
2021-11-30[ui] change fontskali kaneko (leap communications)
thin font was not rendered properly in osx. workarounds no longer necessary; main.cpp tried a font load that doesn't need to be done in c++.
2021-11-29[i18n] generate localeskali kaneko (leap communications)
2021-11-29[ui] add link to uninstallkali kaneko (leap communications)
2021-11-29[i18n] generate localeskali kaneko (leap communications)
2021-11-29[ui] style help linkskali kaneko (leap communications)
2021-11-29[i18n] generate localeskali kaneko (leap communications)
2021-11-29[ui] ui fixes after field test recommendationskali kaneko (leap communications)
2021-11-29[gui] motd/upgrade stylekali kaneko (leap communications)
2021-11-29[feat] expose snowflake in preferenceskali kaneko (leap communications)
it will be disabled if Tor not present, for now