summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-08Add snackbarKonstantinos Sideris
2017-10-08Drop the loading screen if consensus can't be achievedKonstantinos Sideris
2017-10-07Prevent FOUCKonstantinos Sideris
2017-10-07Use shared pointer for the modalsKonstantinos Sideris
2017-10-05Update from Weblate. (#38)RiotTranslate
Minor translation fixes
2017-10-05Resume sync when connectivity is establishedKonstantinos Sideris
2017-10-05Use string timeout parameterKonstantinos Sideris
2017-10-04Remove full_state from initial syncKonstantinos Sideris
2017-10-04Put typing notifications above the text inputKonstantinos Sideris
2017-10-04Receive typing notifications (#88)Konstantinos Sideris
2017-10-03Recover from corrupted cache dataKonstantinos Sideris
Make Cache constructor exception free fixes #74
2017-10-02Fix unicode handling of replaceEmoji (#84)Victor Berger
2017-10-01Build lmdb on appveyorKonstantinos Sideris
2017-10-01React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm
room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
2017-10-01More badgesKonstantinos Sideris
2017-10-01Remove test from formattingKonstantinos Sideris
2017-10-01Update badge counter only on changeKonstantinos Sideris
2017-10-01Remove extra clang-format optionsKonstantinos Sideris
2017-10-01Merge pull request #82 from rokups/fix/#50mujx
Fixes #50.
2017-10-01Fixes #50.Rokas Kupstys
On KDE desktop icon failed to appear because TrayIcon requested a zero-size rect. Implementing MsgCountComposedIcon::availableSizes() method fixes that. After icon became visible it was not transparent, and places that should have been transparent contained artifacts likely due to uninitialized memory. Implementing MsgCountComposedIcon::pixmap() which returns a pixmap with alpha channel fixes that.
2017-09-30Don't move scrollbar to the bottom when it's activeKonstantinos Sideris
fixes #55
2017-09-30Add custom logging formatKonstantinos Sideris
2017-09-30Add missing update callsKonstantinos Sideris
2017-09-30Merge pull request #3 from elopio/snapcraftmujx
Add the packaging metadata to build the nheko snap
2017-09-30Remove unnecessary animationsKonstantinos Sideris
2017-09-30Refactor the welcome pageKonstantinos Sideris
2017-09-30Stop sync timer after logoutKonstantinos Sideris
Silence errors from redacted events
2017-09-29Allow handling of incomplete /sync responses (#67)krombel
matrix-org/synapse#2358 proposes a change to only contain objects in the sync stream where values get updated. The current behavior leads nheko to fail when that is used.
2017-09-28Don't mangle bot's display nameKonstantinos Sideris
2017-09-28Use a valid value for setWeightKonstantinos Sideris
2017-09-26Add missing dependencies to gentoo ebuildVictor Berger
2017-09-26Handle missing git submodules automaticallyKonstantinos Sideris
2017-09-24LintingKonstantinos Sideris
2017-09-24Add clang-format to ciKonstantinos Sideris
2017-09-24Manually remove KDE acceleratorsKonstantinos Sideris
fixes #14
2017-09-24Ctrl-Q from the main window quits the application (#69)Max Sandholm
Ctrl-Q from the main window now quits the application. fixes #61
2017-09-22Properly handle html tagsKonstantinos Sideris
2017-09-22Fix reverse iterator crashKonstantinos Sideris
2017-09-22Remove hdpi scalingKonstantinos Sideris
2017-09-20Use white as the background colorKonstantinos Sideris
2017-09-18Do not capitalise the organization nameKonstantinos Sideris
2017-09-18Add march=nativeKonstantinos Sideris
2017-09-16Remove off-white colorKonstantinos Sideris
2017-09-10Merge branch 'images'Konstantinos Sideris
2017-09-10Style change againKonstantinos Sideris
2017-09-10Implement image uploads (#24)Konstantinos Sideris
2017-09-04Allow port number as part of the hostnameKonstantinos Sideris
closes #21
2017-09-03Add write support for m.emote eventsKonstantinos Sideris
closes #41
2017-09-02Add read support for m.emote events (#41)Konstantinos Sideris
2017-08-26Linkify URLs in room topicsKonstantinos Sideris
closes #52