Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 1 | -8/+18 | |
| | ||||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 8 | -254/+236 | |
| | ||||||
* | Remove trailing whitespace from text messages | Konstantinos Sideris | 2018-01-23 | 1 | -2/+2 | |
| | | | | fixes #216 | |||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -9/+17 | |
| | ||||||
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 2 | -1/+2 | |
| | ||||||
* | Disable minimize to tray except for the ChatPage | Konstantinos Sideris | 2018-01-22 | 1 | -1/+5 | |
| | ||||||
* | Fix ci | Konstantinos Sideris | 2018-01-22 | 1 | -3/+1 | |
| | ||||||
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -64/+0 | |
| | ||||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 2 | -33/+39 | |
| | ||||||
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 4 | -67/+19 | |
| | ||||||
* | Fix iterator crash | Konstantinos Sideris | 2018-01-21 | 1 | -5/+4 | |
| | ||||||
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -2/+72 | |
| | | | | | fixes #86 fixes #89 | |||||
* | Convert 'if' to 'else if' to remove a no-op | Konstantinos Sideris | 2018-01-17 | 1 | -8/+4 | |
| | ||||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+24 | |
| | ||||||
* | Add some very useful commands | Konstantinos Sideris | 2018-01-16 | 1 | -0/+4 | |
| | ||||||
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -2/+3 | |
| | ||||||
* | Fix emoji as avatars issue for the receipts | Konstantinos Sideris | 2018-01-16 | 1 | -1/+2 | |
| | ||||||
* | Move the cursor to the start/end of the text before we move up/down in history | Konstantinos Sideris | 2018-01-16 | 1 | -2/+18 | |
| | | | | fixes #166 | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 2 | -0/+10 | |
| | ||||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 2 | -11/+13 | |
| | | | | Convert list of receipts to map<userId, timestamp> | |||||
* | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 2 | -5/+43 | |
| | | | | fixes #131 | |||||
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 2 | -1/+13 | |
| | ||||||
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 1 | -40/+51 | |
| | ||||||
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 2 | -14/+17 | |
| | ||||||
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 1 | -24/+0 | |
| | ||||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 4 | -91/+84 | |
| | ||||||
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+56 | |
| | | | | | | | | | | | When a custom filter is inserted into nheko.conf or there was no filter defined yet the default filter gets automatically uploaded. After a successful upload the server-side generated filter-id is used. This is done async as it is just an enhancement and it is not required to upload the filter before the first request. | |||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+3 | |
| | | | | fixes #199 | |||||
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 4 | -11/+18 | |
| | ||||||
* | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 1 | -0/+8 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -15/+21 | |
| | | | | [ci skip] | |||||
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -9/+29 | |
| | | | | | | | | | | | | | | | I had a look at sync.cpp and checked which parts of the sync response are currently handled and which not. As I think it is unnecessary to let the unhandled data be transmitted without being handled I added these filters. In the same term I increased the timeout server-side to 30s as Riot defaults to this value as well. Especially now when a lots of presence-updates are not send anymore this value is more relevant. It is now also possible to use a filter that is defined in`client/sync_filter`. Advanced users might want to set an own filter here. [ci skip] | |||||
* | Remove Connection header | Konstantinos Sideris | 2018-01-10 | 1 | -2/+0 | |
| | ||||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 10 | -50/+278 | |
| | | | fixes #132 | |||||
* | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 2 | -5/+47 | |
| | ||||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 7 | -7/+673 | |
| | ||||||
* | Make usernames in timeline less bold | Konstantinos Sideris | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 1 | -0/+4 | |
| | ||||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 3 | -45/+213 | |
| | ||||||
* | Remove an extra colon from the receipt time | Konstantinos Sideris | 2018-01-04 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 7 | -27/+297 | |
| | ||||||
* | Load last content from all rooms | Konstantinos Sideris | 2017-12-30 | 1 | -0/+1 | |
| | | | | fixes #175 | |||||
* | Use `toMSecsSinceEpoch` to be compatible with qt < 5.8 | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 | |
| | ||||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 4 | -13/+91 | |
| | | | | fixes #2 | |||||
* | Use qobject_cast on TimelineItem | Konstantinos Sideris | 2017-12-30 | 1 | -2/+2 | |
| | ||||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 2 | -16/+72 | |
| | | | | fixes #157 | |||||
* | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 2 | -9/+5 | |
| | ||||||
* | Restrict display name width to 500px | Konstantinos Sideris | 2017-12-23 | 1 | -1/+3 | |
| | ||||||
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -4/+9 | |
| | | | | | | | | If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history. | |||||
* | Use the "state_key" to assign avatars | Konstantinos Sideris | 2017-12-22 | 1 | -1/+1 | |
| | | | | | fixes #113 fixes #173 | |||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 4 | -13/+94 | |
| | | | | fixes #107 | |||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 1 | -15/+26 | |
| | ||||||
* | Remove the 'Video' prefix from video links | Konstantinos Sideris | 2017-12-21 | 1 | -1/+3 | |
| | ||||||
* | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 2 | -7/+9 | |
| | ||||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 1 | -1/+2 | |
| | ||||||
* | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 1 | -18/+0 | |
| | | | | fixes #176 | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 4 | -63/+268 | |
| | | | | fixes #128 | |||||
* | Remove minimum height limit (#160, #163) | Konstantinos Sideris | 2017-12-17 | 1 | -1/+1 | |
| | ||||||
* | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 1 | -1/+1 | |
| | ||||||
* | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 2 | -5/+148 | |
| | | | | fixes #141 | |||||
* | Valgrind run | Konstantinos Sideris | 2017-12-12 | 1 | -7/+7 | |
| | | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value. | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 4 | -0/+229 | |
| | | | | fixes #25 | |||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 6 | -4/+261 | |
| | ||||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 4 | -8/+66 | |
| | ||||||
* | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 2 | -1/+47 | |
| | | | | fixes #154 | |||||
* | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 | |
| | ||||||
* | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 2 | -4/+9 | |
| | | | | | Try sending a message when all the sent messages have been received through /sync. | |||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 1 | -5/+2 | |
| | ||||||
* | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 1 | -1/+1 | |
| | ||||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 33 | -2044/+456 | |
| | ||||||
* | 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 | 5 | -151/+20 | |
| | ||||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 3 | -0/+120 | |
| | | | | fixes #115 | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 7 | -51/+132 | |
| | ||||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -73/+285 | |
| | ||||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 14 | -90/+96 | |
| | ||||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 19 | -31/+43 | |
| | ||||||
* | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 1 | -130/+11 | |
| | ||||||
* | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 1 | -44/+10 | |
| | ||||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 7 | -100/+132 | |
| | | | | fixes #24 | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 5 | -4/+327 | |
| | ||||||
* | Remove another /messages call (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -2/+0 | |
| | ||||||
* | Don't backfill messages automatically (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 | |
| | ||||||
* | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -26/+41 | |
| | ||||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 1 | -0/+9 | |
| | ||||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 6 | -18/+33 | |
| | ||||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 3 | -10/+8 | |
| | ||||||
* | Use span tags to prevent html escaping | Konstantinos Sideris | 2017-11-25 | 1 | -8/+3 | |
| | ||||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 6 | -3/+115 | |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | |||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 9 | -45/+8 | |
| | ||||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 3 | -54/+27 | |
| | ||||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 6 | -2/+62 | |
| | ||||||
* | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 18 | -84/+153 | |
|\ | ||||||
| * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 18 | -86/+155 | |
| | | | | | | | | | | | | | | 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. | |||||
* | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 3 | -28/+20 | |
|/ | | | | fixes #134 | |||||
* | Don't send empty messages | Konstantinos Sideris | 2017-11-16 | 1 | -0/+3 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 2 | -11/+17 | |
| | ||||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 4 | -49/+102 | |
| | | | [ci skip] | |||||
* | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 1 | -2/+12 | |
| | ||||||
* | 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 | 6 | -56/+17 | |
| | ||||||
* | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2017-11-07 | 1 | -1/+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 | 1 | -0/+26 | |
|/ | ||||||
* | Fix newlines not being displayed (#122) | Benjamin Saunders | 2017-11-06 | 1 | -1/+5 | |
| | | | Fixes #64 | |||||
* | Fix a formatting issue that snuck in between PRs (#123) | Benjamin Saunders | 2017-11-06 | 1 | -2/+2 | |
| | ||||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 24 | -1515/+1515 | |
| | ||||||
* | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 1 | -50/+114 | |
| | | | | | | | | | This also fixes the transmission of mis-typed commands as messages, fixes inability to send messages that start with a command, and does some initial work towards automatically resizing the input field to fit the input message. | |||||
* | Exclude modifier keys from triggering typing notifications | Konstantinos Sideris | 2017-11-05 | 1 | -4/+7 | |
| | | | | fixes #116 | |||||
* | 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 | |
| | | | | | | | | The first message of the timeline would have an avatar and the rest of the messages would use the previous to be configured (whether or not should have an avatar). fixes #63 | |||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 4 | -12/+28 | |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | |||||
* | Update issue template | Konstantinos Sideris | 2017-11-02 | 1 | -1/+2 | |
| | ||||||
* | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 3 | -8/+14 | |
| | ||||||
* | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 5 | -6/+378 | |
| | ||||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 3 | -4/+111 | |
| | ||||||
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 3 | -2/+2 | |
| | ||||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 7 | -23/+29 | |
| | ||||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 10 | -116/+214 | |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 39 | -76/+77 | |
| | ||||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 2 | -0/+118 | |
| | ||||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 1 | -1/+10 | |
| | | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline. | |||||
* | Lint | Konstantinos Sideris | 2017-10-23 | 3 | -9/+4 | |
| | ||||||
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -545/+409 | |
| | ||||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 3 | -0/+52 | |
| | ||||||
* | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 3 | -24/+24 | |
| | ||||||
* | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 2 | -13/+12 | |
| | ||||||
* | Clean unread count when the user logs out | Konstantinos Sideris | 2017-10-21 | 1 | -0/+2 | |
| | | | | fixes #60 | |||||
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 3 | -16/+48 | |
| | ||||||
* | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 2 | -9/+9 | |
| | ||||||
* | Remove sync timer | Konstantinos Sideris | 2017-10-20 | 1 | -20/+5 | |
| | ||||||
* | Make sidebar topic expand on click and fix html formatting of elided text. (#96) | Rokas Kupstys | 2017-10-20 | 2 | -4/+71 | |
| | | | Fixes #95 | |||||
* | Elide room topic | Konstantinos Sideris | 2017-10-19 | 1 | -3/+13 | |
| | ||||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 16 | -51/+120 | |
| | ||||||
* | Scroll to the bottom on new messages | Konstantinos Sideris | 2017-10-09 | 1 | -1/+6 | |
| | | | | Bug introduced on the last commit | |||||
* | Reduce timeline flickering | Konstantinos Sideris | 2017-10-09 | 1 | -14/+21 | |
| | ||||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 5 | -12/+52 | |
| | ||||||
* | Add snackbar | Konstantinos Sideris | 2017-10-08 | 1 | -0/+143 | |
| | ||||||
* | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 2 | -12/+23 | |
| | ||||||
* | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 2 | -2/+21 | |
| | ||||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 6 | -53/+76 | |
| | ||||||
* | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -0/+7 | |
| | ||||||
* | 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 | 3 | -13/+12 | |
| | ||||||
* | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 5 | -11/+113 | |
| | ||||||
* | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 2 | -20/+35 | |
| | | | | | | Make Cache constructor exception free fixes #74 | |||||
* | Fix unicode handling of replaceEmoji (#84) | Victor Berger | 2017-10-02 | 1 | -4/+4 | |
| | ||||||
* | Build lmdb on appveyor | Konstantinos Sideris | 2017-10-01 | 1 | -4/+5 | |
| | ||||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 12 | -40/+442 | |
| | | | | | | | | | | 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. | |||||
* | 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 | |
| |