Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-31 | Add menu to toggle notifications | Konstantinos Sideris | 9 | -31/+163 | |
2017-05-31 | Add drop shadow to emoji panel | Konstantinos Sideris | 4 | -140/+245 | |
- Minor refactoring | |||||
2017-05-30 | Show a warning for Qt < 5.7 | Konstantinos Sideris | 1 | -1/+1 | |
2017-05-30 | Explicitly define 5.7 as the minimum required Qt version | Konstantinos Sideris | 1 | -0/+7 | |
2017-05-30 | Create a named device on login | Konstantinos Sideris | 1 | -1/+13 | |
2017-05-30 | Translated using Weblate (German) | Krombel | 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/ | |||||
2017-05-30 | Add weblate badge | Konstantinos Sideris | 1 | -1/+1 | |
2017-05-29 | Translated using Weblate (Dutch) | Bart Ribbers | 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/ | |||||
2017-05-29 | Fill out translation fields for english | Konstantinos Sideris | 1 | -34/+34 | |
2017-05-29 | Add qt-tools as a dependency | Konstantinos Sideris | 3 | -4/+4 | |
2017-05-29 | Add translation file for english | Konstantinos Sideris | 4 | -3/+198 | |
2017-05-29 | Set up translations | Konstantinos Sideris | 12 | -48/+658 | |
2017-05-27 | Update tests | Konstantinos Sideris | 1 | -5/+5 | |
2017-05-27 | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 1 | -6/+20 | |
closes #31 | |||||
2017-05-26 | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 9 | -50/+220 | |
2017-05-24 | Add custom scrollbar on the timeline | Konstantinos Sideris | 8 | -13/+170 | |
2017-05-22 | Don't show the landing page when there is an active user | Konstantinos Sideris | 2 | -16/+31 | |
2017-05-22 | Increase tray icon's bubble size | Konstantinos Sideris | 2 | -2/+6 | |
2017-05-22 | pixelSize -> pointSize | Konstantinos Sideris | 1 | -1/+1 | |
2017-05-21 | Properly quit app on tray icon's action | Konstantinos Sideris | 1 | -1/+4 | |
closes #30 | |||||
2017-05-21 | Be explicit about room's name color | Konstantinos Sideris | 1 | -0/+1 | |
2017-05-21 | Minimize to tray | Konstantinos Sideris | 9 | -1/+203 | |
2017-05-19 | Snappy sidebar | Konstantinos Sideris | 11 | -236/+172 | |
2017-05-19 | Remove RoomList UI form | Konstantinos Sideris | 4 | -180/+37 | |
2017-05-19 | Reverse colors on selection for the unread message bubble | Konstantinos Sideris | 1 | -2/+12 | |
2017-05-19 | Add hover color on RoomList items | Konstantinos Sideris | 2 | -1/+5 | |
2017-05-19 | Simplify room list item | Konstantinos Sideris | 5 | -124/+245 | |
2017-05-16 | Replace include guards with #pragma once | Konstantinos Sideris | 66 | -266/+66 | |
2017-05-16 | Add geometry animation on emoji picker | Konstantinos Sideris | 2 | -9/+28 | |
2017-05-16 | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 4 | -15/+19 | |
2017-05-16 | Clear room state on logout | Konstantinos Sideris | 1 | -0/+1 | |
2017-05-14 | Remove MainWindow ui form | Konstantinos Sideris | 4 | -56/+12 | |
2017-05-14 | Add missing parents | Konstantinos Sideris | 1 | -3/+3 | |
2017-05-14 | Make InputValidator class members static | Konstantinos Sideris | 6 | -46/+22 | |
2017-05-14 | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 6 | -20/+7 | |
2017-05-14 | Fix ripple size on RoomListItem | Konstantinos Sideris | 1 | -3/+3 | |
2017-05-13 | Update prev_batch only while paginating | Konstantinos Sideris | 2 | -1/+5 | |
2017-05-12 | Initial support for backwards pagination | Konstantinos Sideris | 10 | -94/+388 | |
2017-05-11 | Highlight URLs in TimelineView | Konstantinos Sideris | 2 | -6/+19 | |
2017-05-10 | Prefer non UserId as display names | Konstantinos Sideris | 1 | -1/+5 | |
2017-05-10 | Restrict inline image size to its minimum | Konstantinos Sideris | 1 | -4/+3 | |
2017-05-10 | Check for nullptr before delete | Konstantinos Sideris | 1 | -4/+8 | |
2017-05-09 | Update installation instructions | Konstantinos Sideris | 2 | -16/+24 | |
2017-05-09 | Add PKGBUILD | Konstantinos Sideris | 2 | -0/+60 | |
Thanks @ha:matrix.org for the initial script | |||||
2017-05-09 | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 3 | -10/+8 | |
2017-05-09 | Add settings panel for homeserver's domain | Konstantinos Sideris | 7 | -13/+175 | |
2017-05-08 | Initial support for display names | Konstantinos Sideris | 5 | -9/+39 | |
2017-05-08 | Add sync timeout | Konstantinos Sideris | 1 | -0/+1 | |
2017-05-08 | Add tests on travis | Konstantinos Sideris | 4 | -1/+31 | |
2017-05-08 | Fix windows build | Konstantinos Sideris | 1 | -3/+3 | |
2017-05-08 | Use strongly typed enums | Konstantinos Sideris | 17 | -79/+77 | |
2017-05-07 | Use timeline to retrieve state events | Konstantinos Sideris | 45 | -283/+1902 | |
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | |||||
2017-05-04 | Add matrix::events namespace | Konstantinos Sideris | 25 | -1/+101 | |
2017-05-04 | Add StateEvent | Konstantinos Sideris | 2 | -0/+112 | |
2017-05-04 | Add RoomEvent | Konstantinos Sideris | 2 | -0/+151 | |
2017-05-04 | Add base Event class | Konstantinos Sideris | 4 | -0/+225 | |
2017-05-04 | Add event contents | Konstantinos Sideris | 23 | -7/+1517 | |
2017-05-04 | macOS fixes (#15) | Matthew Hodgson | 4 | -12/+26 | |
- Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem. | |||||
2017-05-03 | Set application attributes before QApplication | Konstantinos Sideris | 1 | -2/+2 | |
2017-05-03 | Set text color for QLineEdit | Konstantinos Sideris | 2 | -0/+6 | |
2017-05-02 | Don't set the font size with a stylesheet | Konstantinos Sideris | 1 | -6/+7 | |
2017-05-01 | Enable high dpi | Konstantinos Sideris | 1 | -0/+2 | |
2017-04-30 | Add lint rule | Konstantinos Sideris | 5 | -4/+10 | |
2017-04-30 | Fix MainWindow being out of focus when the fullscreen overlay is closed | Konstantinos Sideris | 2 | -3/+16 | |
That was probably a Linux specific issue or my mouse is buggy. | |||||
2017-04-30 | Close fullscreen overlay with out of contents click | Konstantinos Sideris | 1 | -0/+2 | |
2017-04-30 | Add full screen overlay for image display | Konstantinos Sideris | 4 | -3/+168 | |
2017-04-30 | Show image text overlay on hover | Konstantinos Sideris | 1 | -8/+11 | |
2017-04-28 | Add initial support for inline images | Konstantinos Sideris | 10 | -5/+382 | |
2017-04-27 | Rename History to Timeline | Konstantinos Sideris | 9 | -73/+73 | |
In order to be compatible with the Matrix terminology | |||||
2017-04-27 | Set travis to Qt5.8 | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-27 | Set Qt5.7 as the minimum required version | Konstantinos Sideris | 2 | -6/+7 | |
2017-04-27 | Exclude m.room.member events from initial sync | Konstantinos Sideris | 1 | -0/+6 | |
2017-04-26 | Make initial size wider | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-26 | Update screen-shot | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-26 | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 9 | -9/+494 | |
2017-04-25 | Add nsis setup generator | Marcel | 2 | -1/+234 | |
fix dll issues fix openssl dll issues | |||||
2017-04-25 | Bundle fonts into the app | Konstantinos Sideris | 1 | -11/+9 | |
- Create QApplication instance before font initialization, otherwise QFontDatabase crashes. - Fix broken QRC font paths | |||||
2017-04-25 | Add .ico and .bmp logos for Windows installer | Konstantinos Sideris | 3 | -0/+0 | |
2017-04-25 | Remove invalid font | Konstantinos Sideris | 1 | -0/+0 | |
2017-04-24 | Change windows build to release | walle303 | 1 | -3/+3 | |
2017-04-24 | Set allowed TLD size to 63 chars | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-24 | Don't set initial room with an empty room list | Konstantinos Sideris | 1 | -0/+3 | |
2017-04-24 | Add common style for the scroll bars | Konstantinos Sideris | 3 | -7/+10 | |
2017-04-24 | Add matrix room | Konstantinos Sideris | 1 | -0/+1 | |
2017-04-23 | Add full emoji support | Konstantinos Sideris | 40 | -17/+2715 | |
2017-04-21 | Update screen | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-21 | Add logo icons | Konstantinos Sideris | 13 | -21/+35 | |
2017-04-19 | Add initial read-only emoji support | Konstantinos Sideris | 18 | -12/+41 | |
2017-04-16 | Update unread messages for the current room when the app is inactive | Konstantinos Sideris | 1 | -3/+9 | |
2017-04-15 | Show the unread message count on the window title | Konstantinos Sideris | 6 | -1/+41 | |
2017-04-15 | Move the main window to the center | Konstantinos Sideris | 2 | -1/+9 | |
2017-04-15 | Add initial support for unread message count | Konstantinos Sideris | 11 | -11/+102 | |
- Add border width on Badge | |||||
2017-04-14 | Update screen | Konstantinos Sideris | 1 | -1/+1 | |
2017-04-14 | Use color generator for nick names | Konstantinos Sideris | 6 | -38/+60 | |
2017-04-14 | Use light theme | Konstantinos Sideris | 13 | -44/+48 | |
2017-04-13 | Add proper struct initialization | Konstantinos Sideris | 2 | -4/+9 | |
2017-04-13 | Initial implementation for local echo | Konstantinos Sideris | 10 | -48/+244 | |
Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager. | |||||
2017-04-12 | Don't use icons as room avatars | Konstantinos Sideris | 2 | -3/+2 | |
2017-04-12 | Use less contrast on the sidebar | Konstantinos Sideris | 3 | -5/+6 | |
2017-04-12 | Small stylistic changes | Konstantinos Sideris | 3 | -12/+9 | |
2017-04-12 | Add style for m.notice | Konstantinos Sideris | 1 | -1/+4 | |
Tone down the main text color | |||||
2017-04-11 | Use a single nick to color map | Konstantinos Sideris | 4 | -47/+49 | |
2017-04-11 | Update CI | Konstantinos Sideris | 3 | -6/+15 | |
2017-04-11 | Decrease button's animation duration | Konstantinos Sideris | 1 | -2/+2 | |
2017-04-11 | Remove halo animation | Konstantinos Sideris | 3 | -140/+0 | |
2017-04-11 | Remove capitalization | Konstantinos Sideris | 3 | -36/+31 | |
2017-04-11 | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 15 | -220/+214 | |
2017-04-11 | Make the timer single shot | Konstantinos Sideris | 4 | -12/+24 | |
2017-04-10 | Allow message text selection | Konstantinos Sideris | 1 | -0/+1 | |
2017-04-10 | Handle room avatars in top bar without an icon | Konstantinos Sideris | 3 | -0/+13 | |
2017-04-10 | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2 | -2/+2 | |
2017-04-10 | Use QString::simplified instead of regex | Konstantinos Sideris | 2 | -3/+3 | |
2017-04-10 | Update readme | Konstantinos Sideris | 1 | -9/+25 | |
2017-04-10 | Use Matrix ID for login | Konstantinos Sideris | 3 | -14/+14 | |
2017-04-10 | Sanitize room info for display | Konstantinos Sideris | 2 | -13/+17 | |
2017-04-09 | Disable travis notifications | Konstantinos Sideris | 1 | -0/+3 | |
[ci skip] | |||||
2017-04-09 | Remove exception specifications | Konstantinos Sideris | 12 | -45/+45 | |
2017-04-09 | Add appveyor CI | Konstantinos Sideris | 3 | -10/+41 | |
2017-04-09 | Add travis CI | Konstantinos Sideris | 5 | -9/+43 | |
2017-04-09 | Clear text fields after login | Konstantinos Sideris | 3 | -0/+9 | |
2017-04-09 | Add logout button | Konstantinos Sideris | 17 | -41/+166 | |
Logout from the current session and invalidate the current token | |||||
2017-04-08 | Implement initial registration stage | Konstantinos Sideris | 7 | -21/+216 | |
2017-04-07 | Use QLabel to display registration errors | Konstantinos Sideris | 5 | -21/+30 | |
2017-04-06 | Use const refs for the deserialized data | Konstantinos Sideris | 19 | -196/+198 | |
2017-04-06 | Initialize sync timer | Konstantinos Sideris | 2 | -2/+5 | |
2017-04-06 | Add rule for release builds | Konstantinos Sideris | 2 | -4/+39 | |
2017-04-06 | Add missing Makefile | Konstantinos Sideris | 2 |