summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 resultsJani Mustonen2017-08-051-1/+6
|/
* Add basic nix expressions (#47)Jani Mustonen2017-08-054-0/+32
* Drop support for XCode 7Konstantinos Sideris2017-08-052-4/+1
* 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
* 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
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-152-3/+6
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-1519-92/+156
* 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
* Improve login flow (#35)jansol2017-07-0810-131/+244
* 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
* 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
* Don't mark messages from local user as unreadKonstantinos Sideris2017-06-011-1/+7
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-312-4/+3
* 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
* 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
| * Translated using Weblate (Dutch)Bart Ribbers2017-05-291-35/+35
* | 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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 setup generatorMarcel2017-04-252-1/+234
* | Bundle fonts into the appKonstantinos Sideris2017-04-251-11/+9
* | 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 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
* 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
* 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
* 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
* 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
* 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