summary refs log tree commit diff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable typing notificationsKonstantinos Sideris2018-01-141-0/+9
| | | | fixes #131
* Add a checkmark to messages that have been received by the server (#93)Konstantinos Sideris2018-01-141-0/+1
|
* Move timestamps to the rightKonstantinos Sideris2018-01-142-8/+27
|
* Keep syncing regardless of connectivity (#93)Konstantinos Sideris2018-01-131-1/+1
|
* Make some functions inlineKonstantinos Sideris2018-01-131-22/+25
|
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-134-16/+24
|
* Upload filter automatically and use filter_id (#201)krombel2018-01-131-0/+1
| | | | | | | | | | | 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.
* Properly assign default value to QSharedPointer for Qt5.7Konstantinos Sideris2018-01-121-3/+4
| | | | [ci skip]
* Use Q_NULLPTR to be compatible with qt5.7Konstantinos Sideris2018-01-121-4/+4
| | | | fixes #199
* Handle surrogate pairs in avatarsKonstantinos Sideris2018-01-122-2/+7
|
* Dismiss modal by clicking on the overlayKonstantinos Sideris2018-01-111-0/+4
|
* LintKonstantinos Sideris2018-01-111-2/+2
| | | | [ci skip]
* Filter out content in sync that is currently unhandled (#198)krombel2018-01-111-0/+3
| | | | | | | | | | | | | | | 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]
* Add support for pasting images into a room (#180)christarazi2018-01-109-12/+103
| | | fixes #132
* Make group's sidebar visible through an optionKonstantinos Sideris2018-01-092-1/+20
|
* Communities (#195)Max Sandholm2018-01-098-6/+246
|
* Enable read receipts on messages sent through nhekoKonstantinos Sideris2018-01-051-0/+1
|
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-053-10/+46
|
* Add missing <functional> headerKonstantinos Sideris2018-01-031-0/+1
|
* Initial support for read receiptsKonstantinos Sideris2018-01-038-5/+132
|
* Re-order room list based on activityKonstantinos Sideris2017-12-304-3/+34
| | | | fixes #2
* Add date separator in the timelineKonstantinos Sideris2017-12-254-3/+8
| | | | fixes #157
* Use a better regex to identify URLsKonstantinos Sideris2017-12-242-3/+9
|
* Don't keep fetching history on non-visible timelinesKonstantinos Sideris2017-12-231-2/+4
| | | | | | | | 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.
* Cache room avatars (#139)Konstantinos Sideris2017-12-223-1/+13
| | | | fixes #107
* Add rounded corners to inline imagesKonstantinos Sideris2017-12-211-0/+3
|
* Fix font size inconsistenciesKonstantinos Sideris2017-12-211-1/+5
|
* Bump font sizesKonstantinos Sideris2017-12-211-6/+6
|
* Prevent emoji selector for closingKonstantinos Sideris2017-12-211-1/+0
| | | | fixes #176
* Handle incoming invitesKonstantinos Sideris2017-12-194-24/+69
| | | | fixes #128
* Allow only one application instanceKonstantinos Sideris2017-12-141-0/+31
| | | | fixes #141
* Valgrind runKonstantinos Sideris2017-12-121-1/+1
| | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value.
* Add dialog to create roomsKonstantinos Sideris2017-12-113-0/+52
| | | | fixes #25
* Add menu to invite usersKonstantinos Sideris2017-12-104-0/+76
|
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-103-3/+21
|
* Reset cache on breaking changesKonstantinos Sideris2017-12-101-0/+3
| | | | fixes #154
* Add style colors for the ScrollBarKonstantinos Sideris2017-12-051-0/+12
|
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-0435-1722/+189
|
* Initial integration with matrix-structsKonstantinos Sideris2017-12-033-92/+0
|
* Add basic support for m.video messagesKonstantinos Sideris2017-12-012-0/+65
| | | | fixes #115
* Allow audio clip uploadsKonstantinos Sideris2017-12-018-5/+15
|
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-015-17/+175
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-3013-39/+67
|
* Create directories for related filesKonstantinos Sideris2017-11-3015-1/+2
|
* Use templates for the TimelineItem generationKonstantinos Sideris2017-11-301-9/+79
|
* Simplify timeline item creationKonstantinos Sideris2017-11-301-10/+26
|
* Implement file uploadsKonstantinos Sideris2017-11-296-2/+79
| | | | fixes #24
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-284-0/+108
|
* Reload theme without restart (#137)Konstantinos Sideris2017-11-251-2/+3
|
* Paint RoomList's background (#137)Konstantinos Sideris2017-11-251-0/+3
|
* Add dark themeKonstantinos Sideris2017-11-251-1/+3
|
* Update system themeKonstantinos Sideris2017-11-252-2/+2
|
* Send read receiptsKonstantinos Sideris2017-11-245-1/+11
| | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68
* Remove unnecessary commentsKonstantinos Sideris2017-11-227-7/+7
|
* Fix emoji picker's themeKonstantinos Sideris2017-11-222-9/+3
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-226-0/+16
|
* Merge branch 'theme'Konstantinos Sideris2017-11-228-8/+74
|\
| * Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-168-8/+74
| | | | | | | | | | | | | | 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 managerKonstantinos Sideris2017-11-211-2/+3
|/ | | | fixes #134
* LintKonstantinos Sideris2017-11-152-5/+8
|
* Implement a per-room send queue. (#118)Jani Mustonen2017-11-153-12/+29
| | | [ci skip]
* Improve settings menu layoutKonstantinos Sideris2017-11-091-2/+7
|
* Remove unnecessary layoutsKonstantinos Sideris2017-11-081-8/+3
|
* Parse unsigned keyKonstantinos Sideris2017-11-061-0/+26
|
* Add input history, enable multi-line input, refactor commands (#119)Benjamin Saunders2017-11-051-11/+21
| | | | | | | | | 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.
* Improvements to the quick switcher (#109)Jani Mustonen2017-11-032-1/+3
| | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114
* Implement a setting for the tray icon (#108)Jani Mustonen2017-11-021-0/+1
|
* Add dummy settings menuKonstantinos Sideris2017-11-025-0/+199
|
* Implemented sending of typing notifications (#105)Thomas Herzog2017-10-313-2/+19
|
* Add missing headersKonstantinos Sideris2017-10-281-0/+1
|
* Display user avatar changesKonstantinos Sideris2017-10-281-3/+9
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-282-2/+28
| | | | | | - 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 headersKonstantinos Sideris2017-10-2832-119/+119
|
* Add scroll-down buttonKonstantinos Sideris2017-10-272-0/+30
|
* Adjust scrollbar only after pagination (#94)Konstantinos Sideris2017-10-271-0/+2
| | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline.
* LintKonstantinos Sideris2017-10-232-21/+6
|
* Use callbacks on MatrixClientKonstantinos Sideris2017-10-221-42/+0
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-2234-639/+106
|
* Remove ui flickering when adding new timeline eventsKonstantinos Sideris2017-10-211-1/+1
|
* Retry initial sync (#19)Konstantinos Sideris2017-10-203-3/+12
|
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-202-4/+2
|
* Remove sync timerKonstantinos Sideris2017-10-201-3/+0
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-202-2/+29
| | | Fixes #95
* Elide room topicKonstantinos Sideris2017-10-191-8/+5
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-1533-178/+195
|
* Reduce timeline flickeringKonstantinos Sideris2017-10-091-4/+3
|
* Add /join command supportKonstantinos Sideris2017-10-084-0/+9
|
* Add snackbarKonstantinos Sideris2017-10-081-0/+80
|
* Drop the loading screen if consensus can't be achievedKonstantinos Sideris2017-10-081-2/+7
|
* Prevent FOUCKonstantinos Sideris2017-10-073-0/+13
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-076-11/+11
|
* Resume sync when connectivity is establishedKonstantinos Sideris2017-10-051-1/+1
|
* Put typing notifications above the text inputKonstantinos Sideris2017-10-041-0/+1
|
* Receive typing notifications (#88)Konstantinos Sideris2017-10-044-5/+40
|
* Recover from corrupted cache dataKonstantinos Sideris2017-10-031-7/+3
| | | | | | Make Cache constructor exception free fixes #74
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-0110-0/+124
| | | | | | | | | | 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 changeKonstantinos Sideris2017-10-011-1/+1
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-016-24/+18
|
* Fixes #50.Rokas Kupstys2017-10-011-0/+2
| | | | | | 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 activeKonstantinos Sideris2017-09-301-1/+3
| | | | fixes #55
* Add missing update callsKonstantinos Sideris2017-09-302-0/+5
|
* Remove unnecessary animationsKonstantinos Sideris2017-09-302-90/+1
|
* Refactor the welcome pageKonstantinos Sideris2017-09-301-21/+2
|
* Merge branch 'images'Konstantinos Sideris2017-09-1010-164/+92
|\
| * Implement image uploads (#24)Konstantinos Sideris2017-09-1010-264/+192
| |
* | Style change againKonstantinos Sideris2017-09-1068-1466/+1489
|/
* Add write support for m.emote eventsKonstantinos Sideris2017-09-035-128/+178
| | | | closes #41
* Add read support for m.emote events (#41)Konstantinos Sideris2017-09-022-0/+7
|
* Linkify URLs in room topicsKonstantinos Sideris2017-08-261-28/+36
| | | | closes #52
* Remove cache data when the user logs outKonstantinos Sideris2017-08-261-0/+10
|
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-263-105/+107
|
* Remove nick colorsKonstantinos Sideris2017-08-263-139/+136
|
* Fix login UXKonstantinos Sideris2017-08-211-0/+2
| | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22
* Place the completion popup under the search widgetKonstantinos Sideris2017-08-201-0/+11
|
* Small style changeKonstantinos Sideris2017-08-2049-306/+460
|
* Add missing destructorsKonstantinos Sideris2017-08-151-0/+6
|
* Ghetto room switcherKonstantinos Sideris2017-08-152-0/+66
|
* Focus on the text input when switching roomsKonstantinos Sideris2017-08-141-0/+6
|
* Update the last sender from the initial paginationKonstantinos Sideris2017-08-142-2/+3
|
* Display the most recent message instead of the topicKonstantinos Sideris2017-08-065-2/+32
| | | | closes #11
* Fix full screen image viewer on macOS sierraKonstantinos Sideris2017-08-061-6/+2
|
* Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-052-2/+5
|
* Initial support for state cacheKonstantinos Sideris2017-07-305-0/+80
| | | | - Adds detection for duplicate events
* Add serialization on matrix eventsKonstantinos Sideris2017-07-3015-12/+111
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-302-0/+12
| | | | closes #46
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-1/+1
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-157-24/+71
| | | | | | | 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.
* LintingKonstantinos Sideris2017-07-091-2/+0
|
* Improve login flow (#35)jansol2017-07-083-19/+36
| | | | | * 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
* Slow down spinnerKonstantinos Sideris2017-07-021-0/+3
|
* Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-013-2/+15
|
* Set emoji size relative to the default fontKonstantinos Sideris2017-07-011-0/+3
|
* Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-012-4/+11
| | | | - Fixes small font issue on MacOs
* Repaint when the room avatar is receivedKonstantinos Sideris2017-06-051-0/+1
|
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-1/+1
|
* Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-051-1/+5
|
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-053-4/+72
|
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-023-0/+50
| | | | | | Minor stylistic refactoring closes #29
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-3/+3
| | | | [ci skip]
* Add context menu on RoomList itemsKonstantinos Sideris2017-05-312-2/+19
|
* Add menu to toggle notificationsKonstantinos Sideris2017-05-314-2/+96
|
* Add drop shadow to emoji panelKonstantinos Sideris2017-05-312-13/+110
| | | | - Minor refactoring
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-264-13/+46
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-242-0/+55
|
* Don't show the landing page when there is an active userKonstantinos Sideris2017-05-221-0/+2
|
* Increase tray icon's bubble sizeKonstantinos Sideris2017-05-221-1/+1
|
* Minimize to trayKonstantinos Sideris2017-05-213-0/+69
|
* Snappy sidebarKonstantinos Sideris2017-05-194-10/+24
|
* Remove RoomList UI formKonstantinos Sideris2017-05-191-8/+6
|
* Add hover color on RoomList itemsKonstantinos Sideris2017-05-191-1/+1
|
* Simplify room list itemKonstantinos Sideris2017-05-192-30/+54
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-1666-266/+66
|
* Add geometry animation on emoji pickerKonstantinos Sideris2017-05-161-1/+11
|
* Show user info even if the display name or avatar are missingKonstantinos Sideris2017-05-161-1/+1
|
* Remove MainWindow ui formKonstantinos Sideris2017-05-141-8/+0
|
* Make InputValidator class members staticKonstantinos Sideris2017-05-143-28/+7
|
* Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-143-3/+2
|
* Update prev_batch only while paginatingKonstantinos Sideris2017-05-131-0/+1
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-123-8/+100
|
* Highlight URLs in TimelineViewKonstantinos Sideris2017-05-111-2/+2
|
* Save the user defined domain instead of the one provided by login responseKonstantinos Sideris2017-05-091-4/+4
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-093-1/+53
|
* Initial support for display namesKonstantinos Sideris2017-05-081-0/+3
|
* Fix windows buildKonstantinos Sideris2017-05-081-3/+3
|
* Use strongly typed enumsKonstantinos Sideris2017-05-0810-31/+29
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0721-73/+727
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add matrix::events namespaceKonstantinos Sideris2017-05-0413-0/+78
|
* Add StateEventKonstantinos Sideris2017-05-041-0/+67
|
* Add RoomEventKonstantinos Sideris2017-05-041-0/+94
|
* Add base Event classKonstantinos Sideris2017-05-041-0/+89
|
* Add event contentsKonstantinos Sideris2017-05-0410-0/+560
|
* macOS fixes (#15)Matthew Hodgson2017-05-041-0/+3
| | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem.
* Add lint ruleKonstantinos Sideris2017-04-303-3/+3
|
* Fix MainWindow being out of focus when the fullscreen overlay is closedKonstantinos Sideris2017-04-301-0/+6
| | | | That was probably a Linux specific issue or my mouse is buggy.
* Add full screen overlay for image displayKonstantinos Sideris2017-04-301-0/+44
|
* Add initial support for inline imagesKonstantinos Sideris2017-04-284-2/+87
|
* Rename History to TimelineKonstantinos Sideris2017-04-274-19/+19
| | | | In order to be compatible with the Matrix terminology
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-264-4/+184
|
* Add full emoji supportKonstantinos Sideris2017-04-237-3/+277
|
* Add logo iconsKonstantinos Sideris2017-04-211-1/+2
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+2
|
* Show the unread message count on the window titleKonstantinos Sideris2017-04-153-0/+11
|
* Add initial support for unread message countKonstantinos Sideris2017-04-155-2/+16
| | | | - Add border width on Badge
* Use color generator for nick namesKonstantinos Sideris2017-04-141-1/+0
|
* Add proper struct initializationKonstantinos Sideris2017-04-131-0/+8
|
* Initial implementation for local echoKonstantinos Sideris2017-04-135-4/+44
| | | | | | | | | | | | | 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.
* Use a single nick to color mapKonstantinos Sideris2017-04-112-5/+4
|
* Remove halo animationKonstantinos Sideris2017-04-111-34/+0
|
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-116-39/+42
|
* Make the timer single shotKonstantinos Sideris2017-04-112-0/+2
|
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-101-0/+1
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-1/+1
|
* Remove exception specificationsKonstantinos Sideris2017-04-096-24/+24
|
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+2
|
* Add logout buttonKonstantinos Sideris2017-04-097-4/+24
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-082-3/+84
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-0/+5
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-069-54/+168
|
* Initial commitKonstantinos Sideris2017-04-0631-0/+2338