summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Clear text fields after loginKonstantinos Sideris2017-04-093-0/+9
|
* Add logout buttonKonstantinos Sideris2017-04-0917-41/+166
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-087-21/+216
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-075-21/+30
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-0619-196/+198
|
* Initialize sync timerKonstantinos Sideris2017-04-062-2/+5
|
* Add rule for release buildsKonstantinos Sideris2017-04-062-4/+39
|
* Add missing MakefileKonstantinos Sideris2017-04-062-1/+11
|
* Add readmeKonstantinos Sideris2017-04-061-0/+50
|
* Initial commitKonstantinos Sideris2017-04-0692-0/+8418