Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update badge counter only on change | Konstantinos Sideris | 2017-10-01 | 2 | -11/+13 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 23 | -86/+43 |
| | |||||
* | Fixes #50. | Rokas Kupstys | 2017-10-01 | 1 | -0/+29 |
| | | | | | | 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. | ||||
* | Don't move scrollbar to the bottom when it's active | Konstantinos Sideris | 2017-09-30 | 1 | -10/+8 |
| | | | | fixes #55 | ||||
* | Add custom logging format | Konstantinos Sideris | 2017-09-30 | 1 | -0/+1 |
| | |||||
* | Add missing update calls | Konstantinos Sideris | 2017-09-30 | 2 | -0/+3 |
| | |||||
* | Remove unnecessary animations | Konstantinos Sideris | 2017-09-30 | 4 | -189/+18 |
| | |||||
* | Refactor the welcome page | Konstantinos Sideris | 2017-09-30 | 1 | -70/+47 |
| | |||||
* | Stop sync timer after logout | Konstantinos Sideris | 2017-09-30 | 2 | -1/+22 |
| | | | | Silence errors from redacted events | ||||
* | Allow handling of incomplete /sync responses (#67) | krombel | 2017-09-29 | 1 | -43/+112 |
| | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Linting | Konstantinos Sideris | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | Manually remove KDE accelerators | Konstantinos Sideris | 2017-09-24 | 1 | -4/+19 |
| | | | | fixes #14 | ||||
* | Ctrl-Q from the main window quits the application (#69) | Max Sandholm | 2017-09-24 | 2 | -1/+6 |
| | | | | | | Ctrl-Q from the main window now quits the application. fixes #61 | ||||
* | 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 |
| | |||||
* | Remove off-white color | Konstantinos Sideris | 2017-09-16 | 5 | -12/+12 |
| | |||||
* | Merge branch 'images' | Konstantinos Sideris | 2017-09-10 | 11 | -261/+427 |
|\ | |||||
| * | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 11 | -696/+869 |
| | | |||||
* | | Style change again | Konstantinos Sideris | 2017-09-10 | 62 | -4786/+4862 |
|/ | |||||
* | Allow port number as part of the hostname | Konstantinos Sideris | 2017-09-04 | 1 | -1/+7 |
| | | | | closes #21 | ||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 6 | -603/+614 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 2 | -2/+66 |
| | |||||
* | Linkify URLs in room topics | Konstantinos Sideris | 2017-08-26 | 1 | -79/+86 |
| | | | | closes #52 | ||||
* | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 2 | -1/+6 |
| | |||||
* | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 3 | -827/+838 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 3 | -644/+608 |
| | |||||
* | Fix login UX | Konstantinos Sideris | 2017-08-21 | 1 | -6/+13 |
| | | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22 | ||||
* | Place the completion popup under the search widget | Konstantinos Sideris | 2017-08-20 | 1 | -27/+63 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 70 | -2108/+2437 |
| | |||||
* | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 3 | -1/+155 |
| | |||||
* | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 1 | -0/+1 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 2 | -20/+33 |
| | |||||
* | Don't overwrite last user | Konstantinos Sideris | 2017-08-13 | 1 | -9/+6 |
| | |||||
* | macOS: Get rid of text field's focus border | Konstantinos Sideris | 2017-08-12 | 1 | -4/+7 |
| | |||||
* | 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 | 6 | -5/+107 |
| | | | | closes #11 | ||||
* | Fix full screen image viewer on macOS sierra | Konstantinos Sideris | 2017-08-06 | 1 | -21/+15 |
| | |||||
* | The emoji panel shouldn't steal focus from other windows | Konstantinos Sideris | 2017-08-05 | 1 | -0/+1 |
| | |||||
* | Rename Event.h header to avoid header conflict | Konstantinos Sideris | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -8/+23 |
| | |||||
* | Parse utf-8 data properly | Konstantinos Sideris | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 6 | -14/+536 |
| | | | | - Adds detection for duplicate events | ||||
* | Add serialization on matrix events | Konstantinos Sideris | 2017-07-30 | 11 | -0/+157 |
| | |||||
* | 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 | 2 | -3/+28 |
| | | | | closes #46 | ||||
* | Fix small timestamp misalignment | Konstantinos Sideris | 2017-07-15 | 1 | -2/+5 |
| | |||||
* | Use pixels to specify the font sizes | Konstantinos Sideris | 2017-07-15 | 12 | -68/+85 |
| | | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h. | ||||
* | Linting | Konstantinos Sideris | 2017-07-09 | 2 | -6/+6 |
| | |||||
* | Remove custom badge counter from mac and windows (#42) | Konstantinos Sideris | 2017-07-09 | 1 | -0/+9 |
| | | | | - Add icon set on mac for future packaging | ||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 4 | -110/+206 |
| | | | | | * 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 | ||||
* | Fix emoji alignment issue (#43) | george99g | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | Slow down spinner | Konstantinos Sideris | 2017-07-02 | 1 | -5/+6 |
| | |||||
* | Show unread count on MacOs toolbar | Konstantinos Sideris | 2017-07-01 | 1 | -0/+11 |
| | |||||
* | Remove hardcoded font sizes on the top bars and text input | Konstantinos Sideris | 2017-07-01 | 3 | -15/+27 |
| | |||||
* | Add option for the default font size | Konstantinos Sideris | 2017-07-01 | 1 | -1/+7 |
| | |||||
* | Set emoji size relative to the default font | Konstantinos Sideris | 2017-07-01 | 1 | -1/+5 |
| | |||||
* | Remove hardcoded font sizes, margins etc | Konstantinos Sideris | 2017-07-01 | 2 | -61/+95 |
| | | | | - Fixes small font issue on MacOs | ||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 3 | -9/+13 |
| | |||||
* | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -6/+16 |
| | |||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 5 | -97/+338 |
| | |||||
* | Show confirmation dialog on logout | Konstantinos Sideris | 2017-06-02 | 9 | -15/+103 |
| | | | | | | Minor stylistic refactoring closes #29 | ||||
* | Don't mark messages from local user as unread | Konstantinos Sideris | 2017-06-01 | 1 | -1/+7 |
| | | | | closes #37 | ||||
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 4 | -15/+51 |
| | |||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 3 | -29/+66 |
| | |||||
* | Add drop shadow to emoji panel | Konstantinos Sideris | 2017-05-31 | 2 | -127/+135 |
| | | | | - Minor refactoring | ||||
* | Create a named device on login | Konstantinos Sideris | 2017-05-30 | 1 | -1/+13 |
| | |||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 8 | -47/+56 |
| | |||||
* | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 2017-05-27 | 1 | -6/+20 |
| | | | | closes #31 | ||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 5 | -37/+174 |
| | |||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 5 | -13/+113 |
| | |||||
* | Don't show the landing page when there is an active user | Konstantinos Sideris | 2017-05-22 | 1 | -16/+29 |
| | |||||
* | Increase tray icon's bubble size | Konstantinos Sideris | 2017-05-22 | 1 | -1/+5 |
| | |||||
* | pixelSize -> pointSize | Konstantinos Sideris | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Properly quit app on tray icon's action | Konstantinos Sideris | 2017-05-21 | 1 | -1/+4 |
| | | | | closes #30 | ||||
* | Be explicit about room's name color | Konstantinos Sideris | 2017-05-21 | 1 | -0/+1 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 5 | -1/+132 |
| | |||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 5 | -71/+148 |
| | |||||
* | Remove RoomList UI form | Konstantinos Sideris | 2017-05-19 | 1 | -11/+30 |
| | |||||
* | Reverse colors on selection for the unread message bubble | Konstantinos Sideris | 2017-05-19 | 1 | -2/+12 |
| | |||||
* | Add hover color on RoomList items | Konstantinos Sideris | 2017-05-19 | 1 | -0/+4 |
| | |||||
* | Simplify room list item | Konstantinos Sideris | 2017-05-19 | 2 | -94/+189 |
| | |||||
* | Add geometry animation on emoji picker | Konstantinos Sideris | 2017-05-16 | 1 | -8/+17 |
| | |||||
* | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 2017-05-16 | 3 | -14/+18 |
| | |||||
* | Clear room state on logout | Konstantinos Sideris | 2017-05-16 | 1 | -0/+1 |
| | |||||
* | Remove MainWindow ui form | Konstantinos Sideris | 2017-05-14 | 1 | -5/+12 |
| | |||||
* | Add missing parents | Konstantinos Sideris | 2017-05-14 | 1 | -3/+3 |
| | |||||
* | Make InputValidator class members static | Konstantinos Sideris | 2017-05-14 | 3 | -18/+15 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 3 | -17/+5 |
| | |||||
* | Fix ripple size on RoomListItem | Konstantinos Sideris | 2017-05-14 | 1 | -3/+3 |
| | |||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -1/+4 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 6 | -86/+287 |
| | |||||
* | Highlight URLs in TimelineView | Konstantinos Sideris | 2017-05-11 | 1 | -4/+17 |
| | |||||
* | Prefer non UserId as display names | Konstantinos Sideris | 2017-05-10 | 1 | -1/+5 |
| | |||||
* | Restrict inline image size to its minimum | Konstantinos Sideris | 2017-05-10 | 1 | -4/+3 |
| | |||||
* | Check for nullptr before delete | Konstantinos Sideris | 2017-05-10 | 1 | -4/+8 |
| | |||||
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 2 | -6/+4 |
| | |||||
* | Add settings panel for homeserver's domain | Konstantinos Sideris | 2017-05-09 | 3 | -12/+120 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 4 | -9/+36 |
| | |||||
* | Add sync timeout | Konstantinos Sideris | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 5 | -35/+35 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 20 | -217/+736 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add matrix::events namespace | Konstantinos Sideris | 2017-05-04 | 11 | -1/+21 |
| | |||||
* | Add base Event class | Konstantinos Sideris | 2017-05-04 | 1 | -0/+61 |
| | |||||
* | Add event contents | Konstantinos Sideris | 2017-05-04 | 10 | -0/+415 |
| | |||||
* | macOS fixes (#15) | Matthew Hodgson | 2017-05-04 | 2 | -12/+20 |
| | | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem. | ||||
* | Set application attributes before QApplication | Konstantinos Sideris | 2017-05-03 | 1 | -2/+2 |
| | |||||
* | Set text color for QLineEdit | Konstantinos Sideris | 2017-05-03 | 2 | -0/+6 |
| | |||||
* | Don't set the font size with a stylesheet | Konstantinos Sideris | 2017-05-02 | 1 | -6/+7 |
| | |||||
* | Enable high dpi | Konstantinos Sideris | 2017-05-01 | 1 | -0/+2 |
| | |||||
* | Add lint rule | Konstantinos Sideris | 2017-04-30 | 1 | -1/+2 |
| | |||||
* | Fix MainWindow being out of focus when the fullscreen overlay is closed | Konstantinos Sideris | 2017-04-30 | 1 | -3/+10 |
| | | | | That was probably a Linux specific issue or my mouse is buggy. | ||||
* | Close fullscreen overlay with out of contents click | Konstantinos Sideris | 2017-04-30 | 1 | -0/+2 |
| | |||||
* | Add full screen overlay for image display | Konstantinos Sideris | 2017-04-30 | 2 | -3/+122 |
| | |||||
* | Show image text overlay on hover | Konstantinos Sideris | 2017-04-30 | 1 | -8/+11 |
| | |||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 5 | -3/+293 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 4 | -48/+48 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Exclude m.room.member events from initial sync | Konstantinos Sideris | 2017-04-27 | 1 | -0/+6 |
| | |||||
* | Add spinner to hide uninitialized layout after login | Konstantinos Sideris | 2017-04-26 | 4 | -5/+307 |
| | |||||
* | Bundle fonts into the app | Konstantinos Sideris | 2017-04-25 | 1 | -11/+9 |
| | | | | | | - Create QApplication instance before font initialization, otherwise QFontDatabase crashes. - Fix broken QRC font paths | ||||
* | Set allowed TLD size to 63 chars | Konstantinos Sideris | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Don't set initial room with an empty room list | Konstantinos Sideris | 2017-04-24 | 1 | -0/+3 |
| | |||||
* | Add common style for the scroll bars | Konstantinos Sideris | 2017-04-24 | 3 | -7/+10 |
| | |||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 8 | -14/+1977 |
| | |||||
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 4 | -20/+23 |
| | |||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 3 | -2/+22 |
| | |||||
* | Update unread messages for the current room when the app is inactive | Konstantinos Sideris | 2017-04-16 | 1 | -3/+9 |
| | |||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 3 | -1/+30 |
| | |||||
* | Move the main window to the center | Konstantinos Sideris | 2017-04-15 | 1 | -0/+8 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 6 | -9/+86 |
| | | | | - Add border width on Badge | ||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 4 | -35/+58 |
| | |||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 10 | -36/+40 |
| | |||||
* | Add proper struct initialization | Konstantinos Sideris | 2017-04-13 | 1 | -4/+1 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 5 | -44/+200 |
| | | | | | | | | | | | | | 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. | ||||
* | Don't use icons as room avatars | Konstantinos Sideris | 2017-04-12 | 2 | -3/+2 |
| | |||||
* | Use less contrast on the sidebar | Konstantinos Sideris | 2017-04-12 | 2 | -4/+5 |
| | |||||
* | Small stylistic changes | Konstantinos Sideris | 2017-04-12 | 3 | -12/+9 |
| | |||||
* | Add style for m.notice | Konstantinos Sideris | 2017-04-12 | 1 | -1/+4 |
| | | | | Tone down the main text color | ||||
* | Use a single nick to color map | Konstantinos Sideris | 2017-04-11 | 2 | -42/+45 |
| | |||||
* | Decrease button's animation duration | Konstantinos Sideris | 2017-04-11 | 1 | -2/+2 |
| | |||||
* | Remove halo animation | Konstantinos Sideris | 2017-04-11 | 2 | -106/+0 |
| | |||||
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -3/+0 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 7 | -172/+157 |
| | |||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 2 | -12/+22 |
| | |||||
* | Allow message text selection | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Handle room avatars in top bar without an icon | Konstantinos Sideris | 2017-04-10 | 2 | -0/+12 |
| | |||||
* | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2017-04-10 | 2 | -2/+2 |
| | |||||
* | Use QString::simplified instead of regex | Konstantinos Sideris | 2017-04-10 | 2 | -3/+3 |
| | |||||
* | Use Matrix ID for login | Konstantinos Sideris | 2017-04-10 | 2 | -13/+13 |
| | |||||
* | Sanitize room info for display | Konstantinos Sideris | 2017-04-10 | 2 | -13/+17 |
| | |||||
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 6 | -21/+21 |
| | |||||
* | Add travis CI | Konstantinos Sideris | 2017-04-09 | 2 | -1/+2 |
| | |||||
* | Clear text fields after login | Konstantinos Sideris | 2017-04-09 | 2 | -0/+7 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 8 | -37/+141 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 4 | -18/+130 |
| | |||||
* | Use QLabel to display registration errors | Konstantinos Sideris | 2017-04-07 | 3 | -18/+22 |
| | |||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 7 | -135/+16 |
| | |||||
* | Initialize sync timer | Konstantinos Sideris | 2017-04-06 | 1 | -2/+3 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 32 | -0/+4653 |