| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Dump json contents on parsing errors | Konstantinos Sideris | 2017-12-16 | 1 | -0/+0 | |
| * | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 2 | -1/+1 | |
| * | Remove submodules from matrix-structs | Konstantinos Sideris | 2017-12-16 | 3 | -1/+4 | |
| * | Update package.nix to include QT Multimedia (#165) | Jani Mustonen | 2017-12-16 | 1 | -2/+2 | |
| * | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 4 | -5/+180 | |
| * | Upgrade appveyor to Qt 5.9.2 | Konstantinos Sideris | 2017-12-14 | 1 | -2/+2 | |
| * | Create appimage with docker | Konstantinos Sideris | 2017-12-14 | 2 | -0/+50 | |
| * | Remove -march=native | Konstantinos Sideris | 2017-12-12 | 1 | -1/+0 | |
| * | Valgrind run | Konstantinos Sideris | 2017-12-12 | 2 | -8/+8 | |
| * | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 11 | -0/+285 | |
| * | Add system theme colors for FloatingButton (#112) | Konstantinos Sideris | 2017-12-11 | 1 | -0/+5 | |
| * | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 17 | -4/+360 | |
| * | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 9 | -13/+98 | |
| * | Add debug info on travis builds | Konstantinos Sideris | 2017-12-10 | 1 | -2/+1 | |
| * | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 3 | -1/+50 | |
| * | Handle malformed state events | Konstantinos Sideris | 2017-12-10 | 1 | -0/+0 | |
| * | Add release target on the Makefile | Konstantinos Sideris | 2017-12-07 | 1 | -0/+4 | |
| * | Handle malformed m.topic events | Konstantinos Sideris | 2017-12-07 | 1 | -0/+0 | |
| * | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 | |
| * | docs: Update required Clang version and Ubuntu 14.04 instructions (#150) | alphapapa | 2017-12-06 | 1 | -1/+10 | |
| * | Fix invited rooms parsing | Konstantinos Sideris | 2017-12-06 | 1 | -0/+0 | |
| * | Update build instructions to include the latest changes | Konstantinos Sideris | 2017-12-06 | 1 | -4/+4 | |
| * | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 2 | -4/+9 | |
| * | Use the same compiler for c | Konstantinos Sideris | 2017-12-05 | 1 | -4/+8 | |
| * | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 5 | -5/+29 | |
| * | Update dependencies | Konstantinos Sideris | 2017-12-05 | 1 | -0/+0 | |
| * | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 2 | -2/+1 | |
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 77 | -4961/+647 | |
| * | Run tests only with gcc | Konstantinos Sideris | 2017-12-03 | 1 | -1/+3 | |
| * | Bump gcc and clang version | Konstantinos Sideris | 2017-12-03 | 3 | -3/+18 | |
| * | Use std::exception for the login response | Konstantinos Sideris | 2017-12-03 | 1 | -1/+1 | |
| * | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 11 | -247/+29 | |
| * | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 5 | -0/+185 | |
| * | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 18 | -56/+165 | |
| * | Install qt-multimedia on travis | Konstantinos Sideris | 2017-12-01 | 1 | -1/+1 | |
| * | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 16 | -93/+472 | |
| * | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 31 | -179/+200 | |
| * | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 35 | -96/+124 | |
| * | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 2 | -139/+90 | |
| * | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 2 | -54/+36 | |
| * | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 13 | -101/+210 | |
| * | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 16 | -4/+457 | |
| * | Remove another /messages call (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -2/+0 | |
| * | Add desktop icons on the AppImage | Konstantinos Sideris | 2017-11-26 | 4 | -7/+27 | |
| * | Don't backfill messages automatically (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 | |
| * | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 3 | -28/+44 | |
| * | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 4 | -7/+29 | |
| * | Add dark theme | Konstantinos Sideris | 2017-11-25 | 9 | -19/+139 | |
| * | Update system theme | Konstantinos Sideris | 2017-11-25 | 6 | -19/+46 | |
| * | Use span tags to prevent html escaping | Konstantinos Sideris | 2017-11-25 | 1 | -8/+3 | |
| * | Send read receipts | Konstantinos Sideris | 2017-11-24 | 11 | -4/+126 | |
| * | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 2 | -40/+55 | |
| * | Fix colors on the scroll-down button | Konstantinos Sideris | 2017-11-23 | 1 | -0/+5 | |
| * | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 16 | -52/+15 | |
| * | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 6 | -63/+42 | |
| * | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 13 | -8/+107 | |
| * | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 29 | -95/+326 | |
| |\ | ||||||
| | * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 29 | -97/+328 | |
| * | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 4 | -30/+23 | |
| |/ | ||||||
| * | Don't send empty messages | Konstantinos Sideris | 2017-11-16 | 1 | -0/+3 | |
| * | Lint | Konstantinos Sideris | 2017-11-15 | 4 | -16/+25 | |
| * | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 7 | -61/+131 | |
| * | Update travis to qt5.9.2 | Konstantinos Sideris | 2017-11-10 | 2 | -3/+3 | |
| * | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 2 | -4/+19 | |
| * | Fix roomlist borders | Konstantinos Sideris | 2017-11-09 | 1 | -0/+3 | |
| * | Fix initial sidebar width | Konstantinos Sideris | 2017-11-09 | 2 | -4/+2 | |
| * | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 7 | -64/+20 | |
| * | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2017-11-07 | 2 | -2/+1 | |
| * | Merge remote-tracking branch 'ralith/fix-newlines' | Konstantinos Sideris | 2017-11-07 | 1 | -4/+4 | |
| |\ | ||||||
| | * | Fix wacky newline/linkification interaction | Benjamin Saunders | 2017-11-05 | 1 | -4/+4 | |
| * | | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 3 | -117/+181 | |
| * | | Adjust appveyor configuration | Konstantinos Sideris | 2017-11-06 | 1 | -12/+10 | |
| * | | Update ci | Konstantinos Sideris | 2017-11-06 | 7 | -57/+9 | |
| * | | Windows icon fix and change the installer to QT Installer Framework on Window... | Marcel | 2017-11-06 | 13 | -244/+367 | |
| |/ | ||||||
| * | Update README | Konstantinos Sideris | 2017-11-06 | 1 | -14/+4 | |
| * | Fix newlines not being displayed (#122) | Benjamin Saunders | 2017-11-06 | 1 | -1/+5 | |
| * | Fix a formatting issue that snuck in between PRs (#123) | Benjamin Saunders | 2017-11-06 | 1 | -2/+2 | |
| * | Use nightly as the dev release tag | Konstantinos Sideris | 2017-11-06 | 1 | -1/+0 | |
| * | Adjust release name and description | Konstantinos Sideris | 2017-11-06 | 1 | -0/+3 | |
| * | Encrypt token for appveyor | Konstantinos Sideris | 2017-11-05 | 1 | -1/+1 | |
| * | Don't specify branch on appveyor | Konstantinos Sideris | 2017-11-05 | 1 | -1/+0 | |
| * | Push appveyor builds to github | Konstantinos Sideris | 2017-11-05 | 1 | -0/+10 | |
| * | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 25 | -1515/+1517 | |
| * | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 2 | -61/+135 | |
| * | Fix .travis.yml format | Konstantinos Sideris | 2017-11-05 | 1 | -20/+20 | |
| * | Specify artifacts per build | Konstantinos Sideris | 2017-11-05 | 3 | -13/+24 | |
| * | Don't use make app | Konstantinos Sideris | 2017-11-05 | 1 | -1/+1 | |
| * | Add build script for nheko.dmg | Konstantinos Sideris | 2017-11-05 | 3 | -1/+17 | |
| * | Remove auto tagging | Konstantinos Sideris | 2017-11-05 | 1 | -7/+1 | |
| * | Add build script for AppImage | Konstantinos Sideris | 2017-11-05 | 3 | -1/+40 | |
| * | Exclude modifier keys from triggering typing notifications | Konstantinos Sideris | 2017-11-05 | 1 | -4/+7 | |
| * | Simple SOCKS proxy support (#110) | Jani Mustonen | 2017-11-04 | 1 | -0/+29 | |
| * | Reset the sender's name when paginating backwards | Konstantinos Sideris | 2017-11-03 | 1 | -0/+4 | |
| * | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 6 | -13/+31 | |
| * | Update issue template | Konstantinos Sideris | 2017-11-02 | 2 | -1/+3 | |
| * | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 4 | -8/+15 | |
| * | Add issue template | Konstantinos Sideris | 2017-11-02 | 1 | -0/+19 | |
| * | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 11 | -6/+581 | |
| * | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 6 | -6/+130 | |
| * | Add missing headers | Konstantinos Sideris | 2017-10-28 | 4 | -2/+3 | |
| * | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 8 | -26/+38 | |
| * | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 12 | -118/+242 | |
| * | Clean up headers | Konstantinos Sideris | 2017-10-28 | 71 | -192/+193 | |
| * | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 8 | -0/+152 | |
| * | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 2 | -1/+12 | |
| * | Lint | Konstantinos Sideris | 2017-10-23 | 5 | -29/+9 | |
| * | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 2 | -587/+409 | |
| * | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 38 | -640/+159 | |
| * | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 4 | -26/+27 | |
| * | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 4 | -15/+14 | |
| * | Clean unread count when the user logs out | Konstantinos Sideris | 2017-10-21 | 1 | -0/+2 | |
| * | Remove snap | Konstantinos Sideris | 2017-10-21 | 2 | -32/+0 | |
| * | Use correct package for qt tools | Konstantinos Sideris | 2017-10-21 | 1 | -1/+1 | |
| * | Update snap | Konstantinos Sideris | 2017-10-21 | 2 | -2/+11 | |
| * | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 6 | -19/+60 | |
| * | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 4 | -13/+11 | |
| * | Remove sync timer | Konstantinos Sideris | 2017-10-20 | 2 | -23/+5 | |
| * | Make sidebar topic expand on click and fix html formatting of elided text. (#96) | Rokas Kupstys | 2017-10-20 | 5 | -6/+102 | |
| * | Elide room topic | Konstantinos Sideris | 2017-10-19 | 2 | -11/+18 | |
| * | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 122 | -602/+358 | |
| * | Update readme | Konstantinos Sideris | 2017-10-11 | 1 | -9/+12 | |
| * | Fixed Version in desktop file. (#91) | Vitaly Zaitsev | 2017-10-09 | 1 | -1/+1 | |
| * | Added Fedora installation instructions. (#92) | Vitaly Zaitsev | 2017-10-09 | 1 | -0/+7 | |
| * | Scroll to the bottom on new messages | Konstantinos Sideris | 2017-10-09 | 1 | -1/+6 | |
| * | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 2 | -18/+24 | |
| * | Add /join command support | Konstantinos Sideris | 2017-10-08 | 9 | -12/+61 | |
| * | Add snackbar | Konstantinos Sideris | 2017-10-08 | 3 | -18/+237 | |
| * | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 3 | -14/+30 | |
| * | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 5 | -2/+34 | |
| * | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 12 | -62/+85 | |
| * | Update from Weblate. (#38) | RiotTranslate | 2017-10-05 | 1 | -2/+2 | |
| * | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 2 | -1/+8 | |
| * | Use string timeout parameter | Konstantinos Sideris | 2017-10-05 | 1 | -1/+3 | |
| * | Remove full_state from initial sync | Konstantinos Sideris | 2017-10-04 | 1 | -17/+7 | |
| * | Put typing notifications above the text input | Konstantinos Sideris | 2017-10-04 | 4 | -13/+13 | |
| * | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 10 | -31/+170 | |
| * | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 3 | -27/+38 | |
| * | Fix unicode handling of replaceEmoji (#84) | Victor Berger | 2017-10-02 | 1 | -4/+4 | |
| * | Build lmdb on appveyor | Konstantinos Sideris | 2017-10-01 | 3 | -12/+33 | |
| * | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 23 | -40/+570 | |
| * | More badges | Konstantinos Sideris | 2017-10-01 | 1 | -9/+6 | |
| * | Remove test from formatting | Konstantinos Sideris | 2017-10-01 | 1 | -1/+1 | |
| * | Update badge counter only on change | Konstantinos Sideris | 2017-10-01 | 3 | -12/+14 | |
| * | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 30 | -120/+61 | |
| * | Merge pull request #82 from rokups/fix/#50 | mujx | 2017-10-01 | 2 | -0/+31 | |
| |\ | ||||||
| | * | Fixes #50. | Rokas Kupstys | 2017-10-01 | 2 | -0/+31 | |
| |/ | ||||||
| * | Don't move scrollbar to the bottom when it's active | Konstantinos Sideris | 2017-09-30 | 2 | -11/+11 | |
| * | Add custom logging format | Konstantinos Sideris | 2017-09-30 | 1 | -0/+1 | |
| * | Add missing update calls | Konstantinos Sideris | 2017-09-30 | 4 | -0/+8 | |
| * | Merge pull request #3 from elopio/snapcraft | mujx | 2017-09-30 | 1 | -0/+23 | |
| |\ | ||||||
| | * | Add the packaging metadata to build the nheko snap | Leo Arias | 2017-04-24 | 1 | -0/+23 | |
| * | | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 7 | -281/+19 | |
| * | | Refactor the welcome page | Konstantinos Sideris | 2017-09-30 | 2 | -83/+41 | |
| * | | Stop sync timer after logout | Konstantinos Sideris | 2017-09-30 | 2 | -1/+22 | |
| * | | Allow handling of incomplete /sync responses (#67) | krombel | 2017-09-29 | 1 | -43/+112 | |
| * | | Don't mangle bot's display name | Konstantinos Sideris | 2017-09-28 | 1 | -3/+5 | |
| * | | Use a valid value for setWeight | Konstantinos Sideris | 2017-09-28 | 1 | -1/+1 | |
| * | | Add missing dependencies to gentoo ebuild | Victor Berger | 2017-09-26 | 2 | -4/+8 | |
| * | | Handle missing git submodules automatically | Konstantinos Sideris | 2017-09-26 | 1 | -0/+6 | |
| * | | Linting | Konstantinos Sideris | 2017-09-24 | 4 | -696/+669 | |
| * | | Add clang-format to ci | Konstantinos Sideris | 2017-09-24 | 3 | -6/+17 | |
| * | | Manually remove KDE accelerators | Konstantinos Sideris | 2017-09-24 | 1 | -4/+19 | |
| * | | Ctrl-Q from the main window quits the application (#69) | Max Sandholm | 2017-09-24 | 2 | -1/+6 | |
| * | | Properly handle html tags | Konstantinos Sideris | 2017-09-22 | 1 | -2/+5 | |
| * | | Fix reverse iterator crash | Konstantinos Sideris | 2017-09-22 | 1 | -4/+5 | |
| * | | Remove hdpi scaling | Konstantinos Sideris | 2017-09-22 | 2 | -2/+1 | |
| * | | Use white as the background color | Konstantinos Sideris | 2017-09-20 | 6 | -7/+7 | |
| * | | Do not capitalise the organization name | Konstantinos Sideris | 2017-09-18 | 1 | -2/+2 | |
| * | | Add march=native | Konstantinos Sideris | 2017-09-18 | 1 | -0/+2 | |
| * | | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 5 | -12/+12 | |
| * | | Merge branch 'images' | Konstantinos Sideris | 2017-09-10 | 22 | -427/+521 | |
| |\ \ | ||||||
| | * | | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 22 | -916/+1017 | |
| * | | | Style change again | Konstantinos Sideris | 2017-09-10 | 130 | -5940/+6039 | |
| |/ / | ||||||
| * | | Allow port number as part of the hostname | Konstantinos Sideris | 2017-09-04 | 1 | -1/+7 | |
| * | | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 11 | -686/+747 | |
| * | | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 4 | -2/+73 | |
| * | | Linkify URLs in room topics | Konstantinos Sideris | 2017-08-26 | 2 | -90/+105 | |
| * | | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 3 | -1/+16 | |
| * | | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 6 | -831/+844 | |
| * | | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 8 | -763/+727 | |
| * | | Fix login UX | Konstantinos Sideris | 2017-08-21 | 2 | -6/+15 | |
| * | | Place the completion popup under the search widget | Konstantinos Sideris | 2017-08-20 | 2 | -27/+74 | |
| * | | Small style change | Konstantinos Sideris | 2017-08-20 | 120 | -2415/+2897 | |
| * | | Add missing destructors | Konstantinos Sideris | 2017-08-15 | 1 | -0/+6 | |
| * | | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 7 | -2/+224 | |
| * | | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 2 | -0/+7 | |
| * | | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 4 | -22/+36 | |
| * | | Don't overwrite last user | Konstantinos Sideris | 2017-08-13 | 1 | -9/+6 | |
| * | | Typo | Konstantinos Sideris | 2017-08-13 | 1 | -1/+1 | |
| * | | Create app bundle for macOS | Konstantinos Sideris | 2017-08-13 | 6 | -20/+63 | |
| * | | macOS: Get rid of text field's focus border | Konstantinos Sideris | 2017-08-12 | 1 | -4/+7 | |
| * | | Update AUR build script with lmdb | Konstantinos Sideris | 2017-08-10 | 1 | -8/+15 | |
| * | | Remove unused variable | Konstantinos Sideris | 2017-08-06 | 1 | -5/+0 | |
| * | | Use 'You' instead of your own user id | Konstantinos Sideris | 2017-08-06 | 1 | -6/+12 | |
| * | | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 11 | -7/+139 | |
| * | | Avoid header conflict (second attempt) | Konstantinos Sideris | 2017-08-06 | 1 | -2/+2 | |
| * | | Fix full screen image viewer on macOS sierra | Konstantinos Sideris | 2017-08-06 | 2 | -27/+17 | |
| * | | The emoji panel shouldn't steal focus from other windows | Konstantinos Sideris | 2017-08-05 | 1 | -0/+1 | |
| * | | Merge pull request #48 from JaniM/patch-1 | mujx | 2017-08-05 | 1 | -1/+6 | |
| |\ \ | ||||||
| | * | | Nix: ignore earlier build results | Jani Mustonen | 2017-08-05 | 1 | -1/+6 | |
| |/ / | ||||||
| * | | Add basic nix expressions (#47) | Jani Mustonen | 2017-08-05 | 4 | -0/+32 | |
| * | | Drop support for XCode 7 | Konstantinos Sideris | 2017-08-05 | 2 | -4/+1 | |
| * | | Rename Event.h header to avoid header conflict | Konstantinos Sideris | 2017-08-05 | 1 | -1/+1 | |
| * | | Include lmdb header | Konstantinos Sideris | 2017-08-05 | 1 | -0/+2 | |
| * | | Remove extra exception catch | Konstantinos Sideris | 2017-08-05 | 1 | -2/+0 | |
| * | | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 5 | -10/+28 | |
| * | | Parse utf-8 data properly | Konstantinos Sideris | 2017-08-01 | 1 | -1/+1 | |
| * | | Update readme and travis for lmdb | Konstantinos Sideris | 2017-07-30 | 3 | -14/+29 | |
| * | | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 14 | -15/+631 | |
| * | | Add serialization on matrix events | Konstantinos Sideris | 2017-07-30 | 27 | -12/+285 | |
| * | | Append backwards events after the spacer | Konstantinos Sideris | 2017-07-30 | 1 | -1/+1 | |
| * | | Save and restore app's window size | Konstantinos Sideris | 2017-07-30 | 4 | -3/+40 | |
| * | | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 2 | -3/+6 | |
| * | | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 19 | -92/+156 | |
| * | | Linting | Konstantinos Sideris | 2017-07-09 | 4 | -18/+16 | |
| * | | Add Gentoo build and installation instructions (#45) | PureTryOut | 2017-07-09 | 3 | -1/+57 | |
| * | | Remove custom badge counter from mac and windows (#42) | Konstantinos Sideris | 2017-07-09 | 6 | -9/+102 | |
| * | | Improve login flow (#35) | jansol | 2017-07-08 | 10 | -130/+243 | |
| * | | Fix emoji alignment issue (#43) | george99g | 2017-07-04 | 1 | -1/+1 | |
| * | | Slow down spinner | Konstantinos Sideris | 2017-07-02 | 2 | -5/+9 | |
| * | | Show unread count on MacOs toolbar | Konstantinos Sideris | 2017-07-01 | 2 | -0/+19 | |
| * | | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 6 | -17/+42 | |
| * | | Add option for the default font size | Konstantinos Sideris | 2017-07-01 | 2 | -2/+8 | |
| * | | Set emoji size relative to the default font | Konstantinos Sideris | 2017-07-01 | 2 | -1/+8 | |
| * | | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 5 | -69/+132 | |
| * | | Don't collapse room list | Konstantinos Sideris | 2017-06-06 | 1 | -0/+1 | |
| * | | Repaint when the room avatar is received | Konstantinos Sideris | 2017-06-05 | 2 | -3/+4 | |
| * | | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 4 | -10/+14 | |
| * | | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 2 | -7/+21 | |
| * | | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 9 | -101/+412 | |
| * | | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 13 | -15/+155 | |
| * | | Don't mark messages from local user as unread | Konstantinos Sideris | 2017-06-01 | 1 | -1/+7 | |
| * | | Be explicit about the text color on the context menu | Konstantinos Sideris | 2017-05-31 | 2 | -4/+3 | |
| * | | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 6 | -17/+70 | |
| * | | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 9 | -31/+163 | |
| * | | Add drop shadow to emoji panel | Konstantinos Sideris | 2017-05-31 | 4 | -139/+244 | |
| * | | Show a warning for Qt < 5.7 | Konstantinos Sideris | 2017-05-30 | 1 | -1/+1 | |
| * | | Explicitly define 5.7 as the minimum required Qt version | Konstantinos Sideris | 2017-05-30 | 1 | -0/+7 | |
| * | | Create a named device on login | Konstantinos Sideris | 2017-05-30 | 1 | -1/+13 | |
| * | | Merge branch 'RiotTranslate-weblate-nheko-nheko' | Konstantinos Sideris | 2017-05-30 | 2 | -70/+70 | |
| |\ \ | ||||||
| | * | | Translated using Weblate (German) | Krombel | 2017-05-30 | 1 | -35/+35 | |
| | * | | Translated using Weblate (Dutch) | Bart Ribbers | 2017-05-29 | 1 | -35/+35 | |
| * | | | Add weblate badge | Konstantinos Sideris | 2017-05-30 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Fill out translation fields for english | Konstantinos Sideris | 2017-05-29 | 1 | -34/+34 | |
| * | | Add qt-tools as a dependency | Konstantinos Sideris | 2017-05-29 | 3 | -4/+4 | |
| * | | Add translation file for english | Konstantinos Sideris | 2017-05-29 | 4 | -3/+198 | |
| * | | Set up translations | Konstantinos Sideris | 2017-05-29 | 12 | -48/+658 | |
| * | | Update tests | Konstantinos Sideris | 2017-05-27 | 1 | -5/+5 | |
| * | | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 2017-05-27 | 1 | -6/+20 | |
| * | | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 9 | -49/+219 | |
