summary refs log tree commit diff
path: root/src/MainWindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #359Nicolas Werner2020-12-271-1/+1
| | | | Actually store the login details under the selected profile
* lintNicolas Werner2020-12-251-2/+2
|
* Merge pull request #358 from Nheko-Reborn/windows-fixesDeepBlueV7.X2020-12-251-2/+2
|\ | | | | Windows fixes
| * Fix some compiler warningsNicolas Werner2020-12-251-2/+2
| |
* | Switch profile code to a more flexible methodLorenDB2020-12-241-20/+21
|/ | | | This introduces a new version of SingleApplication as well.
* Store secrets in keychainNicolas Werner2020-12-161-0/+5
|
* Improve Register page (#346)Kirillpt2020-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Optimize buildNicolas Werner2020-10-271-6/+5
|
* Add option for unique configLorenDB2020-10-241-4/+18
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-081-2/+2
|\
| * Port ActiveCallBar to Qmltrilene2020-09-221-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-10/+6
|\|
| * Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-161-9/+4
| | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
| * Port top bar to QmlNicolas Werner2020-09-161-1/+2
| | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-2/+21
|\|
| * Confirm logout/quit if active call in progresstrilene2020-07-231-2/+21
| |
* | Refactor UserProfileNicolas Werner2020-07-301-9/+0
|/
* Rename settings to be more consistentNicolas Werner2020-05-261-2/+2
|
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-0/+4
|
* Fix RegistrationNicolas Werner2020-02-231-0/+30
| | | | | fixes #97 fixes #51
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-3/+0
|
* Merge pull request #112 from Nheko-Reborn/sharp-logoDeepBlueV7.X2020-02-021-1/+1
|\ | | | | Update the logo to not be so asymmetric and add a scalable svg. I hope I fixed all the scaling issues, where the logo isn't pixel aligned in most resolutions. Also fixes an issue, where the blue bar seemed to be misaligned in some resolutions?
| * Use cleaned up logoNicolas Werner2020-01-311-1/+1
| |
* | Optimize includes a bitNicolas Werner2020-01-311-1/+2
|/
* Reduce Cache.h includes further via one forward declarationNicolas Werner2019-12-151-0/+1
|
* Reduce overhead of Cache.hNicolas Werner2019-12-151-3/+3
|
* Fix lint issues in last commitredsky172019-01-261-16/+16
|
* Add initial support for QtIndenticonredsky172019-01-261-0/+29
| | | | | | | | | | | 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.
* Update user colors to use Cache vs Utilsredsky172019-01-261-1/+1
| | | | | | | User colors are now stored in cache. This is consistent with other similar variables. I think there's a bug right now where it doesn't properly refresh colors for the TimeLineItem when the theme is changed.
* Fix lambda capture errorredsky172019-01-241-1/+1
|
* Author Color Fixesredsky172019-01-201-1/+5
| | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch.
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-3/+4
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-2/+1
|
* Center dialogs around the main windowKonstantinos Sideris2018-09-211-18/+18
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-61/+34
|
* Show sidebar after initial syncKonstantinos Sideris2018-09-081-2/+2
| | | | fixes #412
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-311-4/+11
|
* Increase the minimum modal sizeKonstantinos Sideris2018-08-111-2/+1
|
* Simplify dialog creationKonstantinos Sideris2018-08-111-155/+124
|
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-221-0/+1
|
* Reuse the profile modal & adjust its spacing relative to the font sizeKonstantinos Sideris2018-07-211-4/+8
|
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-201-1/+1
|
* Create user profile modalKonstantinos Sideris2018-07-201-0/+13
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+511