summary refs log tree commit diff
path: root/src/MainWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* Fix lintingNicolas Werner2022-10-011-4/+1
|
* Switch to clang-format14Nicolas Werner2022-09-251-1/+4
|
* Unread messages count as an Unity compatible badge (#1085)d422022-06-051-0/+2
| | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Use right linterNicolas Werner2022-05-101-4/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+4
|
* Activate window that already has the room open if possibleNicolas Werner2022-05-071-1/+1
|
* Rework focus handlingNicolas Werner2022-05-071-12/+6
|
* Add basic support for multiple windowsNicolas Werner2022-05-061-0/+14
|
* Add D-Bus API (#916)Loren Burkholder2022-04-141-0/+8
| | | | This adds functionality for viewing joined rooms and activating rooms.
* Add backend for new room creation dialogsNicolas Werner2022-03-291-2/+0
|
* Reimplement error notificationsNicolas Werner2022-01-301-0/+2
|
* Remove a few now unused filesNicolas Werner2022-01-301-5/+0
|
* Fix centering dialogsNicolas Werner2022-01-291-2/+0
|
* Port registration to QmlNicolas Werner2022-01-281-3/+0
|
* Remove some unused functionsNicolas Werner2022-01-261-12/+0
|
* Functional login pageNicolas Werner2022-01-261-9/+4
|
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-261-1/+0
|
* Initial qml root windowNicolas Werner2022-01-261-16/+14
|
* Port usersettings to qmlNicolas Werner2022-01-091-4/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-2/+0
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-5/+5
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-2/+0
| | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
* Remove unimplemented function declarationLoren Burkholder2021-10-111-1/+0
|
* QML the join room dialogLoren Burkholder2021-10-091-1/+1
|
* QML the logout dialogLoren Burkholder2021-10-051-1/+0
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-68/+67
|
* Remove unnecessary stuffLoren Burkholder2021-09-111-2/+0
|
* Add jdenticon supportLoren Burkholder2021-09-111-2/+0
|
* QML the read receipts listLoren Burkholder2021-07-291-1/+0
| | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
* QML the room member listLoren Burkholder2021-07-201-1/+0
|
* Delete old room listNicolas Werner2021-05-281-4/+0
|
* Basic header and footer of room listNicolas Werner2021-05-151-0/+1
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-1/+0
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-1/+0
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-1/+1
| | | | to new room settings
* Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-011-1/+6
|\
| * Fix warning about non-NOTIFYable propertyLoren Burkholder2021-01-291-4/+4
| |
| * Center user info dialog on the screenLoren Burkholder2021-01-291-1/+6
| |
* | Implement Privacy ScreenJoseph Donofry2021-01-261-0/+4
|/ | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
* Switch profile code to a more flexible methodLorenDB2020-12-241-3/+1
| | | | This introduces a new version of SingleApplication as well.
* Add option for unique configLorenDB2020-10-241-1/+5
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-3/+3
|\
| * Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-161-3/+3
| | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
* | Refactor UserProfileNicolas Werner2020-07-301-2/+0
|/
* Fix RegistrationNicolas Werner2020-02-231-23/+8
| | | | | fixes #97 fixes #51
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Add initial support for QtIndenticonredsky172019-01-261-0/+6
| | | | | | | | | | | Add initial loading of qt jdenticon plugin: https://github.com/redsky17/qt-jdenticon Currently, the library's functionality has not been integrated into the rest of nheko. Next step is to add a configuration item in the User Settings and use the plugin to generate avatars for users without their own picture. These avatars should be cached in the Cache object.
* Center dialogs around the main windowKonstantinos Sideris2018-09-211-0/+1
|
* Retry initial sync on generic network errors (#422)Konstantinos Sideris2018-08-311-0/+3
|
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-311-1/+1
|
* Simplify dialog creationKonstantinos Sideris2018-08-111-35/+13
|
* Create user profile modalKonstantinos Sideris2018-07-201-0/+5
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+174