summary refs log tree commit diff
path: root/include/LoginPage.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-16Handle null values on eventsKonstantinos Sideris1-0/+0
2017-12-16Dump json contents on parsing errorsKonstantinos Sideris1-0/+0
2017-12-16Improve logging on event parsing failureKonstantinos Sideris2-1/+1
2017-12-16Remove submodules from matrix-structsKonstantinos Sideris3-1/+4
fixes #164
2017-12-16Update package.nix to include QT Multimedia (#165)Jani Mustonen1-2/+2
2017-12-14Allow only one application instanceKonstantinos Sideris4-5/+180
fixes #141
2017-12-14Upgrade appveyor to Qt 5.9.2Konstantinos Sideris1-2/+2
2017-12-14Create appimage with dockerKonstantinos Sideris2-0/+50
[ci skip]
2017-12-12Remove -march=nativeKonstantinos Sideris1-1/+0
[ci skip]
2017-12-12Valgrind runKonstantinos Sideris2-8/+8
- Fix a memory leak where a layout was created without being used. - Fix uninitialized value.
2017-12-11Add dialog to create roomsKonstantinos Sideris11-0/+285
fixes #25
2017-12-11Add system theme colors for FloatingButton (#112)Konstantinos Sideris1-0/+5
2017-12-10Add menu to invite usersKonstantinos Sideris17-4/+360
2017-12-10Add gui option for joining rooms (#25)Konstantinos Sideris9-13/+98
2017-12-10Add debug info on travis buildsKonstantinos Sideris1-2/+1
2017-12-10Reset cache on breaking changesKonstantinos Sideris3-1/+50
fixes #154
2017-12-10Handle malformed state eventsKonstantinos Sideris1-0/+0
2017-12-07Add release target on the MakefileKonstantinos Sideris1-0/+4
closes #146 [ci skip]
2017-12-07Handle malformed m.topic eventsKonstantinos Sideris1-0/+0
fixes #152
2017-12-06Catch deserialization exceptions on initial /syncKonstantinos Sideris1-1/+1
2017-12-06docs: Update required Clang version and Ubuntu 14.04 instructions (#150)alphapapa1-1/+10
[ci skip]
2017-12-06Fix invited rooms parsingKonstantinos Sideris1-0/+0
fixes #149
2017-12-06Update build instructions to include the latest changesKonstantinos Sideris1-4/+4
[ci skip]
2017-12-06Prevent queue from getting blocked (#142)Konstantinos Sideris2-4/+9
Try sending a message when all the sent messages have been received through /sync.
2017-12-05Use the same compiler for cKonstantinos Sideris1-4/+8
2017-12-05Add style colors for the ScrollBarKonstantinos Sideris5-5/+29
2017-12-05Update dependenciesKonstantinos Sideris1-0/+0
2017-12-04Fix travis errorsKonstantinos Sideris2-2/+1
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris77-4963/+649
2017-12-03Run tests only with gccKonstantinos Sideris1-1/+3
2017-12-03Bump gcc and clang versionKonstantinos Sideris3-3/+18
2017-12-03Use std::exception for the login responseKonstantinos Sideris1-1/+1
2017-12-03Initial integration with matrix-structsKonstantinos Sideris11-247/+29
2017-12-01Add basic support for m.video messagesKonstantinos Sideris5-0/+185
fixes #115
2017-12-01Allow audio clip uploadsKonstantinos Sideris18-56/+165
2017-12-01Install qt-multimedia on travisKonstantinos Sideris1-1/+1
2017-12-01Add inline audio clip player (m.audio) (#143)Konstantinos Sideris16-93/+472
2017-11-30Group emoji and dialogs with namespacesKonstantinos Sideris31-179/+200
2017-11-30Create directories for related filesKonstantinos Sideris35-96/+124
2017-11-30Use templates for the TimelineItem generationKonstantinos Sideris2-139/+90
2017-11-30Simplify timeline item creationKonstantinos Sideris2-54/+36
2017-11-29Implement file uploadsKonstantinos Sideris13-102/+211
fixes #24
2017-11-28Add read support for m.file messages (#24)Konstantinos Sideris16-4/+457
2017-11-26Remove another /messages call (#139)Konstantinos Sideris1-2/+0
2017-11-26Add desktop icons on the AppImageKonstantinos Sideris4-7/+27
2017-11-26Don't backfill messages automatically (#139)Konstantinos Sideris1-1/+0
2017-11-25Reload theme without restart (#137)Konstantinos Sideris3-28/+44
2017-11-25Paint RoomList's background (#137)Konstantinos Sideris4-7/+29
2017-11-25Add dark themeKonstantinos Sideris9-19/+139
2017-11-25Update system themeKonstantinos Sideris6-19/+46
2017-11-25Use span tags to prevent html escapingKonstantinos Sideris1-8/+3
2017-11-24Send read receiptsKonstantinos Sideris11-4/+126
Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68
2017-11-23Fix qss formattingKonstantinos Sideris2-40/+55
2017-11-23Fix colors on the scroll-down buttonKonstantinos Sideris1-0/+5
2017-11-22Remove unnecessary commentsKonstantinos Sideris16-52/+15
2017-11-22Fix emoji picker's themeKonstantinos Sideris6-63/+42
2017-11-22Fix minor stylistic issues on the nheko themeKonstantinos Sideris13-8/+107
2017-11-21Keep track of newly joined rooms in the settings managerKonstantinos Sideris4-30/+23
fixes #134
2017-11-16Use system color scheme (using a Qt stylesheet) #104Max Sandholm29-97/+328
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.
2017-11-16Don't send empty messagesKonstantinos Sideris1-0/+3
2017-11-15LintKonstantinos Sideris4-16/+25
2017-11-15Implement a per-room send queue. (#118)Jani Mustonen7-61/+131
[ci skip]
2017-11-10Update travis to qt5.9.2Konstantinos Sideris2-3/+3
2017-11-09Improve settings menu layoutKonstantinos Sideris2-4/+19
2017-11-09Fix roomlist bordersKonstantinos Sideris1-0/+3
2017-11-09Fix initial sidebar widthKonstantinos Sideris2-4/+2
2017-11-08Remove unnecessary layoutsKonstantinos Sideris7-64/+20
2017-11-07Remove obsolete artifact from appveyorKonstantinos Sideris2-2/+1
2017-11-06Parse unsigned keyKonstantinos Sideris3-117/+181
2017-11-06Adjust appveyor configurationKonstantinos Sideris1-12/+10
2017-11-06Update ciKonstantinos Sideris7-57/+9
2017-11-06Windows icon fix and change the installer to QT Installer Framework on ↵Marcel13-244/+367
Windows (#85)
2017-11-05Fix wacky newline/linkification interactionBenjamin Saunders1-4/+4
2017-11-06Update READMEKonstantinos Sideris1-14/+4
[ci skip]
2017-11-06Fix newlines not being displayed (#122)Benjamin Saunders1-1/+5
Fixes #64
2017-11-06Fix a formatting issue that snuck in between PRs (#123)Benjamin Saunders1-2/+2
2017-11-06Use nightly as the dev release tagKonstantinos Sideris1-1/+0
2017-11-06Adjust release name and descriptionKonstantinos Sideris1-0/+3
2017-11-05Encrypt token for appveyorKonstantinos Sideris1-1/+1
2017-11-05Don't specify branch on appveyorKonstantinos Sideris1-1/+0
2017-11-05Push appveyor builds to githubKonstantinos Sideris1-0/+10
2017-11-05Use C++11 braced list style (#121)Benjamin Saunders25-1515/+1517
2017-11-05Add input history, enable multi-line input, refactor commands (#119)Benjamin Saunders2-61/+135
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.
2017-11-05Fix .travis.yml formatKonstantinos Sideris1-20/+20
2017-11-05Specify artifacts per buildKonstantinos Sideris3-13/+24
2017-11-05Don't use make appKonstantinos Sideris1-1/+1
2017-11-05Add build script for nheko.dmgKonstantinos Sideris3-1/+17
2017-11-05Remove auto taggingKonstantinos Sideris1-7/+1
2017-11-05Add build script for AppImageKonstantinos Sideris3-1/+40
2017-11-05Exclude modifier keys from triggering typing notificationsKonstantinos Sideris1-4/+7
fixes #116
2017-11-04Simple SOCKS proxy support (#110)Jani Mustonen1-0/+29
2017-11-03Reset the sender's name when paginating backwardsKonstantinos Sideris1-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
2