summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Use callbacks on MatrixClientKonstantinos Sideris2017-10-222-587/+409
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-2238-640/+159
|
* Remove cache updates from the main threadKonstantinos Sideris2017-10-214-26/+27
|
* Remove ui flickering when adding new timeline eventsKonstantinos Sideris2017-10-214-15/+14
|
* Clean unread count when the user logs outKonstantinos Sideris2017-10-211-0/+2
| | | | fixes #60
* Remove snapKonstantinos Sideris2017-10-212-32/+0
| | | | | | Incompatible Qt version 5.5.1 [ci skip]
* Use correct package for qt toolsKonstantinos Sideris2017-10-211-1/+1
|
* Update snapKonstantinos Sideris2017-10-212-2/+11
|
* Retry initial sync (#19)Konstantinos Sideris2017-10-206-19/+60
|
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-204-13/+11
|
* Remove sync timerKonstantinos Sideris2017-10-202-23/+5
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-205-6/+102
| | | Fixes #95
* Elide room topicKonstantinos Sideris2017-10-192-11/+18
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-15122-602/+358
|
* Update readmeKonstantinos Sideris2017-10-111-9/+12
|
* Fixed Version in desktop file. (#91)Vitaly Zaitsev2017-10-091-1/+1
| | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Added Fedora installation instructions. (#92)Vitaly Zaitsev2017-10-091-0/+7
| | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Scroll to the bottom on new messagesKonstantinos Sideris2017-10-091-1/+6
| | | | Bug introduced on the last commit
* Reduce timeline flickeringKonstantinos Sideris2017-10-092-18/+24
|
* Add /join command supportKonstantinos Sideris2017-10-089-12/+61
|
* Add snackbarKonstantinos Sideris2017-10-083-19/+238
|
* Drop the loading screen if consensus can't be achievedKonstantinos Sideris2017-10-083-14/+30
|
* Prevent FOUCKonstantinos Sideris2017-10-075-2/+34
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-0712-64/+87
|
* Update from Weblate. (#38)RiotTranslate2017-10-051-2/+2
| | | Minor translation fixes
* Resume sync when connectivity is establishedKonstantinos Sideris2017-10-052-1/+8
|
* Use string timeout parameterKonstantinos Sideris2017-10-051-1/+3
|
* Remove full_state from initial syncKonstantinos Sideris2017-10-041-17/+7
|
* Put typing notifications above the text inputKonstantinos Sideris2017-10-044-13/+13
|
* Receive typing notifications (#88)Konstantinos Sideris2017-10-0410-31/+170
|
* Recover from corrupted cache dataKonstantinos Sideris2017-10-033-27/+38
| | | | | | Make Cache constructor exception free fixes #74
* Fix unicode handling of replaceEmoji (#84)Victor Berger2017-10-021-4/+4
|
* Build lmdb on appveyorKonstantinos Sideris2017-10-013-12/+33
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-0123-40/+570
| | | | | | | | | | 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.
* More badgesKonstantinos Sideris2017-10-011-9/+6
|
* Remove test from formattingKonstantinos Sideris2017-10-011-1/+1
|
* Update badge counter only on changeKonstantinos Sideris2017-10-013-12/+14
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-0130-120/+61
|
* Merge pull request #82 from rokups/fix/#50mujx2017-10-012-0/+31
|\ | | | | Fixes #50.
| * Fixes #50.Rokas Kupstys2017-10-012-0/+31
|/ | | | | | 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-302-11/+11
| | | | fixes #55
* Add custom logging formatKonstantinos Sideris2017-09-301-0/+1
|
* Add missing update callsKonstantinos Sideris2017-09-304-0/+8
|
* Merge pull request #3 from elopio/snapcraftmujx2017-09-301-0/+23
|\ | | | | Add the packaging metadata to build the nheko snap
| * Add the packaging metadata to build the nheko snapLeo Arias2017-04-241-0/+23
| |
* | Remove unnecessary animationsKonstantinos Sideris2017-09-307-281/+19
| |
* | Refactor the welcome pageKonstantinos Sideris2017-09-302-91/+49
| |
* | Stop sync timer after logoutKonstantinos Sideris2017-09-302-1/+22
| | | | | | | | Silence errors from redacted events
* | Allow handling of incomplete /sync responses (#67)krombel2017-09-291-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 nameKonstantinos Sideris2017-09-281-3/+5
| |
* | Use a valid value for setWeightKonstantinos Sideris2017-09-281-1/+1
| |
* | Add missing dependencies to gentoo ebuildVictor Berger2017-09-262-4/+8
| |
* | Handle missing git submodules automaticallyKonstantinos Sideris2017-09-261-0/+6
| |
* | LintingKonstantinos Sideris2017-09-244-742/+715
| |
* | Add clang-format to ciKonstantinos Sideris2017-09-243-6/+17
| |
* | Manually remove KDE acceleratorsKonstantinos Sideris2017-09-241-4/+19
| | | | | | | | fixes #14
* | Ctrl-Q from the main window quits the application (#69)Max Sandholm2017-09-242-1/+6
| | | | | | | | | | | | Ctrl-Q from the main window now quits the application. fixes #61
* | Properly handle html tagsKonstantinos Sideris2017-09-221-2/+5
| |
* | Fix reverse iterator crashKonstantinos Sideris2017-09-221-4/+5
| |
* | Remove hdpi scalingKonstantinos Sideris2017-09-222-2/+1
| |
* | Use white as the background colorKonstantinos Sideris2017-09-206-7/+7
| |
* | Do not capitalise the organization nameKonstantinos Sideris2017-09-181-2/+2
| |
* | Add march=nativeKonstantinos Sideris2017-09-181-0/+2
| |
* | Remove off-white colorKonstantinos Sideris2017-09-165-12/+12
| |
* | Merge branch 'images'Konstantinos Sideris2017-09-1022-427/+521
|\ \
| * | Implement image uploads (#24)Konstantinos Sideris2017-09-1022-962/+1063
| | |
* | | Style change againKonstantinos Sideris2017-09-10130-6252/+6351
|/ /
* | Allow port number as part of the hostnameKonstantinos Sideris2017-09-041-1/+7
| | | | | | | | closes #21
* | Add write support for m.emote eventsKonstantinos Sideris2017-09-0311-731/+792
| | | | | | | | closes #41
* | Add read support for m.emote events (#41)Konstantinos Sideris2017-09-024-2/+73
| |
* | Linkify URLs in room topicsKonstantinos Sideris2017-08-262-107/+122
| | | | | | | | closes #52
* | Remove cache data when the user logs outKonstantinos Sideris2017-08-263-1/+16
| |
* | Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-266-932/+945
| |
* | Remove nick colorsKonstantinos Sideris2017-08-268-787/+751
| |
* | Fix login UXKonstantinos Sideris2017-08-212-6/+15
| | | | | | | | | | | | | | 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-202-27/+74
| |
* | Small style changeKonstantinos Sideris2017-08-20120-2417/+2899
| |
* | Add missing destructorsKonstantinos Sideris2017-08-151-0/+6
| |
* | Ghetto room switcherKonstantinos Sideris2017-08-157-2/+224
| |
* | Focus on the text input when switching roomsKonstantinos Sideris2017-08-142-0/+7
| |
* | Update the last sender from the initial paginationKonstantinos Sideris2017-08-144-22/+36
| |
* | Don't overwrite last userKonstantinos Sideris2017-08-131-9/+6
| |
* | TypoKonstantinos Sideris2017-08-131-1/+1
| |
* | Create app bundle for macOSKonstantinos Sideris2017-08-136-20/+63
| |
* | macOS: Get rid of text field's focus borderKonstantinos Sideris2017-08-121-4/+7
| |
* | Update AUR build script with lmdbKonstantinos Sideris2017-08-101-8/+15
| |
* | Remove unused variableKonstantinos Sideris2017-08-061-5/+0
| |
* | Use 'You' instead of your own user idKonstantinos Sideris2017-08-061-6/+12
| |
* | Display the most recent message instead of the topicKonstantinos Sideris2017-08-0611-7/+139
| | | | | | | | closes #11
* | Avoid header conflict (second attempt)Konstantinos Sideris2017-08-061-2/+2
| |
* | Fix full screen image viewer on macOS sierraKonstantinos Sideris2017-08-062-27/+17
| |
* | The emoji panel shouldn't steal focus from other windowsKonstantinos Sideris2017-08-051-0/+1
| |
* | Merge pull request #48 from JaniM/patch-1mujx2017-08-051-1/+6
|\ \ | | | | | | Nix: ignore earlier build results
| * | Nix: ignore earlier build resultsJani Mustonen2017-08-051-1/+6
|/ /
* | Add basic nix expressions (#47)Jani Mustonen2017-08-054-0/+32
| | | | | | Allows `nix-build` for basic building and `nix-env -f . -i` for installing.
* | Drop support for XCode 7Konstantinos Sideris2017-08-052-4/+1
| | | | | | | | lmdbxx requires support for thread_local which is not available on that clang version.
* | Rename Event.h header to avoid header conflictKonstantinos Sideris2017-08-051-1/+1
| |
* | Include lmdb headerKonstantinos Sideris2017-08-051-0/+2
| |
* | Remove extra exception catchKonstantinos Sideris2017-08-051-2/+0
| |
* | Keep fetching history until the scrollbar gets activatedKonstantinos Sideris2017-08-055-10/+28
| |
* | Parse utf-8 data properlyKonstantinos Sideris2017-08-011-1/+1
| |
* | Update readme and travis for lmdbKonstantinos Sideris2017-07-303-14/+29
| |
* | Initial support for state cacheKonstantinos Sideris2017-07-3014-15/+631
| | | | | | | | - Adds detection for duplicate events
* | Add serialization on matrix eventsKonstantinos Sideris2017-07-3027-12/+285
| |
* | Append backwards events after the spacerKonstantinos Sideris2017-07-301-1/+1
| |
* | Save and restore app's window sizeKonstantinos Sideris2017-07-304-3/+40
| | | | | | | | closes #46
* | Fix small timestamp misalignmentKonstantinos Sideris2017-07-152-3/+6
| |
* | Use pixels to specify the font sizesKonstantinos Sideris2017-07-1519-92/+156
| | | | | | | | | | | | | | 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-094-18/+16
| |
* | Add Gentoo build and installation instructions (#45)PureTryOut2017-07-093-1/+57
| |
* | Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-096-10/+103
| | | | | | | | - Add icon set on mac for future packaging
* | Improve login flow (#35)jansol2017-07-0810-131/+244
| | | | | | | | | | * 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)george99g2017-07-041-1/+1
| |
* | Slow down spinnerKonstantinos Sideris2017-07-022-5/+9
| |
* | Show unread count on MacOs toolbarKonstantinos Sideris2017-07-012-0/+19
| |
* | Remove hardcoded font sizes on the top bars and text inputKonstantinos Sideris2017-07-016-17/+42
| |
* | Add option for the default font sizeKonstantinos Sideris2017-07-012-2/+8
| |
* | Set emoji size relative to the default fontKonstantinos Sideris2017-07-012-1/+8
| |
* | Remove hardcoded font sizes, margins etcKonstantinos Sideris2017-07-015-69/+132
| | | | | | | | - Fixes small font issue on MacOs
* | Don't collapse room listKonstantinos Sideris2017-06-061-0/+1
| |
* | Repaint when the room avatar is receivedKonstantinos Sideris2017-06-052-3/+4
| |
* | Lazy load initial timeline eventsKonstantinos Sideris2017-06-054-10/+14
| |
* | Fix scrolling flickering on backwards paginationKonstantinos Sideris2017-06-052-7/+21
| |
* | Experimental support for user avatars in timelineKonstantinos Sideris2017-06-059-101/+412
| |
* | Show confirmation dialog on logoutKonstantinos Sideris2017-06-0213-15/+155
| | | | | | | | | | | | Minor stylistic refactoring closes #29
* | Don't mark messages from local user as unreadKonstantinos Sideris2017-06-011-1/+7
| | | | | | | | closes #37
* | Be explicit about the text color on the context menuKonstantinos Sideris2017-05-312-4/+3
| | | | | | | | [ci skip]
* | Add context menu on RoomList itemsKonstantinos Sideris2017-05-316-17/+70
| |
* | Add menu to toggle notificationsKonstantinos Sideris2017-05-319-31/+163
| |
* | Add drop shadow to emoji panelKonstantinos Sideris2017-05-314-140/+245
| | | | | | | | - Minor refactoring
* | Show a warning for Qt < 5.7Konstantinos Sideris2017-05-301-1/+1
| |
* | Explicitly define 5.7 as the minimum required Qt versionKonstantinos Sideris2017-05-301-0/+7
| |
* | Create a named device on loginKonstantinos Sideris2017-05-301-1/+13
| |
* | Merge branch 'RiotTranslate-weblate-nheko-nheko'Konstantinos Sideris2017-05-302-70/+70
|\ \
| * | Translated using Weblate (German)Krombel2017-05-301-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 Ribbers2017-05-291-35/+35
| | | | | | | | | | | | | | | | | | | | | Currently translated at 97.0% (33 of 34 strings) Translation: Nheko/Nheko Translate-URL: https://translate.nordgedanken.de/projects/nheko/nheko/nl/
* | | Add weblate badgeKonstantinos Sideris2017-05-301-1/+1
|/ /
* | Fill out translation fields for englishKonstantinos Sideris2017-05-291-34/+34
| |
* | Add qt-tools as a dependencyKonstantinos Sideris2017-05-293-4/+4
| |
* | Add translation file for englishKonstantinos Sideris2017-05-294-3/+198
| |
* | Set up translationsKonstantinos Sideris2017-05-2912-48/+658
| |
* | Update testsKonstantinos Sideris2017-05-271-5/+5
| |
* | Fetch avatar thumbnail instead of the original imageKonstantinos Sideris2017-05-271-6/+20
| | | | | | | | closes #31
* | Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-269-50/+220
| |
* | Add custom scrollbar on the timelineKonstantinos Sideris2017-05-248-13/+170
| |
* | Don't show the landing page when there is an active userKonstantinos Sideris2017-05-222-16/+31
| |
* | Increase tray icon's bubble sizeKonstantinos Sideris2017-05-222-2/+6
| |
* | pixelSize -> pointSizeKonstantinos Sideris2017-05-221-1/+1
| |
* | Properly quit app on tray icon's actionKonstantinos Sideris2017-05-211-1/+4
| | | | | | | | closes #30
* | Be explicit about room's name colorKonstantinos Sideris2017-05-211-0/+1
| |
* | Minimize to trayKonstantinos Sideris2017-05-219-1/+203
| |
* | Snappy sidebarKonstantinos Sideris2017-05-1911-236/+172
| |
* | Remove RoomList UI formKonstantinos Sideris2017-05-194-180/+37
| |
* | Reverse colors on selection for the unread message bubbleKonstantinos Sideris2017-05-191-2/+12
| |
* | Add hover color on RoomList itemsKonstantinos Sideris2017-05-192-1/+5
| |
* | Simplify room list itemKonstantinos Sideris2017-05-195-124/+245
| |
* | Replace include guards with #pragma onceKonstantinos Sideris2017-05-1666-266/+66
| |
* | Add geometry animation on emoji pickerKonstantinos Sideris2017-05-162-9/+28
| |
* | Show user info even if the display name or avatar are missingKonstantinos Sideris2017-05-164-15/+19
| |
* | Clear room state on logoutKonstantinos Sideris2017-05-161-0/+1
| |
* | Remove MainWindow ui formKonstantinos Sideris2017-05-144-56/+12
| |
* | Add missing parentsKonstantinos Sideris2017-05-141-3/+3
| |
* | Make InputValidator class members staticKonstantinos Sideris2017-05-146-46/+22
| |
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItemsKonstantinos Sideris2017-05-146-20/+7
| |
* | Fix ripple size on RoomListItemKonstantinos Sideris2017-05-141-3/+3
| |
* | Update prev_batch only while paginatingKonstantinos Sideris2017-05-132-1/+5
| |
* | Initial support for backwards paginationKonstantinos Sideris2017-05-1210-94/+388
| |
* | Highlight URLs in TimelineViewKonstantinos Sideris2017-05-112-6/+19
| |
* | Prefer non UserId as display namesKonstantinos Sideris2017-05-101-1/+5
| |
* | Restrict inline image size to its minimumKonstantinos Sideris2017-05-101-4/+3
| |
* | Check for nullptr before deleteKonstantinos Sideris2017-05-101-4/+8
| |
* | Update installation instructionsKonstantinos Sideris2017-05-092-16/+24
| |
* | Add PKGBUILDKonstantinos Sideris2017-05-092-0/+60
| | | | | | | | Thanks @ha:matrix.org for the initial script
* | Save the user defined domain instead of the one provided by login responseKonstantinos Sideris2017-05-093-10/+8
| |
* | Add settings panel for homeserver's domainKonstantinos Sideris2017-05-097-13/+175
| |
* | Initial support for display namesKonstantinos Sideris2017-05-085-9/+39
| |
* | Add sync timeoutKonstantinos Sideris2017-05-081-0/+1
| |
* | Add tests on travisKonstantinos Sideris2017-05-084-1/+31
| |
* | Fix windows buildKonstantinos Sideris2017-05-081-3/+3
| |
* | Use strongly typed enumsKonstantinos Sideris2017-05-0817-79/+77
| |
* | Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0745-283/+1902
| | | | | | | | | | - 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-0425-1/+101
| |
* | Add StateEventKonstantinos Sideris2017-05-042-0/+112
| |
* | Add RoomEventKonstantinos Sideris2017-05-042-0/+151
| |
* | Add base Event classKonstantinos Sideris2017-05-044-0/+225
| |
* | Add event contentsKonstantinos Sideris2017-05-0423-7/+1517
| |
* | macOS fixes (#15)Matthew Hodgson2017-05-044-12/+26
| | | | | | | | | | | | | | - Improve build instructions. - Fix fullscreen image sizing. - Remove horizontal overscroll of RoomInfoListItem.
* | Set application attributes before QApplicationKonstantinos Sideris2017-05-031-2/+2
| |
* | Set text color for QLineEditKonstantinos Sideris2017-05-032-0/+6
| |
* | Don't set the font size with a stylesheetKonstantinos Sideris2017-05-021-6/+7
| |
* | Enable high dpiKonstantinos Sideris2017-05-011-0/+2
| |
* | Add lint ruleKonstantinos Sideris2017-04-305-4/+10
| |
* | Fix MainWindow being out of focus when the fullscreen overlay is closedKonstantinos Sideris2017-04-302-3/+16
| | | | | | | | That was probably a Linux specific issue or my mouse is buggy.
* | Close fullscreen overlay with out of contents clickKonstantinos Sideris2017-04-301-0/+2
| |
* | Add full screen overlay for image displayKonstantinos Sideris2017-04-304-3/+168
| |
* | Show image text overlay on hoverKonstantinos Sideris2017-04-301-8/+11
| |
* | Add initial support for inline imagesKonstantinos Sideris2017-04-2810-5/+382
| |
* | Rename History to TimelineKonstantinos Sideris2017-04-279-73/+73
| | | | | | | | In order to be compatible with the Matrix terminology
* | Set travis to Qt5.8Konstantinos Sideris2017-04-271-1/+1
| |
* | Set Qt5.7 as the minimum required versionKonstantinos Sideris2017-04-272-6/+7
| |
* | Exclude m.room.member events from initial syncKonstantinos Sideris2017-04-271-0/+6
| |
* | Make initial size widerKonstantinos Sideris2017-04-261-1/+1
| |
* | Update screen-shotKonstantinos Sideris2017-04-261-1/+1
| |
* | Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-269-9/+494
| |
* | Merge pull request #6 from MTRNord/patch-1mujx2017-04-252-1/+234
|\ \ | | | | | | Add NSIS installer
| * | Add nsis setup generatorMarcel2017-04-252-1/+234
| | | | | | | | | | | | | | | | | | fix dll issues fix openssl dll issues
* | | Bundle fonts into the appKonstantinos Sideris2017-04-251-11/+9
| | | | | | | | | | | | | | | | | | - Create QApplication instance before font initialization, otherwise QFontDatabase crashes. - Fix broken QRC font paths
* | | Add .ico and .bmp logos for Windows installerKonstantinos Sideris2017-04-253-0/+0
|/ /
* | Remove invalid fontKonstantinos Sideris2017-04-251-0/+0
| |
* | Merge pull request #8 from walle303/mastermujx2017-04-251-3/+3
|\ \ | | | | | | Change windows build to Release
| * | Change windows build to releasewalle3032017-04-241-3/+3
|/ /
* | Set allowed TLD size to 63 charsKonstantinos Sideris2017-04-241-1/+1
| |
* | Don't set initial room with an empty room listKonstantinos Sideris2017-04-241-0/+3
| |
* | Add common style for the scroll barsKonstantinos Sideris2017-04-243-7/+10
|/
* Add matrix roomKonstantinos Sideris2017-04-241-0/+1
|
* Add full emoji supportKonstantinos Sideris2017-04-2340-17/+2715
|
* Update screenKonstantinos Sideris2017-04-211-1/+1
|
* Add logo iconsKonstantinos Sideris2017-04-2113-21/+35
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-1918-12/+41
|
* Update unread messages for the current room when the app is inactiveKonstantinos Sideris2017-04-161-3/+9
|
* Show the unread message count on the window titleKonstantinos Sideris2017-04-156-1/+41
|
* Move the main window to the centerKonstantinos Sideris2017-04-152-1/+9
|
* Add initial support for unread message countKonstantinos Sideris2017-04-1511-11/+102
| | | | - Add border width on Badge
* Update screenKonstantinos Sideris2017-04-141-1/+1
|
* Use color generator for nick namesKonstantinos Sideris2017-04-146-38/+60
|
* Use light themeKonstantinos Sideris2017-04-1413-44/+48
|
* Add proper struct initializationKonstantinos Sideris2017-04-132-4/+9
|
* Initial implementation for local echoKonstantinos Sideris2017-04-1310-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.
* Don't use icons as room avatarsKonstantinos Sideris2017-04-122-3/+2
|
* Use less contrast on the sidebarKonstantinos Sideris2017-04-123-5/+6
|
* Small stylistic changesKonstantinos Sideris2017-04-123-12/+9
|
* Add style for m.noticeKonstantinos Sideris2017-04-121-1/+4
| | | | Tone down the main text color
* Use a single nick to color mapKonstantinos Sideris2017-04-114-47/+49
|
* Update CIKonstantinos Sideris2017-04-113-6/+15
|
* Decrease button's animation durationKonstantinos Sideris2017-04-111-2/+2
|
* Remove halo animationKonstantinos Sideris2017-04-113-140/+0
|
* Remove capitalizationKonstantinos Sideris2017-04-113-36/+31
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-1115-220/+214
|
* Make the timer single shotKonstantinos Sideris2017-04-114-12/+24
|
* Allow message text selectionKonstantinos Sideris2017-04-101-0/+1
|
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-103-0/+13
|
* Hide horizontal scroll bar on history viewKonstantinos Sideris2017-04-102-2/+2
|
* Use QString::simplified instead of regexKonstantinos Sideris2017-04-102-3/+3
|
* Update readmeKonstantinos Sideris2017-04-101-9/+25
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-103-14/+14
|
* Sanitize room info for displayKonstantinos Sideris2017-04-102-13/+17
|
* Disable travis notificationsKonstantinos Sideris2017-04-091-0/+3
| | | | [ci skip]
* Remove exception specificationsKonstantinos Sideris2017-04-0912-45/+45
|
* Add appveyor CIKonstantinos Sideris2017-04-093-10/+41
|
* Add travis CIKonstantinos Sideris2017-04-095-9/+43
|