Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 3 | -0/+15 | |
| | | | | fixes #40 | |||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 3 | -0/+18 | |
| | | | | fixes #245 | |||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -1/+4 | |
| | ||||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 2 | -7/+10 | |
| | ||||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 3 | -32/+56 | |
| | ||||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -25/+9 | |
| | ||||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 3 | -0/+12 | |
| | ||||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 2 | -0/+2 | |
| | | | | fixes #264 | |||||
* | Update screenhost on appdata.xml | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 | |
| | ||||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | |||||
* | Added AppData manifest file for Gnome Software (#224) | Vitaly Zaitsev | 2018-02-01 | 1 | -0/+22 | |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 3 | -0/+60 | |
| | ||||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 2 | -11/+5 | |
| | | | fixes #132 | |||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 6 | -0/+126 | |
| | ||||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 2 | -0/+2 | |
| | ||||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 2 | -3/+3 | |
| | ||||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 3 | -0/+9 | |
| | | | | fixes #128 | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 2 | -0/+2 | |
| | | | | fixes #25 | |||||
* | 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 | 6 | -0/+19 | |
| | ||||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 2 | -2/+11 | |
| | ||||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 3 | -0/+15 | |
| | ||||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 3 | -0/+18 | |
| | ||||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -0/+4 | |
| | ||||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 3 | -32/+20 | |
| | ||||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 6 | -0/+20 | |
| | ||||||
* | Add desktop icons on the AppImage | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 | |
| | ||||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -7/+17 | |
| | ||||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 2 | -0/+103 | |
| | ||||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -7/+36 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 1 | -0/+12 | |
| | ||||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -6/+29 | |
| | ||||||
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 3 | -3/+99 | |
| | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | |||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 3 | -0/+2 | |
| | ||||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 70 | -372/+40 | |
| | ||||||
* | Fixed Version in desktop file. (#91) | Vitaly Zaitsev | 2017-10-09 | 1 | -1/+1 | |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | Update from Weblate. (#38) | RiotTranslate | 2017-10-05 | 1 | -2/+2 | |
| | | | Minor translation fixes | |||||
* | Remove custom badge counter from mac and windows (#42) | Konstantinos Sideris | 2017-07-09 | 2 | -0/+0 | |
| | | | | - Add icon set on mac for future packaging | |||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 2 | -0/+1 | |
| | | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails | |||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 2 | -0/+1 | |
| | ||||||
* | Translated using Weblate (German) | Krombel | 2017-05-30 | 1 | -35/+35 | |
| | | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Nheko/Nheko Translate-URL: https://translate.nordgedanken.de/projects/nheko/nheko/de/ | |||||
* | Translated using Weblate (Dutch) | Bart Ribbers | 2017-05-29 | 1 | -35/+35 | |
| | | | | | | | Currently translated at 97.0% (33 of 34 strings) Translation: Nheko/Nheko Translate-URL: https://translate.nordgedanken.de/projects/nheko/nheko/nl/ | |||||
* | Fill out translation fields for english | Konstantinos Sideris | 2017-05-29 | 1 | -34/+34 | |
| | ||||||
* | Add translation file for english | Konstantinos Sideris | 2017-05-29 | 4 | -3/+198 | |
| | ||||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 3 | -0/+585 | |
| | ||||||
* | Add PKGBUILD | Konstantinos Sideris | 2017-05-09 | 1 | -0/+11 | |
| | | | | Thanks @ha:matrix.org for the initial script | |||||
* | Add .ico and .bmp logos for Windows installer | Konstantinos Sideris | 2017-04-25 | 3 | -0/+0 | |
| | ||||||
* | Remove invalid font | Konstantinos Sideris | 2017-04-25 | 1 | -0/+0 | |
| | ||||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 23 | -0/+363 | |
| | ||||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 8 | -0/+10 | |
| | ||||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 13 | -10/+12 | |
| | ||||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 2 | -0/+1 | |
| | | | | Logout from the current session and invalidate the current token | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 22 | -0/+229 | |